Developer tools repository contains code required to build the docker container which that data engineers use to build applications.
| Name | Command to validate Install |
|---|---|
| dbt | dbt --version |
| awscli | aws --version |
| aws-sam-cli | sam --version |
| streamlit | streamlit --version |
| terrafrom | terraform --version |
| asciinema | asciinema --version |
| snowsql | snowsql --version |
Image is build locally, This helps to make changes to Dockerfile if needed for testing
docker-compose up --remove-orphans -d --buildUses the pre-build image entechlog/developer-tools from docker registry
docker-compose -f docker-compose-reg.yml up -d --builddocker-compose down --volumes