shlogg · Early preview
Franck Pachot @franckpachot

FerretDB With YugabyteDB: Embedded And Scalable

FerretDB now supports Embedded FerretDB, a stateless proxy. Easily embed it in your app with YugabyteDB Managed Cloud, scaling out without changes to your code.

I blogged about FerretDB when it was out. FerretDB is an open-source alternative to MongoDB, providing the same API and storing the documents in PostgreSQL. What works on PostgreSQL works on YugabyteDB, with makes it able to scale out. YugabyteDB is the PostgreSQL open-source distributed SQL database.
The latest version of FerretDB introduced an interesting feature: Embedded FerretDB. As this proxy is stateless, it makes sense to embed it rather than running it as a separate process. They have provided a simple example: https://github.com/FerretDB/embedded-example and I'll run it with a Yugaby...