| hello YCombinator Community: I hope everyone is having a great week!! 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. 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. 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. 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! Discord: https://discord.gg/H6HVxeDq Docs: https://docs.beryl.dev/ Server repository: https://github.com/beryldb/beryldb Client (command line): https://github.com/beryldb/beryldb-cli PHP API: https://github.com/beryldb/php-beryl |