-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmarketplace.json
23 lines (23 loc) · 2.08 KB
/
marketplace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"app_name": "Crowsnest", //Name of the app
"description": "Video analysis framework", // One line description
"hidden": "true", // Can be "true" or "false". If true, this app won't show up in Marketplace.
"rank": "22", // This is used to sort the apps in the marketplace. 1 to 20 are reserved. Enter greater than 20
"type": "Full App", //Can be "Building Block" or "Full App"
"contributed_by": "Community", // Can be "Redis Labs" or "Community" or "Partner"
"repo_url": "https://github.com/boriskogan81/crowsnest", //This is the Gitub Repo's URL.
"download_url": "https://github.com/boriskogan81/crowsnest.git",//This is a direct link to the Github's download button so people can download it directly from the Marketplace
"hosted_url": "", //The URL of the app. if you are hosting this app somewhere
"quick_deploy": "false", //"frue" if the project has Heroku, Vercel, Google deploy buttons
"deploy_buttons": [],//Deploy buttons for "heroku", "vercel" or "Google" in the form of objects.
"language": ["Python"], // Backend technologies: "JavaScript", "Java", "Python", "Go", "C#", "Ruby", "PHP", etc.
"redis_commands": ["TS.INCRBY", "XREVRANGE", "AI.MODELSET", "TS.RANGE", "RG.PYEXECUTE", "TS.CREATERULE", "TS.CREATE", "AI.SCRIPTSET", "TS.ADD", "XADD", "TS.INCRBY", "AI.TENSORGET", "AI.SCRIPTRUN", "AI.MODELRUN"], // Enter all the Redis commands
"redis_features": ["streams", "pubsub"],// Enter any core Redis feature or leave it blank.
"redis_modules": ["RedisAI", "RedisGears"], //Value can be one or more of "RediJSON", "", "RedisTimeseries", "RedisAI" "RedisGears" or "RedisGraph" listed in an array.
"app_image_urls": [
], // Provide any image urls in an array.
"youtube_url": "https://youtu.be/r6WbiEy36ok", //Provide a Youtube link to your app's video
"special_tags": ["Hackathon], // "Hackathon", "Paid", or any event names.
"verticals": ["Technology], // Can be: "Healthcare", "Financial", "Tourism", "Retail", "Oil & Gas", "Manufacturing", "Technology","Education", "Construction"
"markdown": "", // Link to the RAW Markdown.
}