Skip to content

Commit 75a4839

Browse files
committed
docs: update documentation on readme to mongodb
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 6f07726 commit 75a4839

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

README.adoc

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
= Jakarta Data sample application
2-
:toc: auto
1+
image::http://www.jnosql.org/img/logos/mongodb.png[MongoDB, width=200px]
32

4-
image::http://www.jnosql.org/img/logos/oracle.png[Oracle NoSQL, width=200px]
53

6-
7-
**Oracle NoSQL**: Oracle NoSQL Database is a NoSQL-type distributed key-value and document database from Oracle Corporation. It provides transactional semantics for data manipulation, horizontal scalability, and simple administration and monitoring.
4+
**Mongodb**: MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas.
85

96
== How to install with Docker
107

118
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
129

1310
1. Install docker: https://www.docker.com/
14-
2. Run docker command:
11+
2. https://hub.docker.com/_/mongo
12+
3. Run docker command:
1513

1614
[source, bash]
1715
----
18-
docker run -d --name kvlite --hostname=kvlite --env KV_PROXY_PORT=8080 -p 8080:8080 ghcr.io/oracle/nosql:latest-ce
19-
----
20-
21-
docker run --rm -ti --link kvlite:store ghcr.io/oracle/nosql:latest-ce \
22-
java -jar lib/kvstore.jar ping -host store -port 5000
16+
docker run -d --name mongodb-instance -p 27017:27017 mongo
17+
----

0 commit comments

Comments
 (0)