I found this on LinkedIn, a new learning project using CockroachDB that uses nodes deployed across different machines to get a feel for how distributed SQL works.

Here's the GitHub repository:

GitHub - arollaramreddy/CineSync
Contribute to arollaramreddy/CineSync development by creating an account on GitHub.

According to the author, Ramreddy Arolla, this system demonstrates:

  1. Fault-tolerance and automatic recovery.
  2. Serializable isolation for strong consistency.
  3. Data partitioning and Replication.
  4. Horizontal scalability across machines.
  5. End-to-end security using TLS certificates.

I love to see people using CockroachDB to learn new things. If you're distributed SQL curious, check out Cockroach University. That's how I got started.

Also, it seems Ramreddy is a new graduate looking for work next year. Maybe reach out if you're looking for someone with CockroachDB experience?