18 lines
230 B
Markdown
18 lines
230 B
Markdown
# SPRINT 4 — Neo4j Projection
|
|
|
|
## Цель
|
|
|
|
`SirSnapshot → Neo4j graph`.
|
|
|
|
## Queries
|
|
|
|
- find procedures;
|
|
- find callers;
|
|
- find callees;
|
|
- find query tables;
|
|
- find writes.
|
|
|
|
## Rule
|
|
|
|
Only `projection-engine` can mutate Neo4j.
|