Skip to content

Commit

Permalink
Merge pull request #44 from CorrelAid/documentation-fixes
Browse files Browse the repository at this point in the history
Documentation fixes
  • Loading branch information
KonradUdoHannes committed Apr 6, 2023
2 parents ddf72aa + 3ac75e3 commit 0e8e077
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@ One of two Metabase-centric projects (see [Metabase-to-Google](https://github.co
This project will explore automated approaches to (pre-)curating a Metabase instance with Dashboards
and queries through the [Metabase API](https://www.metabase.com/docs/latest/api-documentation).


## Who is this project for?

Individuals and organizations that already use Metabase as their data visualisation tool, who have some prior knowledge using R and who have a need for automation when creating dashboards and queries.


## Setup

1. Install R and R-Studio see [R installation](#r-installation) for help.
1. Install R and R-Studio. See [below](#r-installation) for help.

1. Make sure you have access to a Metabase instance. For setting up a local instance [here](#local-metabase-development-instance)
1. Make sure you have access to a Metabase instance. For setting up a local instance see [below](#local-metabase-development-instance) for help.

1. Configure the connection betwen the R-Project and Metabase. See [here](#r-metbase-configuration)
1. Configure the connection betwen the R-Project and Metabase. See [below](#r-metbase-configuration) for help.

### R installation

Expand Down Expand Up @@ -144,11 +150,12 @@ To set it up

This completes the setup of a local metabase instance. The next section describes how to connect it to the R project.

### R-Metbase Configuration

### R-Metabase Configuration

If you have access to a metabase instance, either remotely or locally via docker you need confiugre the connection to the R project.

1. Go to the DataToMetabase project folder
1. In the terminal, navigate to the DataToMetabase project folder

1. Create a `.Renviron` file from the `.Renviron.example` template.

Expand Down

0 comments on commit 0e8e077

Please sign in to comment.