Parquet dumper for triples

This commit is contained in:
Cyber MacGeddon 2024-07-23 22:38:07 +01:00
parent a9bd50c9af
commit 2db050fe93
8 changed files with 200 additions and 0 deletions

6
scripts/triples-dump-parquet Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.dump.triples.parquet import run
run()