trustgraph/trustgraph-flow/scripts/triples-write-memgraph
Cyber MacGeddon 1a4388ee59 - Separate memgraph query/write modules to optimise for memgraph
- Used 2GB memory for Memgraph, overkill, gonna wind that back
2024-12-05 22:45:41 +00:00

6 lines
84 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.storage.triples.memgraph import run
run()