Storage and database adapters available in project Thoth
Project description
This library provides a library called thoth-storages used in project Thoth. The library exposes core queries and methods for JanusGraph database as well as adapters for manipulating with Ceph via its S3 compatible API.
Installation and Usage
The library can be installed via pip or Pipenv from PyPI:
pipenv install thoth-storages
The library does not provide any CLI, it is rather a low level library supporting other parts of Thoth.
You can run prepared testsuite via the following command:
pipenv install --dev
pipenv run python3 setup.py test
# To generate docs:
pipenv run python3 setup.py build_sphinx
Automatically generate schema for Graph database
To automatically generate schema for the graph database from models defined in this module, run:
PYTHONPATH=. pipenv run python3 ./create_schema.py --output thoth/storages/graph/schema.rdf
After running this command, the RDF file describing schema will be updated based on changes in model.
from thoth.storages import GraphDatabase
# Also provide configuration if needed.
graph = GraphDatabase()
graph.connect()
graph.initialize_schema()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file thoth-storages-0.11.3.tar.gz
.
File metadata
- Download URL: thoth-storages-0.11.3.tar.gz
- Upload date:
- Size: 34.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d350138adb75dee53c87aa8612b004092f3b35195e2a11d3ad65021f575c1bf0 |
|
MD5 | de661f1f7e9dd33ac877940a4c071e51 |
|
BLAKE2b-256 | 9630438c2d71f593e8406d6361e53547059f99f5517ca7ebc882bda43feead03 |