mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-19 02:01:02 +02:00
wip integrate falkordb
This commit is contained in:
parent
0384025619
commit
6b7e53a31f
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