Radial flow (sunburst) data visualization
#Radial Flows
Radial flow (sunburst) data visualization
This visualization exposes common (and uncommon) user flows within a certain timeframe.
For example, the radial flow in the image below reveals that 3.1% of users in the last 1000 sessions interacted with a jukebox like this:
money - song - play - song - play - portal - end
##How it works
latest_radial_sequence_data.rb
reads data from a project in Keen IO, sorts the data into user flows and publishes a new event collection to a project in Keen IO.
settings.yml
and specify the project keys, name of the event collection you’re saving to Keen IO, collection_name
, and the number of events you’d like to analyze, num_latest_events
.ruby latest_radial_sequence_data.rb
.python -m SimpleHTTPServer 9000
, and then in a browser tab, open http://localhost:9000/dataview/collection_name
you specified in settings.yml
) and hit “Go!”. Your data visualization should appear momentarily.