-
OpenDataHub
If you are interested in running pipelines on Apache Airflow on the Red Hat OpenShift Container Platform, take a look at Open Data Hub. Open Data Hub is an open source project (just like Elyra) that should include everything you need to start running machine learning workloads in a Kubernetes environment.
#Data Science And Machine Learning #Data Science Tools #Database Tools 3 social mentions
-
Airflow is a platform to programmaticaly author, schedule and monitor data pipelines.Pricing:
- Open Source
Apache Airflow is an open source workflow management platform that allows for programmatic creation, scheduling, and monitoring of workflows. In Apache Airflow a workflow (or pipeline) is called a Directed Acyclic Graph (DAG) that comprises of one or more related tasks. A task represents a unit of work (such as the execution of a Python script) and is implemented by an operator. Airflow comes with built-in operators, such as the PythonOperator, and can be extended using provider packages.
#Workflows #Workflow Automation #Data Pipelines 75 social mentions