File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# About this repository
2
2
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
4
4
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.
10
6
11
7
# Getting Started
12
8
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
+
13
15
## Running locally
14
16
15
17
1 . Checkout the project
You can’t perform that action at this time.
0 commit comments