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 27 posts
pmaxit/PYTHON-CASSANDRA-REST-SERVER
4/9/2020
DescriptionThis project implements a python based REST API server. It uses Cassandra as db-backend and REDIS for key-value storage. This is intended for big data queries.This project is under progress...
Apache Cassandra and Python Step by Step Guide with Example
12/12/2019
This tutorial gives you just enough information to get you up and running quickly with Apache Cassandra and Python Driver.It will help you to learn how to install the driver, connect to a Cassandra cl...
TerbiumLabs/flask-cassandra
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...