ScalaConnoisseurs / BlockchainSpark

3 stars 2 forks source link

Integrate with Spark #5

Closed eleansa closed 9 years ago

eleansa commented 9 years ago

Query Cassandra and push data to Spark for analysis

JosephGoulden commented 9 years ago

I think we should integrated Spark with the websocket, so that we can do the analysis realtime. Like in my pull request.. https://github.com/ScalaConnoisseurs/PoliceSpark/pull/7 We can still store the bitcoin unconfirmed transactions in Cassandra, but that could be done in parallel by a separate actor.

eleansa commented 9 years ago

Ok, that sounds a good idea. Let's discuss with the guys and create more substantial stories.