Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tonysathre/datadragon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataDragon

Docker

Build Container Image

docker build -t datadragon:0.1 .

Run Container

docker run --rm -it \
    -p 5432:5432 \
    -v $(pwd)/example-data/csv:/data \
    -e POSTGRES_DB=datadragon \
    -e POSTGRES_USER=datadragon \
    -e POSTGRES_PASSWORD=datadragon \
    datadragon:0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.0%
  • Shell 12.5%
  • Dockerfile 4.5%