Skip to content

Commit 78e67e4

Browse files
Merge pull request #3275 from oracle-devrel/bp_july_2026
readme updates/folder structure changes/adding assets
2 parents 9b16da0 + 87aa782 commit 78e67e4

43 files changed

Lines changed: 95 additions & 101 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

oci-and-db/database/open-source-data-platforms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Open Source Data Platforms continue to extend the Oracle Data Platform with Key
44

55
- OCI Big Data Service
66
- OCI PostgreSQL
7-
- OCI MySQL
7+
- OCI MySQL HeatWave
88
- OCI Cache (Redis, Valkey)
99
- OCI Data Flow (Apache Spark)
1010
- OCI Streaming

oci-and-db/database/open-source-data-platforms/oci-cache/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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: 10.06.2026
5+
Reviewed: 28.07.2026
66

77
# Table of Contents
88

@@ -13,8 +13,8 @@ Reviewed: 10.06.2026
1313
# Team Publications
1414

1515
## Github
16-
- [Connect OCI Cache through Network Load Balancer](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-cache/connect-via-nlb)
17-
- [Vector Search with OCI Cache (Valkey 8.1) and OCI Data Science Notebook](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-cache/vector-search)
16+
- [Connect OCI Cache through Network Load Balancer](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-cache/code-examples/connect-via-nlb)
17+
- [Vector Search with OCI Cache (Valkey 8.1) and OCI Data Science Notebook](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-cache/code-examples/vector-search)
1818

1919

2020
## Architecture Center & Oracle Learn
@@ -25,6 +25,7 @@ Reviewed: 10.06.2026
2525
## Blogs
2626
- [Upgrade OCI Cache with Redis to Valkey](https://medium.com/@devpiotrekk/upgrade-oci-cache-with-redis-to-valkey-d3c01deb8733)
2727
- [Serverless Deployment of Valkey Admin with OCI Container Instances](https://medium.com/@devpiotrekk/serverless-deployment-of-valkey-admin-with-oci-container-instances-dd1cb3debab2)
28+
- [OCI Cache and MySQL HeatWave: Better Together for High-Performance Applications](https://dasini.net/blog/2026/07/21/oci-cache-and-mysql-heatwave-better-together-for-high-performance-applications/)
2829

2930

3031
## LiveLabs

oci-and-db/database/open-source-data-platforms/oci-cache/connect-via-nlb/LICENSE renamed to oci-and-db/database/open-source-data-platforms/oci-cache/code-examples/connect-via-nlb/LICENSE

File renamed without changes.

oci-and-db/database/open-source-data-platforms/oci-cache/connect-via-nlb/README.md renamed to oci-and-db/database/open-source-data-platforms/oci-cache/code-examples/connect-via-nlb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Connect OCI Cache from a local machine via a Network Load Balancer(NLB)
22

3-
Reviewed: 11.11.2025
3+
Reviewed: 28.07.2026
44

55
# When to use this asset?
66

oci-and-db/database/open-source-data-platforms/oci-cache/connect-via-nlb/files/ExposingOCICacheviaaNetworkLoadBalancer.pdf renamed to oci-and-db/database/open-source-data-platforms/oci-cache/code-examples/connect-via-nlb/files/ExposingOCICacheviaaNetworkLoadBalancer.pdf

File renamed without changes.

oci-and-db/database/open-source-data-platforms/oci-cache/vector-search/LICENSE renamed to oci-and-db/database/open-source-data-platforms/oci-cache/code-examples/vector-search/LICENSE

File renamed without changes.

oci-and-db/database/open-source-data-platforms/oci-cache/vector-search/README.md renamed to oci-and-db/database/open-source-data-platforms/oci-cache/code-examples/vector-search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vector Search with OCI Cache (Valkey 8.1) and OCI Data Science Notebook
22

3-
Reviewed: 12.02.2026
3+
Reviewed: 28.07.2026
44

55
# When to use this asset?
66

oci-and-db/database/open-source-data-platforms/oci-cache/vector-search/files/oci_cache_valkey_search.ipynb renamed to oci-and-db/database/open-source-data-platforms/oci-cache/code-examples/vector-search/files/oci_cache_valkey_search.ipynb

File renamed without changes.

oci-and-db/database/open-source-data-platforms/oci-data-flow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Reviewed: 10.06.2026
1515
- [Load data from OCI Data Flow into Autonomous Database](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/load-data-to-adw)
1616
- [Connect to Salesforce using OCI Data Flow](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-salesforce)
1717
- [Run OCI Data Flow from OCI Functions](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/run-from-functions)
18-
- [Connect to AWS SR](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-AWS-S3)
18+
- [Connect to AWS SR](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-aws-s3)
1919
- [Connect to PostgreSQL](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-postgresql)
20-
- [Connect to Snowflake](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-Snowflake)
20+
- [Connect to Snowflake](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-snowflake)
2121
- [Apache Spark with OCI Data Flow and Oracle Autonomous Database](https://medium.com/@sylwekdec/apache-spark-with-oci-data-flow-and-oracle-autonomous-database-bd96055445ee)
2222
- [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)
2323

0 commit comments

Comments
 (0)