Depending on the data format you have in your on-premise environment, there are several different approaches you can use to load or stream your data into Aura instances.
First, if your on-premise dataset is located inside another database (Oracle, MySql, etc,...), you can use tools like Apache Hop and Neo4j Kafka Connect to stream your local database into Neo4j Aura instances. Please review:
Second, if your data is stored in Snowflake, you can use:
Lastly, if your dataset is stored in CSV or JSON files on your local desktop/server, please review:
- Using HOP to stream data into Aura instance (recommended method).
- using LOAD CSV cypher statement. Please take a look at the KB article: How do I load data from a CSV?
- Using apoc to conditional loading large scale data set from JSON or CSV files
- Using Data Importer To Load Data Into an AuraDB Instance
Comments
0 comments
Please sign in to leave a comment.