Examples¶
Runnable walkthroughs with sample data under examples/ in the repository.
By topic¶
| Topic | Examples | Related docs |
|---|---|---|
| CSV / files | 1, 3, 8, 11, 12, 15, 16 | Transforms, Identity inference guide, Vertex identity |
| JSON / nested | 2, 4, 7 | Core components |
| PostgreSQL | 5 | Capabilities |
| RDF / SPARQL | 6 | GraFlo ontology |
| API | 14 | API env wiring guide, API connector |
| TigerGraph / S3 | 10 | TigerGraph bulk load guide |
| Graph export / file backend | 13 | Graph export guide |
| Graph DB migration (Neo4j/Arango → any target) | — | Graph DB migration guide, Quick start |
| Connectors / proxy wiring | 9 | Runtime connector updates |
Full list¶
- CSV with Multiple Tabular Sources
- JSON with Self-Reference Vertices
- CSV with Edge Weights and Multiple Relations
- Neo4j Ingestion with Dynamic Relations from Keys
- PostgreSQL Schema Inference and Ingestion — automatically infer graph schemas from normalized PostgreSQL databases (3NF) with PK/FK heuristics.
- RDF / Turtle Ingestion with Explicit Resource Mapping — infer schemas from OWL ontologies and ingest RDF via
SparqlConnector. - Polymorphic Objects and Relations —
vertex_router+ dynamicedgefor type discriminators and relation maps. - Multi-edge properties with filters and
dresstransforms — ticker-style CSV with vertex filters and metric transforms. - Explicit
connector_connectionProxy Wiring — resolveconn_proxylabels at runtime viaConnectionProvider. - TigerGraph bulk load and S3 staging — CSV staging, native
LOADING JOB,staging_proxy. - Flat-row dynamic edges with
vertex_router— one row encodes(source, target, relation). - Vertex roles and multi-intent edges —
roleslots andlinkson edge steps. - GraFlo file backend — export, ingest to disk, replay to ArangoDB or PostgreSQL.
- API env wiring —
register_all_api_configs_from_envfor multi-proxy manifests. - Identity inference from CSV — infer vertex identities from flat CSV, ingest to file backend.
- Secondary identities for edge-only sources — relate vertices by ISIN/LEI via
secondary_identities,lookup_only, andsource_match/target_match.