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

Question: iterate old entries? #792

Closed
kumavis opened this issue Nov 15, 2021 · 3 comments
Closed

Question: iterate old entries? #792

kumavis opened this issue Nov 15, 2021 · 3 comments
Labels
question Support or open question(s)

Comments

@kumavis
Copy link

kumavis commented Nov 15, 2021

Is it possible to iterate over old values that are still in the database? (entries for a single key where the sequence number is behind the latest entry's sequence number)

I found this python utility was able to pull out old entries https://github.com/obsidianforensics/hindsight/tree/6b754e216b9cbc522ea4c6e4614012ab5fd75872/pyhindsight/lib/ccl_chrome_indexeddb

@vweevers
Copy link
Member

Is it possible to iterate over old values that are still in the database?

Not with the API that's exposed here.

I found this python utility was able to pull out old entries

Is it reading entries that were deleted through the IndexedDB API though, or really from LevelDB?

@vweevers vweevers added the question Support or open question(s) label Nov 16, 2021
@kumavis
Copy link
Author

kumavis commented Nov 17, 2021

Is it reading entries that were deleted through the IndexedDB API though, or really from LevelDB?

it is reading leveldb entries that were overwritten. i believe its doing this by manually reading and parsing the leveldb files

@vweevers
Copy link
Member

vweevers commented Mar 5, 2022

Closing because I believe it's out of scope for leveldown.

@vweevers vweevers closed this as completed Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Support or open question(s)
Projects
None yet
Development

No branches or pull requests

2 participants