Book Image

Building web applications with Python and Neo4j

By : Sumit Gupta
Book Image

Building web applications with Python and Neo4j

By: Sumit Gupta

Overview of this book

Table of Contents (14 chapters)
Building Web Applications with Python and Neo4j
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Monitoring the health of the Neo4J nodes


In this section, we will talk about the various aspects of monitoring exposed by Neo4j.

Neo4j browser

Neo4j exposes the REST endpoints which can be used to query the configuration of our server and database, and to make it simpler Neo4j Browser incorporates these REST endpoints and facilitates the execution of these REST endpoints in few clicks.

The previous screenshot shows the various options available in Neo4j Browser to query the configuration and health of your Neo4j database and server.

Webadmin

Webadmin was replaced with Neo4j Browser in Neo4j 2.0 release but it is still packaged and available. However, no enhancements or bug fixes are planned for the webadmin in upcoming releases.

You can still access webadmin by pointing your browser to http://localhost:7474/webadmin and you will see a nice dashboard providing high-level statistics. You can further explore and click on Server Info to get more information and statistics about your Neo4j database...