Guides¶
Task-oriented walkthroughs for common GraFlo workflows. Each guide links to the relevant concept pages and a runnable example where one exists.
I want to…¶
| Task | Guide | Example | Concepts |
|---|---|---|---|
| Migrate a graph database to another backend | Graph DB migration | Quick start | Graph export and migration |
| Export a graph to disk and replay it | Graph export and replay | Example 13 | Graph export and migration |
| Wire REST API credentials from environment variables | API env wiring | Example 14 | API connector |
| Infer vertex identities from CSV samples | Identity inference | Example 15 | Vertex identity |
| Bulk-load TigerGraph via CSV and S3 staging | TigerGraph bulk load | Example 10 | Object storage |
| Use a pre-provisioned graph namespace (least privilege) | Graph namespace and schema | — | Capabilities |
| Migrate between schema versions | — | — | Migration and practices |
| Infer a manifest from PostgreSQL | — | Example 5 | Capabilities |
| Ingest RDF with an OWL ontology | — | Example 6 | Capabilities |
Getting started path¶
- Installation
- Quick start
- Creating a manifest
- Pick a guide or example for your data source