mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
Co-authored-by: Avi Avni <avi.avni@gmail.com>
This commit is contained in:
parent
8c1b468eb0
commit
a4afff59a0
21 changed files with 664 additions and 6 deletions
6
trustgraph-flow/scripts/triples-query-falkordb
Executable file
6
trustgraph-flow/scripts/triples-query-falkordb
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.query.triples.falkordb import run
|
||||
|
||||
run()
|
||||
|
||||
6
trustgraph-flow/scripts/triples-write-falkordb
Executable file
6
trustgraph-flow/scripts/triples-write-falkordb
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.storage.triples.falkordb import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue