Django applications are built on to of the DataHub web application. These apps do not necessarily use the DataHub API, and are not deployed in mobile environments. Instead, they are deployed on the DataHub website itself.
.. toctree:: :hidden: django-app-console django-app-dataq django-app-datatables django-app-dbwipes django-app-refiner django-app-sentiment django-app-viz2
Console provides a way for users to interact directly with their datahub repos.
DataQ is a visual SQL query builder
DataTables allows users to manipulate SQL tables like they would an excel table. Users are able to sort, filter, and aggregate tables.
DBWipes helps you quickly visualize data, identify outliers, and understand where those outliers arise from in the underlying data set
Refiner is a tool that converts poorly structured text files into structured data for table creation. It is ongoing research, and is currently only for demonstration purposes.
Sentiment is a sentiment analysis tool for DataHub
viz2 (renamed due to a naming collision) uses Google Charts to visualize the results of database queries.