Update intro

The Metabase-related doc is on Notion, this way we keep this page neutral and focused only on the sql queries
This commit is contained in:
zoevig 2022-01-21 17:59:48 +00:00 committed by GitHub
parent 80aa0b60d4
commit c00947a0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 21 deletions

View File

@ -1,26 +1,5 @@
## Introduction
This documentation is a quickstart guide for the use of metabase in a school server.
Pre-requisites:
- An access account given by your administrator.
- A basic knowledge of SQL.
### Where to enter your SQL queries
The path to metabase is `{DOMAIN}/metabase` .
After loggin with valid credentials this is where you land,
In the bottom section `OUR DATA`.
- Click on the `metabase` database.
- A folder `public` should appear among others. Click on it.
At this point you can see all tables of the public sql database.
To execute a query, simply click on the top right button `write SQL`.
Following are examples of SQL queries to help you get you started.
## Examples of SQL queries