https://github.com/darashi/tail-bridge
tail -f to Redis bridge.
https://github.com/darashi/tail-bridge
Last synced: 4 months 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 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T07:10:54.000Z (over 11 years ago)
- Last Synced: 2025-02-03T09:27:20.111Z (5 months 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).