SlideShare a Scribd company logo
1 of 84
Download to read offline
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted
Oracle Cloud
Data Interface
김태완
@taewanme
https://taewan.kim
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
데이터 라이프 사이클
2
Ingestion
streaming
batch
replication
DataStore
Object store data
lake
Hadoop/HDFS
NOSQL/Cassandra
Transform
Data pipelines
ML pipelines
Data quality
Data Augmentation
Analyze
Python/R
Spark
Hive
Interactive BI
Learn
Machine learning
AI
Data science
Copyright © 2018,Oracle and/orits affiliates. All rights reserved.
Oracle Cloud
Data Lake
Oracle Object Storage
BigData Cloud
Event Hub Cloud
DIPC
Database Data Hub IaaS VM
NoSQL
OAC
ADW
*ADW: Autonomous Data warehouse
*DIPC: Data Integration Platform Cloud
* OAC: Oracle Analytics Cloud
Object Storage
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 4
OCI Object Storage
Case 01: Desktop & OCI Object Storage
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI Object Storage 특징
5
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
OCI Object Storage
6
참조: http://bit.ly/2Z0lyA3
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
OCI Object Storage: bucket
7
참조: http://bit.ly/2Z0lyA3
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
OCI Object Storage: Connection Info
8
참조: http://bit.ly/2Z0lyA3
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
OCI Object Storage: Connection Info
9
참조: http://bit.ly/2Z0lyA3
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
OCI Object Storage: CloudBerry S3 Explorer
10
테넌트이름.compat.objectstorage.리전이름.oraclecloud.com
참조: http://bit.ly/2Z0lyA3
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
OCI Object Storage: CloudBerry S3 Explorer
11
참조: http://bit.ly/2Z0lyA3
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 12
OCI Object Storage
현재 위치
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 13
OCI Object Storage
Case 02: OCI CLI & OCI Object Storage
oci cli
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli 설치
14
참조: http://bit.ly/2Z0lyA3
bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)"
Linux / Mac OS
powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object
System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/oracle/oci-
cli/master/scripts/install/install.ps1'))"
Window
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli 설치 확인
15
참조: http://bit.ly/2Z0lyA3
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli command
16
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli 설정: info
17
참조: http://bit.ly/2Z0lyA3
user OCID
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli 설정: info ➔ Tenancy OCID, Region ID
18
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli 설정: oci setup config
19
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli 설정: key files
20
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli 설정: public key 등록
21
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli 설정: public key 등록
22
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli 설정: public key 등록
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli 설정: Connection Test
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli: Bucket 생성
25
oci cli os bucket
--name
--compartment-id
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli: Bucket 생성
26
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli: 파일 업로드
27
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli: 파일 업로드
28
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 29
OCI Object Storage
현재 위치
oci cli
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 30
OCI Object Storage
Case 03: 대용량 파일 업로드
oci cli
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli: 데모 파일 생성
31
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli: 10GB 파일 업로드
32
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
oci cli: 10GB 파일 업로드
33
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 34
OCI Object Storage
현재 위치
oci cli
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 35
OCI Object Storage
Case 04: Java를 이용한 파일 업로드 다운로드
OCI Java SDK
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI Java SDK
36
https://search.maven.org/search?q=g:com.oracle.oci.sdkhttps://github.com/oracle/oci-java-sdk
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI Java SDK: Maven
37
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI Java SDK: Code
38
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI Java SDK: Code
39
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI Java SDK: Connection
40
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI Java SDK: Bucket 생성
41
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI Java SDK: 파일 추가
42
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 43
OCI Object Storage
현재 위치
oci cli
VM
OCI
Java
SDK
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 44
OCI Object Storage
Case 05: OCI SDK & Object storage
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI SDK & Rest API
45
https://github.com/oracle?utf8=%E2%9C%93&q=oci+sdk&type
=&language=
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI SDK & Rest API
46
https://github.com/oracle?utf8=%E2%9C%93&q=oci+sdk&type
=&language=
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI SDK Python: 설치
47
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI SDK Python: Code
48
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI SDK Python: Code
49
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI SDK Python: Code
50
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI SDK Python: Object 생성 결과
51
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle OCI SDK Go-lang: Install
52
> go get -u github.com/oracle/oci-go-sdk
import (
"github.com/oracle/oci-go-sdk/common"
"github.com/oracle/oci-go-sdk/identity”
)
https://github.com/oracle/oci-go-sdk
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 53
OCI Object Storage
현재 위치
oci cli
VM
OCI
Java
SDK
VM VM
OCI
GO
SDK
VM
OCI
Ruby
SDK
OCI
Python
SDK
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 54
OCI Object Storage
Case 06: Hadoop & Object Storage
HDFS Connector
for Object Storage
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 55
Hadoop & Object Storage
https://github.com/oracle/oci-hdfs-connector/releases
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 56
HDFS Connector for OCI: 설치
https://github.com/oracle/oci-hdfs-connector/releases
속성 타입 설명
fs.oci.client.auth.tenantId String tenancy의 OCID
fs.oci.client.auth.userId String 사용자 OCID
fs.oci.client.auth.fingerprint String 사용자 Fingerprint
fs.oci.client.auth.pemfilepath String PEM 파일 위치
fs.oci.client.auth.passphrase String 암호화 문자열
core-site.xml
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 57
HDFS Connector for OCI: 설치
scala> sc.wholeTextFiles("oci://PipedUploadTest@internalbriangustafson/")
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 58
OCI Object Storage
현재 위치
oci cli
VM
OCI
Java
SDK
VM VM
OCI
GO
SDK
VM
OCI
Ruby
SDK
OCI
Python
SDK
HDFS Connector
for Object Storage
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 59
OCI Object Storage
Case 07: Kafka & Object Storage
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 60
OCI Object Storage
Case 07: Kafka & Object Storage
Apps
NoSQL
Search
RDBMS
Monitoring
RT Analysis
DWH
Hadoop
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
+ =
Managed Kafka Service
Oracle Event Hub CS
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
https://www.confluent.io/product/connectors/
- Scalable Framework
- Open Source
- Only Configuration
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
OEHCS의 Kafka Connector 지원
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Streaming Data + Database
Oracle
GoldenGate
추출 트랜잭션
추출 실시간 이관
JMS
Capture Trail Pump Route Deliver
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 71
OCI Object Storage
현재 위치
oci cli
VM
OCI
Java
SDK
VM VM
OCI
GO
SDK
VM
OCI
Ruby
SDK
OCI
Python
SDK
HDFS Connector
for Object Storage
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Case 10: ADW와 Object Storage
72
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Object Storage에 데이터 저장
73
parquet
df.write.parquet("oci://devmeetup@apackrsct01/sales_extended.parquet")
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Object Storage에 데이터 뷰
74
parquet
df.write.parquet("oci://devmeetup@apackrsct01/sales_extended.parquet")
$ parquet-tools schema sales_extended.parquet
message hive_schema {
optional int32 prod_id;
optional int32 cust_id;
optional binary time_id (UTF8);
optional int32 channel_id;
optional int32 promo_id;
optional int32 quantity_sold;
optional fixed_len_byte_array(5)
amount_sold (DECIMAL(10,2));
optional binary gender (UTF8);
optional binary city (UTF8);
optional binary state_province (UTF8);
optional binary income_level (UTF8);
}
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Object Storage에 데이터 뷰
75
parquet
df.write.parquet("oci://devmeetup@apackrsct01/sales_extended.parquet")
$ parquet-tools schema sales_extended.parquet
message hive_schema {
optional int32 prod_id;
optional int32 cust_id;
optional binary time_id (UTF8);
optional int32 channel_id;
optional int32 promo_id;
optional int32 quantity_sold;
optional fixed_len_byte_array(5)
amount_sold (DECIMAL(10,2));
optional binary gender (UTF8);
optional binary city (UTF8);
optional binary state_province (UTF8);
optional binary income_level (UTF8);
}
https://github.com/Guavus/parquet-mr-
1/tree/master/parquet-tools
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Object Storage에 데이터 뷰
76
parquet
df.write.parquet("oci://devmeetup@apackrsct01/sales_extended.parquet")
https://github.com/Guavus/parquet-mr-
1/tree/master/parquet-tools
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
ADW의 External Table
77
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
ADW와 Parquet External Table
78
External Table
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 79
OCI Object Storage
현재 위치
oci cli
VM
OCI
Java
SDK
VM VM
OCI
GO
SDK
VM
OCI
Ruby
SDK
OCI
Python
SDK
HDFS Connector
for Object Storage
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Case 11: 다양한 인터페이스? ➔ 데이터 가상화
80
Hadoop Security
ACL’s | Sentry | HDFS Encryption | Encryption in Motion
Big Data SQL Cloud Service
Copyright © 2018,Oracle and/orits affiliates. All rights reserved.
Oracle Cloud
Data Lake
Oracle Object Storage
BigData Cloud
Event Hub Cloud
DIPC
Database Data Hub IaaS VM
NoSQL
OAC
ADW
*ADW: Autonomous Data warehouse
*DIPC: Data Integration Platform Cloud
* OAC: Oracle Analytics Cloud
Object Storage
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
Oracle Data Platform
82
Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 83
OCI Object Storage Doc

