mafintosh / hyperdb

Distributed scalable database
MIT License
753 stars 75 forks source link

How to list keys? #10

Closed yoshuawuyts closed 7 years ago

yoshuawuyts commented 7 years ago

I was wondering how to list the keys for a directory. I remember that pre the 1.0.0-rc there was an iterator method, but it seems to have been removed.

The use case for this is time series data; being able to iterate over keys is probably a requirement for most applications of this kind haha.

mafintosh commented 7 years ago

See the 1.1 goals here, https://github.com/mafintosh/hyperdb/pull/1#issue-248276790

yoshuawuyts commented 7 years ago

Awesome, missed that comment. Thanks for answering!

mafintosh commented 7 years ago

Ya kinda hard to find in a closed pr hehe