Geolite Database dependency
See original GitHub issueGeolite database is used for testing GeoIP feature in OpenSearch, it has sample data to test against. It uses mmdb format built by Maxmind (https://dev.maxmind.com/geoip/geoip2/geolite2/).
Today we just depend on Elastic to get this information and we have to build our own sample data to remove the dependency.
org.elasticsearch:geolite2-databases:20191119
is used in the ingest-geoip processor for tests.
https://github.com/opensearch-project/OpenSearch/blob/main/modules/ingest-geoip/build.gradle#L48
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
GeoIP and GeoLite - MaxMind Developer Portal
Databases and Web Services ... MaxMind's GeoIP2 and GeoLite2 IP intelligence products and services are used to discover information about a specific IP...
Read more >MaxMind GeoIP2 Java API - GitHub Pages
This distribution provides an API for the GeoIP2 and GeoLite2 web services and databases. Installation. Maven. We recommend installing this package with Maven....
Read more >org.elasticsearch » geolite2-databases - Maven Repository
Version Repository Usages Date
20191119 Central 0 Nov 19, 2019
20180911 Central 2 Sep 14, 2018
20180303 Central 0 Mar 08, 2018
Read more >Add the GeoIP2/GeoLite2 Database to a Project - Bloomreach
This method creates a small Maven project that wraps the database and is added as a dependency to the Bloomreach Experience Manager implementation...
Read more >Download geolite JAR files with all dependencies
Embeds the free geolite2 databases. This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@saratvemulapalli maybe edit this issue to say what we actually want to do here?
This is a dependency we need to get rid of but we are still using it for Search. @anasalkouz is this something you can look into since it is related to Search?