diff --git a/README.md b/README.md index b606dcf..3308504 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,10 @@ npm run reminder Create a new Postgres database, and run the SQL queries defined in [importers/google-sheets-db/create_tables.sql](importers/google-sheets-db/create_tables.sql) + + + + ### Google Data Studio Right now, you'll need to setup Google Data studio to visualize your data. I created a [public report](https://datastudio.google.com/open/1xNRbyt_JicmYRw8DOB8DBuabaUyDhIAk) you can copy and connect with your data source. As data source, you'll need to select your Google Sheet and select `RawData` as the Sheet to use. diff --git a/screenshots/Database1.png b/screenshots/Database1.png new file mode 100644 index 0000000..362e163 Binary files /dev/null and b/screenshots/Database1.png differ diff --git a/screenshots/Database2.png b/screenshots/Database2.png new file mode 100644 index 0000000..b17d4f2 Binary files /dev/null and b/screenshots/Database2.png differ