Releases: purplebugs/elastic-data-tool
Releases · purplebugs/elastic-data-tool
Geocoding using Google Maps API
Geodecode/enrich
- Lat,Lng added using Google Maps Geocoding API instead of GeoNorge API
- Added google
formatted_address
,place_id
to alpacas and farms indices
eg
"location": {
"type": "Point",
"coordinates": [
8.64219,
60.000749
],
"google": {
"formatted_address": "Fv60 4, 1234 City, Norway",
"place_id": "ChIJ4-47DGuFkYRa_Sno"
}
}
Removed
- Population data using SSB Norway
SQL to JSON, NDJSON, Elastic. Geodecode/enrich: GeoNorge + SSB Norway
Convert from SQL to JSON, NDJSON, Elastic
- Individual commands for each conversion
- SQL to JSON or NDJSON creates file locally
- SQL to Elastic creates index directly in Elasticsearch, no files created locally
Geodecode/enrich
- Lat,Lng added using GeoNorge API
- Population data added using SSB Norway
Future plans
- Lat,Lng will be added using Google Maps API
- Population data will be removed