Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.29 KB

Curator Service

Curator Micro-service for photo stack generation based on geo-location. Lensity repo

Team

Table of Contents

  1. Team
  2. Usage
  3. Docker Development
    1. Build Image
  4. Contributing

Usage

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

Docker Development

Build Image

In root folder run:

docker build -t curator:01 .

Contributing

See CONTRIBUTING.md for contribution guidelines.