Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
/ lumeo Public archive

Implementing Tinkerpop Blueprints API via Lucene (not yet done - see blueprint api tests!)

Notifications You must be signed in to change notification settings

karussell/lumeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lumeo - Implementing Tinkerpop Blueprints API via Lucene (not yet done - see blueprint api tests!)

Implements a real time cache to avoid commiting after adding a node - see RawLucene.realTimeCache

Main To do's:
 * make blueprints tests passing
 * use in-memory codec to make id processing faster 
   (ie. make it a *graph* processing framework - not a graph querying one)
 * store properties into one field (same as the _source field in ElasticSearch)

Code stands under Apache License 2.0

Blueprints
https://github.com/tinkerpop/blueprints/wiki/

Lucene
http://lucene.apache.org/core/

About

Implementing Tinkerpop Blueprints API via Lucene (not yet done - see blueprint api tests!)

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages