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

pivotal-energy-solutions/django_splunk_analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

Analytics Framework for Splunk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages