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 48 posts
Stargate API brings GraphQL to Cassandra database
5/19/2022
michelangelus - FotoliaByPublished: 11 Dec 2020Among the challenges of the open source Apache Cassandra database is that it doesn't easily support a number of common API interfaces, including REST and...
The Journey of Building a Scalable API
11/8/2021
Nitesh KumarNov 1 · 7 min readAPIs are an essential tool to allow partners, developers, and applications to consume, communicate, or build on top of the various capabilities your microservices provide...
Our Favorite Engineering Blogs
2/9/2021
Have you ever wanted to read about what goes on in the back end of Pinterest, Google, Uber, and your other favorite tech companies?A great thing about the modern engineering world is many companies ar...
stargate/stargate
10/23/2020
An open source API framework for data.Stargate is a data gateway deployed between client applications and a database. It's built with extensibility as a first-class citizen and makes it easy to use a...
Home
9/23/2020
Stargate makes it easy to use a database for any application workload by adding plugin support for new APIs, data types, and access methods Get Started ...
dbgjerez/golang-rest-api-cassandra
6/24/2020
Example using CQL and golang REST API.Cassandra can be deployed using Docker. Cassandra is a powerfull NoSQL database used to store big amount of data.DockerTo run Cassandra in Docker container:docker...
steveazz/golang-api-cassandra
This code is all taken from this article, all of the orginal code can be found here. This is purely for educational reasons for myself. The only extra thing that I added was the docker-compose.yml fil...
dcreey1/cassandra-rest-api
Restful versioned API proof of concept using the following technologies:ESlint Babel Express Cassandra - using cassandra-driver Mocha - unit tests Gaze - homebrew file-watcher for automatic re-transpi...