Skip to content

Commit 9cf4845

Browse files
Merge pull request #937 from oracle-devrel/uschwinn-patch-8
Update README.md
2 parents de3720e + 17557cd commit 9cf4845

File tree

1 file changed

+34
-2
lines changed
  • data-platform/core-converged-db/mongodb-api

1 file changed

+34
-2
lines changed
Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,43 @@
11
# MongoDB API
22

3-
Reviewed: 02.04.2024
3+
Oracle Database API for MongoDB (short MongoDB API) lets applications interact with collections of JSON documents in Oracle Database using MongoDB commands. MongoDB developers can continue to use their usual tools and drivers to perform collection operations. Migrations from MongoDB workloads to Oracle have become easy since no or only minor application changes are required except for the connection string. A major advantage is that JSON Collections can be used with SQL and thus the functionality of the whole Oracle platform is available.
4+
5+
Oracle Database API for MongoDB is provided as part of Oracle Autonomous Database Serverless. You can enable it there using the Oracle Cloud Infrastructure Console. If you have Oracle REST Data Services (ORDS) release 22.3 or later installed, you can use the MongoDB API with any Oracle database, release 21c or later, as well as with any Oracle Autonomous Database, release 19c (serverless, dedicated, and cloud@customer).
6+
7+
Reviewed: 10.04.2024
8+
9+
# Useful Links
10+
11+
## Documentation
12+
13+
- [Oracle Database API for MongoDB](https://docs.oracle.com/en/database/oracle/mongodb-api/mgapi/overview-oracle-database-api-mongodb.html)
14+
- [Using Oracle Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/mongo-using-oracle-database-api-mongodb.html#GUID-49018B09-9712-44DC-A950-B8129E7DA0D2)
15+
- [Oracle Database API for MongoDB (paper)](https://docs.oracle.com/en/database/oracle/mongodb-api/mgapi/oracle-database-api-mongodb.pdf)
16+
17+
## Blogs
18+
19+
- [Use JSON Relational Duality with Oracle Database API for Mongo DB](https://blogs.oracle.com/datawarehousing/post/use-json-relational-duality-with-oracle-database-api-for-mongo-db)
20+
- [Installing Database API for MongoDB for any Oracle Database](https://blogs.oracle.com/database/post/installing-database-api-for-mongodb-for-any-oracle-database)
21+
- [Oracle Database API for MongoDB - Best Practices](https://blogs.oracle.com/datawarehousing/post/oracle-database-api-for-mongodb-best-practices)
22+
23+
## LiveLabs Workshops
24+
25+
- [Use the Oracle Database API for MongoDB](https://apexapps.oracle.com/pls/apex/f?p=133:180:113545160863506::::wid:3152)
26+
27+
## Video
28+
29+
- [Get Started with the New Oracle Database API for MongoDB](https://www.youtube.com/watch?v=CdvjHGtaqeU)
30+
- [Store and analyze JSON data using the Oracle API for MongoDB and SQL/JSON I Oracle Database World](https://www.youtube.com/watch?v=EVDn4b6u628)
31+
32+
# Team Publications
33+
34+
- [JSON, SODA, REST, and Oracle Database API for MongoDB](https://blogs.oracle.com/coretec/post/json-soda-rest-and-oracle-database-api-for-mongodb)
35+
- [Oracle Database 23c Development Edition on Docker](https://blogs.oracle.com/coretec/post/oracle-database-23c-development-edition-on-docker#img)
436

537
# License
638

739
Copyright (c) 2024 Oracle and/or its affiliates.
840

941
Licensed under the Universal Permissive License (UPL), Version 1.0.
1042

11-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
43+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)