├── .gitignore ├── .gitlab ├── issue_templates │ ├── bug.md │ ├── feature.md │ ├── planning.md │ ├── retrospective.md │ └── review.md └── merge_request_templates │ └── standard.md ├── LICENSE ├── README.md └── docs └── img ├── accessrequest.png ├── adls.png ├── agilelab_logo.svg ├── airbyte.png ├── airflow.png ├── argo-cd.png ├── aws-athena.png ├── aws-glue.png ├── aws-s3.png ├── azure-ai-document-intelligence.png ├── bitol.png ├── collibra.png ├── databricks.png ├── datafactory.png ├── dbt.png ├── dp.png ├── fabric.png ├── gcs.png ├── gooddata.png ├── google_bigquery.png ├── greatexpectations.png ├── hasura.png ├── hdfs.png ├── icepanel.png ├── impala.png ├── java.png ├── kafka.png ├── mcp.png ├── mongodb.png ├── openmetadata.png ├── practiceshaper.png ├── purview.png ├── python.png ├── rdf.png ├── s3.png ├── sifflet.png ├── snowflake.png ├── spanner.png ├── spark.png ├── terraform.png ├── tonic.png └── witboost_logo.svg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab/issue_templates/bug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/.gitlab/issue_templates/bug.md -------------------------------------------------------------------------------- /.gitlab/issue_templates/feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/.gitlab/issue_templates/feature.md -------------------------------------------------------------------------------- /.gitlab/issue_templates/planning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/.gitlab/issue_templates/planning.md -------------------------------------------------------------------------------- /.gitlab/issue_templates/retrospective.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/.gitlab/issue_templates/retrospective.md -------------------------------------------------------------------------------- /.gitlab/issue_templates/review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/.gitlab/issue_templates/review.md -------------------------------------------------------------------------------- /.gitlab/merge_request_templates/standard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/.gitlab/merge_request_templates/standard.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/README.md -------------------------------------------------------------------------------- /docs/img/accessrequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/accessrequest.png -------------------------------------------------------------------------------- /docs/img/adls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/adls.png -------------------------------------------------------------------------------- /docs/img/agilelab_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/agilelab_logo.svg -------------------------------------------------------------------------------- /docs/img/airbyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/airbyte.png -------------------------------------------------------------------------------- /docs/img/airflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/airflow.png -------------------------------------------------------------------------------- /docs/img/argo-cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/argo-cd.png -------------------------------------------------------------------------------- /docs/img/aws-athena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/aws-athena.png -------------------------------------------------------------------------------- /docs/img/aws-glue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/aws-glue.png -------------------------------------------------------------------------------- /docs/img/aws-s3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/aws-s3.png -------------------------------------------------------------------------------- /docs/img/azure-ai-document-intelligence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/azure-ai-document-intelligence.png -------------------------------------------------------------------------------- /docs/img/bitol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/bitol.png -------------------------------------------------------------------------------- /docs/img/collibra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/collibra.png -------------------------------------------------------------------------------- /docs/img/databricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/databricks.png -------------------------------------------------------------------------------- /docs/img/datafactory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/datafactory.png -------------------------------------------------------------------------------- /docs/img/dbt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/dbt.png -------------------------------------------------------------------------------- /docs/img/dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/dp.png -------------------------------------------------------------------------------- /docs/img/fabric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/fabric.png -------------------------------------------------------------------------------- /docs/img/gcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/gcs.png -------------------------------------------------------------------------------- /docs/img/gooddata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/gooddata.png -------------------------------------------------------------------------------- /docs/img/google_bigquery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/google_bigquery.png -------------------------------------------------------------------------------- /docs/img/greatexpectations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/greatexpectations.png -------------------------------------------------------------------------------- /docs/img/hasura.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/hasura.png -------------------------------------------------------------------------------- /docs/img/hdfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/hdfs.png -------------------------------------------------------------------------------- /docs/img/icepanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/icepanel.png -------------------------------------------------------------------------------- /docs/img/impala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/impala.png -------------------------------------------------------------------------------- /docs/img/java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/java.png -------------------------------------------------------------------------------- /docs/img/kafka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/kafka.png -------------------------------------------------------------------------------- /docs/img/mcp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/mcp.png -------------------------------------------------------------------------------- /docs/img/mongodb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/mongodb.png -------------------------------------------------------------------------------- /docs/img/openmetadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/openmetadata.png -------------------------------------------------------------------------------- /docs/img/practiceshaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/practiceshaper.png -------------------------------------------------------------------------------- /docs/img/purview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/purview.png -------------------------------------------------------------------------------- /docs/img/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/python.png -------------------------------------------------------------------------------- /docs/img/rdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/rdf.png -------------------------------------------------------------------------------- /docs/img/s3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/s3.png -------------------------------------------------------------------------------- /docs/img/sifflet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/sifflet.png -------------------------------------------------------------------------------- /docs/img/snowflake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/snowflake.png -------------------------------------------------------------------------------- /docs/img/spanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/spanner.png -------------------------------------------------------------------------------- /docs/img/spark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/spark.png -------------------------------------------------------------------------------- /docs/img/terraform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/terraform.png -------------------------------------------------------------------------------- /docs/img/tonic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/tonic.png -------------------------------------------------------------------------------- /docs/img/witboost_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/witboost-starter-kit/HEAD/docs/img/witboost_logo.svg --------------------------------------------------------------------------------