-
Notifications
You must be signed in to change notification settings - Fork 19
/
metadata.json
26 lines (26 loc) · 1006 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "similarweb-airflow",
"version": "0.1.2",
"author": "SimilarWeb",
"summary": "Airflow is a system to programmatically author, schedule and monitor data pipelines.",
"license": "BSD-2-Clause-FreeBSD",
"source": "https://github.com/SimilarWeb/puppet-airflow",
"project_page": "https://github.com/SimilarWeb/puppet-airflow",
"issues_url": "https://github.com/SimilarWeb/puppet-airflow/issues",
"tags": ["airflow","orchestration"],
"operatingsystem_support": [
{ "operatingsystem":"RedHat", "operatingsystemrelease": ["7.0"] }
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=3.8.2 < 4.0.0"
}
],
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 4.9.0"},
{"name":"stankevich-python","version_requirement":">= 1.9.8"},
{"name":"camptocamp-systemd","version_requirement":">= 0.2.2"}
],
"description": "Airflow is a system to programmatically author, schedule and monitor data pipelines."
}