Skip to content

diefans/python-arangodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arangodb

Objective

There are a couple of Python implementations for ArangoDB's rest API, but they do not fit my mind:

  • Have a declarative way of defining documents, Edges and Graphs.
  • Have a clean separation of client API and ArangoDB API.
  • Documents should be optionally de/serializable when loading or saving.
  • The API client may differ for a special Document.
  • Documents should behave like dicts.
  • Have a nice query tool.
  • Have ArangoDB errors thrown as exceptions.
  • Use requests Session with keep-alive.

About

One of many arangodb rest adaptors for python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages