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
- Host: GitHub
- URL: https://github.com/loiclefevre/oracle-database-api-for-mongodb
- Owner: loiclefevre
- Created: 2022-10-26T09:20:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T14:28:48.000Z (over 3 years ago)
- Last Synced: 2025-03-03T00:41:54.299Z (over 1 year ago)
- Topics: api, database, mongodb, oracle, testcontainers
- Language: PLSQL
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).