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 33 posts
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...
phact/CassandraDataModeler
5/24/2019
To test run the following (on python 2.x) python -m SimpleHTTPServer or this (on python 3.x) python -m http.server
Lightweight Transactions (Compare-and-set) — Cassandra Driver 3.13.0 documentation
3/16/2019
Lightweight Transactions (LWTs) are mostly pass-through CQL for the driver. However, the server returns some specialized results indicating the outcome and optional state preceding the transaction.For...
r4fek/django-cassandra-engine
1/8/2019
All tools you need to start your journey with Apache Cassandra and Django Framework! Featuresintegration with latest python-driver and optionally dse-driver from DataStax working flush, migrate, sync...
rohitsakala/CassandraRestfulAPI
===================== Description CassandraRestfulAPI project exposes the cassandra data tables and nodes with the help of Restful API's. The project follows the standard Restful API rules. This proje...