Skip to content

Commit 8a81aa5

Browse files
committed
docs: include readme file
Signed-off-by: Otavio Santana <[email protected]>
1 parent 2afc051 commit 8a81aa5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
= Data Driven Test
2+
:toc: macro
3+
:icons: font
4+
:source-highlighter: highlightjs
5+
:sectnums:
6+
:sectnumlevels: 3
7+
8+
image::http://www.jnosql.org/img/logos/oracle.png[Oracle NoSQL, width=200px]
9+
10+
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.
11+
12+
== How to install with Docker
13+
14+
1. Install docker: https://www.docker.com/
15+
2. Run docker command:
16+
17+
[source, bash]
18+
----
19+
docker run -d --name oracle-instance -p 8080:8080 ghcr.io/oracle/nosql:latest-ce
20+
----

0 commit comments

Comments
 (0)