Skip to content

Commit

Permalink
docs: update readme documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Jan 28, 2024
1 parent 0b960e2 commit 1676788
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,31 @@ docker run -d --name mongodb-instance -p 27017:27017 mongo
* link:mongodb-double/[MongoDB with two different instances]


=== Oracle NoSQL

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


**Oracle NoSQL**: MongoDB 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.

==== How to install with Docker

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

1. Install docker: https://www.docker.com/
1. https://hub.docker.com/_/mongo
1. Run docker command:

[source, bash]
----
docker run -d --name oracle-instance -p 8080:8080 ghcr.io/oracle/nosql:latest-ce
----

==== Projects

* link:oracle-nosql/[Oracle NoSQL sample code]


=== CouchDB

image::https://www.jnosql.org/img/logos/couchdb.png[Couchbase, width=200px]
Expand Down

0 comments on commit 1676788

Please sign in to comment.