Skip to content

jacquessham/GoodData_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoodData Tutorial

GoodData is a great business intelligence tool for multi-tenancy use cases. However, GoodData offers a community edition (GoodData.CN) to be used without any charge for personal usage. Any action in GoodData.CN is made by calling declarative APIs to update the change in GoodData.CN. In this repository, we will go over how to use GoodData.CN to build your dashboard.

Basics

Coming soon...

Setup

GoodData.CN community edition can be hosted via Docker and requires a database to query from. In the Setup folder, you may find the instruction on how to setup both GoodData.CN and Postgres database with Docker.

Connect to Postgres

Once the GoodData.CN is running, the first step is to connect with a database. We will be using Postgres as the example database. You may find the instruction in the Connection folder.

Workspace Management

Workspace is a basic unit in GoodData.CN, or a tenant within GoodData.CN. A workspace is where a group of users who have the same data access to interact and share analytics within the same environment. You may find the insturction of workspace management in the Workspace folder.

Logical Data Model (LDM)

The logical data model (LDM) is the required first step before doing any analytics in GoodData.CN. It defines what columns and data model relationship to be utilized in the workspace and map to the physical data model. You may find the instruction in the LDM folder.

Metrics/MAQL

MAQL is a helpful tool to make simple or complex statistical calculations to create visualization. You may find how to create metrics with MAQL in the MAQL folder.

Visualizations

Coming soon...

Dashboards

Coming soon...

LCM

Coming soon...

Gallery

Coming soon...

Reference

About

A repository for GoodData.CN Tutorial and Notes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages