Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Provides utilities commonly used in ETL processing

License

Notifications You must be signed in to change notification settings

telus-agcg-archive/docker-etl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ETL Utility

Provides access to commonly used ETL tools

Libraries

  • awscli
  • freetds
  • jq
  • psql
  • csvquote
  • mdbtools
  • sed (gsed)
  • gzip
  • awk (gawk)

Usage

For one off commands accessing one of the installed libraries.

docker run \
  --rm \
  technekes/etl \
  psql --help

In order to access AWS you will need to provide your credentials. Something along these lines should do:

docker run \
  --rm \
  --volume $HOME/.aws:/root/.aws \
  technekes/etl \
  aws help

It is more likely that you would use this images as a base for some ETL type work.

FROM technekes/etl:latest

COPY . /usr/src/app

CMD /usr/src/app/etl.sh

About

Provides utilities commonly used in ETL processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages