-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmarketplace.json
28 lines (28 loc) · 1.29 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
24
25
26
27
28
{
"app_name": "Spatial.dj",
"description": "A web application that allows you to listen to music with your friends!",
"hidden": false,
"rank": 21,
"type": "Full App",
"contributed_by": "Community",
"repo_url": "https://github.com/spatialdj/backend",
"download_url": "https://github.com/spatialdj/backend",
"hosted_url": "spatial.francochen.com",
"language": ["JavaScript"],
"redis_commands": ["HGET", "HSET", "EXISTS", "FT.SEARCH", "RPUSH", "LRANGE", "LREM", "LMOVE", "SET", "GET", "JSON.SET", "JSON.GET", "LPUSH", "DEL", "JSON.ARRAPPEND", "JSON.ARRPOP"],
"redis_features": ["caching", "database"],
"redis_modules": ["RedisJSON", "RediSearch"],
"app_image_urls": [
"https://avatars.githubusercontent.com/u/83042272",
"https://i.imgur.com/0GdOVn7.png",
"https://i.imgur.com/4QM7EIu.png",
"https://i.imgur.com/vRLTaM2.png",
"https://i.imgur.com/7LEio8z.png",
"https://i.imgur.com/e7jAhY5.png",
"https://raw.githubusercontent.com/spatialdj/backend/master/ArchitectureDiagram.jpg"
],
"youtube_url": "",
"special_tags": ["Hackathon", "Build on Redis Hackathon"],
"verticals": ["Technology", "Education"],
"markdown": "https://raw.githubusercontent.com/spatialdj/backend/master/README.md"
}