Hi all,
we need to install, configure and maintain a hundred of neo4j instances from remote.
Neo4j is installed on windows machines.
What is the best way to do this?
Thanks in advance.
- Ensure it's installed as a system service so that with a single script you can stop/start/restart the service
- Set up an SSH server so that you can stage / SCP copies of neo4j.conf into the right places when you want
- Set up prometheus or grafana monitoring so that all instances report their stats to a 3rd party monitoring service, so you know which instance you need to intervene with, where and when