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

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

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