Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stream Binder to main README #108

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ Spring Cloud Oracle goes beyond simply wrapping the OCI APIs in starters and add

The following sub-projects are included in Spring Cloud Oracle:

| Project | Description |
|-----------------------------------------------------------------------|---------------------------------------------------------|
| [Spring Cloud OCI](./spring-cloud-oci/README.md) | Use OCI services with well-known Spring idioms and APIs |
| [Oracle Database Spring Boot Starters](./database/starters/README.md) | Integrate Oracle Database with Spring Boot |
| Project | Description |
|-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|
| [Spring Cloud OCI](./spring-cloud-oci/README.md) | Use OCI services with well-known Spring idioms and APIs |
| [Oracle Database Spring Boot Starters](./database/starters/README.md) | Integrate Oracle Database with Spring Boot |
| [Spring Cloud Stream Binder for Oracle TxEventQ](./database/spring-cloud-stream-binder-oracle-txeventq/README.md) | Build highly scalable event-driven microservices with Oracle TxEventQ. |

## Some key features

Expand Down Expand Up @@ -42,6 +43,7 @@ Spring Cloud Oracle has a strong and constantly evolving roadmap as we work to p

- Spring Cloud Stream Binder for Oracle Transactional Event Queues
- A Spring Boot Starter for JSON Collections in the Oracle Database
- A Spring Boot Starter for OKafka and TxEventQ
- OpenRewrite recipes to ease migration from HikariCP to Oracle Universal Connection Pool
- Further simplification of running Spring Boot applications as OCI Functions, including as native images using GraalVM Native Image compilation
- Further improvement of the idiomaticity of OCI Service modules and the expansion of adoption of the Spring Template pattern
Expand Down
Loading