Skip to content

AngusLean/yaleveldb-4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecov

yaleveldb-4j

yet another leveldb for Java, is a simple key-value database, it try to support key-value database operator as simple as possible.

this library is under ACTIVE DEVELOP

Features

  • simple api:
put(key, value);
get(key);
delete(key);
  • will test

  • it can embed you Java Application easily, no need to install any other software.

TODO

  • async compaction
  • concurrence support

usage

maven way

not support yet

as a denpendent database server

not support yet

source

download the source and copy to you project

implementation

current this library's implementation is bitcast like, a simple LSM-TREE( Log-Structured Merge-Tree ).

About

yet another level db implement by java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages