Mac: 5. Stop Graphlytic

Graphlytic depends on Neo4j so if you stop it manually there is need to stop Graphlytic first.

1.1. Stop Graphlytic

Stop the server by typing Ctrl-C in the console.

If console is not running and Graphlytic is still reachable we need to find its process number:

$ ps -ef | grep java

Find coresponding process number and kill the process

$ kill <number_of_process>

Chceck if processing was ended:

$ ps -ef | grep java

1.2. Stop Neo4j

Depending on how neo4j is installed see Neo4j Installation manual how to stop Neo4j