Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 553 Bytes

Django Splunk Analytics

Analytics Framework for Django and Splunk

Problem:

How do you extract out analytical information which you can use upstream?

Our Approach

  • As events happen we want a process to dump the corresponding data in json format to a flat file. This will then be used by a SplunkForwarder so that it can be sent upstream.

Each type of information will be put in it's own file (source)

Considerationss

  1. Historical Catchup
  2. Celery Jobs to Dispatch - Low priority
  3. Using the serializer built in DRF?