cubdb
cubdb copied to clipboard
Elixir embedded key/value database
I would like to propose, on the same vein as `CubDB.dirt_factor/1`, I think it will be useful to have a public API with `CubDB.number_of_writes/1`, so we could manually trigger `CubDB.compact/1`...
Hi @lucaong I notice compacting the DB with `CubDB.compact/1` hangs indefinitely. You can see how the .cub file changes over time and the .compact file reached a size an never...
Hello, Congrats on the great project! I am using it in something I am developing and thought I would contribute the changes upstream. I wanted to abstract away the storage...
I'm working on a mobile Nerves app that will experience periods of disconnection. Disconnected users will create/update/delete records, then re-sync upon connection. I think this would be a good use-case...
Would be cool if this library exposed metrics with telemetry. I can give that integration a go if you think it is a worthwhile idea :)
Suddenly I saw CubDB had crashed this morning, this was the error returned to me. After I cleaned the cubdb files in the data_dir this error was gone. I wasn't...
Hi @lucaong, let me start by saying that this is not a bug, just a question which could turn into a feature request. As mentioned in issue #67 , I'm...
Hi, not entirely sure if this is a bug, but it felt weird, so here's a report. Feel free to dismiss! I've been using `cubdb` as a simple HTTP response...
Whenever I look at `CubDB.select` it feels a little strange how much I need to know about sort order, to be able to select e.g. all values for `{:some_key, _}`....
CubDB is similar is some respects to SQLite. Key Value Stores are NoSQL. The name could have been NoSQLite. **_No-sequel-ite_**