Though yet to be tested, this may be effective in speeding up the time to insert a bulk of backlog data directly into the underlying graph data store in link-serv. In the Neo4j custom clustering implementation, one key detail to handle will be computing the cluster-wide xid.
This feature would be implemented completely outside the link-serv API service.
In the Encyclopedia of Life project, loading from CSV into Neo4j was seen to significantly speed up the insertion.
Neo4j:
https://neo4j.com/docs/cypher-manual/current/clauses/load-csv/
ArangoDB:
https://www.arangodb.com/docs/stable/programs-arangoimport-examples-csv.html
Though yet to be tested, this may be effective in speeding up the time to insert a bulk of backlog data directly into the underlying graph data store in link-serv. In the Neo4j custom clustering implementation, one key detail to handle will be computing the cluster-wide
xid.This feature would be implemented completely outside the link-serv API service.
In the Encyclopedia of Life project, loading from CSV into Neo4j was seen to significantly speed up the insertion.
Neo4j:
https://neo4j.com/docs/cypher-manual/current/clauses/load-csv/
ArangoDB:
https://www.arangodb.com/docs/stable/programs-arangoimport-examples-csv.html