More Related Content

What's hot

Java EE, What's Next? by Anil Gaur
Java EE, What's Next? by Anil GaurJava EE, What's Next? by Anil Gaur
Java EE, What's Next? by Anil GaurTakashi Ito
 
Improve PostgreSQL replication with Oracle GoldenGate
Improve PostgreSQL replication with Oracle GoldenGateImprove PostgreSQL replication with Oracle GoldenGate
Improve PostgreSQL replication with Oracle GoldenGateBobby Curtis
 
Web Scale Reasoning and the LarKC Project
Web Scale Reasoning and the LarKC ProjectWeb Scale Reasoning and the LarKC Project
Web Scale Reasoning and the LarKC ProjectSaltlux Inc.
 
컨테이너 기술 소개 - Warden, Garden, Docker
컨테이너 기술 소개 - Warden, Garden, Docker컨테이너 기술 소개 - Warden, Garden, Docker
컨테이너 기술 소개 - Warden, Garden, Dockerseungdon Choi
 
Oracle Blockchain Cloud Service
Oracle Blockchain Cloud ServiceOracle Blockchain Cloud Service
Oracle Blockchain Cloud ServiceMonte Kluemper
 
Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)Bobby Curtis
 
Managing microservices with istio on OpenShift - Meetup
Managing microservices with istio on OpenShift - MeetupManaging microservices with istio on OpenShift - Meetup
Managing microservices with istio on OpenShift - MeetupJosé Román Martín Gil
 
Oracle GoldenGate 18c - REST API Examples
Oracle GoldenGate 18c - REST API ExamplesOracle GoldenGate 18c - REST API Examples
Oracle GoldenGate 18c - REST API ExamplesBobby Curtis
 
Microservices Docker Kubernetes Istio Kanban DevOps SRE
Microservices Docker Kubernetes Istio Kanban DevOps SREMicroservices Docker Kubernetes Istio Kanban DevOps SRE
Microservices Docker Kubernetes Istio Kanban DevOps SREAraf Karsh Hamid
 
Java @ Cloud - Setor Público SP
Java @ Cloud - Setor Público SPJava @ Cloud - Setor Público SP
Java @ Cloud - Setor Público SPIlan Salviano
 
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...eNovance
 
