Neo4j writing roughly works

This commit is contained in:
Cyber MacGeddon 2024-08-13 23:23:19 +01:00
parent 2f72fceaa2
commit 053fc5511b
13 changed files with 687 additions and 1 deletions

6
scripts/triples-query-neo4j Executable file
View file

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

6
scripts/triples-write-neo4j Executable file
View file

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