https://github.com/soujava/data-driven-test-oracle-nosql
Introduction to Data Driven test with OracleNoSQL
https://github.com/soujava/data-driven-test-oracle-nosql
Last synced: 29 days ago
JSON representation
Introduction to Data Driven test with OracleNoSQL
- Host: GitHub
- URL: https://github.com/soujava/data-driven-test-oracle-nosql
- Owner: soujava
- License: apache-2.0
- Created: 2025-07-24T07:50:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-24T09:59:16.000Z (3 months ago)
- Last Synced: 2025-07-24T11:37:59.554Z (3 months ago)
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Data Driven Test
:toc: macro
:icons: font
:source-highlighter: highlightjs
:sectnums:
:sectnumlevels: 3
image::http://www.jnosql.org/img/logos/oracle.png[Oracle NoSQL, width=200px]
Oracle NoSQL Database is designed for today’s most demanding applications that require low latency responses, flexible data models, and elastic scaling for dynamic workloads. It supports JSON, Table and Key-Value datatypes running on-premise, or as a cloud service with on-demand throughput and storage based provisioning.
== How to install with Docker
1. Install docker: https://www.docker.com/
2. Run docker command:
[source, bash]
----
docker run -d --name oracle-instance -p 8080:8080 ghcr.io/oracle/nosql:latest-ce
----