Home / Companies / Neo4j / Blog / Post Details
Content Deep Dive

Streamline Data Ingestion With the Neo4j Aura Import API

Blog post from Neo4j

Post Details
Company
Date Published
Author
Greg King
Word Count
1,567
Language
English
Hacker News Points
-
Summary

The Neo4j Aura Import API offers a streamlined way to integrate data into Neo4j Aura by providing programmatic access to the existing Aura Import Service, which supports various traditional and cloud-based data sources. This new API enables developers to automate import workflows by configuring data sources and graph models through the Import Service UI and then initiating import jobs via the API. It maintains idempotent operations, ensuring consistent results upon repeated executions, making it particularly useful for incremental data loads. An example using Google Cloud Workflows demonstrates how to configure and execute these import jobs, highlighting the API's ability to manage and track job progress. Additionally, the import functionality is accessible via the Aura CLI, allowing for command-line management of import jobs, further facilitating the automation of data ingestion processes.