Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

97-move-db-wiki-content #110

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions TRAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
Code](https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/)
(~30 minutes)
* [Python Unit Testing](https://docs.python.org/3/library/unittest.html) (~1
heures)
heure)

## Role-specific

Expand All @@ -70,8 +70,10 @@
PostgreSQL](https://learn.microsoft.com/en-us/training/paths/introduction-to-azure-postgres/)
(~40 minutes)
* [Psycopg3
transactions](https://www.psycopg.org/psycopg3/docs/basic/transactions.html)
* [Databases for developers](https://elenie.ca/databases-for-developers.html)
transactions](https://www.psycopg.org/psycopg3/docs/basic/transactions.html)(~30 minutes)

Check failure on line 73 in TRAINING.md

View workflow job for this annotation

GitHub Actions / markdown-check / markdown-link-check

Line length

TRAINING.md:73:81 MD013/line-length Line length [Expected: 80; Actual: 93] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md
* [Databases for developers](https://elenie.ca/databases-for-developers.html)(~20 minutes)

Check failure on line 74 in TRAINING.md

View workflow job for this annotation

GitHub Actions / markdown-check / markdown-link-check

Line length

TRAINING.md:74:81 MD013/line-length Line length [Expected: 80; Actual: 92] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md
* [PostgreML
Tutorials](https://postgresml.org)(~1h)
* DevSecOps
* [What is DevOps?](https://resources.github.com/devops/) (~25 minutes)
* [Secure
Expand Down
25 changes: 25 additions & 0 deletions Worktool-Guide/DBEAVER-GUIDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## DBeaver Guide

# Installation
Download from https://dbeaver.io/download/ Install using the default options.

# Usage of DBeaver on localhost
Once installed, open DBeaver and create a new connection as shown here after you
launched the different scripts as shown on [this
page](https://dev.azure.com/CFIA-DevOps-ACIA/AI-Lab/_wiki/wikis/AI-Lab.wiki/1039/Procedure-to-set-up-the-database):

![choose.PNG](/./Worktool-Guide/DBeaver-1.png)

![settings1.PNG](/./Worktool-Guide/DBeaver-2.png)

Your password should be the same as the one in .env file in the
POSTGRES_PASSWORD variable.

Ensure that the following settings are checked:

![settings2.PNG](/./Worktool-Guide/DBeaver-3.png)

Congratulation, your database is all setup, you're ready to go!

# Usage of DBeaver on Azure
*TODO*
Binary file added Worktool-Guide/DBeaver-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Worktool-Guide/DBeaver-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Worktool-Guide/DBeaver-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading