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.
- LucidObject - for objects with text_fields or attributes
- LucidFile - for files like images, pdfs, etc.
- LucidQuery - for isomorphic queries.
Storage
isomorfeus-data relies on:
- isomorfeus-ferret as storage and index for objects
- the Filesystem for files
- Oj for serialization