Skip to content

Commit a420f8b

Browse files
authored
Renaming (#958)
1 parent 1166565 commit a420f8b

File tree

15 files changed

+25
-34
lines changed

15 files changed

+25
-34
lines changed

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
# Simplify microservices architecture with Converged Oracle Database
22

3-
This repository contains sample code for simplifying microservices architectures
4-
by building solution examples for data-driven microservices that walk you through
5-
the creation of an open platform technology stack with the converged
6-
[Oracle Autonomous Database][ATP] including relational, JSON, text, spatial and
7-
graph data and using polyglot languages including Java and the Helidon MP and SE
8-
frameworks, Python and JavaScript via Node.js
9-
10-
Microservices are loosely-coupled service-oriented architectures with a bounded
11-
context. Microservices are increasingly used for application modernization to
12-
deliver agile application development practices. However, the data-driven nature
13-
of enterprise applications has made building, deploying, and maintaining
14-
microservices complex.
3+
This repository contains sample code for simplifying microservices architectures by building solution examples for data-driven microservices that walk you through the creation of an open platform technology stack with the converged [Oracle Autonomous Database][ATP] including relational, JSON, text, spatial and graph data and using polyglot languages including Java and the Helidon MP and SE frameworks, Python and JavaScript via Node.js
4+
5+
Microservices are loosely-coupled service-oriented architectures with a bounded context. Microservices are increasingly used for application modernization to deliver agile application development practices. However, the data-driven nature of enterprise applications has made building, deploying, and maintaining microservices complex.
156

167
## Documentation
178

18-
* [Oracle Backend for Spring Boot and Microservices](http://bit.ly/oraclespringboot)
19-
* [CloudBank AI](https://bit.ly/cloudbankAI) - Building an App with Spring Boot
20-
and Spring CLoud Oracle with Oracle Database and Kubernetes
9+
* [Oracle Backend for Microservices and AI](https://bit.ly/OracleAI-microservices)
10+
* [CloudBank AI](https://bit.ly/cloudbankAI) - Building an Application with Spring Boot
11+
and Spring Cloud Oracle with Oracle Database and Kubernetes
2112
* [Kubernetes for DBAs Live Lab](http://bit.ly/KubernetesForDBAs)
2213
* [Oracle Spring Boot Starters](https://oracle.github.io/microservices-datadriven/spring/starters/)
2314
* [Data Refactoring Advisor](./data-refactoring-advisor/README.md)

cloudbank-v4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**NOTE:** This document and application is WIP.
44

5-
To run Cloud Bank you need OBaaS version 1.3.0 [Oracle Backend for Spring Boot and Microservices](https://cloudmarketplace.oracle.com/marketplace/en_US/listing/138899911) and Java 21 installed.
5+
To run Cloud Bank you need OBaaS version 1.3.0 [Oracle Backend for Microservices and AI](https://cloudmarketplace.oracle.com/marketplace/en_US/listing/138899911) and Java 21 installed.
66

77
## Build CloudBank
88

cloudbank-v4/customer32/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Example of Spring application using the JDBCClient and Oracle database starters
22

3-
This application runs on [Oracle Backend for Spring Boot and Microservices](https://cloudmarketplace.oracle.com/marketplace/en_US/listing/138899911).
3+
This application runs on [Oracle Backend for Microservices and AIs](https://cloudmarketplace.oracle.com/marketplace/en_US/listing/138899911).
44

55
**NOTE:** The application assumes that the `customer` application has been deployed as it shares the same user in the database.
66

77
## Build the application
88

99
In the `customer32` directory execute `mvn clean package`.
1010

11-
## Deploy the application to Oracle Backend for Spring Boot and Microservices
11+
## Deploy the application to Oracle Backend for Microservices and AI
1212

1313
1. Create a tunnel to the OBaaS admin service
1414

cloudbank-v4/local-environment/obaas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
echo "This script will start up Oracle Backend for Spring Boot and Microservices in a local container"
3+
echo "This script will start up Oracle Backend for Oracle Backend for Microservices and AI in a local container"
44
echo "Not recommended for machines with less than 64GB RAM"
55

66
echo "Create network (ignore failure if already exists)"

cloudbank-v4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<packaging>pom</packaging>
1616

1717
<name>CloudBank</name>
18-
<description>Sample application for Oracle Backend for Spring Boot</description>
18+
<description>Sample application for Oracle Backend for Microservices and AI</description>
1919

2020
<groupId>com.example</groupId>
2121
<artifactId>cloudbank-apps</artifactId>

docs-source/cloudbank/content/account/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "Introduction"
44
weight = 1
55
+++
66

7-
This module walks you through the steps to build a Spring Boot microservice from scratch, and to deploy it into the Oracle Backend for SpringBoot and Microservices. In this lab, we will build the "Account" microservice. In the next lab, the remaining Cloud Bank microservices will be provided for you.
7+
This module walks you through the steps to build a Spring Boot microservice from scratch, and to deploy it into the Oracle Backend for Microservices and AI. In this lab, we will build the "Account" microservice. In the next lab, the remaining Cloud Bank microservices will be provided for you.
88

99
Estimated Time: 20 minutes
1010

docs-source/spring/content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Infrastructure (OCI) Container Engine for Kubernetes cluster (OKE cluster):
5151
- [Netflix Conductor](platform/conductor/)
5252
- [OpenTelemetry Collector](observability/tracing/)
5353
- [Oracle Autonomous Database Serverless](database/)
54-
- [Oracle Backend for Spring Boot Command Line Interface (CLI)](development/cli/)
55-
- [Oracle Backend for Spring Boot Visual Studio Code Plugin](platform/vscode-plugin/)
54+
- [Oracle Backend for Microservices and AI Command Line Interface (CLI)](development/cli/)
55+
- [Oracle Backend for Microservices and AI Visual Studio Code Plugin](platform/vscode-plugin/)
5656
- [Oracle Coherence](https://docs.oracle.com/en/middleware/standalone/coherence/)
5757
- [Oracle Database Operator for Kubernetes (OraOperator or the operator)](https://github.com/oracle/oracle-database-operator)
5858
- Oracle Database Observability Exporter

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deploys the Oracle Backend for Microservices and AI in Azure with an Oracle Auto
99

1010
## Prerequisites
1111

12-
You must meet the following prerequisites to use the Oracle Backend for Spring Boot Multicloud (Azure and OCI). You need:
12+
You must meet the following prerequisites to use the Oracle Backend for Microservices and AI Multicloud (Azure and OCI). You need:
1313

1414
* An account on Azure.
1515
* An account on OCI.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Read our blogs!"
3-
description: "Read blog posts from the team that builds the Oracle Backend for Spring Boot and Microservices"
3+
description: "Read blog posts from the team that builds the Oracle Backend for Microservices and AI"
44
keywords: "blogs team spring springboot microservices mobile oracle"
55
---
66

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This section provides information about how to develop and deploy Spring Boot ap
88

99
Spring Boot applications can be developed with no special requirements and be deployed into Oracle Backend for Microservices and AI. However, if you do opt-in to the platform services provided and the CLI, you can shorten your development time and avoid unnecessary work.
1010

11-
Oracle Backend for Spring Boot provides the following services that applications can use:
11+
Oracle Backend for Microservices and AI provides the following services that applications can use:
1212

1313
* An Oracle Autonomous Database instance in which applications can manage relational, document, spatial, graph and other types of data, can use Transactional Event Queues for messaging and events using Java Message Service (JMS), Apache Kafka or Representational State Transfer (REST) interfaces, and even run machine learning (ML) models.
1414
* A Kubernetes cluster in which applications can run with namespaces pre-configured with Kubernetes Secrets and ConfigMaps for access to the Oracle Autonomous Database instance associated with the backend.
@@ -19,7 +19,7 @@ Oracle Backend for Spring Boot provides the following services that applications
1919
* Hashicorp Vault for storing sensitive information.
2020
* Spring Admin for monitoring your services.
2121
* Prometheus and Grafana for collecting and visualizing metrics and for alerting.
22-
* Jaeger and Open Telemetry (OTEL) for distributed tracing. Applications deployed to the Oracle Backend for Spring Boot may use Jaeger or OTEL for distributed tracing. See the [Environment Variables page](envvars) for variables that can be used.
22+
* Jaeger and Open Telemetry (OTEL) for distributed tracing. Applications deployed to the Oracle Backend for Microservices and AI may use Jaeger or OTEL for distributed tracing. See the [Environment Variables page](envvars) for variables that can be used.
2323

2424
An integrated development environment is recommended for developing applications. Oracle recommends Visual Studio Code or IntelliJ.
2525

0 commit comments

Comments
 (0)