Categories
Analytics Clickstream

DIY Clickstream -4: Deployment

In this concluding part of this mini-series, we will be deploying our framework on a production server on apache There are also few final touches we need to close from the previous parts namely 2. To ensure that we send events in blocks of 10 seconds, we will create an array of events in local […]

Categories
Analytics Clickstream

DIY Clickstream framework – 3. Events storage in database

Here we are going to store the events captured in the last post in a database. The steps are as follows To accept events, we will require a persistently running server. That purpose is fulfilled by Django Django follows a Model-View-Template architecture. Create Django app – events Now I will create a Django project and […]