datalevin

Huahai 2026-03-06T21:47:15.398219Z

Update: I am working on read only replicas and high availability on the server. The goal is to have auto failover and promotion, so the control plane implementation is based on Raft consensus. This will be the last DB feature before 1.0. What's remaining is to provide a JSON API surface and build an idiomatic Java API on top of that, then build idiomatic Python and Javascript libraries on top of the Java one. Then we will reach 1.0.

❤️ 16
💪 5
💪🏼 1
simongray 2026-03-07T09:43:26.835079Z

Amazing work, @huahaiy. Thanks for spending so much of your time on this fantastic project.

❤️ 1
Huahai 2026-03-07T16:22:54.266119Z

Thank you all for the interests.

Huahai 2026-03-07T16:27:35.812239Z

turned out, I will leave the JSON API on the side, and build a Java interoperability layer to host other languages, as most popular languages have a way of consuming a Java library. This saves the JSON decoding/encoding cost.

👍 1