在DjangoCon US 2016上 Clinton Dreisbach介绍了Building Dynamic Dashboards With Django and D3 ,主要采用的技术有:
- Django
- Django REST Framework
- django-url-filter - 将GET参数转换成查询集过滤器(Translates GET parameters to queryset filters)
- Ractive.js - Facebook开源
- D3 & NVD3
- Leaflet
相关的网站:
- http://www.dreisbach.us/ Clinton Dreisbach
- CFS Analytics
- https://git.io/cfs - 在github上开源的call-for-service项目,提供了在Django上构建Portal的案例
- http://cfsdemo.rticds.org/ - call-for-service的在线Demo
在YouTube上,和Building Dynamic Dashboards With Django and D3相关的有不少视频介绍了相关技术可以参考。
我准备从这个开源项目fork一个进行学习