Skip to content

mainakchhari/python-rocksdb-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

python-rocksdb

Description

The RocksDB library provides a persistent key value store. It is maintained by the Facebook Database Engineering Team, and is based on LevelDB, by Sanjay Ghemawat and Jeff Dean at Google

The Dockerfile uses python:{version}-alpine as a base image and uses it to compile rocksdb from source