Skip to content

enterlab/simplegraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SimpleGraph

A really Simple, rudimentary Graph (in-memory) DB implemented in Java.

Can be used as an application cache storage, and is really fast.

But mainly this is meant for people (students?) that want to find out how a graph database works, by looking at code instead of reading books.

The SimpleGraph is implemented as a TripleStore, containing tuples (well, actually triples) of Subject, Object and Predicate.

For more info on Triplestores, check here: https://en.wikipedia.org/wiki/Triplestore

License

Copyright © Enterlab 2011-2016

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Simple in-memory Graph Database/Cache (Triplestore): learn how a Graph DB works (educational, learner)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages