Python API

Python API for modelling and managing graphs

Installation

pip install invana

Features

  • Object Mapper - Models, PropertyTypes, and Form validation
  • Execute gremlin queries
  • Built in QuerySets for performing standard CRUD operations on graph.
  • Utilities for logging queries and performance.
  • Django-ORM like search when using OGM(ex: has__id__within=[200752, 82032, 4320], has__name__startingWith="Per")( Refer search-usage.md for more)
  • Index support
  • Query caching support
  • Asynchronous Python API.

License

Apache License, Version 2.0