GithubHelp home page GithubHelp logo

lenna's Introduction

Lenna - Image Delivery Service

Responsive images are landing soon and many organizations are looking for ways to resize images. Lenna is used in Flipkart for resizing images on the fly. The high CPU requirement due to resizing requires images to be cached on the CDN. Lenna can resize and alter the quality of the image. Currently support for jpeg, webp, png and gif has been provided.

The service makes remote calls to the storage system which hosts the original image which needs to be resized. The remote network call is wrapped around hystrix which enables a better insight into the system.

Runtime Dependencies

Development Setup Instructions on OSX

Requirements

  • brew Install Instructions
  • git brew install git
  • XCode Command Line tools xcode-select --install
  • go Install Instructions
  • imagemagick brew install imagemagick
  • magickwand brew install magickwand
  • Preferred IDE: IntelliJ 13.1.3+ (using vim/emacs/atom/mate/sublime is fine too)

Setup Development and Production Environment

  • Clone the git repo: git clone --recursive [email protected]:Flipkart/Lenna.git
  • Change to root project directory
  • Set Environment Variables export GOROOT= `export GOPATH=pwd
  • Build cd src/Lenna go build
  • Run go run main.go

Setup IntelliJ

  • Install golang plugin - 0.9.15+
  • Setup Run Configuration for Go Application
  • Set environment variables PATH=/usr/local/bin:/usr/bin:$PATH;GOPATH=<product_base_directory>/Lenna;GOROOT=;
  • Set script to run: <product_base_directory>/src/Lenna/main.go

Setup hot code replace (bee tool)

  • Set GOPATH to go home: export GOPATH=/usr/local/go
  • Install bee tool: go get github.com/beego/bee
  • bee tool documentation: http://beego.me/docs/install/bee.md

lenna's People

Contributors

phaneesh avatar vacuumhead avatar deepsags avatar vermapratyush avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.