CockroachDB, PostgreSQL backend plugin for Zenoh #66
clibequilibrium
started this conversation in
Ideas and new features
Replies: 1 comment 3 replies
-
The SQL backend is on our todo-list, CockroachDB seems like a good candidate. Would you be interested in contributing the plugin? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Zenoh community !
I would like to start discussion and propose an idea of using SQL Backend as a storage for Zenoh.
CockroachDB is gaining a huge popularity among distributed cloud databases. From Cockroach FAQ we can see that
And do we see any benefit in it ? I think it will give Zenoh the ability to cover many use cases, from gaming, to enterprise once Zenoh gets an SQL backend. Currently the choices of Zenoh backends are, fs, RocksDB (which CockroachDB is based on), influxdb 1.8 , and S3 (in preview) and it seems that SQL backend is what missing to make Zenoh more appealing for cloud ! Currently we are relying on eventual consistency replication of Zenoh, or S3 backend. influxdb on other hand offers that only in Enterprise version of the database; while CockroachDB was made with high availability and high resilience in mind.
What are your thoughts on that? I will be happy to discuss !
Beta Was this translation helpful? Give feedback.
All reactions