Meeseeker is a tool that will stream the blockchain to a redis datastore. It allows multiple apps to point at redis (with PUB/SUB) instead of streaming the blockchain directly.
If you'd like to run Meeseeker on Hive, here's the quickstart:
gem install meeseeker
Then start a sync on Hive by specifying the node:
MEESEEKER_NODE_URL=https://api.openhive.network meeseeker sync
That's it. If you've already installed meeseeker prior, no need to update. It just works.
If you don't have meeseeker, the gem
command, head on over the README to solve that.