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
This commit is contained in:
cybermaggedon 2024-12-06 00:12:49 +00:00 committed by GitHub
parent e3d06ab80b
commit bffaf62490
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 651 additions and 4 deletions

View file

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