Coherence RoadMap 2018
Coherence RoadMap 2018Coherence RoadMap 2018
Coherence RoadMap 2018harvraja
 
OpenDaylight app development tutorial
OpenDaylight app development tutorialOpenDaylight app development tutorial
OpenDaylight app development tutorialSDN Hub
 
Project Jigsaw in JDK 9: Modularity Comes To Java
Project Jigsaw in JDK 9: Modularity Comes To JavaProject Jigsaw in JDK 9: Modularity Comes To Java
Project Jigsaw in JDK 9: Modularity Comes To JavaC4Media
 
GoldenGate Monitoring - GOUSER - 4/2014
GoldenGate Monitoring - GOUSER - 4/2014GoldenGate Monitoring - GOUSER - 4/2014
GoldenGate Monitoring - GOUSER - 4/2014Bobby Curtis
 
Hit Refresh with Oracle GoldenGate Microservices
Hit Refresh with Oracle GoldenGate MicroservicesHit Refresh with Oracle GoldenGate Microservices
Hit Refresh with Oracle GoldenGate MicroservicesBobby Curtis
 
times ten in-memory database for extreme performance
times ten in-memory database for extreme performancetimes ten in-memory database for extreme performance
times ten in-memory database for extreme performanceOracle Korea
 

What's hot (20)

Java EE, What's Next? by Anil Gaur
Java EE, What's Next? by Anil GaurJava EE, What's Next? by Anil Gaur
Java EE, What's Next? by Anil Gaur
 
Improve PostgreSQL replication with Oracle GoldenGate
Improve PostgreSQL replication with Oracle GoldenGateImprove PostgreSQL replication with Oracle GoldenGate
Improve PostgreSQL replication with Oracle GoldenGate
 
Web Scale Reasoning and the LarKC Project
Web Scale Reasoning and the LarKC ProjectWeb Scale Reasoning and the LarKC Project
Web Scale Reasoning and the LarKC Project
 
컨테이너 기술 소개 - Warden, Garden, Docker
컨테이너 기술 소개 - Warden, Garden, Docker컨테이너 기술 소개 - Warden, Garden, Docker
컨테이너 기술 소개 - Warden, Garden, Docker
 
Oracle Blockchain Cloud Service
Oracle Blockchain Cloud ServiceOracle Blockchain Cloud Service
Oracle Blockchain Cloud Service
 
Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)
 
Managing microservices with istio on OpenShift - Meetup
Managing microservices with istio on OpenShift - MeetupManaging microservices with istio on OpenShift - Meetup
Managing microservices with istio on OpenShift - Meetup
 
Con3036 soaring-through-the-clouds-oow2016-160920214845
Con3036 soaring-through-the-clouds-oow2016-160920214845Con3036 soaring-through-the-clouds-oow2016-160920214845
Con3036 soaring-through-the-clouds-oow2016-160920214845
 
Oracle GoldenGate 18c - REST API Examples
Oracle GoldenGate 18c - REST API ExamplesOracle GoldenGate 18c - REST API Examples
Oracle GoldenGate 18c - REST API Examples
 
Microservices Docker Kubernetes Istio Kanban DevOps SRE
Microservices Docker Kubernetes Istio Kanban DevOps SREMicroservices Docker Kubernetes Istio Kanban DevOps SRE
Microservices Docker Kubernetes Istio Kanban DevOps SRE
 
Java @ Cloud - Setor Público SP
Java @ Cloud - Setor Público SPJava @ Cloud - Setor Público SP
Java @ Cloud - Setor Público SP
 
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
 
Coherence RoadMap 2018
Coherence RoadMap 2018Coherence RoadMap 2018
Coherence RoadMap 2018
 
Session 319
Session 319Session 319
Session 319
 
OpenDaylight app development tutorial
OpenDaylight app development tutorialOpenDaylight app development tutorial
OpenDaylight app development tutorial
 
Novinky v Oracle Database 18c
Novinky v Oracle Database 18cNovinky v Oracle Database 18c
Novinky v Oracle Database 18c
 
Project Jigsaw in JDK 9: Modularity Comes To Java
Project Jigsaw in JDK 9: Modularity Comes To JavaProject Jigsaw in JDK 9: Modularity Comes To Java
Project Jigsaw in JDK 9: Modularity Comes To Java
 
GoldenGate Monitoring - GOUSER - 4/2014
GoldenGate Monitoring - GOUSER - 4/2014GoldenGate Monitoring - GOUSER - 4/2014
GoldenGate Monitoring - GOUSER - 4/2014
 
Hit Refresh with Oracle GoldenGate Microservices
Hit Refresh with Oracle GoldenGate MicroservicesHit Refresh with Oracle GoldenGate Microservices
Hit Refresh with Oracle GoldenGate Microservices
 
times ten in-memory database for extreme performance
times ten in-memory database for extreme performancetimes ten in-memory database for extreme performance
times ten in-memory database for extreme performance
 

Similar to OCI Object Storage Doc

13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)
13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)
13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)Taewan Kim
 
Overpowered Kubernetes: CI/CD for K8s on Enterprise IaaS
Overpowered Kubernetes: CI/CD for K8s on Enterprise IaaSOverpowered Kubernetes: CI/CD for K8s on Enterprise IaaS
Overpowered Kubernetes: CI/CD for K8s on Enterprise IaaSJ On The Beach
 
Managing Containers on Oracle's Cloud Infrastructure
Managing Containers on Oracle's Cloud InfrastructureManaging Containers on Oracle's Cloud Infrastructure
Managing Containers on Oracle's Cloud InfrastructureOracle Developers
 
Oracle CNCF Meetup Malaga - Build CNCF projects in OCI
Oracle CNCF Meetup Malaga - Build CNCF projects in OCIOracle CNCF Meetup Malaga - Build CNCF projects in OCI
Oracle CNCF Meetup Malaga - Build CNCF projects in OCIOracle
 
10thMeetup-20190420-REST API Design Principles 되새기기
10thMeetup-20190420-REST API Design Principles 되새기기10thMeetup-20190420-REST API Design Principles 되새기기
10thMeetup-20190420-REST API Design Principles 되새기기DongHee Lee
 
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...vasuballa
 
Oracle meetup kubernetes_171118
Oracle meetup kubernetes_171118Oracle meetup kubernetes_171118
Oracle meetup kubernetes_171118Oracle Korea
 
20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatenge
20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatenge20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatenge
20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatengeKarin Patenge
 
[Oracle Innovation Summit Tokyo 2018] ブロックチェーンで切り拓く新たな世界
[Oracle Innovation Summit Tokyo 2018] ブロックチェーンで切り拓く新たな世界[Oracle Innovation Summit Tokyo 2018] ブロックチェーンで切り拓く新たな世界
[Oracle Innovation Summit Tokyo 2018] ブロックチェーンで切り拓く新たな世界オラクルエンジニア通信
 
API Design Principles Essential 
API Design Principles Essential API Design Principles Essential 
API Design Principles Essential Oracle Korea
 
【旧版】Oracle Cloud Infrastructure:サービス概要のご紹介 [2020年6月版]
【旧版】Oracle Cloud Infrastructure:サービス概要のご紹介 [2020年6月版]【旧版】Oracle Cloud Infrastructure:サービス概要のご紹介 [2020年6月版]
【旧版】Oracle Cloud Infrastructure:サービス概要のご紹介 [2020年6月版]オラクルエンジニア通信
 
はじめてのOracle Cloud Infrastructure(Oracle Cloudウェビナーシリーズ: 2020年6月24日)
はじめてのOracle Cloud Infrastructure(Oracle Cloudウェビナーシリーズ: 2020年6月24日)はじめてのOracle Cloud Infrastructure(Oracle Cloudウェビナーシリーズ: 2020年6月24日)
はじめてのOracle Cloud Infrastructure(Oracle Cloudウェビナーシリーズ: 2020年6月24日)オラクルエンジニア通信
 
Node.js and Oracle Database: New Development Techniques
Node.js and Oracle Database: New Development TechniquesNode.js and Oracle Database: New Development Techniques
Node.js and Oracle Database: New Development TechniquesChristopher Jones
 
Oracle Developer Live: Deploying MySQL InnoDB Cluster on OCI with Terraform
Oracle Developer Live: Deploying MySQL InnoDB Cluster on OCI with TerraformOracle Developer Live: Deploying MySQL InnoDB Cluster on OCI with Terraform
Oracle Developer Live: Deploying MySQL InnoDB Cluster on OCI with TerraformFrederic Descamps
 
自律型データベース Oracle Autonomous Database 最新情報(Oracle Cloudウェビナーシリーズ: 2020年8月6日)
自律型データベースOracle Autonomous Database 最新情報(Oracle Cloudウェビナーシリーズ: 2020年8月6日)自律型データベースOracle Autonomous Database 最新情報(Oracle Cloudウェビナーシリーズ: 2020年8月6日)
自律型データベース Oracle Autonomous Database 最新情報(Oracle Cloudウェビナーシリーズ: 2020年8月6日)オラクルエンジニア通信
 
Oracle OCI APIs and SDK
Oracle OCI APIs and SDKOracle OCI APIs and SDK
Oracle OCI APIs and SDKPhil Wilkins
 
Building and Deploying Cloud Native Applications
Building and Deploying Cloud Native ApplicationsBuilding and Deploying Cloud Native Applications
Building and Deploying Cloud Native ApplicationsManish Kapur
 
Cloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
Cloud Native Meetup Santa Clara 07-11-2019 by Manish KapurCloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
Cloud Native Meetup Santa Clara 07-11-2019 by Manish KapurOracle Developers
 

Similar to OCI Object Storage Doc (20)

13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)
13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)
13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)
 
Overpowered Kubernetes: CI/CD for K8s on Enterprise IaaS
Overpowered Kubernetes: CI/CD for K8s on Enterprise IaaSOverpowered Kubernetes: CI/CD for K8s on Enterprise IaaS
Overpowered Kubernetes: CI/CD for K8s on Enterprise IaaS
 
Managing Containers on Oracle's Cloud Infrastructure
Managing Containers on Oracle's Cloud InfrastructureManaging Containers on Oracle's Cloud Infrastructure
Managing Containers on Oracle's Cloud Infrastructure
 
Oracle CNCF Meetup Malaga - Build CNCF projects in OCI
Oracle CNCF Meetup Malaga - Build CNCF projects in OCIOracle CNCF Meetup Malaga - Build CNCF projects in OCI
Oracle CNCF Meetup Malaga - Build CNCF projects in OCI
 
10thMeetup-20190420-REST API Design Principles 되새기기
10thMeetup-20190420-REST API Design Principles 되새기기10thMeetup-20190420-REST API Design Principles 되새기기
10thMeetup-20190420-REST API Design Principles 되새기기
 
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
 
Kubernetes 101
Kubernetes 101Kubernetes 101
Kubernetes 101
 
Oracle meetup kubernetes_171118
Oracle meetup kubernetes_171118Oracle meetup kubernetes_171118
Oracle meetup kubernetes_171118
 
20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatenge
20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatenge20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatenge
20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatenge
 
