Coder Social home page Coder Social logo

pelias's Introduction

Pelias on Kubernetes

Importers

Each importer has different memory requirements. Note that they all require the PIP service (6GB+ RAM) to be running first.

  • Who's on First (requires about 1GB of RAM)
  • OpenStreetMap (requires between 0.25GB and 6GB of RAM depending on import size)
  • OpenAddresses (requires 1GB of RAM)
  • Geonames (requires ~0.5GB of RAM)
  • Polylines (requires 1GB of RAM)

Use the data sources documentation to decide which importers to be run.

Importers can be run in any order, in parallel or one at a time.

Running the charts

Start by running all the services

helm install pelias --namespace pelias . --values values.yaml

Restore a snapshot

Start by copying the snapshot inside the elasticsearch pod

kubectl cp elasticsearch-snapshot.tar.gz <namespace>/<pod-id>:/usr/share/elasticsearch/data

Then extract and restore indices into elasticsearch:

helm install pelias-build --namespace pelias ./build --values values.yaml

Test Pelias API

Make sure the results match with the ones in /curl/results

Options

If you do not wish to create ElasticSearch main volume you can set the value to false:

elasticsearch:
  ...
  pvc:
    create: false
    name: <my-existing-pvc>

pelias's People

Contributors

orangejulius avatar missinglink avatar kevindotglasson avatar binternet avatar automatedops avatar arne-cl avatar mkozjak avatar mokto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.