- Install docker
- Install python ( recommend anaconda)
- install python modules
- python / venv
- python -m venv csv_to_elastic_geo
- venv/bin/activate
- pip install -r requirements.txt
- conda
- conda create -n csv_to_elastic_geo
- activate csv_to_elastic_geo
- pip install -r requirements.txt
- python / venv
- docker-compose up
- 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!
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.