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.
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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
fabien