-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add in job orchestration base attributes, add in Apache Airflow, upda…
…te mkdocs nav when new tech is added
- Loading branch information
Showing
17 changed files
with
1,030 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
hide: | ||
- navigation | ||
- toc | ||
--- | ||
# Job orchestration | ||
|
||
[![Apache Airflow logo](../assets/logo/airflow.png){: style="height:30px;width:30px" .lg align-left } Apache Airflow](){ .md-button .toggle-vis data-column="1" } | ||
|
||
|
||
<table id="example" class="stripe hover row-border compact" style="width:100%"> | ||
<thead> | ||
<tr> | ||
<th>Attribute</th> | ||
<th>Apache Airflow</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><b>Name</b></td> | ||
<td>Apache Airflow</td> | ||
</tr> | ||
<tr> | ||
<td><b>Description</b></td> | ||
<td>Apache Airflow is a platform to programmatically author, schedule, and monitor workflows.</td> | ||
</tr> | ||
<tr> | ||
<td><b>License</b></td> | ||
<td>Apache license 2.0</td> | ||
</tr> | ||
<tr> | ||
<td><b>Source code</b></td> | ||
<td><a href="https://github.com/apache/airflow">https://github.com/apache/airflow</a></td> | ||
</tr> | ||
<tr> | ||
<td><b>Website</b></td> | ||
<td><a href="https://airflow.apache.org/">https://airflow.apache.org/</a></td> | ||
</tr> | ||
<tr> | ||
<td><b>Year created</b></td> | ||
<td>2014</td> | ||
</tr> | ||
<tr> | ||
<td><b>Company</b></td> | ||
<td>Airbnb, Apache</td> | ||
</tr> | ||
<tr> | ||
<td><b>Language support</b></td> | ||
<td>python</td> | ||
</tr> | ||
<tr> | ||
<td><b>Use cases</b></td> | ||
<td>Workflow scheduling</td> | ||
</tr> | ||
<tr> | ||
<td><b>Job orchestration</b></td> | ||
<td>N/A</td> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.