Resources

Demos
Real-Time Stock Trading Analytics Demo with AI Agent
This demo shows a real-time stock trading platform on a 10-node RegattaDB system. Trading applications stream millions of transactions while...

Whitepapers
Dirty Secrets of Sharding Whitepaper
Sharding single-node databases has trade-offs, often breaking developer expectations around ACID. This adds complexity to application code,...

How-To
Creating a Table and Inserting Data
A quick example on how to create a table in Regatta and insert data.

How-To
Creating a Regatta Cluster
Create a Regatta database using Regatta Cloud.

How-To
CRUD Operations
Simple select, update and delete in a Regatta Database.

Demos
Linear Scaling Demo
A simple demonstration of the Regatta performance linear scaling.

How-To
Python Integration with Regatta
Example on deploying and using a Python driver.

How-To
Node.js Integration with Regatta
Learn how to deploy and use a Node.js driver with Regatta

How-To
Kafka Integration with Regatta
Ingress Data into Regatta using Kafka Sink Connector.

Demos
Build your JavaScript application with Regatta
Build your own JavaScript application using Regatta's custom drivers and connectors.

Demos
Demonstration: Regatta Linear Scaling Part II
Regatta is a scale-out distributed SQL database that guarantees strong ACID with high, linearly scalable performance. Regatta uniquely...

Demos
Demonstration: Regatta Linear Scaling Part I
Regatta is a scale-out distributed SQL database that guarantees strong ACID with high, linearly scalable performance. Regatta uniquely...

Demos
Demonstration: Integrating Regatta with Streaming/Event Data
Streaming and event use cases are all around us, and great solutions like Kafka for event data...