-
Notifications
You must be signed in to change notification settings - Fork 21
/
marketplace.json
37 lines (37 loc) · 984 Bytes
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"app_name": "Brewdis",
"description": "Real-time Brewery Inventory built using Redis ",
"type": "Building Block",
"contributed_by": "Redis",
"repo_url": "https://github.com/redis-developer/brewdis",
"preview_image_url": "https://raw.githubusercontent.com/redis-developer/brewdis/master/app_preview_image.png",
"download_url": "https://github.com/redis-developer/brewdis/archive/refs/heads/master.zip",
"hosted_url": "",
"quick_deploy": "false",
"deploy_buttons": [],
"language": [
"Java"
],
"redis_commands": [
"FT.CREATE",
"HSET",
"FT.SEARCH"
],
"redis_use_cases": [
"Caching"
],
"redis_features": [
"Search and Query"
],
"app_image_urls": [
"https://raw.githubusercontent.com/redis-developer/brewdis/master/brewdis.png"
],
"youtube_url": "",
"special_tags": [
"Hackathon"
],
"verticals": [
"Retail"
],
"markdown": "https://raw.githubusercontent.com/redis-developer/brewdis/master/README.md"
}