hanoidb
hanoidb copied to clipboard
Erlang LSM BTree Storage
The dependency to `plain_fsm` (from [gburd/plain_fsm](http://github.com/gburd/plain_fsm)) seems to be obsolete, the most recent repository is from [uwiger/plain_fsm](https://github.com/uwiger/plain_fsm). This current old one triggers another dependency to an obsolete `edown` (from [esl/edown](http://github.com/esl/edown.git))...
I'm getting from time to time some unhandled messages in the `main_loop` function in `hanoidb_level.erl` The messages are unhandled because guards fail to match on the certain `State`. For example:...
lager should be compiled first as sext uses lager_transform
Hi ! I made a patch to add iteration in a similar fashion `ets:next/2` works, mainly because I need it, but I think it might be a good idea to...
It looks like hanoidb can't recover when one of the database A or B files does not exists in merge process. When hanoidb files get damaged and hanoidb_merger:merge gets an...
### krestenkrab/hanoidb now has a Chat Room on Gitter @krestenkrab has just created a chat room. You can visit it here: [https://gitter.im/krestenkrab/hanoidb](https://gitter.im/krestenkrab/hanoidb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...
would be cool if you could tag the master to some version :)
When hanoidb is started supervised like ``` init([]) -> RestartStrategy = one_for_one, MaxRestarts = 1, MaxSecondsBetweenRestarts = 10, SupFlags = {RestartStrategy, MaxRestarts, MaxSecondsBetweenRestarts}, Restart = transient, Shutdown = 2000, Type...
Hi, I'm packaging scalaris into Fedora which has dependencies on many 3rd erlang libraries, hanoidb is one of them. Therefore I'm going to package it also, could you please give...
Hello, hanoidb is cool for me : it "just works(TM)", it KISS heart, it may OTP and spawn rainbows. So first thank you contributors for this nice software. I'd like...