mafintosh / hyperdb

Distributed scalable database
MIT License
753 stars 75 forks source link

Next #39

Closed mafintosh closed 6 years ago

mafintosh commented 6 years ago

Been rewriting most of the internals for a while. This is the result (wip).

e-e-e commented 6 years ago

@mafintosh I see you have implemented a read stream in a more comprehensive way in this branch - I am thinking I should close the PR I opened, but do you think some of the tests I wrote would be applicable here as well? Or have you implemented read stream with different spec in mind?

e-e-e commented 6 years ago

oh - also regarding delete - how are you thinking about implementing this? In hyper-graph-db I ended up just writing null values to replace previous written. Would this suffice, just adding a convenience wrapper for putting null as a form of delete? or is there a smarter way?

mafintosh commented 6 years ago

@noffle i'm merging this now so I can start working on master again. I'm sure I broke some of your stuff, just let me know and I'll get it fixed :)