Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 658 Bytes

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.