Building Dynamic Dashboards With Django and D3 by Clinton Dreisbach

This video features Clinton Dreisbach at DjangoCon US 2016 in Philadelphia, PN USA.

Building Dynamic Dashboards With Django and D3 by Clinton Dreisbach
0:25:40
Published August 11, 2016
55,785 views
577 likes

DjangoCon US 2016 - Building Dynamic Dashboards With Django and D3 by Clinton Dreisbach

Django does a great job of building dynamic web applications, but it's not always clear how to use it for a single-page JavaScript-driven application like a data dashboard. We will walk through a dashboard built with Django for emergency services data and dig into the following questions.

How do I serve data up to my dashboard? We'll show how the Django REST Framework can make this easy. How do I allow deep linking to particular queries on my dashboard? We'll use django-url-filter to transform a URL hash into a database query. How do I get statistical calculations like quartiles out of Django? We'll stretch the Django ORM to use PostgreSQL's powerful statistics functions. How do I make all of this work with D3? We'll have a brief survey of how D3 works and see how to plug data from Django into it.

This talk was presented at: https://2016.djangocon.us/schedule/presentation/40/

LINKS: Follow DjangCon US 👇 https://twitter.com/djangocon

Follow DEFNA 👇 https://twitter.com/defnado https://www.defna.org/

Note: We understand that names change, people change, and bodies change. We respect each individual's journey and privacy. If you have any concerns about a video or need us to remove content, please don't hesitate to contact us. We will handle your request with care and promptly address any issues.

More videos from DjangoCon US