Getting started with Oracle NoSQL - from high-availability to extreme-availabilty #103
dario-vega
announced in
Announcements
Replies: 1 comment
-
reviewing the content on this page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code in this repository was used in Getting started with an Oracle NoSQL workshops showcased in NoSQL events around the world.
https://github.com/oracle/nosql-examples/tree/master/examples-nosql-cluster-deployment
This repository provides you guidelines and examples allowing you to learn how to deploy a NoSQL cluster/NoSQL store (also referred to as the topology). We will learn how to deploy the most popular topologies:
And how to modify an existing configuration
There are 2 ways to configure a NoSQL cluster, one using a secure configuration and another one using a non-secure configuration. The primary difference is in the way access is performed to NoSQL store. We recommend using the secure setup, albeit additional steps are needed during set up.
Beta Was this translation helpful? Give feedback.
All reactions