Skip to content

Commit 202d341

Browse files
Merge pull request #71 from josecrcruz/initial-public-assets-posting
initial-readme-version
2 parents 8916852 + 0346e67 commit 202d341

File tree

1 file changed

+62
-1
lines changed
  • data-platform/analytical-data-platform-lakehouse

1 file changed

+62
-1
lines changed

data-platform/analytical-data-platform-lakehouse/README.md

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,65 @@
1-
# Placeholder
1+
# Analytical Data Platform
2+
3+
Oracle's [Data Platform](https://www.oracle.com/data-platform/) delivers a complete, open, and intelligent platform to cater to all analytical workloads from the largest lakehouses to the smallest data marts, from a cloud data warehouse to a distributed data mesh; it delivers these workloads at scale and with enterprise-grade security and performance to tackle the most demanding data workloads.
4+
5+
# Table of Contents
6+
7+
1. [Team Publications](#team-publications)
8+
2. [Useful Links](#useful-uinks)
9+
3. [Reusable Assets Overview](#reusable-assets-overview)
10+
11+
## Team Publications
12+
13+
### Architecture Center
14+
15+
- [Data platform - data lakehouse](https://docs.oracle.com/en/solutions/data-platform-lakehouse/index.html#GUID-A328ACEF-30B8-4595-B86F-F27B512744DF)
16+
- The reference architecture describes a lakehouse architecture pattern, the services that are part of it, the capabilities those services deliver, and how to deploy them. It covers best practices, a deployment topology, and also automated deployment with an Oracle Resource Manager Terraform stack.
17+
18+
### GitHub
19+
20+
- [OCI Monitoring with PLSQL SDK](https://jakubillner.github.io/2022/10/07/How-to-Get-OCI-Utilization-in-PLSQL.html)
21+
- Blog post showcasing how to read monitoring metrics directly from ADW to control data ingestion load.
22+
- [Options for Storing Large JSON Documents in Autonomous Database](https://jakubillner.github.io/2022/09/30/JSON-in-autonomous-database.html)
23+
- Blog post showcasing options for storing large JSON documents in Autonomous Database
24+
- [Transforming JSON documents with OCI Data Integration](https://jakubillner.github.io/2022/10/25/Flattening-JSON-documents-with-OCI-Data-Integration.html)
25+
- Blog post showcasing how to process and store JSON on the Data Lake in parquet format to then use that data for analytics in the context of a lakehouse architecture
26+
- [Event Driven Automation of OCI Data Integration Tasks](https://jakubillner.github.io/2022/11/11/automating-di-tasks-with-events.html)
27+
- Blog post on how to do event-driven automation of data pipelines leveraging events and functions to trigger an OCI DI task.
28+
- [Decentralized Data Lake on OCI Object Storage](https://jakubillner.github.io/2022/12/30/data-lake-on-oci-object-storage.html)
29+
- Blog post describing how to organize and govern a data lake that supports several business domains in an OCI tenancy, maintaining segregation between domains while ensuring those domains have the flexibility and agility to maintain their cloud resources to produce data products.
30+
- [Decentralized Data Lake on OCI Object Storage (Part 2)](https://jakubillner.github.io/2023/02/19/data-lake-on-oci-object-storage-2.html)
31+
- Blog post describing how to organize and govern a decentralized data lake domains and entities in an OCI tenancy with a design that explains 1) how to store lake data with partitions, 2) how those can be implemented, 3) governed by a Data Catalog and then 4) consumed seamlessly by ADW in a cohesive and integrated lakehouse architecture.
32+
- [Automated Load and Export Pipelines in Autonomous Database](https://jakubillner.github.io/2023/03/27/adb-data-pipelines.html)
33+
- Blog post on how to ingest automatically data residing in Object Storage to make it available in ADW for further processing and curation. Covers as well the export of ADW data to Object Storage that can be used for several purposes, including ILM, offloading data sharing to Object Storage, or making data available via the data lake.
34+
- [Real Time Analytics DW DR Architecture (Part I) - DR Architecture Configuration](https://gianlucarossi06.github.io/data-organon/2023/04/20/Real-Time-Analytics-DW-DR-Architecture-(Part-I).html)
35+
- Blog post showcasing how to configure a DR for a DW architecture using ADW and OCI GG.
36+
- [Real Time Analytics DW DR Architecture (Part II) - DR Recovery Operations](https://gianlucarossi06.github.io/data-organon/2023/04/20/Real-Time-Analytics-DW-DR-Architecture-(Part-II).html)
37+
- Blog post showcasing a disaster simulation on the primary Region and describing the operational tasks that need to be performed to properly start the workload in the secondary Region.
38+
39+
### LinkedIn
40+
41+
- [Data Swamps No More!](https://www.linkedin.com/pulse/data-swamps-more-ismael-hassane/)
42+
- Article describing lakehouse as a natural evolution from a lambda and kappa data architecture.
43+
- [DataOps, you data rolls!](https://www.linkedin.com/pulse/dataops-your-data-rolls-ismaël-hassane/)
44+
- Blog post introducing DataOps, the several aspects of a DataOps strategy in a lakehouse architecture, and how OCI services and features address those different aspects.
45+
46+
### Podcasts
47+
48+
- [Data Mesh Concepts](https://digitalimpactradio.libsyn.com/s7-ep09-data-mesh-concepts-with-larry-jose-and-mike-pt-1-of-4)
49+
- Digital Impact Radio podcast with José Cruz, Mike Blackmore, Larry Fumagally, and Franco Ucci discussing Data Mesh concepts.
50+
- [From a monolith approach to a Data Mesh](https://digitalimpactradio.libsyn.com/s7-ep10-from-a-monolithic-approach-to-a-data-mesh-with-larry-jose-and-mike-pt-2-of-4)
51+
- Digital Impact Radio podcast with José Cruz, Mike Blackmore, Larry Fumagally, and Franco Ucci discussing how to move from a monolith approach into a data mesh.
52+
- [Data Mesh components deep dive](https://digitalimpactradio.libsyn.com/s7-ep11-data-mesh-components-deep-dive-with-larry-jose-and-mike-pt-3-of-4)
53+
- Digital Impact Radio podcast with José Cruz, Mike Blackmore, Larry Fumagally, and Franco Ucci discussing the components needed for a data mesh.
54+
- [Oracle Data Mesh Components](https://digitalimpactradio.libsyn.com/s7-ep12-oracle-data-mesh-components-with-larry-jose-and-mike-pt-4-of-4)
55+
- Digital Impact Radio podcast with José Cruz, Mike Blackmore, Larry Fumagally, and Franco Ucci discussing the components needed for a data mesh on an OCI ecosystem.
56+
57+
## Useful Links
58+
- [Oracle Modern Data Platform](https://www.oracle.com/data-platform/)
59+
- Oracle Modern Data Platform Homepage
60+
61+
## Reusable Assets Overview
62+
TBD
263

364
# License
465

0 commit comments

Comments
 (0)