wip integrate falkordb

This commit is contained in:
Avi Avni 2024-12-15 13:31:34 +02:00
parent 0384025619
commit 6b7e53a31f
21 changed files with 664 additions and 6 deletions

View file

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

View file

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