-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmarketplace.json
61 lines (61 loc) · 1.85 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"app_name": "Realtime GraphQL using Redis Streams, and RediSearch",
"description": "Showcases how to use Realtime GraphQL using Redis Streams and realtime search using RediSearch in Java",
"hidden": true,
"rank": 21,
"type": "Building Block",
"contributed_by": "Community",
"language": [
"Java",
"Spring Boot"
],
"redis_commands": [
"DEL",
"FLUSHALL",
"FT.CREATE",
"FT.INFO",
"FT.SEARCH",
"HGETALL",
"HMSET",
"INCR",
"SADD",
"SMEMBERS",
"SREM",
"XADD",
"XREAD"
],
"redis_features": [
"Redis Streams",
"RediSearch"
],
"redis_modules": [
"RediSearch"
],
"hosted_url": "https://redi2hack.herokuapp.com/",
"special_tags": [
"Hackathon"
],
"verticals": [
"Technology"
],
"quick_deploy": "true",
"repo_url": "https://github.com/mohanraj-nagasamy/redi2hack",
"download_url": "https://github.com/mohanraj-nagasamy/redi2hack/archive/refs/heads/main.zip",
"deploy_buttons": [
{
"heroku": "https://heroku.com/deploy?template=https://github.com/mohanraj-nagasamy/redi2hack"
},
{
"vercel": "https://vercel.com/new/git/external?repository-url=https://github.com/mohanraj-nagasamy/redi2hack&env=REDIS_ENDPOINT_URI,REDIS_PASSWORD&envDescription=REDIS_ENDPOINT_URI%20is%20required%20at%20least%20to%20connect%20to%20Redis%20clouding%20server"
},
{
"Google": "https://deploy.cloud.run/?git_repo=https://github.com/mohanraj-nagasamy/redi2hack.git"
}
],
"app_image_urls": [
"https://raw.githubusercontent.com/mohanraj-nagasamy/redi2hack/main/docs/images/preview-1.png",
"https://raw.githubusercontent.com/mohanraj-nagasamy/redi2hack/main/docs/images/preview-2.png"
],
"youtube_url": "https://www.youtube.com/watch?v=pfoZrV8Jox8",
"markdown": "https://raw.githubusercontent.com/mohanraj-nagasamy/redi2hack/main/README.md"
}