Skip to content

pelias/dashboard

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A modular, open-source search engine for our world.

Pelias is a geocoder powered completely by open data, available freely to everyone.

Local Installation · Cloud Webservice · Documentation · Community Chat

What is Pelias?
Pelias is a search engine for places worldwide, powered by open data. It turns addresses and place names into geographic coordinates, and turns geographic coordinates into places and addresses. With Pelias, you’re able to turn your users’ place searches into actionable geodata and transform your geodata into real places.

We think open data, open source, and open strategy win over proprietary solutions at any part of the stack and we want to ensure the services we offer are in line with that vision. We believe that an open geocoder improves over the long-term only if the community can incorporate truly representative local knowledge.

Pelias Dashboard

This is a small, read-only dashboard that provides a convenient display of some basic information about Pelias based on data from Elasticsearch.

It's not a mission critical part of Pelias by any means, but it can be nice to look at.

Example output from the Pelias Dashboard

This dashboard is built using the Smashing framework.

Basics

bundle install
ES_ENDPOINT=http://your_es_hostname_or_ip:9200/ ES_INDEX=pelias smashing start

Docker

There is an included Dockerfile that can be used to run the dashboard:

docker build . -t pelias/dashboard
docker run -it -e ES_ENDPOINT=http://your_es_hostname_or_ip:9200/ -e ES_INDEX=pelias -p 3030:3030 -d --restart always --name pelias_dashboard pelias/dashboard

If running Pelias via pelias/docker, you will want to ensure to set the correct network:

docker run -it --network pelias_default -e ES_ENDPOINT=http://elasticsearch:9200/ -e ES_INDEX=pelias -p 3030:3030 -d --restart always --name pelias_dashboard pelias/dashboard

About

Pelias dashboard built with the Dashing framework

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published