Skip to content

Commit f0369b2

Browse files
committed
Updated marketplace.json
1 parent ad9c4e6 commit f0369b2

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

marketplace.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"app_name": "RedisBank", //Name of the app
3-
"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.
13-
"language": ["Java", "JavaScript"], // Backend technologies: "JavaScript", "Java", "Python", "Go", "C#", "Ruby", "PHP", etc.
14-
"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.
21-
"verticals": ["Financial"], // Can be: "Healthcare", "Financial", "Tourism", "Retail", "Oil & Gas", "Manufacturing", "Technology","Education", "Construction"
22-
"markdown": "https://github.com/Redislabs-Solution-Architects/redisbank/blob/main/README.md" // Link to the RAW Markdown.
2+
"app_name": "RedisBank",
3+
"description": "Example of a realtime online retail banking application",
4+
"hidden": "true",
5+
"rank": "21",
6+
"type": "Full App",
7+
"contributed_by": "Redis",
8+
"repo_url": "https://github.com/Redislabs-Solution-Architects/redisbank",
9+
"download_url": "https://github.com/Redislabs-Solution-Architects/redisbank/archive/refs/heads/main.zip",
10+
"hosted_url": "",
11+
"quick_deploy": "false",
12+
"deploy_buttons": [],
13+
"language": ["Java", "JavaScript"],
14+
"redis_commands": [],
15+
"redis_features": ["caching","sorted sets"],
16+
"redis_modules": ["RediSearch", "RedisTimeSeries"],
17+
"app_image_urls": ["https://raw.githubusercontent.com/Redislabs-Solution-Architects/redisbank/main/redisbank1.png","https://raw.githubusercontent.com/Redislabs-Solution-Architects/redisbank/main/redisbank2.png","https://raw.githubusercontent.com/Redislabs-Solution-Architects/redisbank/main/architecture.png"
18+
],
19+
"youtube_url": "",
20+
"special_tags": [],
21+
"verticals": ["Financial"],
22+
"markdown": "https://raw.githubusercontent.com/Redislabs-Solution-Architects/redisbank/main/README.md"
2323
}

0 commit comments

Comments
 (0)