Chairs: Andrea Mannocci, Niaz Chowdhury
Chair: Niaz Chowdhuri
Slides are available here: https://bit.ly/2MkZ5I0
- Introduction to the Internet of Things (IoT)
- Looking at IoT Use Cases
- Hands-on experience with an IoT device
- WirelessTag Dashboard and/or App
- Launch the dashboard using the credentials provided
- Getting familiarised with the functionalities of the WirelessTag
- Introduction to the IFTTT and how it can be used with the WirelessTag and other IoT devices.
Chair: Andrea Mannocci
Slides are available here: https://drive.google.com/open?id=1oSj0FM02GdWm3SC-XSXv-Cx7A06buMqZgWkCxlP9yik
- Get sense of out data
- Lightweight prototyping of dashboards
- Get started with Elasticsearch and Kibana
- Twitter API keys
- Python 3
- Libraries: Twithon, Elasticsearch-py, Elasticsearch-dsl
- Elasticsearch and Kibana running on your machine
Note: We have a pre-canned Virtual Machine, dedicated to our workshop.
- Create index pattern
- Launch the provided Python script and collect some tweets
- Head to Kibana and have fun
Note: the dataset has been loaded already on the virtual machine.
- Load the dataset on Elasticsearch
curl -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/bank/account/_bulk?pretty' --data-binary @accounts.json
- Slice and dice the dataset