Skip to content

benblamey/HasteStorageClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client for the HASTE Storage Engine

For now, this simply calls the MongoDB and Swift Container clients. Python 3.x.

Installation

For installation in development mode:

git clone https://github.com/benblamey/HasteStorageClient.git
cd HasteStorageClient
pip3 install -e .

Update

cd HasteStorageClient
git pull
pip3 install -e .

Example

See example.py.

Config

Optionally, place haste_storage_client_config.json in ~/.haste/ (or windows equivalent), instead of specifying config in constructor.

Note

It isn't possible to connect to the database server from outside the SNIC cloud, so for local dev/testing you'll need to use port forwarding from another machine. https://help.ubuntu.com/community/SSH/OpenSSH/PortForwarding

Contributors

Ben Blamey, Andreas Hellander

About

Client for HASTE Storage Engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages