All Projects → apache → airflow-site

apache / airflow-site

Licence: other
Apache Airflow Website

Projects that are alternatives of or similar to airflow-site

airflow-client-python
Apache Airflow - OpenApi Client for Python
Stars: ✭ 172 (+81.05%)
Mutual labels:  airflow, apache
Insight-GDELT-Feed
A way for home buyers to know about factors affecting a state
Stars: ✭ 43 (-54.74%)
Mutual labels:  airflow, apache
Airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
Stars: ✭ 24,101 (+25269.47%)
Mutual labels:  airflow, apache
comdev-site
Website sources for the Apache Community Development Website
Stars: ✭ 70 (-26.32%)
Mutual labels:  hugo, apache
airflow-prometheus-exporter
Export Airflow metrics (from mysql) in prometheus format
Stars: ✭ 25 (-73.68%)
Mutual labels:  airflow, apache
ap-airflow
Astronomer Core Docker Images
Stars: ✭ 87 (-8.42%)
Mutual labels:  airflow, apache
Beyond Jupyter
🐍💻📊 All material from the PyCon.DE 2018 Talk "Beyond Jupyter Notebooks - Building your own data science platform with Python & Docker" (incl. Slides, Video, Udemy MOOC & other References)
Stars: ✭ 135 (+42.11%)
Mutual labels:  airflow, apache
hugo-artists-theme
Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo
Stars: ✭ 57 (-40%)
Mutual labels:  hugo
kedro-airflow
Kedro-Airflow makes it easy to deploy Kedro projects to Airflow.
Stars: ✭ 121 (+27.37%)
Mutual labels:  airflow
kedro-airflow-k8s
Kedro Plugin to support running pipelines on Kubernetes using Airflow.
Stars: ✭ 22 (-76.84%)
Mutual labels:  airflow
nycmesh.net
NYC Mesh Website
Stars: ✭ 33 (-65.26%)
Mutual labels:  hugo
hugo-deploy
Easily deploy Hugo sites to Github Pages
Stars: ✭ 11 (-88.42%)
Mutual labels:  hugo
JEval
⚡ JEval helps you to evaluate your JMeter test plan and provides recommendation before you start your performance testing. All contributions welcome 🙏.
Stars: ✭ 28 (-70.53%)
Mutual labels:  apache
cloudwithchris.com
Cloud With Chris is my personal blogging, podcasting and vlogging platform where I talk about all things cloud. I also invite guests to talk about their experiences with the cloud and hear about lessons learned along their journey.
Stars: ✭ 23 (-75.79%)
Mutual labels:  hugo
hugo-docs
Theme for Dgraph documentation built via Hugo
Stars: ✭ 13 (-86.32%)
Mutual labels:  hugo
dubbo-go-benchmark
benchmark for [apache/dubbo-go](github.com/apache/dubbo-go)
Stars: ✭ 26 (-72.63%)
Mutual labels:  apache
ironpeak.be
Hugo repository for main ironpeak.be website.
Stars: ✭ 12 (-87.37%)
Mutual labels:  hugo
echarts-handbook
Apache ECharts Handbook
Stars: ✭ 59 (-37.89%)
Mutual labels:  apache
hackerinnen
hackerinnen.space is a project to provide encouragement and enhance visibility in different places
Stars: ✭ 22 (-76.84%)
Mutual labels:  hugo
chef-apache-hardening
dev-sec.io/
Stars: ✭ 24 (-74.74%)
Mutual labels:  apache

Apache Airflow website

Build docs

This is a repository of Apache Airflow website. The repository of Apache Airflow can be found here.

General directory structure

  • docs-archive - directory containing archived documentation versions and shell script generating docs index,
  • landing-pages - directory containing the source code of landing pages,
  • license-templates - directory containing license templates,
  • sphinx_airflow_theme - directory containing source code of sphinx theme for Apache Airflow documentation site.

For more detailed description of directory structure, please refer to contributor's guide.

Getting started

If you're a Macbook user, first install coreutils.

brew install coreutils


The Docsy theme required for the site to work properly is included as a git submodule.

This means that after you already cloned the repository, you need to update submodules

git submodule update --init --recursive

In order to build site, run script <ROOT DIRECTORY>/site.sh build-site.

In order to preview landing pages, run script <ROOT DIRECTORY>/site.sh preview-landing-pages.

In order to work with documentation theme, please refer to Sphinx Airflow theme's readme file.

For more detailed description of site.sh capabilities, please refer to contributor's guide.

Contributor's guide

If you'd like to contribute to the Apache Airflow website project, read our contributor's guide where you can find detailed instructions on how to work with the website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].