Curator Micro-service for photo stack generation based on geo-location. Lensity repo
- Product Owner: Josphine Eng
- Scrum Master: Julie Truong
- Development Team Members: Brian Kilrain
Curator micro-service.
-
GET /getstack: Web server from Lensity sends GET /getstack request to curator service to generate stacks of similar photos based on similarity server matching. Curator parses returned stacks to generate evenly spaced photos from around the world.
-
POST /save Saves photos into redis cache to stack generation
-
GET /getRandStack Grab the 6 most recently saved stacks and sends it back to the user
In root folder run:
docker build -t curator:01 .
See CONTRIBUTING.md for contribution guidelines.