失效链接处理 |
Oracle big data case PDF 下载
本站整理下载:
相关截图:
主要内容:
Oracle NoSQL Database Hands on Workshop
Lab Exercise 1 – Start Oracle NoSQL Database instance and access data from Formatter
classes
In this exercise, you will start an Oracle NoSQL Database instance that has movie data preloaded. KVLite will be
used as the Oracle NoSQL Database Instance. A very brief introduction to KVLite follows:
Single Node Installation – Introducing
KVLite
• Run Oracle NoSQL Database on a single
machine.
• Develop and test access to Oracle NoSQL
Database.
• Easy to get started.
• KVLite is not intended for production.
• Runs in a single process
Data that is preloaded into Oracle NoSQL Database has information about customers, movies, a genre, user
watch history, recommendation list and much more. All this information is saved as a key and a value (mostly a
JSON object). Keys for all the different entities (movies, genre, customer etc) are prefixed with a unique string as
the first component of the major key.
These unique prefixes are going to be used while defining external tables from Oracle Database. For now let’s
look at to three key structures that we are going to deal with in this lab.
Movie: The key structure used to store movies is like this:
|