Skip to content

SCODEMeetup/pantry_elasticsearch_poc

Repository files navigation

pantry_elasticsearch_poc

Example usage

  1. Install docker
  2. Install python ( recommend anaconda)
  3. install python modules
    • python / venv
      1. python -m venv csv_to_elastic_geo
      2. venv/bin/activate
      3. pip install -r requirements.txt
    • conda
      1. conda create -n csv_to_elastic_geo
      2. activate csv_to_elastic_geo
      3. pip install -r requirements.txt
  4. docker-compose up
  5. python importer.py

Note that docker-compose.yml will run elasticsearch and kibana so you can go fiddle around with things. This is not secured in any way!

API usage

This is TBD but I'd like to see community-services-locator-api and mofb-api make use of elasticsearch over the ckan / other site as it should provide better response times and in general be more flexible.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages