Skip to content

Commit 0f7ebc0

Browse files
committed
documentation update
1 parent 64a7611 commit 0f7ebc0

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# rxtx
1414
**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.
1515

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.
17+
1618
## Test on MacOs
1719

1820
### Install with [brew]
@@ -110,11 +112,14 @@ goreleaser --skip-publish --rm-dist --skip-validate
110112

111113
## Resources
112114

115+
- [elasticsearch]
116+
- [logstash]
117+
- [kafka]
118+
- [redis]
113119
- [GORELEASER]
114120
- [Docker]
115121
- [homebrew]
116122

117-
118123
## License
119124
[![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)
120125

@@ -123,9 +128,7 @@ goreleaser --skip-publish --rm-dist --skip-validate
123128
[GORELEASER]: https://goreleaser.com/
124129
[Docker]: https://www.docker.com/
125130
[Tag]: https://git-scm.com/book/en/v2/Git-Basics-Tagging
126-
127-
128-
[rsync]: https://en.wikipedia.org/wiki/Rsync
129-
[Docker]: https://www.docker.com/
130-
[GORELEASER]: https://goreleaser.com/
131-
[brew]: https://brew.sh/
131+
[elasticsearch]: https://www.elastic.co/
132+
[logstash]: https://www.elastic.co/products/logstash
133+
[kafka]: https://kafka.apache.org/
134+
[redis]: https://redis.io/

0 commit comments

Comments
 (0)