Code Monkey home page Code Monkey logo

ip-svr's Introduction

Check ip location

Build environment

  1. golang
  2. docker
  3. docker-compose
  4. mmdb

How to run

The root of project directory to execute the command.

docker-compose up -d

Usage

Request

  1. GET(query):
http://localhost:9999/search?ip=127.0.0.1,131.2.1.1,47.128.1.3
  1. POST(body):
{"ip": ["123.4.5.1", "181.4.5.2"]}

Response

{"statusCode": 1, "data": [{"ip":"123.4.5.1", "isoCode": "US", "country": "United States"}], "msg": ""}

Benchmark

cpu RAM request count elapsed time(ms)
i3-7100 3.90GHz x 2 8GB 100 32ms
i3-7100 3.90GHz x 2 8GB 200 57ms
i3-7100 3.90GHz x 2 8GB 300 88ms
i3-7100 3.90GHz x 2 8GB 400 42ms
i3-7100 3.90GHz x 2 8GB 500 132ms
i3-7100 3.90GHz x 2 8GB 1000 148ms

TODO

  • auto update mmdb per month.

Reference

  1. ip database model
  2. ip mmdb

ip-svr's People

Contributors

reply2future avatar

Stargazers

 avatar

Watchers

 avatar

ip-svr's Issues

Update golang version

  • update the golang version to 1.17.15-alpine
  • add package manager configuration because of update
  • specify the platform target of the image

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.