Skip to content

paulaolmedo/image-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image loader 🛰️

how it works

with 🐳

Build the docker image:

docker build -f ci/Dockerfile -t paulabeatrizolmedo/image-loader .

And then run the compose:

docker-compose -f ci/docker-compose.yml up

without docker ⚒️

To build the application run:

go build -o image-loader image-loader/cmd/image-loader-api

And finally:

./image-loader -mongodb mongodb://localhost:27017

API documentation

About

REST API to load Satellite images into a MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published