Reputation: 2912
I want to build a central neo4j graph db server (not an embedded one) that will store millions of information and its many relations. I have tens of threads running on various servers, these threads process some information and updates it to this central repository. Is it possible with neo4j? If so, then how effectively can it be built?
kind regards
Upvotes: 0
Views: 109
Reputation: 10346
You should definitely consider using the REST API.
Upvotes: 2