Skip to content

007vasy/table_to_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

table_to_network

toolbox to turn tabular data into nodes and edges using parquet and polars so the import into a graphdb is breeze

TODOS

  • cli to generate files which reduces import times by eleminating duplicates
  • enforce link uniqueness by based on cols?
  • add node type based deduplication for links
  • generate Cypher queries to import data into Neo4j
  • TODO write node id null test
  • allow empty attributes
  • allow same node/edge type from the same file form multiple columns

About

toolbox to turn tabular data into nodes and edges using parquet and polars so the import into a graphdb is breeze

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages