Analytics Framework for Django and Splunk
How do you extract out analytical information which you can use upstream?
- 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)
- Historical Catchup
- Celery Jobs to Dispatch - Low priority
- Using the serializer built in DRF?