Giter VIP home page Giter VIP logo

point's Introduction

Hyvor Point - Open-source IP Geolocation Database & Libraries

[WORK IN PROGRESS]

Hyvor Point is an open-source IP geolocation database. The data is built from ground up using many public sources (WHOIS data, etc.) and our own methods. The database is updated monthly, and is available in CSV and MMDB formats. Our goal is to provide a highly accurate free and open-source IP geolocation database for developers.

There are no signups, no cloud services, no API keys, no rate limits. Just download the database and use it in your applications. It's that simple.

Visit point.hyvor.com for more information.

Client Libraries ๐Ÿ“š

We provide client libraries for popular programming languages to make it easy to use the database in your applications. All of these libraries handle the database files and provide easy-to-use functions to get the location of an IP address.

Example in Python

from hyvor_point import IP

ip = IP('34.49.208.18')
location = ip.location()

print(location.country)
print(location.state)
print(location.city)
print(location.latitude)
print(location.longitude)
print(location.continent)
print(location.timezone)

License ๐Ÿ“œ

The database is licensed under the Open Data Commons Open Database License (ODbL) (version 1.0).

These are the key points of the license (not a substitute for the full license):

  • Free to Use - You are free to use the database in any way you want.
  • Attribution - You must attribute any public use of the database, or works produced from the database, by giving credit to Hyvor Point.
  • Share Alike - If you make any changes to the database, you must share the changes under the same license.

All client libraries are licensed under the MIT License.

Sustainability ๐ŸŒฑ

The database will forever be free and open-source. We are committed to keeping it up-to-date and accurate. We will not publish paid version of the database. Whatever the accuracy we achieve, it will be available for everyone for free.

Here are some ways you can support us and help us keep the project sustainable:

Links ๐Ÿ”—

point's People

Contributors

supun-io avatar

Stargazers

 avatar

point's Issues

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.