Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

MapDB schema index provider for Neo4j 2.0

Notifications You must be signed in to change notification settings

dswarm/neo4j-mapdb-index

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j 2.0 MapDB Index Provider

Implements a Schema Index Provider for Neo4j 2.0, label based indexes using MapDB, 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.

About

MapDB schema index provider for Neo4j 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%