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 10 posts
GitHub - dbgjerez/golang-rest-api-cassandra: Example using CQL and Go REST API
2/14/2024
{{ message }} / golang-rest-api-cassandra PublicNotifications Fork 5 Star 2 Example using CQL and Go REST APILicense MIT license 2 stars 5 forks Branches Tags Activity Star Notifications You...
Vald
2/11/2024
Vald ValdA Highly Scalable Distributed Vector Search EngineGet Started Documents Vald Slack Vald is designed and implemented based on the Cloud-Native architecture. It uses the fastest ANN Algorithm N...
Building a Performant API using Go and Cassandra
7/29/2023
Software performance is critical to a SaaS company like Stream and while the majority of our infrastructure is written in Python, we are actively porting portions of our code base to Go.Stream is an A...
GoCQL
2/3/2022
Under Development: The GoCQL package is currently actively developed and the API may change in the future.Cluster ManagementGoCQL automatically discovers all data centers, racks and hosts in your c...
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...
bygui86/go-cassandra
Instructions Prepare environment cd $GOPATH/src/github.com git clone git@github.com:bygui86/go-cassandra.git cd bygui86/go-cassandra go get ./... Run cassandra docker run -d --name cassandra -p 719...
scylladb/gocqlx
12/19/2019
Package gocqlx is an idiomatic extension to gocql that provides usability features. With gocqlx you can bind the query parameters from maps and structs, use named query parameters (:identifier) and sc...