Metadata-Version: 2.0
Name: dataplug
Version: 0.1.0
Summary: Schemaless, NoSQL, multi-model data interactions on top ArangoDB
Home-page: https://github.com/redsharpbyte/dataplug
Author: Red Boumghar
Author-email: UNKNOWN
License: MIT
Keywords: schemaless,no-sql,multi-model,data,graph,databasea
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
Requires-Dist: python-arango
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

DataPlug
========

A simple timeseries and graph data manager, in other words: on the fly schemaless multi-model data client.

Inspired by InfluxDB, ElasticSearch and other cool stuffs that do not cover a little thing: Graphization !


Main requirements
=================

	+ [Python driver for Arango](https://github.com/joowani/python-arango)
		pip install python-arango
	+ [ArangoDB](https://www.arangodb.com) version > 3.2
	    A multi-model no-sql graph database


Installation
============

TODO: pip install dataplug (or/and similar)

Manually: copy the *dataplug/* directory somewhere in your [PYTHONPATH](https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH)


Testing
=======

pytest -v


