Skip to content

Commit

Permalink
nav errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jayachristina authored Sep 20, 2023
1 parent 7157fcb commit 196274e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions documentation/modules/ROOT/pages/01-pattern.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[#story]
== The story behind this solution pattern

This solution pattern extends *Globex* a fictitious retail store which has undergone modernization journey and has already adopted Kafka as a streaming platform. Globex wants to now extend their eCommerce website to allow customers to leave their reviews of the product catalogue.
Expand All @@ -7,6 +8,7 @@ Globex would like to
* Moderate the language comments to ensure foul language is appropriately filtered out
* Build a Sentiment Analysis system to gain business intelligence based on the product reviews
[#pattern]
== The Solution

The solution based on an Event Driven Architecture which based on Apache Kafka as the data streaming platform for product reviews. The Product Reviews submitted by a customer is pushed in a Kafka topic, which is then consumed by both a *Review Moderation Service* (moderate for foul/abusive language) and *Sentiment Analysis Service* (scores the sentiment as positive or negative).
Expand Down
5 changes: 2 additions & 3 deletions documentation/modules/ROOT/pages/content-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
xref:index.adoc[{counter:module}. Solution Pattern]::
+
xref:index.adoc#use-cases[{counter:submodule1}. Use cases] +
xref:01-pattern.adoc#_the_story_behind_this_solution_pattern[{counter:submodule1}. The story behind this solution pattern] +
xref:index.adoc#use-cases[{counter:submodule1}. Use cases] +
xref:01-pattern#_the_solution[{counter:submodule1}. The solution] +
xref:index.adoc#story[{counter:submodule1}. The story behind this solution pattern] +
xref:index.adoc#solution[{counter:submodule1}. The solution] +
xref:index.adoc#content_overview[{counter:submodule1}. Content overview] +
xref:index.adoc#_explore_more_solution_patterns[{counter:submodule1}. Explore more solution patterns]
+
Expand Down

0 comments on commit 196274e

Please sign in to comment.