Code Monkey home page Code Monkey logo

adviser's Introduction

Adviser

Preparation

Install Golang 1.11, Docker and Docker-Compose.

Build

cd $GOPATH/src/github.com/dzeckelev
git clone https://github.com/dzeckelev/adviser.git
cd adviser
make build

Config

  • Addr - Local http server address.
  • CacheSize - cache size.
  • LogLevel - Log level, must be debug, info, warn, error, panic, dpanic or fatal
  • RequestTimeout - Request timeout in milliseconds.
  • TargetAddr - Address of the target service.

Run

make run

or as a demon:

make demon

Stop

make stop

Sample

Request:

curl -X GET -H "Content-Type: application/json" "http://localhost:8081/v2/places.json?term=%D0%9C%D0%BE%D1%81%D0%BA%D0%B2%D0%B0&locale=ru&types%5B%5D=city&types%5B%5D=airport"

Response:

[{"slug":"MOW","subtitle":"Россия","title":"Москва"},{"slug":"DME","subtitle":"Россия","title":"Домодедово"},{"slug":"SVO","subtitle":"Россия","title":"Шереметьево"},{"slug":"VKO","subtitle":"Россия","title":"Внуково"},{"slug":"ZIA","subtitle":"Россия","title":"Жуковский"}]

Environment

Linux host 4.15.0-45-generic
Docker version 18.06.1-ce, build e68fc7a
docker-compose version 1.23.2, build 1110ad01

adviser's People

Contributors

dzeckelev avatar

Watchers

 avatar  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.