This repository was archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
Home
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.
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:
-
GraphAware Test
- GraphUnit - a library for simple graph unit-testing
- Performance Testing Library
- API Testing Library
- Improved Neo4j Transaction API
- Transaction Executor and Batch Transaction Executor
- Miscellaneous Utilities
Copyright (c) 2014 Graph Aware Limited
- Javadoc
- Downloads (all)
- Embedded (2.0.3.5)
- Community Server (2.0.3.5)
- Enterprise Server (2.0.3.5)