Edit me

The following pages and posts are tagged with

TitleTypeExcerpt
Database Page We decided to use PostgreSQL as our relational database management system. Installation instructions will be updated shortly. The creation of tables for each dataset will be included in the documentation page of that dataset.
UI Tables Page The creation of the tables has to follow in the order below. Persona The persona table lists the types of users that we will encounter when building a data story. You can find the creation of the persona’s tables under gestalt/database/create_persona.sql. Tag The tag table lists all...
Database Update Post We understand the importance of structuring the database. For this reason, we are happy to bring you the script to build the database’s tables. These tables contain the data necessary for the layout of the UI. You can view them under gestalt/external/database. In the future, we would like to...