Skip to Content
Hands-On Industrial Internet of Things
book

Hands-On Industrial Internet of Things

by Giacomo Veneri, Antonio Capasso
November 2018
Intermediate to advanced
556 pages
14h 42m
English
Packt Publishing
Content preview from Hands-On Industrial Internet of Things

Building an asset model with Neo4j

The easiest way to run Neo4j is by using the official docker image:

$ docker run -p 7474:7474 -p 7687:7687 neo4j:3.4

Neo4j supports a powerful query and a create, read, update, and delete (CRUD) language called Cypher (https://neo4j.com/docs/developer-manual/3.4/cypher/), and it also supports the REST API interface and Java, Python, C#, and JavaScript drivers to work with Cypher.

When service is up and running, we can access the Neo4j UI; we can open the browser at: http://localhost:7474/browser/.

The following screenshot shows the user interface of the Neo4j UI:

Neo4j user interface

Neo4j will ask to change ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Internet of Things

Internet of Things

S. Velliangiri, Sathish A.P. Kumar, P. Karthikeyan
Industrial Internet Application Development

Industrial Internet Application Development

Alena Traukina, Jayant Thomas, Prashant Tyagi, Veera Kishore Reddipalli

Publisher Resources

ISBN: 9781789537222Supplemental Content