Apache Cassandra® is a NoSQL
, row-oriented, highly scalable and highly available database, well suited for storing large amounts of data.
Cassandra
is a good choice for storing chat message history because it is easy to scale and can handle a large number of writes.
This notebook goes over how to use Cassandra to store chat message history.
Setting up
To run this notebook you need either a runningCassandra
cluster or a DataStax Astra DB
instance running in the cloud (you can get one for free at datastax.com). Check cassio.org for more information.
Set up the database connection parameters and secrets
Example
Attribution statement
Apache Cassandra, Cassandra and Apache are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries.