Skip to content

Commit 121df20

Browse files
Update README.md
1 parent e914d1a commit 121df20

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
# Simplify Microservices Architecture with Oracle Converged Database - Sample Code
2-
3-
This directory contains sample code for simplifying Microservices architectures by building solution examples for data-driven Microservices. Our first example here is Grabdish - a mobile food ordering application, (similar to the likes of UberEats and DoorDash), and walks you through the creation of a open platform technology stack with converged Oracle database (Relational, JSON/text, spatial, graph data) using polyglot languages (Java, Python, node.js) and Helidon MP and SE.
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.
6-
7-
The code and the associated Oracle LiveLabs which use this code demonstrate how to build end-to-end microservices applications that are simpler, by using the Oracle Gen2 cloud (OCI) services and the converged Oracle Database platform. This repository will be organized as following and may add or change categories in the future as more sample applications are added to illustrate other features for specific industries or application types.
8-
9-
Sample | Description |
1+
# Simplify microservices architecture with Oracle Converged Database
2+
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 a 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.
15+
16+
| Sample | Description |
1017
| :----- | :---------- |
1118
| [`grabdish`](./grabdish) | Mobile food delivery application sample code |
1219

0 commit comments

Comments
 (0)