You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: project is compiled with JDK11 as that's currently the max LTS version that's supported by Azure Spring Cloud. Project will run fine when running locally or on other platforms up to JDK16.
63
+
Note: project is compiled with JDK11 as that's currently the max LTS version that's supported by Azure Spring Cloud. Project will run fine when running locally or on other platforms up to JDK16.
64
+
65
+
## Known issues
66
+
67
+
1. Thread safety. Data is currently generated off of a single stream of transactions, which means it's the same for all users. Not a problem with the current iteration because it's single user, but beware when expanding this to multi-user.
68
+
2. Hardcoded values. Code uses hardcoded values throughout the code, these need to be replaced with proper variables.
"description": "Example of a realtime online retail banking application", // One line description
4
+
"hidden": "true", // Can be "true" or "false". If true, this app won't show up in Launchpad.
5
+
"rank": "21", // This is used to sort the apps in the launchpad. 1 to 20 are reserved. Enter greater than 20
6
+
"type": "Full App", //Can be "Building Block" or "Full App"
7
+
"contributed_by": "Redis", // Can be "Redis Labs" or "Community" or "Partner"
8
+
"repo_url": "https://github.com/Redislabs-Solution-Architects/redisbank", //This is the Gitub Repo's URL.
9
+
"download_url": "https://github.com/Redislabs-Solution-Architects/redisbank/archive/refs/heads/main.zip",//This is a direct link to the Github's download button so people can download it directly from the Marketplace
10
+
"hosted_url": "", //The URL of the app. if you are hosting this app somewhere
11
+
"quick_deploy": "", //"true" if the project has Heroku, Vercel, Google deploy buttons
12
+
"deploy_buttons": [],//Deploy buttons for "heroku", "vercel" or "Google" in the form of objects.
"redis_commands": [], // Enter all the Redis commands
15
+
"redis_features": ["caching","sorted sets"],// Enter any core Redis feature or leave it blank.
16
+
"redis_modules": ["RediSearch", "RedisTimeSeries"], //Value can be one or more of "RediJSON", "", "RedisTimeseries", "RedisAI" "RedisGears" or "RedisGraph" listed in an array.
17
+
"app_image_urls": [
18
+
], // Provide any image urls in an array.
19
+
"youtube_url": "", //Provide a Youtube link to your app's video
20
+
"special_tags": [], // "Hackathon", "Paid", or any event names.
0 commit comments