https://github.com/radenkovic/photo-plumber
A CLI tool to resize images to multiple sizes, store them on AWS S3 and in MongoDB
https://github.com/radenkovic/photo-plumber
aws cli image-uploader javascript mongodb node s3 sharp
Last synced: 2 months ago
JSON representation
A CLI tool to resize images to multiple sizes, store them on AWS S3 and in MongoDB
- Host: GitHub
- URL: https://github.com/radenkovic/photo-plumber
- Owner: radenkovic
- Created: 2019-01-21T22:53:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T06:27:17.000Z (almost 6 years ago)
- Last Synced: 2025-06-29T18:50:36.590Z (about 1 year ago)
- Topics: aws, cli, image-uploader, javascript, mongodb, node, s3, sharp
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photo Plumber
A simple CLI tool to resize images to multiple sizes, then upload them to __AWS S3__ and store data in __MongoDB__ with a single command.

## Getting started
1. `git clone https://github.com/radenkovic/photo-plumber`
2. `yarn`
3. Edit `.env.example` and rename it to `.env`
4. Add some photos in the `input` folder
5. `yarn start` and enjoy!
## The Pipeline

## Commands
TBD.