levyx / heliumdb

heliumdb provides a persisted python objected store capable of scaling to many terabytes of data
https://blu-corner.io
MIT License
1 stars 0 forks source link

heliumdb project

Getting started

Requirements

In order to use heliumdb, you will need to have the following installed:

In addition, the following platforms have extra requirements:

Linux

Windows

Installation

Linux

First, clone this repo:

$ git clone https://github.com/levyx/heliumdb

Then, cd to the heliumdb directory and use pip to install the heliumdb module:

cd heliumdb
pip install .

If you get permissions issues, use

pip install . --user

or use virtualenv.