Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Seven NoSQL Databases in a Week

You're reading from  Seven NoSQL Databases in a Week

Product type Book
Published in Mar 2018
Publisher Packt
ISBN-13 9781787288867
Pages 308 pages
Edition 1st Edition
Languages
Authors (2):
Sudarshan Kadambi Sudarshan Kadambi
Profile icon Sudarshan Kadambi
Xun (Brian) Wu Xun (Brian) Wu
Profile icon Xun (Brian) Wu
View More author details

Table of Contents (16) Chapters

Title Page
Copyright and Credits
Dedication
Packt Upsell
Contributors
Preface
Introduction to NoSQL Databases MongoDB Neo4j Redis Cassandra HBase DynamoDB InfluxDB Other Books You May Enjoy Index

Using Neo4j


You should now be able to start your Neo4j server process in the foreground:

bin/neo4j console

This yields the following output:

Active database: graph.dbDirectories in use:  home:         /local/neo4jconfig:       /local/neo4j/conf  logs:         /local/neo4j/logs  plugins:      /local/neo4j/plugins  import:       /local/neo4j/import  data:         /local/neo4j/data  certificates: /local/neo4j/certificates  run:          /local/neo4j/runStarting Neo4j.2017-07-09 17:10:05.300+0000 INFO  ======== Neo4j 3.2.2 ========2017-07-09 17:10:05.342+0000 INFO  Starting...2017-07-09 17:10:06.464+0000 INFO  Bolt enabled on 192.168.0.100:7687.2017-07-09 17:10:09.576+0000 INFO  Started.2017-07-09 17:10:10.982+0000 INFO  Remote interface available at http://192.168.0.100:7474/

Alternatively, Neo4j can be started with the start command (instead of console) to run the process in the background. For this, current logs for the server process can be obtained by tailing the log/debug.log file:

tail -f...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}