573 B
573 B
threetwo-import-service
This microservice houses endpoints for the following functions:
- Local import of a comic library into mongo (currently supports
cbrandcbzfiles) - Metadata extraction from file,
comicinfo.xml - Mongo comic object orchestration
- CRUD operations on
Comicmodel - Helper utils to help with image metadata extraction, file operations and more.
Docker Instructions
- Build the image using
docker build . -t frishi/threetwo-import-service. Give it a hot minute. - Run it using
docker run -it frishi/threetwo-import-service