Skip to content

Developer tools repository contains code required to build the docker container which that data engineers use to build applications.

Notifications You must be signed in to change notification settings

RabbitloveBear/developer-tools

 
 

Repository files navigation

Overview

Developer tools repository contains code required to build the docker container which that data engineers use to build applications.

List of tools in this container

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

Instructions

Using Docker Build

Image is build locally, This helps to make changes to Dockerfile if needed for testing

docker-compose up --remove-orphans -d --build

Using Docker Registry

Uses the pre-build image entechlog/developer-tools from docker registry

docker-compose -f docker-compose-reg.yml up -d --build

Clean Resources

docker-compose down --volumes 

About

Developer tools repository contains code required to build the docker container which that data engineers use to build applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%