django-stockandflow

Django stock and flow tracking for business intelligence metrics
Download

django-stockandflow Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Jesse Heitler
  • Publisher web site:
  • http://github.com/jesseh/

django-stockandflow Tags


django-stockandflow Description

Django stock and flow tracking for business intelligence metrics django-stockandflow is a Django stock and flow tracking app for business intelligence.Installation- Install from PyPI with pip: pip install django-stockandflow- Add stockandflow to INSTALLED_APPS setting.- Create a cron job to call ./manage.py run_periodic_schedule at an interval that is at least as frequent as your most frequent period that you register with the periodic scheduler. Hourly, or perhaps every 10 minutes, is likely to be sufficient.- Start creating stocks and flows.Django Stock and Flow is a business intelligence tool. The goal is to transform the raw data in a Django application into views that answer business questions. Just as the Django Admin interface makes it easy to manage data in your project, Django Stock and Flow makes it easy to define, track and present business metrics for your project.The theory behind Django Stock and Flow is based on system dynamics. There is more information on the concept of stocks and flows on wikipedia.In addition to tracking metrics, Django Stock and Flow has hooks for running automation code when flow events occur and when the stocks are counted. These hooks are useful, for example, to create decaying stocks. The system can automatically transition an object through a set of states, like 'hot', 'warm' and 'cold' over time. Requirements: · Python · Django Limitations: · This app is very much in development. The api is likely to change in ways that are not backwards compatible.


django-stockandflow Related Software