Re: spout storm cassandra
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
Is there any way to consume inputs from Cassandra using a Storm spout? Thank you.