How to run Neo4j 3.0.6 multiple instances in a single machine using INEO -
how run neo4j 3.0.6
multiple instances in single machine using ineo? how change port number of neo4j 3.0.6
version , instance using ineo?
ineo third party solution, , based on github repo not maintained recently. btw, have checked create instance specific port section of readme.md?
ineo create -p8486 my_db_test
currently neo4j offers similar solution instance handling, called neo4j desktop, , can downloaded here: https://neo4j.com/download/other-releases/
if use native neo4j database, should change following properties in neo4j.conf able have more instance locally:
dbms.connector.bolt.listen_address dbms.connector.http.listen_address dbms.connector.https.listen_address
Comments
Post a Comment