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 model is such that the spout can query Cassandra appropriately, it can be possible. But architecturally , you might ask yourself if there are better of ways of doing this in your environment.The data is produced somewhere. It might be possible to consume it from the source, rather than write to Cassandra and consume it from there. regards On Tue, May 19, 2015 at 6:36 AM, Vanessa Gligor <vanessagli...@gmail.com> wrote: > Is there any way to consume inputs from Cassandra using a Storm spout? > > Thank you. > -- http://khangaonkar.blogspot.com/