mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
* 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
6 lines
84 B
Python
Executable file
6 lines
84 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.storage.triples.memgraph import run
|
|
|
|
run()
|
|
|