Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Neo4j Cookbook

You're reading from   Neo4j Cookbook Harness the power of Neo4j to perform complex data analysis over the course of 75 easy-to-follow recipes

Arrow left icon
Product type Paperback
Published in May 2015
Publisher
ISBN-13 9781783287253
Length 226 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Ankur Goel Ankur Goel
Author Profile Icon Ankur Goel
Ankur Goel
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Getting Started with Neo4j FREE CHAPTER 2. Connecting to Neo4j 3. The Cypher Query Language 4. Data Modeling and Leveraging with Neo4j 5. Mining the Social Treasure 6. Developing Location-based Services with Neo4j 7. Visualization of Graphs 8. Industry Usages of Neo4j 9. Neo4j Administration and Maintenance 10. Scaling Neo4j Index

A bulk upload of the initial large dataset


Often, requirement is such that you have a large amount of data lying in traditional SQL databases or in files and you want to import everything to Neo4j. Often, this takes months, as people mostly use Cypher queries or a one-at-a-time node creation approach, which is not suitable when your nodes/relationships run into millions or higher.

In this recipe, you will learn how to import an initial bulk dataset into Neo4j.

Getting ready

Perform the following steps to get ready for this recipe:

  1. Set up a Neo4j instance using the recipes covered in Chapter 1, Getting Started with Neo4j, of this book.

  2. You need a large dataset, which needs to be imported to Neo4j. For this recipe, we will use http://www.mockaroo.com/, which gives you the ability to generate data of various types—up to 1,000 rows in the free edition and up to 10 million rows in the paid edition. For more data, you can either go for a big data edition or write a simple script that gives you the...

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 £16.99/month. Cancel anytime