Skip to content

Simple utility wrapper for doing data warehousing in django

Notifications You must be signed in to change notification settings

Dgo-list/django-datawarehouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

django-datawarehouse

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

  • Python 100.0%