oracle / oci-java-sdk

Oracle Cloud Infrastructure SDK for Java
https://cloud.oracle.com/cloud-infrastructure
Other
192 stars 153 forks source link

Examples for DataIntegration Export/Import feature #546

Closed vipulbehl closed 9 months ago

vipulbehl commented 10 months ago

Fixes #547

This PR adds examples to showcase how to use the newly introducted export/import feature by Data Integration Service.

Example Details :-

DataIntegrationExportExample Creates an export request for a project(or any design object) in DIS and then exports that object in zip format in the provided Object Storage bucket.

DataIntegrationImportExample Creates an import request, uses the user provided zip file from Object Storage and then imports the objects in the DIS workspace provided by the user.