https://github.com/jexp/neo4j-mapdb-index
MapDB schema index provider for Neo4j 2.0
https://github.com/jexp/neo4j-mapdb-index
Last synced: about 1 year ago
JSON representation
MapDB schema index provider for Neo4j 2.0
- Host: GitHub
- URL: https://github.com/jexp/neo4j-mapdb-index
- Owner: jexp
- Created: 2013-05-07T10:24:53.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T14:44:45.000Z (about 11 years ago)
- Last Synced: 2025-03-31T19:36:23.234Z (over 1 year ago)
- Language: Java
- Size: 195 KB
- Stars: 6
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Neo4j 2.0 MapDB Index Provider
Implements a Schema Index Provider for Neo4j 2.0, label based indexes using [MapDB](http://www.mapdb.org/), which is a high performance, persistent map implementation using compression and custom serialization.
It also supports snapshots which are required by a Schema Index Provider for repeatable reads.
`mvn clean install`
That will create a zip-file: `target/mapdb-index-1.0-provider.zip` whose content you have to put in Neo4j's classpath.