Creating a Project (Blank or with Samples)

Create a project with or without sample data flows in Data Integration.

To create a project with samples, you're prompted to select a bucket in OCI Object Storage. Ensure that you have already created an Object Storage bucket and the required policies for Data Integration to access buckets and stage data. See the policies for Object Storage.

    1. Navigate to the workspace in which you want to create a project.

      For the steps to access a workspace, see Accessing a Workspace.

    2. On the workspace home page, click Projects.
    3. On the Projects page, click Create project and select Create new.

      The Create project menu is available only if you have write access to the workspace.

    4. On the Create project page, enter a name and an optional description.

      The identifier is a system-generated value based on the name. You can change the value, but after you create and save the project, you can't update the identifier.

    5. To create sample design artifacts such as data flows in this project, select Create sample artifacts. Then select the compartment and Object Storage bucket to use.
    6. Choose one of the following options:
      • To create the project, click Create.

      • To create the project later using Resource Manager and Terraform, click Save as stack to save the resource definition as a Terraform configuration.

        For more information about saving stacks from resource definitions, see Creating a Stack from a Resource Creation Page.

    The details page of the new project opens.

    If you selected Create sample artifacts, the service creates the v1_0 folder in the new project, and displays that folder's details page. Click Data flows to explore the sample data flows that are created for you.

  • Use the oci data-integration project create command and required parameters to create a project:

    oci data-integration project create [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the CreateProject operation to create a project.