Skip to content

Commit

Permalink
activate travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
inertia186 committed Jan 20, 2020
1 parent d2b27e1 commit a5c76fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
language: ruby
rvm:
- 2.4
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

Redis based block follower is an efficient way for multiple apps to stream the Steem Blockchain.

[![Build Status](https://travis-ci.org/inertia186/meeseeker.svg?branch=master)](https://travis-ci.org/inertia186/meeseeker)

If you have multiple applications that need to perform actions as operations occur, `meeseeker` will allow your apps to each perform actions for specific operations without each app having to stream the entire blockchain.

*In a nutshell:* The overarching intent here is to provide a "live view" of the blockchain, *not* store the entire blockchain. Apps can attach to your redis source and ask, "What *just* happened?"
Expand Down

0 comments on commit a5c76fc

Please sign in to comment.