Hello folks,
We are trying to export and import the existing data to different atlas system.
We have around 10000 entities in the exported zip file. The export is taking
around 2-3 mins.
Total zip file size is 14 MB. The largest file in the zip is around 7 MB which
has almost 1000 relationshipAttributes in it.
When we try to import this, the import is running for more than 25 hours. Is
this expected behaviour? Is there any way to speed up this process?
Export command
curl -igk -X POST -u admin:admin -H "Content-Type: application/json" -H
"Cache-Control: no-cache" -d '{
"itemsToExport": [
{ "typeName": "kafka_topic" }
],
"options": {
"matchType": "forType"
}
}' "http:// localhost:21000/api/atlas/admin/export" > /tmp/kafka_topic.zip
Import command
curl -ikg -X POST -u admin:admin -H "Content-Type: multipart/form-data" -H
"Cache-Control: no-cache" -F data=@ kafka_topic.zip
"http://localhost:21000/api/atlas/admin/import"
let us know if we are missing in the import process
---
Regards,
Sreeni