20190220 Oracle Blockchain Day公開資料
20190220 Oracle Blockchain Day公開資料20190220 Oracle Blockchain Day公開資料
20190220 Oracle Blockchain Day公開資料
 
[Oracle Innovation Summit Tokyo 2018] ブロックチェーンで切り拓く新たな世界
[Oracle Innovation Summit Tokyo 2018] ブロックチェーンで切り拓く新たな世界[Oracle Innovation Summit Tokyo 2018] ブロックチェーンで切り拓く新たな世界
[Oracle Innovation Summit Tokyo 2018] ブロックチェーンで切り拓く新たな世界
 
API Design Principles Essential 
API Design Principles Essential API Design Principles Essential 
API Design Principles Essential 
 
【旧版】Oracle Cloud Infrastructure:サービス概要のご紹介 [2020年6月版]
【旧版】Oracle Cloud Infrastructure:サービス概要のご紹介 [2020年6月版]【旧版】Oracle Cloud Infrastructure:サービス概要のご紹介 [2020年6月版]
【旧版】Oracle Cloud Infrastructure:サービス概要のご紹介 [2020年6月版]
 
はじめてのOracle Cloud Infrastructure(Oracle Cloudウェビナーシリーズ: 2020年6月24日)
はじめてのOracle Cloud Infrastructure(Oracle Cloudウェビナーシリーズ: 2020年6月24日)はじめてのOracle Cloud Infrastructure(Oracle Cloudウェビナーシリーズ: 2020年6月24日)
はじめてのOracle Cloud Infrastructure(Oracle Cloudウェビナーシリーズ: 2020年6月24日)
 
Node.js and Oracle Database: New Development Techniques
Node.js and Oracle Database: New Development TechniquesNode.js and Oracle Database: New Development Techniques
Node.js and Oracle Database: New Development Techniques
 
Oracle Developer Live: Deploying MySQL InnoDB Cluster on OCI with Terraform
Oracle Developer Live: Deploying MySQL InnoDB Cluster on OCI with TerraformOracle Developer Live: Deploying MySQL InnoDB Cluster on OCI with Terraform
Oracle Developer Live: Deploying MySQL InnoDB Cluster on OCI with Terraform
 
自律型データベース Oracle Autonomous Database 最新情報(Oracle Cloudウェビナーシリーズ: 2020年8月6日)
自律型データベースOracle Autonomous Database 最新情報(Oracle Cloudウェビナーシリーズ: 2020年8月6日)自律型データベースOracle Autonomous Database 最新情報(Oracle Cloudウェビナーシリーズ: 2020年8月6日)
自律型データベース Oracle Autonomous Database 最新情報(Oracle Cloudウェビナーシリーズ: 2020年8月6日)
 
Oracle OCI APIs and SDK
Oracle OCI APIs and SDKOracle OCI APIs and SDK
Oracle OCI APIs and SDK
 
Building and Deploying Cloud Native Applications
Building and Deploying Cloud Native ApplicationsBuilding and Deploying Cloud Native Applications
Building and Deploying Cloud Native Applications
 
Cloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
Cloud Native Meetup Santa Clara 07-11-2019 by Manish KapurCloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
Cloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
 

More from Oracle Korea

Oracle Blockchain Platform_Wonjo Yoo
Oracle Blockchain Platform_Wonjo YooOracle Blockchain Platform_Wonjo Yoo
Oracle Blockchain Platform_Wonjo YooOracle Korea
 
Oracle Blockchain_JaeHo Park_CTO
Oracle Blockchain_JaeHo Park_CTOOracle Blockchain_JaeHo Park_CTO
Oracle Blockchain_JaeHo Park_CTOOracle Korea
 
On premise db & cloud database
On premise db & cloud databaseOn premise db & cloud database
On premise db & cloud databaseOracle Korea
 
Opentracing jaeger
Opentracing jaegerOpentracing jaeger
Opentracing jaegerOracle Korea
 
Which Questions We Should Have
Which Questions We Should HaveWhich Questions We Should Have
Which Questions We Should HaveOracle Korea
 
Enterprise Postgres
Enterprise PostgresEnterprise Postgres
Enterprise PostgresOracle Korea
 
MySQL Document Store를 활용한 NoSQL 개발
MySQL Document Store를 활용한 NoSQL 개발MySQL Document Store를 활용한 NoSQL 개발
MySQL Document Store를 활용한 NoSQL 개발Oracle Korea
 
CI/CD 기반의 Microservice 개발
 CI/CD 기반의 Microservice 개발 CI/CD 기반의 Microservice 개발
CI/CD 기반의 Microservice 개발Oracle Korea
 
kubernetes from beginner to advanced
kubernetes  from beginner to advancedkubernetes  from beginner to advanced
kubernetes from beginner to advancedOracle Korea
 
Cloud Native 자바 플랫폼: Graalvm Overview
Cloud Native 자바 플랫폼: Graalvm OverviewCloud Native 자바 플랫폼: Graalvm Overview
Cloud Native 자바 플랫폼: Graalvm OverviewOracle Korea
 
Eclipse MicroProfile 과 Microservice Java framework – Helidon
Eclipse MicroProfile 과 Microservice Java framework – HelidonEclipse MicroProfile 과 Microservice Java framework – Helidon
Eclipse MicroProfile 과 Microservice Java framework – HelidonOracle Korea
 
[Main Session] 카프카, 데이터 플랫폼의 최강자
[Main Session] 카프카, 데이터 플랫폼의 최강자[Main Session] 카프카, 데이터 플랫폼의 최강자
[Main Session] 카프카, 데이터 플랫폼의 최강자Oracle Korea
 
[Demo session] 관리형 Kafka 서비스 - Oracle Event Hub Service
[Demo session] 관리형 Kafka 서비스 - Oracle Event Hub Service[Demo session] 관리형 Kafka 서비스 - Oracle Event Hub Service
[Demo session] 관리형 Kafka 서비스 - Oracle Event Hub ServiceOracle Korea
 
