What is gdb4s?

Graph Database for Scala, gdb4s, is a graph-like database that stores triples and support query on different elements of these triples. The elements of triples are subject, predicate and object. They respectivly represents the vertex which the relation goes from, the type of relation and the vertex which the relation goes in. Triples simply represents edges of directed weighted graphs.

Who uses gdb4s?

Graph Database for Scala is planned to be used by anyone who develops Semantic Web applications or who develop any application who represents its own data as entities and undeterministic number of relations between entities such as a directed weighted graph and needs an easy to install and use nosql database system.

Get started now!

Graph Database for Scala is free and open source software. You can either download pre-compiled jar package or clone repository hosted on github and build on your own. You can also fork project on github and made changes to adopt it for your needs.