isomorfeus-data

Data access for Isomorfeus.

Community and Support

At the Isomorfeus Framework Project

Overview

Isomorfeus Data provides convenient access to data for the distributed, isomorphic system. Data is available in the same way on clients and server. Isomorfeus Data supports documents, objects and files. Graphs can easily be implemented with objects.

Core Concepts and Common API

Available Classes

All classes follow the common principles and the common API above.

Storage

isomorfeus-data relies on:

  • isomorfeus-ferret as storage and index for objects
  • the Filesystem for files
  • Oj for serialization