Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darashi/tail-bridge

tail -f to Redis bridge.
https://github.com/darashi/tail-bridge

Last synced: 13 days ago
JSON representation

tail -f to Redis bridge.

Awesome Lists containing this project

README

        

# tail-bridge

tail -f to AMQP bridge. Goes best with [twitter-stream-collector](https://github.com/darashi/twitter-stream-collector).

## Usage:

DB_PATH="[/data/twitter/]YYYY/MM/[twitter].YYYYMMDD.HH[.jsons]" AMQP_URL=amqp://user:[email protected] AMQP_EXCHANGE_NAME=twitter npm start

`DB_PATH` specifies the filename format of destination files. `DB_PATH` is treated as [Moment.js](http://momentjs.com/) format string (in UTC).