diff --git a/README.adoc b/README.adoc index 180e8911..8cd989c5 100644 --- a/README.adoc +++ b/README.adoc @@ -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]