mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Parquet dumper for triples
This commit is contained in:
parent
a9bd50c9af
commit
2db050fe93
8 changed files with 200 additions and 0 deletions
6
scripts/triples-dump-parquet
Executable file
6
scripts/triples-dump-parquet
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.dump.triples.parquet import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue