Skip to content

Commit

Permalink
WMS ID: 11382 Collections are now MongoDB compatible by default. plu…
Browse files Browse the repository at this point in the history
…s hosts edit for download locations (#455)

* Fixed missing images and changes to manifest files

* Delete introduction.md

* QA changes

* Grammarly changes and fixed image

* Grammarly updates to intro

* fixed links and missing image descriptions

* QA changes

* updated manifest links

* Added lab 5 - index files on object store

* Fixes cleanup -> clean up and small change to intro

* Match official workshop title

* Added option lab on sentiment analysis

* Added extra images and fixed a type

* Updated OCW manifests plus minor clarifications

* New lab for external text indexes

* New lab for object storage

* Update manifest.json

* Added Oracle Text to workshop title

* Added additional lab for binary files

* Changed name of workshop

* binary files now pars

* Uses PARs for binary files

* New workshop for DBMS_SEARCH

* New lab for JSON Search Index

* Collections are now MDB compatible by default

* minor change to collection creation

* Added hosts entries for download locations
  • Loading branch information
RogerFord committed Dec 14, 2023
1 parent 0fa202a commit c4eea20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified 23cfree/json-collections/images/collection-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion 23cfree/json-collections/json-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ In this lab, you will:

![JSON Create Collection](./images/json-create-collection.png)

7. In the field **Collection Name**, provide the name **movies**. MAKE SURE you check the **MongoDB Compatible** box then click **Create**.
7. In the field **Collection Name**, provide the name **movies**. Then click **Create**.

Note that the collection name is case-sensitive. You must enter products in all lower-case, don't use MOVIES or Movies.

![New Collection: movies](./images/collection-name.png)
Expand Down
2 changes: 2 additions & 0 deletions 23cfree/json-mongo/json-mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ This lab has you download software from the YUM repo at repo.mongodb.org. This s
Run the following commands to download and install Mongo Shell and Mongo Database Tools.

```
$ <copy>echo '65.8.161.52 downloads.mongodb.com' | sudo tee -a /etc/hosts</copy>
$ <copy>echo '18.65.185.55 repo.mongodb.org' | sudo tee -a /etc/hosts</copy>
$ <copy>sudo dnf install -y https://repo.mongodb.org/yum/redhat/8/mongodb-org/6.0/x86_64/RPMS/mongodb-mongosh-1.8.0.x86_64.rpm</copy>
$ <copy>sudo dnf install -y https://repo.mongodb.org/yum/redhat/8/mongodb-org/6.0/x86_64/RPMS/mongodb-database-tools-100.7.0.x86_64.rpm</copy>
```
Expand Down

0 comments on commit c4eea20

Please sign in to comment.