A collection of 34 posts
DataStax unveils Stargate project to turn Cassandra into a multi-model database
DataStaxis releasing the first preview ofStargate, a new open source API framework that could eventually turnApache Cassandrainto a multi-model database. It's an approach that has parallels with cloud
dbgjerez/golang-rest-api-cassandra
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 thisarticle, all of the orginal code can be foundhere. This is purely for educational reasons for myself. The only extra thing that I added was thedocker-compose.ymlfile th
bygui86/go-cassandra
Instructions- Prepare environmentcd $GOPATH/src/github.com git clone git@github.com:bygui86/go-cassandra.git cd bygui86/go-cassandra go get ./...- Run cassandradocker run -d --name cassandra -p 7199:7
hychrisli/REST-Cassandra
RESTful Web Service on Cassandra. CMPE 282 Assignment.Goal- Support http methods GET/POST/PUT/DELETE through Java based REST APIFunctionality- GET /.../rest/employee/- GET /.../rest/project- GET /.../
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-
datastax/stargate
Welcome to Stargate, the easy query layer for your NoSQL database.Getting Started- Getting started in 3 quick steps- Build a Todo application database in 5 minutesUnderstanding Stargate- Schema Defini
datastax/cassandra-data-apis
Easy to use APIs for accessing data stored in Apache Cassandra.These APIs can be used as a standalone server using either Docker or manually running a server. They can also be embedded in existing app