vvra
vvra

Reputation: 2912

Building a central Neo4j graph server

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

Answers (1)

You should definitely consider using the REST API.

Upvotes: 2

Related Questions