Skip to content

EIDOS Explorer — Developer Reference

This reference manual is compiled from the Documentation Knowledge Model (KM). All content is derived from verified source files — no assertions are made from memory.

Architecture at a Glance

EIDOS Explorer is a distributed graph service with three data layers:

.eidos ZIP (read-only base)
    +
mutations/ overlay (JSON-LD, mutable)
    =
Effective Graph (in-memory, rebuilt on demand)

Core Concepts

  • Effective Graph — the merged in-memory view that all APIs query
  • Overlay — the mutable write layer on top of the immutable base
  • Domain — independently deployable subtree served by one backend instance

Key Workflows

Invariants

System-wide guarantees that all implementations must preserve: