bonsaidb
bonsaidb copied to clipboard
A developer-friendly document database that grows with you, written in Rust
After #78, it should be possible to schedule the expiration of documents.
I am trying to create a small app from scratch as part of doing a little last-minute testing on the alpha. I'm not going to hold up releasing the alpha...
- [ ] #180 - [ ] Change the authority of all built-in collections to "bonsaidb" from "khonsulabs".
This isn't perfect, but it's better than not having feature flags showing up at all. #178 explains the vision for where this will end-up after namespaced feature flags are released,...
I received an email the other day about a revoked certificate from LetsEncrypt. I checked the main projects, and none were affected, but I missed that minority-game.gooey.rs was revoked. I...
Somewhat related to #171, we should have a way to explicitly ask our ACME service to request a renewal ahead of time. Currently the only way to do so is...
We should be able to reduce a view, grouping by the keys, and retrieve a list of documents that contributed to that reduced value. After today's refactoring (af62a03e9582b46376879415ffc4b00358733b04), I'm pretty...
This issue is to add support for IPC sockets using whatever technology the platform provides. The ability to have the server listen for traffic over an IPC socket and the...
Currently, our OPAQUE-KE only uses a single set of algorithms. We must anticipate that one or more of the algorithms could be considered insecure in the future. - `PasswordConfig` should...
In 48dac81500ca4a588b6cf1d1b609a2326f6cf7d2, I discovered that the key-value expiration loader task was interfering with reliably persisting keys. There's a TODO in the `expiration_after_close` test referencing the need for a way to...