acondrat / dashboard

Pelias dashboard built with the Dashing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/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/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/ -p 3030:3030 -d --restart always --name pelias_dashboard pelias/dashboard

About

Pelias dashboard built with the Dashing framework


Languages

Language:JavaScript 80.7%Language:SCSS 7.6%Language:CoffeeScript 4.1%Language:Ruby 3.6%Language:HTML 2.8%Language:CSS 0.9%Language:Dockerfile 0.2%