New LiveLab: Use Terraform to Create and Modify Tables in Oracle NoSQL Database Cloud Service › Introduction #191
dario-vega
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Create and Modify Tables in Oracle NoSQL Database Cloud Service using Terraform
In this workshop you will learn how to create and modify a NoSQL table in Oracle Cloud Infrastructure (OCI) using Terraform. You will learn the steps to create both a singleton table and a Global Active table using Terraform. You will also learn how to modify or update both a singleton table and a Global Active table using Terraform.
This lab walks you through the steps to create and modify tables in Oracle NoSQL database cloud service using Terraform.
About NoSQL Database
Modern application developers have many choices when faced with deciding when and how to persist a piece of data. In recent years, NoSQL databases have become increasingly popular and are now seen as one of the necessary tools in the toolbox that every application developer must have at their disposal. Many of the more recent applications have been designed to personalize the user experience to the individual, ingest huge volumes of machine generated data, deliver blazingly fast, crisp user interface experiences, and deliver these experiences to large populations of concurrent users. In addition, these applications must always be operational, with zero down-time, and with zero tolerance for failure. The approach taken by Oracle NoSQL Database is to provide extreme availability and exceptionally predictable, single digit millisecond response times to simple queries at scale. Largely, this is due to Oracle NoSQL Database’s shared nothing, replicated, horizontal scale-out architecture and by using the Oracle NoSQL Database Cloud Service, Oracle manages the scale out, monitoring, tuning, and hardware/software maintenance, all while providing your application with predictable behavior.
About Terraform
Terraform is an infrastructure as code (IaC) software tool that allows DevOps teams to automate infrastructure provisioning using reusable, shareable, human-readable configuration files. Terraform uses providers to interface between the Terraform engine and the supported cloud platform. The Oracle Cloud Infrastructure (OCI) Terraform provider is a component that connects Terraform to the OCI services that you want to manage.
Beta Was this translation helpful? Give feedback.
All reactions