1. neo4j Introduction
Neo4j is a Java-implemented, high-performance, NoSQL graphics database. NEO4J uses graph-related concepts to describe the data model, modeled by the relationship of nodes and nodes in the diagram. NEO4J is fully acid-compliant and transactional. NEO4J the domain data with "node space", the node space can better store the network composed of node relation and attribute, such as social network, circle of friends, relative to the table, row and column of the traditional relational database.
2. Stand-alone installation of single-machine installation is very simple: 1) After downloading the community version of NEO4J, unzip, run the command is: TAR–ZVXF neo4j-community-2.0.1.tar.gz2) Modify conf/ neo4j-server.properties config file, remove the org.neo4j.server.webserver.address=0.0.0.0 comment character 3) and finally go to the Bin directory and start the NEO4J service. 4) Enter Http://ip:7474/webadmin to enter NEO4J console
Installation of neo4j under Linux