Skip to content

Versioned Key-Value Store with RocksDB backend and gRPC API

License

Notifications You must be signed in to change notification settings

scalableminds/fossildb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8b57bfe · Apr 9, 2025
Aug 20, 2024
Mar 5, 2025
Jan 8, 2025
Apr 8, 2025
Apr 8, 2025
Feb 20, 2023
Mar 27, 2025
Aug 19, 2024
Dec 4, 2017
Feb 19, 2018
Jan 8, 2025
Aug 19, 2024
Dec 13, 2017
Feb 19, 2018
Feb 19, 2018

Repository files navigation

FossilDB

Versioned Key-Value Store with RocksDB backend and gRPC API

CircleCI

Installation & Usage

You can download the executable jar,

java -jar fossildb.jar -c default

or use a docker image and run

docker run scalableminds/fossildb:master fossildb -c default

For further options, see help:

  -p, --port <num>         port to listen on. Default: 7155
  -d, --dataDir <path>     database directory. Default: data
  -b, --backupDir <path>   backup directory. Default: backup
  -c, --columnFamilies <cf1>,<cf2>...
                           column families of the database (created if there is no db yet)

API

FossilDB can be used via its gRPC API.