ExamplesΒΆ
- 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 proper primary keys (PK) and foreign keys (FK). Uses intelligent heuristics to detect vertices and edges - no manual schema definition needed! Perfect for migrating relational data to graph databases.
- π RDF / Turtle Ingestion with Explicit Resource Mapping - Infer graph schemas from OWL ontologies and ingest RDF data using explicit
SparqlConnectorresource mapping. Supports local Turtle files and remote SPARQL endpoints. Perfect for knowledge graph pipelines built on semantic web standards. - Polymorphic Objects and Relations β Route polymorphic entities and dynamic relations using
vertex_routerandedge_router. One objects table (Person, Vehicle, Institution) and one relations table (EMPLOYED_BY, OWNS, FUNDS, etc.) map to a rich graph with type discriminators andrelation_map.