-
Notifications
You must be signed in to change notification settings - Fork 16
Project status #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Marble is sled's future storage engine for things that get cooled from the log (https://github.com/komora-io/sharded-log is the log that sled will use). I've tried to keep Marble simple enough, while still subjecting it to fuzzing and interesting concurrent crash testing. I'm about to cut a new release that I'm comfortable telling people to try out in interesting use cases :) |
Thanks for reply, will be very interesting for sled users I think. |
Yes! I am using Sled and would really like to try out what future it has |
Just because I think many haven't noticed this little detail: Sled is MIT & Apache2, but everything in Komora seems to be GPL3. This... definitely limits my future use of Sled :-( |
Update: it seems this is switching from GPL3 to Apache-2: c599ecb Looks like most other komora-io things are Apache-2 now too, except https://github.com/komora-io/sharded-log is still GPL-3. |
Hi, would you recommend use this library somewhere or it is some kind of experimental/research project?
Can it be considered sled replacement (for some use cases) and what are your thoughts about sled's future?
The text was updated successfully, but these errors were encountered: