Database Reference
In-Depth Information
Creating a ready-to-use database - batch
imports
Batch data import is one of the most widely used and integral processes in enterprise sys-
tems. It not only helps to create our ready-to-use database in a few minutes, but is also
helpful in situations such as system failures / crashes where we want to recover our systems
and reload the data as soon as possible.
Neo4j provides the following processes for importing data in batches:
• CSV importer
• The spreadsheet way—Excel
• HTTP batch imports—REST API
• Java API
Let's discuss in detail each of the batch import processes.
Search WWH ::




Custom Search