{"id":13700954,"url":"https://github.com/maddevsio/ariadna","last_synced_at":"2025-07-12T12:42:36.678Z","repository":{"id":71889440,"uuid":"48529356","full_name":"maddevsio/ariadna","owner":"maddevsio","description":"Geocoder Ariadna on ElasticSearch with OpenStreetMap","archived":false,"fork":false,"pushed_at":"2020-06-19T11:45:47.000Z","size":16176,"stargazers_count":336,"open_issues_count":0,"forks_count":31,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-02T08:06:48.233Z","etag":null,"topics":["address-geocoding","elasticsearch","geocoding-api","go","golang","openstreetmap"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maddevsio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-12-24T06:46:04.000Z","updated_at":"2025-03-17T13:54:59.000Z","dependencies_parsed_at":"2023-09-13T04:17:18.261Z","dependency_job_id":null,"html_url":"https://github.com/maddevsio/ariadna","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddevsio%2Fariadna","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddevsio%2Fariadna/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddevsio%2Fariadna/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddevsio%2Fariadna/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maddevsio","download_url":"https://codeload.github.com/maddevsio/ariadna/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248018060,"owners_count":21034048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["address-geocoding","elasticsearch","geocoding-api","go","golang","openstreetmap"],"created_at":"2024-08-02T20:01:10.911Z","updated_at":"2025-04-09T10:07:15.896Z","avatar_url":"https://github.com/maddevsio.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"[![Ariadna logo](https://user-images.githubusercontent.com/51479167/85124102-2cac4480-b24b-11ea-9e5d-b4441f8947b9.png)](https://blog.maddevs.io/ariadna-opensource-geocoder-832f149f2981)\n\n[![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io/)\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![Go Report Card](http://goreportcard.com/badge/gen1us2k/ariadna)](http://goreportcard.com/report/gen1us2k/ariadna)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nThis is the open-source geocoder built on top of ElasticSearch for fast geocoding and providing better search for CIS countries.\n\nYou could find more information about Ariadna designing in our [blog](https://blog.maddevs.io/ariadna-opensource-geocoder-832f149f2981).\n\n### What's a geocoding?\n\nGeocoding is the process of transforming input text, such as an address, or a name of a place—to a location on the earth's surface.\n\n### What can the Ariadne geocoder search for?\n\n* Street + housenumber;\n* Road intersections;\n* Points of interest;\n* Microdictricts;\n* Addresses in microdistricts;\n* Nearest villages and towns;\n* Search with auto replace from dictionary;\n* Reverse geocoding.\n\n\n###  What's reverse geocoding?\n\nReverse geocoding is the opposite, it transforms your current geographic location in to a list of places nearby.\n\n### Prerequisites\n\n* ElasticSearch\n\n### Install \n\n```\ngo get -u github.com/maddevsio/ariadna\n```\n\n### Run\n\n```\n go run main.go\n ```\n\n### Configuration\n\nYou can use json or yaml files for configuration. Configuration example shown below. \n\n```\ncat ariadna.yml\n---                                                                                                                           elastic_index: addresses # index name for elasticsearch\nelastic_urls:\n  - http://localhost:9200   # array of elasticsearch addresses\nosm_filename: kyrgyzstan-latest.osm.pbf # temporary filename for osm.pbf file downloaded from geofabrik        \nosm_url: http://download.geofabrik.de/asia/kyrgyzstan-latest.osm.pbf  # Download url for osm.pdf file\nindex_settings: index.json   # Settings for index\nimport_country: Кыргызстан   # Country name to import\n```\n\n### Contributing\n\nIf you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.\n\n1. Fork it ( https://github.com/maddevsio/ariadna/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaddevsio%2Fariadna","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaddevsio%2Fariadna","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaddevsio%2Fariadna/lists"}