# orchest **Repository Path**: xerror/orchest ## Basic Information - **Project Name**: orchest - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-08 - **Last Updated**: 2021-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
A preview of creating pipelines in Orchest. Watch the full video to learn more.
## Features > For a complete list of Orchest's features, check out the > [overview](https://orchest.readthedocs.io/en/stable/getting_started/overview.html) in our docs! - Visually construct pipelines. - Run any subset of a pipeline directly or on a cron-like schedule. - Parametrize your data science pipelines to try out different modeling ideas. - Easily define your custom runtime environment that runs on any machine. #### Who should use Orchest? - Data Scientists who want to rapidly prototype. - Data Scientists who like to work in Notebooks. - Data Scientists who are looking to create pipelines through a visual interface instead of YAML. ## Installation > **NOTE:** Orchest is in **alpha**. For GPU support, language dependencies other than Python, and other installation methods, such as building from source, please refer to our [installation docs](https://orchest.readthedocs.io/en/stable/getting_started/installation.html). #### Requirements - Docker If you do not yet have Docker installed, please visit https://docs.docker.com/get-docker/. > **NOTE:** On Windows, Docker has to be configured to use WSL 2. Make sure to clone Orchest inside > the Linux environment. For more info and installation steps for Docker with WSL 2 backend, please > visit https://docs.docker.com/docker-for-windows/wsl/. #### Linux, macOS and Windows ```bash git clone https://github.com/orchest/orchest.git && cd orchest ./orchest install # Verify the installation. ./orchest --help # Start Orchest. ./orchest start ``` Now that you have installed Orchest, get started with our [quickstart](https://orchest.readthedocs.io/en/stable/getting_started/quickstart.html) tutorial, check out [pipelines](https://github.com/orchest/awesome-orchest-pipelines) made by your fellow users, or have a look at our [knowledge base](https://www.orchest.io/knowledge-base) videos explaining and showing some of Orchest's core concepts. ## 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. ## We love your feedback We would love to hear what you think and add features based on your ideas. Come chat with us on [our Slack Channel](https://join.slack.com/t/orchest/shared_invite/zt-g6wooj3r-6XI8TCWJrXvUnXKdIKU_8w) or open an [issue on GitHub](https://github.com/orchest/orchest/issues). ## Contributing Contributions are more than welcome! Please see our [contributor guides](https://orchest.readthedocs.io/en/stable/developer_guide/contributing.html) for more details. Not sure where to start? [Book a free, no-pressure pairing session](mailto:rick@orchest.io?subject=Pairing%20session&body=I'd%20like%20to%20do%20a%20pairing%20session!) with one of our core contributors. ## Contributors