Skip to content

Commit

Permalink
feat: explained check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperan committed May 17, 2023
1 parent 9afbb6f commit 0b0bc25
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 28 deletions.
1 change: 0 additions & 1 deletion models/best_classifier.md

This file was deleted.

Binary file removed models/best_classifier.pkl
Binary file not shown.
12 changes: 0 additions & 12 deletions r2.txt

This file was deleted.

7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

8 changes: 0 additions & 8 deletions requirements_nn.txt

This file was deleted.

9 changes: 9 additions & 0 deletions src/check.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Copyright (c) 2022 Oracle and/or its affiliates.

'''
@author jasperan
This file connects to an Oracle Autonomous Database and checks all connectivities:
- Riot Games API -> makes a request against the API key to check if we are authorized
- DB Connectivity -> creates a connection to see if the wallet and database are properly configured
Requires a wallet ZIP file and credentials to use it.
'''
import os
import requests
import oracledb
Expand Down

0 comments on commit 0b0bc25

Please sign in to comment.