Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/darashi/tail-bridge
- Owner: darashi
- License: mit
- Created: 2012-04-11T04:39:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T07:10:54.000Z (about 11 years ago)
- Last Synced: 2024-12-08T15:40:50.007Z (about 1 month ago)
- Language: CoffeeScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).