https://github.com/addok/addok
Search engine for address
https://github.com/addok/addok
address geocoder hacktoberfest search-engine
Last synced: 25 days ago
JSON representation
Search engine for address
- Host: GitHub
- URL: https://github.com/addok/addok
- Owner: addok
- License: mit
- Created: 2014-12-29T21:07:46.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-12-23T11:07:03.000Z (4 months ago)
- Last Synced: 2026-03-28T05:04:54.036Z (about 1 month ago)
- Topics: address, geocoder, hacktoberfest, search-engine
- Language: Python
- Homepage: http://addok.readthedocs.org/
- Size: 1.39 MB
- Stars: 370
- Watchers: 24
- Forks: 64
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.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.
[](https://pypi.python.org/pypi/addok/)

[](https://coveralls.io/github/addok/addok?branch=master)