trustgraph/trustgraph-flow/scripts/triples-write-memgraph
cybermaggedon bffaf62490
Feature/memgraph optim (#193)
* Separate memgraph query/write modules to optimise for memgraph
* Used 1GB memory for Memgraph
* Deployed specialised memgraph query/write processors, created memgraph indexes
* One triple is loaded as a single transaction
* Fixed index creation
2024-12-06 00:12:49 +00:00

6 lines
84 B
Python
Executable file

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