hello YCombinator Community:<p>I hope everyone is having a great week!!<p>I'm working on a small key-value database, written in C++ and powered by RocksDB. It started as a hobby, but I am trying to slowly turn it into a stable project.<p>The project is called BerylDB. A PHP API was released a couple of days ago, and currently working on a NodeJS gateway. I'm super excited about the project and actively improving its functionalities. The server is fully modular, which means that components can be loaded/unloaded as required. In addition to data storage, the server has channels, and clients can subscribe to them. This make it a great solution for real time analytics.<p>The ultimate goal of this project is to have a community of custom modules that users may be interested on. This may be useful for developers and/or companies requiring specific needs.<p>I'm open to collaborations! If you happen to have interested in databases, please let me know. I am on Discord. Any kind of collaboration or feedback would be appreciated. If you work for an startup or need high speed performance, please let me know!<p>Discord: <a href="https://discord.gg/H6HVxeDq" rel="nofollow">https://discord.gg/H6HVxeDq</a><p>Docs: <a href="https://docs.beryl.dev/" rel="nofollow">https://docs.beryl.dev/</a><p>Server repository: <a href="https://github.com/beryldb/beryldb" rel="nofollow">https://github.com/beryldb/beryldb</a><p>Client (command line): <a href="https://github.com/beryldb/beryldb-cli" rel="nofollow">https://github.com/beryldb/beryldb-cli</a><p>PHP API: <a href="https://github.com/beryldb/php-beryl" rel="nofollow">https://github.com/beryldb/php-beryl</a>