https://data.austintexas.gov supplies public information regarding 311 requests in the City. This repo creates a pre-built Elasticsearch + Kibana + Grafana stack (w/ Docker) that is able to ingest 311 data and display it.
Data comes from: https://data.austintexas.gov/Utilities-and-City-Services/Austin-311-Public-Data/xwdj-i9he
-
$ pip install -r requirements.txt -
$ docker compose up --detach -
$ python import.py -
$ open http://localhost:3000to view Grafana (admin/admin username password). -
$ open http://localhost:5601to view Kibana & create desired index pattern eg:atx311-*. -
$ open http://localhost:9200to interact with the Elasticsearch API directly.