Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

Native Cassandra bolt support #100

Open kayrus opened 9 years ago

kayrus commented 9 years ago

Is it possible to use native Cassandra bolt in python topology (similar to Kafka spout)? Or do I need to use python-driver (http://datastax.github.io/python-driver/)?

poros commented 9 years ago

Not yet. We have a discussion going on about this feature (see #99), so for now you should go for a Python only solution.