Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.
Michal Bachman edited this page May 30, 2014 · 8 revisions

GraphAware Framework speeds up development with Neo4j by providing a platform for useful generic as well as domain-specific functionality, analytical capabilities, graph algorithms, etc.

Features Overview

On a high level, there are two key pieces of functionality:

  • GraphAware Server is a Neo4j server extension that allows developers to build (REST) APIs on top of Neo4j using Spring MVC, rather than JAX-RS.
  • GraphAware Runtime is a runtime environment for both embedded and server deployments, which allows the use of pre-built as well as custom modules called "GraphAware Runtime Modules". These modules typically extend the core functionality of the database by transparently enriching/modifying/preventing ongoing transactions in real-time.

Additionally, for Java developers only (i.e., for embedded mode, managed/unmanaged extensions development, GraphAware Runtime Modules and framework-powered Spring MVC Controllers), the following functionality is provided:

Clone this wiki locally