[Hands-on] CQRS(Command Query Responsibility Segregation) 와 Event Sourcing 패턴 실습
[Hands-on] CQRS(Command Query Responsibility Segregation) 와 Event Sourcing 패턴 실습[Hands-on] CQRS(Command Query Responsibility Segregation) 와 Event Sourcing 패턴 실습
[Hands-on] CQRS(Command Query Responsibility Segregation) 와 Event Sourcing 패턴 실습Oracle Korea
 
[Main Session] 보안을 고려한 애플리케이션 개발 공정 및 실무적 수행 방법 소개
[Main Session] 보안을 고려한 애플리케이션 개발 공정 및 실무적 수행 방법 소개 [Main Session] 보안을 고려한 애플리케이션 개발 공정 및 실무적 수행 방법 소개
[Main Session] 보안을 고려한 애플리케이션 개발 공정 및 실무적 수행 방법 소개 Oracle Korea
 
[Main Session] 미래의 Java 미리보기 - 앰버와 발할라 프로젝트를 중심으로
[Main Session] 미래의 Java 미리보기 - 앰버와 발할라 프로젝트를 중심으로[Main Session] 미래의 Java 미리보기 - 앰버와 발할라 프로젝트를 중심으로
[Main Session] 미래의 Java 미리보기 - 앰버와 발할라 프로젝트를 중심으로Oracle Korea
 
[Hands-on 필수 준비 사항] 쇼핑몰 예제를 통한 Microservice 개발/배포 실습 - 황주필 부장 / 강인호 부장, 한국오라클
[Hands-on 필수 준비 사항] 쇼핑몰 예제를 통한 Microservice 개발/배포 실습 - 황주필 부장 / 강인호 부장, 한국오라클[Hands-on 필수 준비 사항] 쇼핑몰 예제를 통한 Microservice 개발/배포 실습 - 황주필 부장 / 강인호 부장, 한국오라클
[Hands-on 필수 준비 사항] 쇼핑몰 예제를 통한 Microservice 개발/배포 실습 - 황주필 부장 / 강인호 부장, 한국오라클Oracle Korea
 
Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)
Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)
Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)Oracle Korea
 

More from Oracle Korea (20)

Oracle Blockchain Platform_Wonjo Yoo
Oracle Blockchain Platform_Wonjo YooOracle Blockchain Platform_Wonjo Yoo
Oracle Blockchain Platform_Wonjo Yoo
 
Oracle Blockchain_JaeHo Park_CTO
Oracle Blockchain_JaeHo Park_CTOOracle Blockchain_JaeHo Park_CTO
Oracle Blockchain_JaeHo Park_CTO
 
On premise db & cloud database
On premise db & cloud databaseOn premise db & cloud database
On premise db & cloud database
 
Opentracing jaeger
Opentracing jaegerOpentracing jaeger
Opentracing jaeger
 
Which Questions We Should Have
Which Questions We Should HaveWhich Questions We Should Have
Which Questions We Should Have
 
Oracle NoSQL
Oracle NoSQLOracle NoSQL
Oracle NoSQL
 
Enterprise Postgres
Enterprise PostgresEnterprise Postgres
Enterprise Postgres
 
MySQL Document Store를 활용한 NoSQL 개발
MySQL Document Store를 활용한 NoSQL 개발MySQL Document Store를 활용한 NoSQL 개발
MySQL Document Store를 활용한 NoSQL 개발
 
CI/CD 기반의 Microservice 개발
 CI/CD 기반의 Microservice 개발 CI/CD 기반의 Microservice 개발
CI/CD 기반의 Microservice 개발
 
kubernetes from beginner to advanced
kubernetes  from beginner to advancedkubernetes  from beginner to advanced
kubernetes from beginner to advanced
 
OpenJDK & Graalvm
OpenJDK & GraalvmOpenJDK & Graalvm
OpenJDK & Graalvm
 
Cloud Native 자바 플랫폼: Graalvm Overview
Cloud Native 자바 플랫폼: Graalvm OverviewCloud Native 자바 플랫폼: Graalvm Overview
Cloud Native 자바 플랫폼: Graalvm Overview
 
Eclipse MicroProfile 과 Microservice Java framework – Helidon
Eclipse MicroProfile 과 Microservice Java framework – HelidonEclipse MicroProfile 과 Microservice Java framework – Helidon
Eclipse MicroProfile 과 Microservice Java framework – Helidon
 
[Main Session] 카프카, 데이터 플랫폼의 최강자
[Main Session] 카프카, 데이터 플랫폼의 최강자[Main Session] 카프카, 데이터 플랫폼의 최강자
[Main Session] 카프카, 데이터 플랫폼의 최강자
 
[Demo session] 관리형 Kafka 서비스 - Oracle Event Hub Service
[Demo session] 관리형 Kafka 서비스 - Oracle Event Hub Service[Demo session] 관리형 Kafka 서비스 - Oracle Event Hub Service
[Demo session] 관리형 Kafka 서비스 - Oracle Event Hub Service
 
[Hands-on] CQRS(Command Query Responsibility Segregation) 와 Event Sourcing 패턴 실습
[Hands-on] CQRS(Command Query Responsibility Segregation) 와 Event Sourcing 패턴 실습[Hands-on] CQRS(Command Query Responsibility Segregation) 와 Event Sourcing 패턴 실습
[Hands-on] CQRS(Command Query Responsibility Segregation) 와 Event Sourcing 패턴 실습
 
