forked from microsoft/AIOpsLab
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsocial-network.json
More file actions
19 lines (19 loc) · 799 Bytes
/
social-network.json
File metadata and controls
19 lines (19 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"Name": "Social Network",
"Namespace": "test-social-network",
"Desc": "A social network with unidirectional follow relationships, implemented with loosely-coupled microservices, communicating with each other via Thrift RPCs.",
"Supported Operations": [
"Create text post (optional media: image, video, shortened URL, user tag)",
"Read post",
"Read entire user timeline",
"Receive recommendations on which users to follow",
"Search database for user or post",
"Register/Login using user credentials",
"Follow/Unfollow user"
],
"Helm Config": {
"release_name": "social-network",
"chart_path": "socialNetwork/helm-chart/socialnetwork",
"namespace": "test-social-network"
}
}