Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/addok/addok
Search engine for address. Only address.
https://github.com/addok/addok
address geocoder hacktoberfest search-engine
Last synced: 5 days ago
JSON representation
Search engine for address. Only address.
- Host: GitHub
- URL: https://github.com/addok/addok
- Owner: addok
- License: mit
- Created: 2014-12-29T21:07:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T15:45:27.000Z (15 days ago)
- Last Synced: 2024-10-25T21:35:22.161Z (14 days ago)
- Topics: address, geocoder, hacktoberfest, search-engine
- Language: Python
- Homepage: http://addok.readthedocs.org/
- Size: 1.19 MB
- Stars: 326
- Watchers: 26
- Forks: 61
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - addok/addok - Search engine for address. Only address. (hacktoberfest)
README
# Addok
Search engine for address. Only address.
Addok will index your address data and provide an HTTP API for full text search.
It is extensible with [plugins](http://addok.readthedocs.io/en/latest/plugins/),
for example for geocoding CSV files.Used in production by France administration, with around 26 millions addresses.
In those servers, full France data is imported in about 15 min and it scales
to around 2000 searches per second.Check the [documentation](http://addok.readthedocs.org/en/latest/) and a
[demo](http://adresse.data.gouv.fr/map) with French data.For discussions, please use the [discourse Geocommun forum](https://forum.geocommuns.fr/c/adresses/addok-le-geocodeur/17). Discussions are mostly French, but English is very welcome.
Powered by Python and Redis.
[![PyPi version](https://img.shields.io/pypi/v/addok.svg)](https://pypi.python.org/pypi/addok/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/addok)
[![Coverage Status](https://coveralls.io/repos/addok/addok/badge.svg?branch=master&service=github)](https://coveralls.io/github/addok/addok?branch=master)