# orchest **Repository Path**: iamgoa/orchest ## Basic Information - **Project Name**: orchest - **Description**: No description available - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-09 - **Last Updated**: 2022-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## Build data pipelines, the easy way 🙌 No frameworks. No YAML. Just write your data processing code directly in **Python**, **R** or **Julia**.💡 Watch the full narrated video to learn more about building data pipelines in Orchest.
> **NOTE:** Orchest is in **beta**. ## Features - **Visually construct pipelines** through our user-friendly UI - **Code in Notebooks** and scripts ([quickstart](https://docs.orchest.io/en/stable/getting_started/quickstart.html)) - Run any subset of a pipelines directly or periodically ([jobs](https://docs.orchest.io/en/stable/fundamentals/jobs.html)) - Easily define your dependencies to run on **any machine** ([environments](https://docs.orchest.io/en/stable/fundamentals/environments.html)) - Spin up services whose lifetime spans across the entire pipeline run ([services](https://docs.orchest.io/en/stable/fundamentals/services.html)) - Version your projects using git ([projects](https://docs.orchest.io/en/stable/fundamentals/projects.html)) **When to use Orchest?** Read it in the [docs](https://docs.orchest.io/en/stable/getting_started/when_to_use_orchest.html). 👉 Get started with our [quickstart](https://docs.orchest.io/en/stable/getting_started/quickstart.html) tutorial, check out [pipelines](https://github.com/orchest/orchest-examples) made by your fellow users, or have a look at our [video tutorials](https://www.orchest.io/video-tutorials) explaining some of Orchest's core concepts. ## Installation Want to skip the installation and jump right in? Then try out our managed service by clicking: [](https://cloud.orchest.io/) For instructions on how to deploy a self-hosted version, check out our [installation docs](https://docs.orchest.io/en/stable/getting_started/installation.html). ## License The software in this repository is licensed as follows: - All content residing under the "orchest-sdk/" directory of this repository is licensed under the "Apache-2.0" license as defined in "orchest-sdk/LICENSE". - Content outside of the above mentioned directory is available under the "AGPL-3.0" license. ## Slack Community Join our Slack to chat about Orchest, ask questions, and share tips. [](https://join.slack.com/t/orchest/shared_invite/zt-g6wooj3r-6XI8TCWJrXvUnXKdIKU_8w) ## Contributing Contributions are more than welcome! Please see our [contributor guides](https://docs.orchest.io/en/stable/development/contributing.html) for more details. You could also submit your pipeline to [the curated list of examples](https://github.com/orchest/orchest-examples). Help other users try out your pipeline with one click by adding the following script in the `README.md` of your repository (NOTE: you need to replace `your-repo-url` with your repo URL). ```markdown [](https://cloud.orchest.io/?import_url=your-repo-url) ``` An example badge to import our [quickstart](https://github.com/orchest/quickstart) repo in Orchest: [](https://cloud.orchest.io/?import_url=https://github.com/orchest/quickstart) ## Contributors