Skip to content

Tools to work with arango with python more simpler, this module work with pyarango

Notifications You must be signed in to change notification settings

efazati/arangoknife

Folders and files

NameName
Last commit message
Last commit date
May 9, 2017
May 9, 2017
May 9, 2017

Repository files navigation

Arango Knife

with this lib you can work with arangodb more simpler

there is example to use arangoknife in root project, you can create arangoclass and use it very simple

class ExampleArango(Arango):
    collection_names = [{'kind':'Collection',
        'name':'vertex'}, 
        {'kind':'Edges',
        'name':'edge'}]
    graph_name = 'example'

    config = {'username': 'efazati',
        'password': "efazati",
        'url': 'http://10.102.1.1:8529',
        'db_conn': "_system"
    }

About

Tools to work with arango with python more simpler, this module work with pyarango

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages