Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 493 Bytes

leveldb-sstable

A java leveldb sstable generator. Different from org.iq80.leveldb, it can generate filter blocks compatible with leveldb 1.18.

Maven Central

<dependency>
  <groupId>com.github.zxl0714</groupId>
  <artifactId>leveldb-sstable</artifactId>
  <version>0.1</version>
</dependency>