Recently, a very exciting database has been open-sourced by Yandex. Apparently they have battle-tested it internally for years before making it open-source recently as part of the launch of their managed database-as-a-service offering (Apache License). Some of the cool features include: distributed SQL database, ability to scale compute and storage independently, support for distributed transactions, ACID, document storage (and a PostgreSQL compatibility layer being in the works):
I am considering creating a FreeBSD port but this would be my first one so the process is promised to take me quite a while (this + the fact that I am overloaded with work these days). So I am mentioning it here in case someone finds this database interesting and wants to create the port before I am able to. I will come back here to update on my progress when I am able to start working on it.
YDB — an open source Distributed SQL Database
YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions.
ydb.tech
GitHub - ydb-platform/ydb: YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions - ydb-platform/ydb
github.com
Create FreeBSD port · Issue #57 · ydb-platform/ydb
FreeBSD is a widely used server OS, a port for clickhouse exists, it would be great to also have a port for ydb to facilitate adoption.
github.com
I am considering creating a FreeBSD port but this would be my first one so the process is promised to take me quite a while (this + the fact that I am overloaded with work these days). So I am mentioning it here in case someone finds this database interesting and wants to create the port before I am able to. I will come back here to update on my progress when I am able to start working on it.