Skip to content

Latest commit

 

History

History
102 lines (69 loc) · 2.52 KB

Core Apps.rst

File metadata and controls

102 lines (69 loc) · 2.52 KB

Core Apps

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

:ref:`django-app-console`

primary(s): Gina Yuan
maintainer(s): Gina Yuan

Console provides a way for users to interact directly with their datahub repos.

DataQ

:ref:`django-app-dataq`

maintainer(s): Gina Yuan

DataQ is a visual SQL query builder

DataTables

:ref:`django-app-datatables`

maintainer(s): Harihar Subramanyam

DataTables allows users to manipulate SQL tables like they would an excel table. Users are able to sort, filter, and aggregate tables.

dbWipes

:ref:`django-app-dbwipes`

primary(s): Eugene Wu
maintainer(s): Albert Carter

DBWipes helps you quickly visualize data, identify outliers, and understand where those outliers arise from in the underlying data set

Refiner

:ref:`django-app-refiner`

primary(s): Anant Bhardwaj
maintainer(s): Anant Bhardwaj

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

:ref:`django-app-sentiment`

maintainer(s): Harihar Subramanyam

Sentiment is a sentiment analysis tool for DataHub

Viz2 (formerly Viz)

:ref:`django-app-viz2`

primary(s): Anant Bhardwaj
maintainer(s): Al Carter

viz2 (renamed due to a naming collision) uses Google Charts to visualize the results of database queries.