Skip to content

Commit

Permalink
SDKTECHNO-233: Add default resources' value on jobs and apps
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeprevost76 committed Jul 3, 2023
1 parent 59a7e5e commit ff6e1ca
Show file tree
Hide file tree
Showing 15 changed files with 82 additions and 7 deletions.
5 changes: 5 additions & 0 deletions technologies/app/grafana/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ baseline: The open-source platform for monitoring and observability. Default adm
description: Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored.
available: true
icon: grafana
defaultResources:
cpu:
limit: 1
memory:
limit: 2 GiB
backgroundColor: "#1857B8"
customFlags: []
readme: /technologies/app/grafana
5 changes: 5 additions & 0 deletions technologies/app/jupyter/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ baseline: Data Science Notebook.
description: The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualization and narrative text.
available: true
icon: jupyter
defaultResources:
cpu:
limit: 2
memory:
limit: 16 GiB
backgroundColor: "#E87A35"
customFlags: []
readme: /technologies/app/jupyter
5 changes: 5 additions & 0 deletions technologies/app/metabase/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ available: true
baseline: "Metabase is an open source business intelligence tool. This version is bundled with Impala and Athena drivers"
description: "Metabase is an open source business intelligence tool. This version is bundled with Impala and Athena drivers"
icon: metabase
defaultResources:
cpu:
limit: 1
memory:
limit: 8 GiB
backgroundColor: "#5ea4e3"
customFlags: []
readme: /technologies/app/metabase
Expand Down
5 changes: 5 additions & 0 deletions technologies/app/pgadmin4/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ baseline: "pgAdmin4"
description: "pgAdmin4 is a postgresql browser. \nCreate an environment variable named 'PGADMIN_DEFAULT_EMAIL' to set a user mail and PGADMIN_DEFAULT_PASSWORD for his password."
available: true
icon: pgadmin4
defaultResources:
cpu:
limit: 1
memory:
limit: 4 GiB
backgroundColor: "#326690"
customFlags: []
readme: /technologies/app/pgadmin4
5 changes: 5 additions & 0 deletions technologies/app/rstudio/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ baseline: IDE for R.
description: RStudio is an integrated development environment (IDE) for R.
available: true
icon: rstudio
defaultResources:
cpu:
limit: 1
memory:
limit: 8 GiB
backgroundColor: "#75aadb"
customFlags: []
readme: /technologies/app/rstudio
5 changes: 5 additions & 0 deletions technologies/app/spark-history-server/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ baseline: "The Spark history server is a monitoring tool that displays informati
description: "The Spark history server is a monitoring tool that displays information about completed Spark applications"
available: true
icon: spark
defaultResources:
cpu:
limit: 1
memory:
limit: 2 GiB
backgroundColor: "#e25a1c"
customFlags: []
readme: /technologies/app/spark-history-server
7 changes: 6 additions & 1 deletion technologies/job/bash/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ id: bash
label: Bash
description: Bash is a command processor that typically runs in a text window where the user types commands that cause actions.
available: true
icon: bash
icon: bash
defaultResources:
cpu:
limit: 1
memory:
limit: 2 GiB
7 changes: 6 additions & 1 deletion technologies/job/dbt/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ id: dbt-cli
label: dbt
description: dbt-cli is a transformation workflow that lets teams quickly and collaboratively deploy analytics code following software engineering best practices like modularity, portability, CI/CD, and documentation.
available: true
icon: dbt
icon: dbt
defaultResources:
cpu:
limit: 1
memory:
limit: 2 GiB
7 changes: 6 additions & 1 deletion technologies/job/generic/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ id: generic
label: Generic
description: A generic Docker image that can be used to execute code in a Docker container.
available: true
icon: docker
icon: docker
defaultResources:
cpu:
limit: 1
memory:
limit: 2 GiB
7 changes: 6 additions & 1 deletion technologies/job/java-scala/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ id: java-scala
label: Java/Scala
description: Java and Scala jobs offer the ability to process content in the JVM.
available: true
icon: java-scala
icon: java-scala
defaultResources:
cpu:
limit: 1
memory:
limit: 2 GiB
7 changes: 6 additions & 1 deletion technologies/job/python/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ id: python
label: Python
description: Python is an interpreted high-level general-purpose programming language.
available: true
icon: python
icon: python
defaultResources:
cpu:
limit: 1
memory:
limit: 2 GiB
7 changes: 6 additions & 1 deletion technologies/job/r/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ id: r
label: R
description: R is a programming language and a statistic data analysis environment.
available: true
icon: r
icon: r
defaultResources:
cpu:
limit: 1
memory:
limit: 2 GiB
5 changes: 5 additions & 0 deletions technologies/job/spark/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ label: Spark
description: Spark is an open-source cluster computing framework developed to process large data volumes.
available: true
icon: spark
defaultResources:
cpu:
limit: 1
memory:
limit: 2 GiB
customFlags: [Spark]
7 changes: 6 additions & 1 deletion technologies/job/sqoop/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ id: sqoop
label: SQOOP
description: Sqoop is a command-line interface application for transferring data between relational databases and Hadoop.
available: true
icon: sqoop
icon: sqoop
defaultResources:
cpu:
limit: 1
memory:
limit: 2 GiB
5 changes: 5 additions & 0 deletions technologies/job/talend/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ label: Talend
description: Talend is a complete set of open source software to extract and integrate data.
available: true
icon: talend
defaultResources:
cpu:
limit: 1
memory:
limit: 4 GiB
mainClass: __TALEND_SH_FILENAME__

0 comments on commit ff6e1ca

Please sign in to comment.