Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

[Task]: Document the new steps for the analytics local database import #113

Merged
merged 5 commits into from
Jul 1, 2024

Conversation

aplybeah
Copy link

Summary

Fixes #100

Time to review: 1 mins

Changes proposed

  • Added documentation about local database import

Context for reviewers

The current analytics documentation is focused on the slack integration. This task is to add the work from #84 to the documentation and include the local Metabase steps.

Additional information

Screenshots, GIF demos, code examples or output to help show the changes working as expected.

@github-actions github-actions bot added documentation Improvements or additions to documentation analytics labels Jun 27, 2024

The database can be accessed locally by running the command `docker-compose up -d`. This will start the docker containers for Metabase and the analytics database in a detatched state.

In Docker desktop, navigate to the analytics database container and sign into the database `psql -U ,database-user>`. From here, you can run SQL queries to view data.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In Docker desktop, navigate to the analytics database container and sign into the database `psql -U ,database-user>`. From here, you can run SQL queries to view data.
In Docker desktop, navigate to the analytics database container and sign into the database `psql -U <database-user>`. From here, you can run SQL queries to view data.

@aplybeah aplybeah merged commit fd0b498 into main Jul 1, 2024
7 checks passed
@aplybeah aplybeah deleted the alsia/update-analytics-docs branch July 1, 2024 19:36
acouch pushed a commit that referenced this pull request Sep 18, 2024
#113)

Fixes #100

* Added documentation about local database import

> The current analytics documentation is focused on the slack
integration. This task is to add the work from
#84 to the
documentation and include the local Metabase steps.

> Screenshots, GIF demos, code examples or output to help show the
changes working as expected.
acouch pushed a commit that referenced this pull request Sep 18, 2024
#113)

Fixes #100

* Added documentation about local database import

> The current analytics documentation is focused on the slack
integration. This task is to add the work from
#84 to the
documentation and include the local Metabase steps.

> Screenshots, GIF demos, code examples or output to help show the
changes working as expected.
acouch pushed a commit to HHS/simpler-grants-gov that referenced this pull request Sep 18, 2024
navapbc#113)

Fixes #100

* Added documentation about local database import

> The current analytics documentation is focused on the slack
integration. This task is to add the work from
navapbc#84 to the
documentation and include the local Metabase steps.

> Screenshots, GIF demos, code examples or output to help show the
changes working as expected.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
analytics documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Document the new steps for the analytics local database import
2 participants