dmfenton / ArcGIS_Open_Data_Index

The entire index for opendata.arcgis.com
Apache License 2.0
6 stars 2 forks source link

ArcGIS Open Data Index

The entire index for http://opendata.arcgis.com

I'll keep this updated either randomly when it strikes my fancy or upon request. Enjoy!

Prerequisites

Usage

  1. Clone this repository
  2. Bring up elasticsearch and kibana with docker-compose up -d elasticsearch kibana
  3. Wait for elasticsearch to become available. You should get a 200 response at http://localhost:9209
  4. Run docker-compose run logstash
    • This will take a while to run but you can continue on to the next step while datasets flow in to Elasticsearch
  5. Visit your Kibana
  6. Deselect time-based
  7. Type in opendata for index pattern

image