Skip to content

Commit

Permalink
Merge pull request #88 from yu-iskw/digdag
Browse files Browse the repository at this point in the history
Add digdag
  • Loading branch information
mingrammer authored Apr 3, 2020
2 parents 16d63bd + fe227b5 commit 9bad0c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions diagrams/onprem/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class Airflow(_Workflow):
_icon = "airflow.png"


class Digdag(_Workflow):
_icon = "digdag.png"


class Kubeflow(_Workflow):
_icon = "kubeflow.png"

Expand Down
3 changes: 2 additions & 1 deletion docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,17 @@ Node classes list of onprem provider.
## onprem.workflow

- **diagrams.onprem.workflow.Airflow**
- **diagrams.onprem.workflow.Digdag**
- **diagrams.onprem.workflow.Kubeflow**, **KubeFlow** (alias)
- **diagrams.onprem.workflow.Nifi**, **NiFi** (alias)

## onprem.queue

- **diagrams.onprem.queue.Activemq**, **ActiveMQ** (alias)
- **diagrams.onprem.queue.Celery**
- **diagrams.onprem.queue.Kafka**
- **diagrams.onprem.queue.Rabbitmq**, **RabbitMQ** (alias)
- **diagrams.onprem.queue.Zeromq**, **ZeroMQ** (alias)
- **diagrams.onprem.queue.Celery**

## onprem.cd

Expand Down
Binary file added resources/onprem/workflow/digdag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9bad0c5

Please sign in to comment.