Skip to main content

Python Boilerplate contains all the boilerplate you need to create a Python package.

Project description

|banner|

.. raw:: html

<h1 align="center">

oceandb-bigchaindb-driver

.. raw:: html

</h1>

..

🐳 Ocean DB BigchainDB driver (Python).

.. |banner| image:: doc/img/repo-banner@2x.png
:target: https://oceanprotocol.com

.. image:: https://img.shields.io/pypi/v/oceandb-bigchaindb-driver.svg
:target: https://pypi.python.org/pypi/oceandb-bigchaindb-driver

.. image:: https://img.shields.io/travis/oceanprotocol/oceandb-bigchaindb-driver.svg
:target: https://travis-ci.com/oceanprotocol/oceandb-bigchaindb-driver

.. image:: https://readthedocs.org/projects/oceandb-plugin-system/badge/?version=latest
:target: https://oceandb-plugin-system.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status


.. image:: https://pyup.io/repos/github/oceanprotocol/oceandb-bigchaindb-driver/shield.svg
:target: https://pyup.io/repos/github/oceanprotocol/oceandb-bigchaindb-driver/
:alt: Updates



BigchainDB driver to connect implementing OceanDB.

* Free software: Apache Software License 2.0
* Documentation: https://oceandb-plugin-system.readthedocs.io.


How to use it
-------------

First of all we have to specify where is allocated our config.
To do that we have to pass the following argument:

.. code-block:: python

--config=/path/of/my/config
..

If you do not provide a configuration path, by default the config is expected in the config folder.

In the configuration we are going to specify the following parameters to

.. code-block:: python

[oceandb]

enabled=true
#location of plugin class
module=bdb
module.path=./oceandb_bigchaindb_driver/plugin.py
db.hostname=localhost
db.port=9984
db.namespace=name
db.app_id=
db.app_key=
..

Once you have defined this the only thing that you have to do it is use it:

.. code-block:: python

oceandb = OceanDb(conf)
oceandb.write({"value": "test"})

..


=======
History
=======

0.1.0 (2018-05-31)
------------------

* First release on PyPI.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oceandb_bigchaindb_driver-0.0.1.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

oceandb_bigchaindb_driver-0.0.1-py2.py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page