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

persistence

zazi edited this page Dec 5, 2014 · 2 revisions

This module is responsible for the metadata repository (currently a relational database; MySQL) and the data hub (currently a graph database; Neo4j). The Graph Data Model (GDM) format acts as exchange format between the back end and the d:swarm Neo4j unmanaged extension. The code of the GDM (Java) object structure and (JSON) de-/serialization is currently hosted in the dswarm-gdm-java repository.

Clone this wiki locally