levelup

How to access Google Chrome's IndexedDB/LevelDB files?

人走茶凉 提交于 2019-12-17 16:15:11
问题 I want to use Google Chrome's IndexedDB to persist data on the client-side. Idea is to access the IndexedDB outside of chrome, via Node.JS, later on. The background is the idea to track usage behaviour locally and store the collected data on the client for later analysis without a server backend. From my understanding, the indexedDB is implemented as a LevelDB. However, I cannot open the levelDB with any of the tools/libs like LevelUp/LevelDown or leveldb-json. I'm always getting this error

How to access Google Chrome's IndexedDB/LevelDB files?

丶灬走出姿态 提交于 2019-11-27 21:51:25
I want to use Google Chrome's IndexedDB to persist data on the client-side. Idea is to access the IndexedDB outside of chrome, via Node.JS, later on. The background is the idea to track usage behaviour locally and store the collected data on the client for later analysis without a server backend. From my understanding, the indexedDB is implemented as a LevelDB. However, I cannot open the levelDB with any of the tools/libs like LevelUp / LevelDown or leveldb-json . I'm always getting this error message: leveldb-dump-to-json --file test.json --db https_www.reddit.com_0.indexeddb.leveldb events