Skip to content

Commit 511febb

Browse files
committed
docs: README - Added the App features section
1 parent c0f08b5 commit 511febb

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,37 @@ cd tangle && backend/start_local.sh
9090

9191
4. Once the "start_local: Starting the orchestrator", "View app at" messages appears in the terminal, open the <https://shell.cloud.google.com/devshell/proxy?port=8000> URL in another browser tab and start using the app.
9292

93+
94+
## App features
95+
96+
* Start building pipelines right away
97+
* Intuitive visual drag and drop interface
98+
* No registration required to build. You own your data.
99+
* Execute pipelines on your local machine or in Cloud
100+
* Easily install the app on local machine or deploy to cloud
101+
* Submit pipelines for execution with a single click.
102+
* Easily monitor all pipeline task executions, view the artifacts, read the logs.
103+
* Fast iteration
104+
* Clone any pipeline run and get a new editable pipeline
105+
* Create pipeline -> Submit run -> Monitor run -> Clone run -> Edit pipeline -> Submit run ...
106+
* Automatic execution caching and reuse
107+
* Save time and compute. Don't re-do what's done
108+
* Successful and even running executions are re-used from cache
109+
* Reproducibility
110+
* All your runs are kept forever (on your machine) - graph, logs, metadata
111+
* Re-run an old pipeline run with just two clicks (Clone pipeline, Submit run)
112+
* Containers and strict component versioning ensure reproducibility
113+
* Pipeline Components
114+
* Time-proven `ComponentSpec`/`component.yaml` format
115+
* A library of preloaded components
116+
* Fast-growing public component ecosystem
117+
* Add your own components (public or private)
118+
* Easy to create your own components manually or using the Cloud Pipelines SDK
119+
* Components can be written in [any language](https://github.com/Ark-kun/pipeline_components/tree/master/components/sample) (Python, Shell, R, Java, C#, etc).
120+
* Compatible with [Google Cloud Vertex AI Pipelines](https://cloud.google.com/vertex-ai/docs/pipelines/introduction) and [Kubeflow Pipelines](https://www.kubeflow.org/docs/components/pipelines/introduction/)
121+
* Lots of pre-built components on GitHub: [Ark-kun/pipeline_components](https://github.com/Ark-kun/pipeline_components/tree/master/components).
122+
123+
93124
## Concepts
94125

95126
A **pipeline system** like Tangle orchestrates containerized command-line programs.

0 commit comments

Comments
 (0)