13 lines
319 B
Markdown
13 lines
319 B
Markdown
# sfera-projection-engine
|
|
|
|
Projection layer for SIR snapshots.
|
|
|
|
Provides:
|
|
|
|
- in-memory graph projection for tests and API queries;
|
|
- Neo4j snapshot projection;
|
|
- Neo4j delta projection from `SirDelta`;
|
|
- routine graph queries: procedures, callers, callees, query tables, writes.
|
|
|
|
Only this package should mutate Neo4j.
|