Skip to content

Commit

Permalink
WMS 11260 - Create an APEX application for sentiment analysis using T…
Browse files Browse the repository at this point in the history
…witter API (#271)

Update for QA
  • Loading branch information
ncusato authored Jan 12, 2024
1 parent aa0cf8a commit 871f886
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions atp-twitter-api/create-schema/create-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ This lab assumes you have:

![Enter admin credentials](images/atp-password.png)

5. Change network access to **allowed IPs and VCNs only** and change IP notation type to **CIDR Block.**
5. Change network access to **allowed IPs and VCNs only** and change IP notation type to **CIDR Block.** Make sure Require mutual TLS authentication is left unchecked.

![Enter admin credentials](images/secure-access.png)

6. Select **License included** and then select **Create Autonomous Database** at the bottom.
6. Leave everything else default, and then select **Create Autonomous Database** at the bottom.

![Create ADB button at the bottom](images/create-atp.png)

Expand Down Expand Up @@ -150,4 +150,4 @@ You may now **proceed to the next lab.**
- **Author**- Nicholas Cusato, Santa Monica Specialists Hub
- **Contributers**- Rodrigo Mendoza, Ethan Shmargad, Thea Lazarova
- **Last Updated By/Date** - Nicholas Cusato, November 2022
- **Last Updated By/Date** - Nicholas Cusato, January 2024
Binary file modified atp-twitter-api/create-schema/images/create-atp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified atp-twitter-api/create-schema/images/name-database.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 modified atp-twitter-api/create-schema/images/open-apex.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 modified atp-twitter-api/create-schema/images/select-atp-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions atp-twitter-api/introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

Want to know how people feel about a topic? Twitter is a haven for people's opinions. Even though you are limited to 280 characters, with such a big & easy-to-use soapbox, folks can quickly & effortlessly share what they think about things.
Want to know how people feel about a topic? Twitter (x.com) is a haven for people's opinions. Even though you are limited to 280 characters, with such a big & easy-to-use soapbox, folks can quickly & effortlessly share what they think about things.

<img src="https://media.giphy.com/media/jxIwOlTpqJ0iOL159d/giphy.gif" width="1000" height="500" />

Expand Down Expand Up @@ -42,13 +42,13 @@ This lab assumes you have:
- Python 3.9 installed on your computer (Lab won't run properly with newer versions of Python)
- Basic familiarity with Python and SQL language
- IDE of your choice installed on your computer (All examples in this lab will use VSCode - [Link to install](https://code.visualstudio.com/download))
- An **Elevated Twitter Developer account** [Link to sign up](https://developer.twitter.com/en/docs/twitter-api)
- An **Elevated Twitter Developer account** (not Free) [Link to sign up](https://developer.twitter.com/en/docs/twitter-api)

Download the lab files here:
[SQL Files](https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/Twitter_LL1_sql.zip)
[Python Files](https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/Twitter_LL2_python.zip)

>**Note:** Creating an **Elevated** Twitter Developer account may take up to a couple days to be approved depending on your responses to the questions. It is recommended to start this process before beginning the lab. Click the link to get started: [Link to sign up](https://developer.twitter.com/en/docs/twitter-api).
>**Note:** Creating an **Elevated** (Basic or Pro) Twitter Developer account may take up to a couple days to be approved depending on your responses to the questions. It is recommended to start this process before beginning the lab. Click the link to get started: [Link to sign up](https://developer.twitter.com/en/docs/twitter-api).
## Want to learn more about Autonomous Database?
- [Oracle Autonomous Data Warehouse Documentation](https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/index.html)
Expand All @@ -58,4 +58,4 @@ Download the lab files here:

- **Author**- Nicholas Cusato, Santa Monica Specialists Hub
- **Contributers**- Rodrigo Mendoza, Ethan Shmargad, Thea Lazarova
- **Last Updated By/Date** - Nicholas Cusato, November 2022
- **Last Updated By/Date** - Nicholas Cusato, January 2024

0 comments on commit 871f886

Please sign in to comment.