Skip to content

A simple Java wrapper that transforms a RocksDB instance into a Java Map.

License

Notifications You must be signed in to change notification settings

luigi-asprino/rocks-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocks-map

A simple Java wrapper that allows to create disk-backed huge collections (of million of elements) backed by RocksDB.

Dependency

Rocks-map is available on maven central. To use the library you need to just add the following dependency to your POM.

<dependency>
	<groupId>it.cnr.istc.stlab</groupId>
	<artifactId>rocksmap</artifactId>
	<version>0.0.3</version>
</dependency>

Usage

TODO

About

A simple Java wrapper that transforms a RocksDB instance into a Java Map.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages