level-livefeed
Live query a range in leveldb
Example
You query a range in the database. It will load the range from disk and then also add on anything else you put or del from it.
It's basically a never ending feed like tail -f
var livefeed = level = WriteStream = db = var stream = stream stream
prints
chunk put foo:one two
chunk put foo:some key some value
finished loading from disk
chunk put foo:some key some value
chunk del foo:die undefined
chunk put foo:one two
chunk del foo:two undefined
Installation
npm install level-livefeed
Contributors
- Raynos