Skip to content

Commit 2543704

Browse files
Merge branch 'main' into synuora-data-development-devops
2 parents 5fcd213 + ee40bb0 commit 2543704

File tree

4 files changed

+2552
-0
lines changed

4 files changed

+2552
-0
lines changed
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# MongoDB API 23c Workshop
2+
3+
MongoDB API is an interface offered by Oracle Database, which emulates native Mongo Database API. It allows a MongoDB application to connect to Oracle Database and work with JSON Documents immediately, without any code changes.
4+
5+
Purpose of this workshop is to present capabilities of this API in the newest, 23c version, including basic MongoDB operations as well as Pipeline Aggregations and benefits of using Oracle JSON Relational Duality Views.
6+
7+
Review Date: 29.01.2024
8+
9+
### Documentation
10+
11+
- [Oracle MongoDB API documentation](https://docs.oracle.com/en/database/oracle/mongodb-api/index.html)
12+
13+
### LiveLabs Workshops
14+
15+
- [Developing with JSON and SODA in Oracle Database](https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=568)
16+
17+
# License
18+
19+
Copyright (c) 2023 Oracle and/or its affiliates.
20+
21+
Licensed under the Universal Permissive License (UPL), Version 1.0.
22+
23+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)