[Main Session] 보안을 고려한 애플리케이션 개발 공정 및 실무적 수행 방법 소개
[Main Session] 보안을 고려한 애플리케이션 개발 공정 및 실무적 수행 방법 소개 [Main Session] 보안을 고려한 애플리케이션 개발 공정 및 실무적 수행 방법 소개
[Main Session] 보안을 고려한 애플리케이션 개발 공정 및 실무적 수행 방법 소개
 
[Main Session] 미래의 Java 미리보기 - 앰버와 발할라 프로젝트를 중심으로
[Main Session] 미래의 Java 미리보기 - 앰버와 발할라 프로젝트를 중심으로[Main Session] 미래의 Java 미리보기 - 앰버와 발할라 프로젝트를 중심으로
[Main Session] 미래의 Java 미리보기 - 앰버와 발할라 프로젝트를 중심으로
 
[Hands-on 필수 준비 사항] 쇼핑몰 예제를 통한 Microservice 개발/배포 실습 - 황주필 부장 / 강인호 부장, 한국오라클
[Hands-on 필수 준비 사항] 쇼핑몰 예제를 통한 Microservice 개발/배포 실습 - 황주필 부장 / 강인호 부장, 한국오라클[Hands-on 필수 준비 사항] 쇼핑몰 예제를 통한 Microservice 개발/배포 실습 - 황주필 부장 / 강인호 부장, 한국오라클
[Hands-on 필수 준비 사항] 쇼핑몰 예제를 통한 Microservice 개발/배포 실습 - 황주필 부장 / 강인호 부장, 한국오라클
 
Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)
Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)
Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)
 

Recently uploaded

Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 

Recently uploaded (20)

Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 

