Skip to content
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

No access to iterator for queries? #121

Open
enigmapaul opened this issue Jul 5, 2015 · 1 comment
Open

No access to iterator for queries? #121

enigmapaul opened this issue Jul 5, 2015 · 1 comment

Comments

@enigmapaul
Copy link

I'm not sure if I'm missing something, but the only read access to the leveldb node I can find is just a simple key in msg.topic. If we don't know the exact key and want to sort/filter the data, is there any further API access to access? I have timestamped data and need to pull out ranges, etc.

Is this possible with the current functions?

@dceejay
Copy link
Member

dceejay commented Jul 5, 2015

Hi,

currently no - they just use the the get and put (and del) operators.
Happy to entertain a PR (and a CLA) if anyone wants to enhance this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants