Skip to content

Commit f51ac59

Browse files
committed
Updated README
1 parent 11acedd commit f51ac59

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# About this repository
22

3-
Demo application #1 uses Redis core data structures, Streams, RediSearch and TimeSeries to build a
3+
This repository uses Redis core data structures, Streams, RediSearch and TimeSeries to build a
44
Java/Spring Boot/Spring Data Redis Reactive application that shows a searchable transaction overview with realtime updates
5-
as well as in investments overview with realtime stock updates. UI in Bootstrap/CSS/Vue.
6-
7-
Demo application #2 does not use Redis, instead it uses an RDBMS. It's a text based (Lanterna) based application
8-
that simulates an aging trading desk application. The application itself will communicate exclusively with the database.
9-
Via RedisCDC these changes will appear in demo application #1.
5+
as well as a personal finance management overview with realtime balance and biggest spenders updates. UI in Bootstrap/CSS/Vue.
106

117
# Getting Started
128

9+
## Prerequisites
10+
11+
1. JDK 11 or higher (https://docs.microsoft.com/en-us/azure/developer/java/fundamentals/java-jdk-install)
12+
2. Azure CLI (https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
13+
3. Azure Spring Cloud extension for the Azure CLI (https://docs.microsoft.com/en-us/cli/azure/spring-cloud?view=azure-cli-latest)
14+
1315
## Running locally
1416

1517
1. Checkout the project

0 commit comments

Comments
 (0)