Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 5 posts
Apache Cassandra Lunch #18: Connecting Cassandra to Kafka - Business Platform Team
5/10/2021
In this blog, we recap Cassandra Lunch #18, where we had guest speaker, Ryan Quey, discuss and demo a personal project where he uses multiple technologies, including Cassandra and Kafka, to build an a...
TerbiumLabs/flask-cassandra
12/12/2019
Flask-Cassandra provides an application-level connection to an Apache Cassandra database. This connection can be used to interact with a Cassandra cluster.Flask-Cassandra requires both Flask and the ...
Using Cassandra with Flask – Rishabh Mehan
I was recently working on few things which needed the use of Cassandra. I have only worked with Cassandra on JAVA, which you all might agree(if you have used JAX-RS or made any service on JAVA) is a t...
Working with Flask and Cassandra - (Python, Cassandra, REST API)
Flask-CQLAlchemy¶
Flask-CQLAlchemy handles connections to Cassandra clusters and gives a unified easier way to declare models and their columns Installation$ pip install flask-cqlalchemy DependenciesAs such Flask-CQLA...