bonsaidb icon indicating copy to clipboard operation
bonsaidb copied to clipboard

A developer-friendly document database that grows with you, written in Rust

Results 105 bonsaidb issues
Sort by recently updated
recently updated
newest added

After #78, it should be possible to schedule the expiration of documents.

bug
enhancement
collections

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...

bug
collections

- [ ] #180 - [ ] Change the authority of all built-in collections to "bonsaidb" from "khonsulabs".

bug
blocked

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,...

blocked

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...

bug
networking

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...

enhancement
networking

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...

enhancement
collections

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...

networking

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...

enhancement
multiuser

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...

enhancement