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:
According to the author, Ramreddy Arolla, this system demonstrates:
- Fault-tolerance and automatic recovery.
- Serializable isolation for strong consistency.
- Data partitioning and Replication.
- Horizontal scalability across machines.
- 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?
