/oracle-database-api-for-mongodb

Testcontainers example to deploy the Oracle Database API for MongoDB

Primary LanguagePLSQL

#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.