oceandb-bigchaindb-driver

🐳 Ocean DB BigchainDB driver (Python).


Keywords
oceandb_bigchaindb_driver
License
Apache-2.0
Install
pip install oceandb-bigchaindb-driver==0.0.2.4

Documentation

banner

oceandb-bigchaindb-driver

🐳 Ocean DB BigchainDB driver (Python). oceanprotocol.com

Travis (.com) Codacy coverage PyPI GitHub contributors


Table of Contents

------------|------------ Create | Create
Read | Retrieve Update | Append
Delete | Burn

You can find here a link talking about the CRAB model.

Search capabilities

Take in account that BigchainDB is not thought to have a great search/query capabilities. At the moment we add two methods, one allow you to do queries directly to MongoDB and the other do text search queries. This could be a bit unstable, because is base in a new functionality that is not exposed in the last BigchainDB release. In this repo you can find more information about the query capabilities of BigchainDB https://github.com/bigchaindb/ethereum-integration/tree/master/poc3/query-engine.

Code style

The information about code style in python is documented in this two links python-developer-guide and python-style-guide.

Testing

Automatic tests are setup via Travis, executing tox. Our test use pytest framework.

License

Copyright 2018 Ocean Protocol Foundation Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.