Data Import

Use when the user wants to load data into OpenGraphDB from a file or stream. Trigger on phrases like "import this CSV", "load JSON", "ingest RDF / Turtle / N-Triples", "bulk load", "import 50k rows", "ETL into the graph", or any task framed as "I have data over there and need it as nodes / edges over here". Covers format detection (CSV / JSON / JSONL / RDF), two-pass ingest (nodes first, edges second), batch sizing for the single-writer kernel, MERGE-based idempotency for re-runnable jobs, and validation against the resulting schema.

asheshgoplani 4baf1dc 4 files · 28.3 KB Updated

File contents

asheshgoplani/opengraphdb/tree/main/skills/data-import commit 4baf1dc596

Frequently asked questions

npx skillmds@latest add asheshgoplani/data-import