Next we want to pick out the Start Time <click>, this time Kimono also asked if we meant to highlight the end time by showing a tick box (sometimes this is useful - but in this case let's save that for another property), we hit the cross to say No.
In this way we quickly build up a few more properties, End Time and Title were added. Finally we hit done, and are greeted by the details of the API we've just created - how simple is that! <20 clicks and we've built a realtime API:So how do we use this in an automated BI process? Thankfully Alteryx can help there, using the csv endpoint we just feed the URL into a Text Input Tool and use the Download tool to bring the data into our moduleI'll leave it as a reader exercise to see how to parse out the csv delimited file (if you don't have it maybe use the free version of Alteryx), here's my module to help (note that this will become easier with JSON parsing in v9 of Alteryx):
The possibilities are endless, especially as with Kimono we can feed in query parameters if we build an API off URLs that accept them, so using Kimono and Alteryx this evening I've successfully automated:
- interrogating a supermarket store list (stores nearest a postcode) and plotted the postcodes on a Tableau map (imagine the competitive intelligence possibilities, we could pick our locality dynamically using Alteryx and build a live feed of our competitors stores in this way).
- a neater way to scrape data for Paul Banoub's Winter Olympics Viz
- a neat Alteryx Events mobile webpage (all through Kimono, no Alteryx needed)
It's limitless what the BI community will build out of this, using Kimono, Alteryx and Tableau we can imagine some amazing possibilities. Please share your results with us.