Kotlin/lucene street data search api
Budget: €250 – €750 EUR
We need an server component for search streets from an own database.
street data has the following structure:
gps = [lng, lat],
streetName = ...
We need an index for geospacial search on gps and name search with REST calls like
...?lng=<LNG>&lat=<LAT>&name=Test&limit=10
This query returns the first 10 hits where streetName starts with Test, ordered by distance to (<LNG>, <LAT>)
We will provide the street data as csv and kotlin logic to parse/import the street data.
Project code will be in kotlin/ktor with lucene as index.
street data has the following structure:
gps = [lng, lat],
streetName = ...
We need an index for geospacial search on gps and name search with REST calls like
...?lng=<LNG>&lat=<LAT>&name=Test&limit=10
This query returns the first 10 hits where streetName starts with Test, ordered by distance to (<LNG>, <LAT>)
We will provide the street data as csv and kotlin logic to parse/import the street data.
Project code will be in kotlin/ktor with lucene as index.