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
"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