OCI Object Storage Doc

  • 1. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted Oracle Cloud Data Interface 김태완 @taewanme https://taewan.kim
  • 2. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 데이터 라이프 사이클 2 Ingestion streaming batch replication DataStore Object store data lake Hadoop/HDFS NOSQL/Cassandra Transform Data pipelines ML pipelines Data quality Data Augmentation Analyze Python/R Spark Hive Interactive BI Learn Machine learning AI Data science
  • 3. Copyright © 2018,Oracle and/orits affiliates. All rights reserved. Oracle Cloud Data Lake Oracle Object Storage BigData Cloud Event Hub Cloud DIPC Database Data Hub IaaS VM NoSQL OAC ADW *ADW: Autonomous Data warehouse *DIPC: Data Integration Platform Cloud * OAC: Oracle Analytics Cloud Object Storage
  • 4. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 4 OCI Object Storage Case 01: Desktop & OCI Object Storage
  • 5. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI Object Storage 특징 5
  • 6. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | OCI Object Storage 6 참조: http://bit.ly/2Z0lyA3
  • 7. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | OCI Object Storage: bucket 7 참조: http://bit.ly/2Z0lyA3
  • 8. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | OCI Object Storage: Connection Info 8 참조: http://bit.ly/2Z0lyA3
  • 9. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | OCI Object Storage: Connection Info 9 참조: http://bit.ly/2Z0lyA3
  • 10. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | OCI Object Storage: CloudBerry S3 Explorer 10 테넌트이름.compat.objectstorage.리전이름.oraclecloud.com 참조: http://bit.ly/2Z0lyA3
  • 11. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | OCI Object Storage: CloudBerry S3 Explorer 11 참조: http://bit.ly/2Z0lyA3
  • 12. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 12 OCI Object Storage 현재 위치
  • 13. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 13 OCI Object Storage Case 02: OCI CLI & OCI Object Storage oci cli
  • 14. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli 설치 14 참조: http://bit.ly/2Z0lyA3 bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)" Linux / Mac OS powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/oracle/oci- cli/master/scripts/install/install.ps1'))" Window
  • 15. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli 설치 확인 15 참조: http://bit.ly/2Z0lyA3
  • 16. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli command 16
  • 17. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli 설정: info 17 참조: http://bit.ly/2Z0lyA3 user OCID
  • 18. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli 설정: info ➔ Tenancy OCID, Region ID 18
  • 19. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli 설정: oci setup config 19
  • 20. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli 설정: key files 20
  • 21. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli 설정: public key 등록 21
  • 22. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli 설정: public key 등록 22
  • 23. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli 설정: public key 등록
  • 24. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli 설정: Connection Test
  • 25. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli: Bucket 생성 25 oci cli os bucket --name --compartment-id
  • 26. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli: Bucket 생성 26
  • 27. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli: 파일 업로드 27
  • 28. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli: 파일 업로드 28
  • 29. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 29 OCI Object Storage 현재 위치 oci cli
  • 30. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 30 OCI Object Storage Case 03: 대용량 파일 업로드 oci cli
  • 31. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli: 데모 파일 생성 31
  • 32. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli: 10GB 파일 업로드 32
  • 33. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | oci cli: 10GB 파일 업로드 33
  • 34. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 34 OCI Object Storage 현재 위치 oci cli
  • 35. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 35 OCI Object Storage Case 04: Java를 이용한 파일 업로드 다운로드 OCI Java SDK
  • 36. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI Java SDK 36 https://search.maven.org/search?q=g:com.oracle.oci.sdkhttps://github.com/oracle/oci-java-sdk
  • 37. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI Java SDK: Maven 37
  • 38. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI Java SDK: Code 38
  • 39. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI Java SDK: Code 39
  • 40. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI Java SDK: Connection 40
  • 41. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI Java SDK: Bucket 생성 41
  • 42. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI Java SDK: 파일 추가 42
  • 43. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 43 OCI Object Storage 현재 위치 oci cli VM OCI Java SDK
  • 44. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 44 OCI Object Storage Case 05: OCI SDK & Object storage
  • 45. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI SDK & Rest API 45 https://github.com/oracle?utf8=%E2%9C%93&q=oci+sdk&type =&language=
  • 46. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI SDK & Rest API 46 https://github.com/oracle?utf8=%E2%9C%93&q=oci+sdk&type =&language=
  • 47. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI SDK Python: 설치 47
  • 48. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI SDK Python: Code 48
  • 49. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI SDK Python: Code 49
  • 50. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI SDK Python: Code 50
  • 51. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI SDK Python: Object 생성 결과 51
  • 52. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle OCI SDK Go-lang: Install 52 > go get -u github.com/oracle/oci-go-sdk import ( "github.com/oracle/oci-go-sdk/common" "github.com/oracle/oci-go-sdk/identity” ) https://github.com/oracle/oci-go-sdk
  • 53. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 53 OCI Object Storage 현재 위치 oci cli VM OCI Java SDK VM VM OCI GO SDK VM OCI Ruby SDK OCI Python SDK
  • 54. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 54 OCI Object Storage Case 06: Hadoop & Object Storage HDFS Connector for Object Storage
  • 55. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 55 Hadoop & Object Storage https://github.com/oracle/oci-hdfs-connector/releases
  • 56. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 56 HDFS Connector for OCI: 설치 https://github.com/oracle/oci-hdfs-connector/releases 속성 타입 설명 fs.oci.client.auth.tenantId String tenancy의 OCID fs.oci.client.auth.userId String 사용자 OCID fs.oci.client.auth.fingerprint String 사용자 Fingerprint fs.oci.client.auth.pemfilepath String PEM 파일 위치 fs.oci.client.auth.passphrase String 암호화 문자열 core-site.xml
  • 57. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 57 HDFS Connector for OCI: 설치 scala> sc.wholeTextFiles("oci://PipedUploadTest@internalbriangustafson/")
  • 58. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 58 OCI Object Storage 현재 위치 oci cli VM OCI Java SDK VM VM OCI GO SDK VM OCI Ruby SDK OCI Python SDK HDFS Connector for Object Storage
  • 59. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 59 OCI Object Storage Case 07: Kafka & Object Storage
  • 60. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 60 OCI Object Storage Case 07: Kafka & Object Storage Apps NoSQL Search RDBMS Monitoring RT Analysis DWH Hadoop
  • 61. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | + = Managed Kafka Service Oracle Event Hub CS
  • 62. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
  • 63. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
  • 64. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
  • 65. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
  • 66. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
  • 67. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. |
  • 68. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | https://www.confluent.io/product/connectors/ - Scalable Framework - Open Source - Only Configuration
  • 69. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | OEHCS의 Kafka Connector 지원
  • 70. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Streaming Data + Database Oracle GoldenGate 추출 트랜잭션 추출 실시간 이관 JMS Capture Trail Pump Route Deliver
  • 71. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 71 OCI Object Storage 현재 위치 oci cli VM OCI Java SDK VM VM OCI GO SDK VM OCI Ruby SDK OCI Python SDK HDFS Connector for Object Storage
  • 72. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Case 10: ADW와 Object Storage 72
  • 73. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Object Storage에 데이터 저장 73 parquet df.write.parquet("oci://devmeetup@apackrsct01/sales_extended.parquet")
  • 74. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Object Storage에 데이터 뷰 74 parquet df.write.parquet("oci://devmeetup@apackrsct01/sales_extended.parquet") $ parquet-tools schema sales_extended.parquet message hive_schema { optional int32 prod_id; optional int32 cust_id; optional binary time_id (UTF8); optional int32 channel_id; optional int32 promo_id; optional int32 quantity_sold; optional fixed_len_byte_array(5) amount_sold (DECIMAL(10,2)); optional binary gender (UTF8); optional binary city (UTF8); optional binary state_province (UTF8); optional binary income_level (UTF8); }
  • 75. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Object Storage에 데이터 뷰 75 parquet df.write.parquet("oci://devmeetup@apackrsct01/sales_extended.parquet") $ parquet-tools schema sales_extended.parquet message hive_schema { optional int32 prod_id; optional int32 cust_id; optional binary time_id (UTF8); optional int32 channel_id; optional int32 promo_id; optional int32 quantity_sold; optional fixed_len_byte_array(5) amount_sold (DECIMAL(10,2)); optional binary gender (UTF8); optional binary city (UTF8); optional binary state_province (UTF8); optional binary income_level (UTF8); } https://github.com/Guavus/parquet-mr- 1/tree/master/parquet-tools
  • 76. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Object Storage에 데이터 뷰 76 parquet df.write.parquet("oci://devmeetup@apackrsct01/sales_extended.parquet") https://github.com/Guavus/parquet-mr- 1/tree/master/parquet-tools
  • 77. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | ADW의 External Table 77
  • 78. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | ADW와 Parquet External Table 78 External Table
  • 79. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 79 OCI Object Storage 현재 위치 oci cli VM OCI Java SDK VM VM OCI GO SDK VM OCI Ruby SDK OCI Python SDK HDFS Connector for Object Storage
  • 80. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Case 11: 다양한 인터페이스? ➔ 데이터 가상화 80 Hadoop Security ACL’s | Sentry | HDFS Encryption | Encryption in Motion Big Data SQL Cloud Service
  • 81. Copyright © 2018,Oracle and/orits affiliates. All rights reserved. Oracle Cloud Data Lake Oracle Object Storage BigData Cloud Event Hub Cloud DIPC Database Data Hub IaaS VM NoSQL OAC ADW *ADW: Autonomous Data warehouse *DIPC: Data Integration Platform Cloud * OAC: Oracle Analytics Cloud Object Storage
  • 82. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | Oracle Data Platform 82
  • 83. Copyright © 2019,Oracle and/orits affiliates. All rights reserved. | 83