Release `abstract-level` and dependents
- [x] https://github.com/Level/community/pull/109
- [x]
abstract-level(replacement forabstract-leveldownand more)- [x] 1.0.0
- [x]
memory-level(replacement formemdownandlevel-mem)- [x] Create repository
- [x] Replace links to
level-memandmemdowninLevel/community - [x] 1.0.0
- [x]
level-read-stream- [x] https://github.com/Level/read-stream/issues/1 (needs
memory-levelfor tests) - [x] Bump
engines.nodeinpackage.json - [x] 1.0.1
- [x] https://github.com/Level/read-stream/issues/1 (needs
- [x]
classic-level(replacement forleveldown)- [x] Create repository
- [x] Figure out how
nextv()and_landedlogic should interact - [x] Replace links to
leveldowninLevel/community - [x] https://github.com/Level/classic-level/pull/1
- [x] https://github.com/Level/classic-level/pull/3
- [x] https://github.com/prebuild/docker-images/pull/23
- [x] https://github.com/prebuild/prebuildify-cross/pull/12
- [x] 1.0.0
- [x]
browser-level(replacement forlevel-js)- [x] Create repository
- [x] Replace links to
level-jsinLevel/community - [x] 1.0.0
- [x]
level- [x] Optionally https://github.com/Level/classic-level/pull/6
- [x] https://github.com/Level/level/pull/215
- [x] 8.0.0
- [ ]
rocks-level(replacement forrocksdbandlevel-rocksdb)- [ ] Create repository
- [ ] Diff against
leveldown, copyclassic-level, apply diff - [ ] 1.0.0
- [x]
many-level(replacement formultileveldown)- [x] https://github.com/Level/abstract-level/pull/20
- [x] https://github.com/Level/abstract-level/pull/21
- [x] 1.0.0
- [x]
rave-level(replacement forlevel-party, depends onlevel@8)- [x] https://github.com/Level/classic-level/pull/8
- [x] 1.0.0
Side tasks:
- [ ] Add npm owners (also to
level-web-stream) - [x] https://github.com/Level/webpack-starter/commit/c6db89d513288cf90a8cb77f81c7500e63ce021f
- [x] https://github.com/Level/browserify-starter/commit/2afa2c0f3aa2bbe58fc9383759acd35b027902d0
- [x] https://github.com/Level/level-ws/commit/94a2a8ef0be0dd96cc9de9ca250d4bc5878ffc5b
rave-level is shaping up, iterating (as a follower) at twice the speed of level-party, bringing it closer to classic-level:
Click to expand

Published many-level.
@vweevers any indication on many-level vs local redis perf?
Depends on what functionality you need. Without iterators, simple GET and SET commands suffice and can easily be benchmarked against Level modules. For iterators, you need hashes and/or sorted sets, or perhaps Redis Streams which I'm not familiar with, but either way the performance characteristics will be different. Buffer support will slow it down. Etc.
I got side tracked by a Node.js bug on Windows (https://github.com/nodejs/node/issues/42496) but that seems to be an edge case so I went ahead and published rave-level.