Creating an Application with the Code Editor

You can use the Code Editor to create a Data Flow Application.

You must have created the configuration for user authentication as described in Using the Code Editor.

    1. Open the navigation menu, and click Analytics and AI. Under Data Lake click Data Flow.
    2. In the left-side menu, click Applications.
    3. Click Launch code editor.
      The Code editor opens.
    4. Click the O Oracle logo.
    5. Click DATA FLOW plugin, and then expand the compartment that you want to create the application in.
    6. Right-click Projects and select Create project.
      There are three options as to how to create the project:
      • Create from scratch - choose this option when you want to create the project in code editor without sourcing from any external repository.
      • Create from a template - choose this option when you want to use one of the prebuilt templates seeded in the Data Flow Plugin. These templates are sourced from the OCI Data Flow GitHub Repo.
      • Create from a code repository - choose this option when your code is in an external GitHub and you want reuse it by cloning it in the editor.
    7. (Optional) To create a project from scratch, click Create from scratch and enter the Project name.
    8. (Optional) To create a project from a template, click Create from a template and select the template you want to use.
    9. (Optional) To create a project from the code repository, click Create from a code repository.
      1. Enter the project name.
      2. Enter the repository URL.
      3. Click Enter.
      4. Click Add to workspace.
    10. Edit the Application as needed.
    11. Save the Application.
  • This task can't be performed using the CLI.

  • This task can't be performed using the API.