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 42 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...
strongloop/loopback-connector-cassandra
The official Cassandra Connector module for loopback-datasource-juggler.Please also see LoopBack Cassandra Connector in LoopBack documentation.InstallationIn your application root directory, enter thi...
How To Use Materialized Views with LoopBack Cassandra Connector
In this blog, I’ll walk you through the steps and corresponding source code blocks to help make your LoopBack app interact with Cassandra Materialized Views.Install the Cassandra connector from:npm We...
Using Cassandra with Flask – Rishabh Mehan
12/12/2019
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...
brianmhess/expensivest
7/22/2019
Getting Started To generate the basic pom.xml I navigated to https://start.spring.io From there I filled in the following: Group: hessian Artifact: expensivest I then added the following dependencies...
Quick-start spring rest-api with Cassandra - Ankit Kumar Gupta - Medium
7/9/2019
Step 2: Goto this downloaded folder and run this project to see everything is setup correctly.Step 3: Add Employee.java file. it is resource entity which also defines table in dbpackage com.example.de...
aksakalli/sandraREST
1/15/2019
sandraREST is a Cassandra Manager REST API and Web UI. Features Present database Run a CQL query Drop/Update/Create Keyspace Drop Column Family Drop/Update/Create Column List data of Column Family Do...
brianmhess/ambien
1/9/2019
It gives you rest...Buildingmvn clean packageRunningjava -jar target/ambien-0.1-SNAPSHOT-jar-with-dependencies.jar <options>Usage:version: 0.0.1 Usage: ambien -host <hostname> -k <keyspaceName> -t <ta...