Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Simple utility wrapper for doing data warehousing in django

Notifications You must be signed in to change notification settings

dimagi/django-datawarehouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

django-datawarehouse

This repository is fully deprecated. It has been merged with the cStock codebase.

Simple utility wrapper for doing data warehousing in django

To use add a subclass of warehouse.runner.WarehouseRunner to your project and add the following to your settings.py

WAREHOUSE_RUNNER = 'path.to.my.runner.MyRunnerClassName'

Then use

$ ./manage.py update_warehouse

About

Simple utility wrapper for doing data warehousing in django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages