Skip to content

Commit 3765cf7

Browse files
authored
Merge pull request #1115 from oracle-devrel/bp-changes
review
2 parents 53c3ba2 + a53a5f8 commit 3765cf7

File tree

17 files changed

+71
-89
lines changed

17 files changed

+71
-89
lines changed

data-platform/open-source-data-platforms/oci-big-data-service/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Oracle Big Data Service is a fully managed, automated cloud service that provide
33
Easily create secure and scalable Hadoop-based data lakes that can quickly process large amounts of data.
44
BDS is based on Oracle [Hadoop Distribution](https://docs.oracle.com/en-us/iaas/Content/bigdata/overview.htm#overview-odh).
55

6+
Reviewed: 04.06.2024
7+
68
# Table of Contents
79

810
1. [Team Publications](#team-publications)

data-platform/open-source-data-platforms/oci-big-data-service/code-examples/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

data-platform/open-source-data-platforms/oci-cache/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
OCI Cache with Redis is a comprehensive, managed in-memory caching solution built on the foundation of open source Redis.
33
This fully managed service accelerates data reads and writes, significantly enhancing application response times and database performance to provide an improved customer experience.
44

5+
Reviewed: 04.06.2024
6+
57
# Table of Contents
68

79
1. [Team Publications](#team-publications)

data-platform/open-source-data-platforms/oci-cache/code-examples/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

data-platform/open-source-data-platforms/oci-data-flow/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# OCI Data Flow
22
Oracle Cloud Infrastructure (OCI) Data Flow is a fully managed Apache Spark service that performs processing tasks on extremely large datasets—without infrastructure to deploy or manage. Developers can also use Spark Streaming to perform cloud ETL on their continuously produced streaming data. This enables rapid application delivery because developers can focus on app development, not infrastructure management
33

4+
Reviewed: 04.06.2024
5+
46
# Table of Contents
57

68
1. [Team Publications](#team-publications)
@@ -11,7 +13,7 @@ Oracle Cloud Infrastructure (OCI) Data Flow is a fully managed Apache Spark serv
1113

1214
- [Data Science Data Flow Notebook Samples](https://github.com/oracle-samples/oci-data-science-ai-samples/tree/main/notebook_examples)
1315
- [Machine Learning with OCI Data Flow](https://www.youtube.com/watch?v=A6uVbK7wQb4)
14-
- [Extracting data from Salesforce in near real time using OCI Data Flow — Part 1](https://medium.com/@eloi-lopes29/extracting-data-from-salesforce-in-near-real-time-using-oci-data-flow-part-1-f096886b9fcd)
16+
- [Extracting data from Salesforce in near real-time using OCI Data Flow — Part 1](https://medium.com/@eloi-lopes29/extracting-data-from-salesforce-in-near-real-time-using-oci-data-flow-part-1-f096886b9fcd)
1517
- [OCI Audit Logs to Object Storage with Data Flow](https://blogs.oracle.com/cloud-infrastructure/post/behind-the-scenes-shrinking-log-analysis)
1618

1719
# Useful Links

data-platform/open-source-data-platforms/oci-data-flow/code-examples/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2024 Oracle and/or its affiliates.
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Build and Deploy App from OCI DS
2+
3+
4+
5+
Reviewed: 04.06.2024
6+
7+
# When to use this asset?
8+
9+
To deploy a dataflow example, using OCI Data Science.
10+
11+
# How to use this asset?
12+
13+
Please use the notebook under the files folder.
14+
15+
# License
16+
17+
Copyright (c) 2023 Oracle and/or its affiliates.
18+
19+
Licensed under the Universal Permissive License (UPL), Version 1.0.
20+
21+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)