Skip to content

Commit d3cdddc

Browse files
Add Blogs (#928)
Signed-off-by: Anders Swanson <anders.swanson@oracle.com> Co-authored-by: Andy Tael <andy.tael@yahoo.com>
1 parent 5507f47 commit d3cdddc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs-source/spring/content/blogs/_index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,30 @@ This page acts as an index/aggregator for some of our featured content.
1010

1111
![YouTube icon](./youtube.png) &nbsp; And be sure to subscribe to our YouTube channel ["The Converged Database"](https://www.youtube.com/@theconvergeddatabase6236) for more great content!
1212

13+
{{< blog
14+
author="anders"
15+
date="8/30/2024"
16+
title="Connect to Oracle NoSQL database with Spring Data"
17+
link="https://medium.com/@anders.swanson.93/oracle-nosql-database-with-spring-data-1edd2c23749a"
18+
abstract="The Spring Data for Oracle NoSQL Database module integrates Spring Boot applications and Oracle NoSQL Database, enabling developers to access their tables with the familiar Spring Data API. With support for repository-style data access layers and automatic query generation, Spring Data for Oracle NoSQL Database simplifies your development process and enhances productivity when working with Oracle NoSQL Databases from Spring Boot applications."
19+
>}}
20+
21+
{{< blog
22+
author="anders"
23+
date="8/29/2024"
24+
title="Microservice messaging with Spring Cloud Stream Binder for Oracle Database TxEventQ"
25+
link="https://medium.com/@anders.swanson.93/spring-cloud-stream-binder-for-oracle-database-txeventq-baa405ba4505"
26+
abstract="Spring Cloud Stream is a Java framework designed for building event-driven microservices backed by a scalable, fault-tolerant messaging systems. The Oracle Database Transactional Event Queues (TxEventQ) stream binder implementation allows developers to leverage Oracle’s database messaging platform within the Spring Cloud Stream ecosystem, all while keeping your data within the converged database."
27+
>}}
28+
29+
{{< blog
30+
author="anders"
31+
date="8/6/2024"
32+
title="Connect Oracle Autonomous Database to Spring Boot"
33+
link="https://medium.com/@anders.swanson.93/oracle-autonomous-database-with-spring-boot-1e71cdd8b59e"
34+
abstract="It's easy to integrate Oracle Autonomous Database into your Spring Boot apps. In this article, concrete examples are provided for using Spring with Oracle Autonomous Database."
35+
>}}
36+
1337
{{< blog
1438
author="anders"
1539
date="7/31/2024"

0 commit comments

Comments
 (0)