Skip to content

Commit

Permalink
add link to mongofluxd
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Mar 12, 2017
1 parent 19d53dc commit e400ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
@@ -1,7 +1,8 @@
gtm
===
gtm (go tail mongo) is a utility written in Go which tails the MongoDB oplog and sends create, update, delete events to your code.
It can be used to send emails to new users, [index documents](https://www.github.com/rwynn/monstache), or something else.
It can be used to send emails to new users, [index documents](https://www.github.com/rwynn/monstache),
[write time series data](https://www.github.com/rwynn/mongofluxd), or something else.

### Requirements ###
+ [Go](http://golang.org/doc/install)
Expand Down

0 comments on commit e400ebf

Please sign in to comment.