Skip to content

Commit b37f5ef

Browse files
committed
new patterns
1 parent 1e58f88 commit b37f5ef

6 files changed

+59
-3
lines changed

config.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL: "https://jayachristina.github.io/solution-patterns"
1+
baseURL: "https://redhat-solution-patterns.github.io/solution-patterns"
22
theme: "up-business-theme"
33
languageCode: "en-us"
44

@@ -8,6 +8,8 @@ title: "Solution Patterns from Red Hat"
88

99
summaryLength: 20
1010

11+
paginate: 20
12+
1113
params:
1214
title: "Solution Patterns"
1315
description: "Discover the art of the possible with Red Hat's rich portfolio with real world usecases."
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
+++
2+
author = "Jaya Christina Baskaran (Red Hat)"
3+
title = "Navigate API evolution with versioning"
4+
date = "2019-04-02"
5+
description = "Navigate API evolution with versioning"
6+
tags = [
7+
"kafka", "knative", "AI/ML"
8+
]
9+
categories = [
10+
"themes",
11+
"syntax",
12+
]
13+
series = ["Cloud Native Applications"]
14+
externalurl = "https://redhat-solution-patterns.github.io/solution-pattern-api-versioning"
15+
headerimage = "images/patterns/solution-pattern-api-versioning.png"
16+
+++
17+
18+
19+
Navigating API evolution along with changing business needs and technology landscape with a practical example
20+
21+
<!--more-->
22+
This solution pattern showcases an architecture which is scalable and efficient system capturing and responding to streaming data using Kafka as the streaming platform and AIML. With Event-Driven Architecture this system can connect to, and consume from a number of systems, services and data sources by responding to triggering events.
23+
24+
This architecture demonstrates how an Event-Driven Architecture with Red Hat AMQ Streams and OpenShift Serverless can help build an intelligent system with OpenShift Data Science platform to drive business insights and drive an event-driven workflow.
25+
26+
Contributors: Jaya Christina Baskaran (Red Hat)
27+
28+
Explore the Solution Pattern: https://redhat-solution-patterns.github.io/solution-pattern-api-versioning

content/patterns/solution-pattern-camel-migration.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
author = "Michael Thirion(Red Hat)"
33
title = "Fuse to Apache Camel migration"
4-
date = "2019-03-05"
4+
date = "2019-04-01"
55
description = "An accelerated path to migrating applications from Red Hat Fuse to Red Hat Build of Apache Camel based on templates."
66
tags = [
77
"3scale", "apis"
@@ -15,7 +15,6 @@ externalurl = "https://redhat-solution-patterns.github.io/solution-pattern-camel
1515
headerimage = "images/patterns/solution-pattern-camel-migration.png"
1616
+++
1717

18-
1918
An accelerated path to migrating applications from Red Hat Fuse to Red Hat Build of Apache Camel based on templates.
2019

2120
<!--more-->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
+++
2+
author = "Bruno Meseguer (Red Hat), Huge Guerrero (Red Hat)"
3+
title = "Edge to Core Data Pipelines for AI/ML"
4+
date = "2019-04-05"
5+
description = "Edge to Core Data Pipelines for AI/ML"
6+
tags = [
7+
"kafka", "knative", "AI/ML"
8+
]
9+
categories = [
10+
"themes",
11+
"syntax",
12+
]
13+
series = ["Cloud Native Applications"]
14+
externalurl = "https://redhat-solution-patterns.github.io/solution-pattern-edge-to-cloud-pipelines"
15+
headerimage = "images/patterns/solution-pattern-edge-to-cloud-pipelines.png"
16+
+++
17+
18+
End-to-end AI-enabled applications and data pipelines across the hybrid cloud
19+
20+
<!--more-->
21+
This solution pattern showcases an architecture which is scalable and efficient system capturing and responding to streaming data using Kafka as the streaming platform and AIML. With Event-Driven Architecture this system can connect to, and consume from a number of systems, services and data sources by responding to triggering events.
22+
23+
This architecture demonstrates how an Event-Driven Architecture with Red Hat AMQ Streams and OpenShift Serverless can help build an intelligent system with OpenShift Data Science platform to drive business insights and drive an event-driven workflow.
24+
25+
Contributors: _Bruno Meseguer (Red Hat), Huge Guerrero (Red Hat)_
26+
27+
Explore the Solution Pattern: https://redhat-solution-patterns.github.io/solution-pattern-edge-to-cloud-pipelines
Loading

0 commit comments

Comments
 (0)