commit | ba7cb7e1e0afd4f7d522655517735111f71d7686 | [log] [tgz] |
---|---|---|
author | poorejc <poorejc@me.com> | Sat Apr 09 14:51:05 2016 -0400 |
committer | poorejc <poorejc@me.com> | Sat Apr 09 14:51:05 2016 -0400 |
tree | 237579ba4b8fc0a066e0c3802a7ef2e58c516722 | |
parent | 2a370402c0ceae137d8600e0c7d78b6b68a7df0f [diff] |
Update README.md
##Background
The User Activity Logging Engine, or User-ALE, is a logging mechanism used to quantitatively assess the behavioural and cognitive state of a data analyst while interacting with Big Data Exploitation Systems (BDES).
To accurately measure the cognitive state of the user, tool developers associate model based workflow states with each user action. Did a user pan a map? Then they are exploring. Did a user click a search button? Then they are getting new data. These model based activities can then be processed to measure hidden empirical states that describe more accurately the user's workflow and behaviour.
##Who is the package for?
This package is for developers creating User facing tools, and who would like to log the users' interaction with this tool, in order to gain an insight into the behavioural and cognitive state of the user.
Want to learn more? See the wiki.
Want to see an example client? Check out the demo.
We have provided the logging server and an example client as a Vagrant image so that you may play with logging locally. It is located under demo.
This will provision the base box which is an Ubuntu 14.04 machine. The ELK server is running on http://192.16.1.100 while the developer box is running on http://192.16.1.10
vagrant up elk vagrant up developer