mafintosh / hyperdb

Distributed scalable database
MIT License
753 stars 75 forks source link

createHistoryStream #16

Closed hackergrrl closed 6 years ago

hackergrrl commented 6 years ago

It would be great if there was a way to get a stream of nodes of a key's history, starting at HEAD and moving backwards in time.

hackergrrl commented 6 years ago

I'm thinking something like https://github.com/substack/hyperkv#var-stream--kvcreatehistorystreamkey-opts

e-e-e commented 6 years ago

@noffle I think this is done and can be closed right? Albeit without back pressure.

hackergrrl commented 6 years ago

Oh hey, you're right! Thanks @e-e-e.