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 4 posts
GitHub - IBM/datastax-cassandra-clickstream: Use DataStax Enterprise built on Apache Cassandra as a clickstream database
12/8/2023
{{ message }} / datastax-cassandra-clickstream PublicNotifications Fork 1 Star 4 Use DataStax Enterprise built on Apache Cassandra as a clickstream databasedeveloper.ibm.com/patterns/datastax-ent...
How to deploy Cassandra on Openshift and open it up to remote connections
1/12/2021
Getting your own Cassandra environment setup with open remote connections on Openshift can be achieved in 3 steps:Line 1: This Dockerfile uses the base image of the most stable version(3.11.8) of Cass...
How To Configure and Run Cassandra on OpenShift – OpenShift Blog
1/6/2017
Cassandra is an open-source, distributed, decentralized, horizontally scalable, and highly available NoSQL database. It is based on Amazon Dynamo distribution model and its data model is based on Goo...
Adding Cassandra Node in OpenShift to Existing Cluster
I have 3 cassandra nodes(S1,S2,S3) which are installed on CentOS 6. Two of them (S1,S2) are in datacenter A and one of them (S3) is in openshift. I am trying to make benchmark test with multiple node ...