# elasticboard **Repository Path**: mirrors_elastic/elasticboard ## Basic Information - **Project Name**: elasticboard - **Description**: Pingboard adapter for Elasticsearch - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # elasticboard [Pingboard](http://pingboard.com) adapter for [Elasticsearch](https://www.elastic.co/products/elasticsearch), enhancing locations with geocoding. Sample tile map visualization using [Kibana](https://www.elastic.co/products/kibana): ![preview](preview.png) ## Installation Install `python3`, e.g., on Mac: ``` brew install python3 ``` Install Python dependencies: ``` pip3 install elasticsearch googlemaps pyyaml ``` ## Usage See [elasticboard.yml](elasticboard.yml) for API configuration and custom mappings. ### Pingboard API Request an API service account to your account admin. ### Google Maps API Create a key [here](https://developers.google.com/maps/documentation/geocoding/get-api-key#key).