FutureShockco / steem-streamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steem Stream with NodeJS + dSteem + Redis + Mysql

Stream the Steem Chain and store the current block number into a Redis server giving you a good base to build an API and a stream reader which does not miss blocks. Also provide an example of filtering transaction and a MYSQL configuration if you are using a database.

Installation

Clone the repo & install dependencies.

git clone https://github.com/FutureShockco/steem-streamer.git
cd steem-streamer
npm install 

Put your Redis Server info into redis.js Put your Mysql Server info into db.js

Start the stream

npm run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Thanks

fabien

About


Languages

Language:JavaScript 100.0%