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 6 posts
GitHub - rohitsakala/CassandraRestfulAPI: CassandraRestfulAPI project exposes the cassandra data tables with the help of Restful API's. The project follows the standard Restful API rules. This project is developed as Major project of the Cloud Computing course by Team 15. The project is developed using Python Driver provided by Datastax using Flask framework. #IIITHyderabad #CloudComputing #CSE565 #Monsoon16 #SIEL #Cassandra #Flask #RestAPI
12/9/2023
CassandraRestfulAPI project exposes the cassandra data tables with the help of Restful API's. The project follows the standard Restful API rules. This project is developed as Major project of the Clou...
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...