Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.79 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.79 KB
description
An open source Graph Analytics and Reasoning Engine.

Invana

Any data, that is well modelled and has knowledge about all the relationships and weights with in the entities of the system can give better insights for making Informed Decision.

Invana let's you model the data as connected Graph of entities and relationships. You can extract insights from data by applying models like reasoning and graph algorithms. These models help you with learning relationships, predicting patterns and perform advanced analytics on connected data.

{% hint style="info" %} Invana provides solutions for Graph Powered Analytics And Machine Learning. {% endhint %}

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.

Architecture

Invana architecture

How Invana works

  1. Model your system with the labels of entities and relationships.
  2. Import data using python SDK or GraphQL API.
  3. Setup Functions on Entities and Relationships to teach and learn patterns with in the Graph.
  4. Query and Visualise inferences, reasoning and analytics data as force directed graphs.

Setup your first Knowledge Graph & Graph Powered Analytics Engine with Invana in just few minutes, get started here