Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Neo4j 3.x - Second Edition

You're reading from  Learning Neo4j 3.x - Second Edition

Product type Book
Published in Oct 2017
Publisher Packt
ISBN-13 9781786466143
Pages 316 pages
Edition 2nd Edition
Languages
Concepts
Author (1):
Jerome Baton Jerome Baton
Profile icon Jerome Baton

Table of Contents (24) Chapters

Title Page
Credits
About the Authors
Acknowledgement
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
Graph Theory and Databases Getting Started with Neo4j Modeling Data for Neo4j Getting Started with Cypher Awesome Procedures on Cypher - APOC Extending Cypher Query Performance Tuning Importing Data into Neo4j Going Spatial Security Visualizations for Neo4j Data Refactoring with Neo4j Clustering Use Case Example - Recommendations Use Case Example - Impact Analysis and Simulation Tips and Tricks

Tools


Let's have a look at a few of the tools.

Cypher-shell

Cypher-shell is a command-line tool that comes with the default installation of Neo4j.

You will find it in the $NEO_HOME/bin folder. As already stated, it allows you to run Cypher queries interactively on a Neo4j server, such as the Neo4j browser:

Cypher-shell, interactive mode

It is also possible to use it in a unix-ian way, as the destination of a file. Suppose that we have a file named count.cy containing this query:

MATCH (n)
RETURN count(n);

We can use Cypher-shell like this:

Cypher-shell, in 'like a sysadmin' mode

Data integration tools

Talend (www.talend.com) is an open source software vendor that provides data integration, data management, enterprise application integration, and Big Data software and services. They have a very extensible, visual, and powerful development environment for all kinds of integration services that can be connected together in a workflow designer style environment.

MuleSoft (www.mulesoft.com), headquartered...

lock icon The rest of the chapter is locked
arrow left Previous Chapter
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}