Skip to content

Commit 269af53

Browse files
Update README.md
1 parent 2a2903f commit 269af53

File tree

1 file changed

+23
-1
lines changed
  • data-platform/core-converged-db/mongodb-api

1 file changed

+23
-1
lines changed
Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
aaa
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)