An open API service indexing awesome lists of open source software.

https://github.com/loiclefevre/oracle-database-api-for-mongodb

Testcontainers example to deploy the Oracle Database API for MongoDB
https://github.com/loiclefevre/oracle-database-api-for-mongodb

api database mongodb oracle testcontainers

Last synced: about 2 months ago
JSON representation

Testcontainers example to deploy the Oracle Database API for MongoDB

Awesome Lists containing this project

README

          

#Oracle Database API for MongoDB - On-Premises example

This repository contains a getting started example to deploy 2 Testcontainers:
- one with a _free_ Oracle database 21c eXpress Edition
- one with a _free_ Oracle REST Data Services 22.3 installation configured to run the new Oracle database API for MongoDB

Both containers are deployed within one Network. This allows for __reusing__ the containers and speed-up second, third... runs.

Run with:
```
./mvnw test
```

For the Touraine Tech 2023 demo, the main script is [here](./src/main/sql/script.sql).