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 details)

Uploaded Python 2 Python 3

File details

Details for the file dataplug-2.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: dataplug-2.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 11.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.6

File hashes

Hashes for dataplug-2.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e8d9c119fa9e26e33a52bf652ac93f2bfc04c4959c577d6fdfe091485c32d554
MD5 cbd72559416a5982e7a65095babb53d9
BLAKE2b-256 f75894c297ad0ac32e415ff37f4855448c816b76cb8d1388b2fe97583765c437

See more details on using hashes here.

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