The OCP database is not included in the free version of OCP. The free version syncs data in real-time without using the OCP database, letting you access public apps and data syncs.
Contact your Customer Success Manager if you have any questions.
The File Export app lets you export your data from Optimizely Connect Platform (OCP) to Amazon S3.
Locate your Amazon S3 credentials
- Go to Data Setup > Integrations.
- Click AWS.
- Click Generate Access Keys. You only need to complete this step if you have not already generated your Amazon S3 access keys in OCP.
-
Copy the Key ID and Secret Access Key.
- Copy and paste these credentials into the Amazon S3 command-line interface (CLI) or a third-party application, like Cyberduck to complete the connection between your OCP and Amazon S3 account.
Install and configure the app
- Go to Data Setup > App Directory.
-
Select the File Export app.
-
Click Install App. The Settings tab displays.
- Select the desired Object and Object Fields on the Settings tab.
- Click Export to initiate the file export.
-
Click Check Status to check the status of the export. When complete, the app returns the S3 folder where you can find the exported files.
-
Copy the S3 folder the app returns, and paste it in the following command to download the file from the specified folder in the S3 bucket. Replace
filename
with your desired name for this export file and replacelocal file path
with the location you want to save this file.aws s3 cp PASTE_S3_FOLDER_PATH_HERE/FILENAME LOCAL_FILE PATH
For example:
aws s3 cp s3://zaius-outgoing/YfJOnlKkV4YD41pVNmSdnA/data-exports/d5dd60cd-a93a-472a-944a-6323eca26035/Blog Posts Export C:\\Users\\<name>\\Desktop
You can also export data from OCP to Amazon S3 using the Start Export Job API. Then you can check the status of your export using the Get Export Job Status API.
Article is closed for comments.