Graph Analytics with Neo4j: Administering a Neo4j Database
Understanding the fundamental administration tasks for a Neo4j database is useful for administrators learning about this graph DB as well as developers who use it in their own environments.Begin by learning the very basics of setting up a graph database – creating a project which serves as a logical grouping of database management systems (DBMS). Create locally stored database systems and discover how to connect to a remotely hosted one using Neo4j Desktop. Moving on, use the Cypher shell to interact with a Neo4j database and use this to manage a database system and perform tasks such as taking a database offline, creating parameters for queries, and running Cypher queries. Finally, learn how to modify the configuration file for a Neo4j database management system, where you explore options such as limiting the number of databases in a DBMS and also modifying the HTTP connection settings.Upon completion, you’ll be able to use the Neo4j Desktop, Neo4j Browser, and the Cypher shell to perform key database administration tasks.