Sign inSign up

daehyeok/nuvi

By daehyeok

Updated over 9 years ago

nuvi pre-interview question

Image
0

444

daehyeok/nuvi repository overview

codecov travisci goreportcard

nuvi

Nuvi pre-interview question

Quick start

Run with Docker

$ docker run -it --rm  -e REDIS_SERVER=[REDIS_URL] daehyeok:nuvi

Run Docker-Compose with Redis

$ go get -u -d github.com/daehyeok/nuvi
$ cd $GOPATH/src/github.com/daehyeok/nuvi
$ docker-compose up

Install

Build from source

$ go get -u -d github.com/daehyeok/nuvi
$ cd $GOPATH/src/github.com/daehyeok/nuvi
$ make build

Usage

Usage of nuvi:
  -concurrency-level=50: Maximum number of go func for parsing process
  -log-level="info": Log Level [debug:info:warn:error:fatal:panic]
  -redis-server="redis://127.0.0.1:6379": Redis server URL
  -url="http://bitly.com/nuvi-plz": URL for http folder containing a list of zip fils

Tag summary

Content type

Image

Digest

Size

103.8 MB

Last updated

over 9 years ago

docker pull daehyeok/nuvi