Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 698 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 698 Bytes

Nominatim to ElasticSearch

INSTALL

git clone https://github.com/CarriotTeam/nominatim-to-elastic.git
cd nominatim-to-elastic
cp ./configs/n2elastic-configs.yaml.sample ./configs/n2elastic-configs.yaml and update configs.
make all

RUN

./n2elastic serve

TODO

  • Complete tests
  • Add create index and mapping
  • Contributing

  • Fork it: https://github.com/CarriotTeam/nominatim-to-elastic/fork
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request!
  • License