Search code examples
herokuclickstream

How to get the Clickstream Data from a Heroku deployed website


I have a little website which I have it deployed on Heroku. I'm learning Clickstream Data analysis, but I don't know how to get access to the navigation logs on Heroku, that I'll treat on Hadoop. Do I need to install a third-party app? How can I see the logs?

Thank you very much


Solution

  • You can access your heroku logs directly in your development environment with:

    heroku logs --tail
    

    Alternatively, you can add one of many Heroku Elements add-ons for viewing logs, such as Papertrail.