Metadata-Version: 2.0
Name: dataplug
Version: 1.0.2
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
Description-Content-Type: UNKNOWN
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 for devs
==========================


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



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

'''
pip install dataplug
'''

Testing
=======

'''
pytest -v tests
'''


