Add bulk import support for Neptune Analytics
- Dominant language
- Jupyter Notebook
- Stars
- 819
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
**Community Note**
* Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
* If you are interested in working on this issue or have submitted a pull request, please leave a comment.
**Is your feature request related to a problem? Please describe.**
While graph-notebook already allows for [batch data load](https://docs.aws.amazon.com/neptune-analytics/latest/userguide/batch-load.html) for Neptune Analytics via the `%load` magic, we should also consider adding support for [bulk import](https://docs.aws.amazon.com/neptune-analytics/latest/userguide/bulk-import.html), which provides a more optimized way to load large datasets into empty graphs.
We should add magic commands for all of the bulk import APIs available for Neptune Analytics:
- [`CancelImportTask`](https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_CancelImportTask.html)
- [`GetImportTask`](https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_GetImportTask.html)
- [`ListImportTasks`](https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ListImportTasks.html)
- [`StartImportTask`](https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_StartImportTask.html)
Contributor guide
Assessment
This issue has not been assessed yet.