Learn about Data Flow and the Oracle Cloud Infrastructure Code Editor.
The Code Editor provides a rich editing environment in the Console, including syntax highlighting, intelligent
completions, bracket matching, linting, code navigation (go to method definition, find
all references), and refactoring. You can:
Create, build, edit, and deploy Applications in Java, Scala, and Python, without
switching between the Console and the local
development environment.
Get started with Data Flow templates that are
included with the Code Editor.
Git integration that lets you clone any Git-based repository, track changes made
to files, and commit, pull, and push code directly from within the Code Editor,
letting you to contribute code and revert code changes with ease. See the
Developer Guide for information on using Git and GitHub.
A persistent state across sessions auto-saves progress and persists the state
across many user sessions, so the Code Editor automatically opens the last
edited page on start-up.
Direct access to Apache Spark and over 30 tools, including sbt, and Scala
pre-installed with Cloud Shell.
Over a dozen Data Flow examples covering
different features bundled as Templates to help get you started.