Skip to main content

Schemaless, NoSQL, multi-model data interactions on top ArangoDB

Project description

DataPlug
========

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

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
```

Quick start
===========

```
import dataplug

server_config = { "host":"localhost",
"port": 7144,
"username": "root",
"password":"autoGeneRatEd" }

A = dataplug.Node(domain="new_database",
collection="nodecollection",
data={"name":"NODE_A", "value":3.14},
client_config=server_config)

if A.upsave():
print(A.key())

```

Testing
=======

```
pytest -v tests
```


Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dataplug-2.0.0-py2.py3-none-any.whl (11.9 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