Re: spout storm cassandra

2015-05-19 Thread Manoj Khangaonkar
Hi, Storm spouts are supposed to read from somewhere - preferably streams. In theory, you could write a spout that queries cassandra and makes data available to storm. But remember that cassandra datamodel is based on partitioning based on key and the use of wide columns. So if the your data mod

spout storm cassandra

2015-05-19 Thread Vanessa Gligor
Is there any way to consume inputs from Cassandra using a Storm spout? Thank you.