1
1
![ rxtx data transmission] ( mast.jpg )
2
- [ ![ irsync Release] ( https://img.shields.io/github/release/cjimti /rxtx.svg )] ( https://github.com/cjimti /rxtx/releases )
3
- [ ![ Build Status] ( https://travis-ci.org/cjimti /rxtx.svg?branch=master )] ( https://travis-ci.org/cjimti /rxtx )
4
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/cjimti /rxtx )] ( https://goreportcard.com/report/github.com/cjimti /rxtx )
5
- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/c4cbc94c46027f0e3161/maintainability )] ( https://codeclimate.com/github/cjimti /rxtx/maintainability )
6
- [ ![ GoDoc] ( https://godoc.org/github.com/cjimti /irsync/rxtx?status.svg )] ( https://godoc.org/github.com/cjimti /rxtx/rtq )
7
- [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcjimti %2Frxtx.svg?type=shield )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fcjimti %2Frxtx?ref=badge_shield )
2
+ [ ![ irsync Release] ( https://img.shields.io/github/release/txn2 /rxtx.svg )] ( https://github.com/txn2 /rxtx/releases )
3
+ [ ![ Build Status] ( https://travis-ci.org/txn2 /rxtx.svg?branch=master )] ( https://travis-ci.org/txn2 /rxtx )
4
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/txn2 /rxtx )] ( https://goreportcard.com/report/github.com/txn2 /rxtx )
5
+ [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/c4cbc94c46027f0e3161/maintainability )] ( https://codeclimate.com/github/txn2 /rxtx/maintainability )
6
+ [ ![ GoDoc] ( https://godoc.org/github.com/txn2 /irsync/rxtx?status.svg )] ( https://godoc.org/github.com/txn2 /rxtx/rtq )
7
+ [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Ftxn2 %2Frxtx.svg?type=shield )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Ftxn2 %2Frxtx?ref=badge_shield )
8
8
9
- [ ![ Docker Container Image Size] ( https://shields.beevelop.com/docker/image/image-size/cjimti /rxtx/latest.svg )] ( https://hub.docker.com/r/cjimti /irsync/ )
10
- [ ![ Docker Container Layers] ( https://shields.beevelop.com/docker/image/layers/cjimti /rxtx/latest.svg )] ( https://hub.docker.com/r/cjimti /irsync/ )
11
- [ ![ Docker Container Pulls] ( https://img.shields.io/docker/pulls/cjimti /rxtx.svg )] ( https://hub.docker.com/r/cjimti /rxtx/ )
9
+ [ ![ Docker Container Image Size] ( https://shields.beevelop.com/docker/image/image-size/txn2 /rxtx/latest.svg )] ( https://hub.docker.com/r/txn2 /irsync/ )
10
+ [ ![ Docker Container Layers] ( https://shields.beevelop.com/docker/image/layers/txn2 /rxtx/latest.svg )] ( https://hub.docker.com/r/txn2 /irsync/ )
11
+ [ ![ Docker Container Pulls] ( https://img.shields.io/docker/pulls/txn2 /rxtx.svg )] ( https://hub.docker.com/r/txn2 /rxtx/ )
12
12
13
13
# rxtx
14
14
** rxtx** is a queue based data collector > data transmitter. Useful for online/offline data collection, back pressure buffering or general queuing. ** rxtx** uses [ bbolt] ( https://github.com/coreos/bbolt ) maintained by CoreOs, a single file database for storing messages before they can be sent.
15
15
16
- [ rtbeat] ( https://github.com/cjimti /rtbeat ) was developed to consume ** rxtx** POST data and publish as events into [ elasticsearch] , [ logstash] , [ kafka] , [ redis] or directly to log files.
16
+ [ rtbeat] ( https://github.com/txn2 /rtbeat ) was developed to consume ** rxtx** POST data and publish as events into [ elasticsearch] , [ logstash] , [ kafka] , [ redis] or directly to log files.
17
17
18
18
## Test on MacOs
19
19
20
20
### Install with [ brew]
21
21
``` bash
22
- brew tap cjimti /homebrew-tap
22
+ brew tap txn2 /homebrew-tap
23
23
brew install rxtx
24
24
```
25
25
@@ -32,11 +32,11 @@ rxtx -h
32
32
33
33
### Help
34
34
``` bash
35
- docker run --rm -it cjimti /rxtx -h
35
+ docker run --rm -it txn2 /rxtx -h
36
36
```
37
37
on arm 6/7 based device:
38
38
``` bash
39
- docker run --rm -it cjimti /rxtx:arm32v6-1.0.2 -h
39
+ docker run --rm -it txn2 /rxtx:arm32v6-1.0.2 -h
40
40
```
41
41
42
42
@@ -121,7 +121,7 @@ goreleaser --skip-publish --rm-dist --skip-validate
121
121
- [ homebrew]
122
122
123
123
## License
124
- [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcjimti %2Frxtx.svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fcjimti %2Frxtx?ref=badge_large )
124
+ [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Ftxn2 %2Frxtx.svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Ftxn2 %2Frxtx?ref=badge_large )
125
125
126
126
[ homebrew ] : https://brew.sh/
127
127
[ brew ] : https://brew.sh/
0 commit comments