This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.json
80 lines (80 loc) · 2.86 KB
/
config.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"metadata" : {
"data_server" : "https://covid-19-data-india-storage.mybluemix.net",
"link_to_data" : "https://ibm.biz/covid19-india-db",
"link_to_slack" : "https://join.slack.com/t/covid-19-india-data/shared_invite/zt-uej5v98i-mjggggkLMASKFbZRXzq4xw",
"link_to_code" : "https://github.com/IBM/covid19-india-data",
"link_to_schemas" : "https://github.com/IBM/covid19-india-data/wiki/States"
},
"config" : {
"sampling_rate" : 10
},
"states": {
"DL": {
"name" : "Delhi",
"short_name" : "DL",
"is_complete": true,
"link_to_db_schema" : "https://raw.githubusercontent.com/IBM/covid19-india-data/main/docs/images/DL_tables.png"
},
"GA": {
"name" : "Goa",
"short_name" : "GA",
"is_complete": true,
"link_to_db_schema" : "https://raw.githubusercontent.com/IBM/covid19-india-data/main/docs/images/GA_tables.png"
},
"HR": {
"name": "Haryana",
"short_name": "HR",
"is_complete": true,
"link_to_db_schema": "https://raw.githubusercontent.com/IBM/covid19-india-data/main/docs/images/HR_tables.png"
},
"KA": {
"name": "Karnataka",
"short_name": "KA",
"is_complete": false,
"link_to_db_schema": "https://raw.githubusercontent.com/IBM/covid19-india-data/main/docs/images/KA_tables.png"
},
"KL": {
"name": "Kerala",
"short_name": "KL",
"is_complete": false,
"link_to_db_schema": "https://raw.githubusercontent.com/IBM/covid19-india-data/main/docs/images/KL_tables.png",
"link_to_govt_dashboard": "https://dashboard.kerala.gov.in/covid"
},
"MH": {
"name": "Maharashtra",
"short_name": "MH",
"is_complete": true,
"link_to_db_schema": "https://raw.githubusercontent.com/IBM/covid19-india-data/main/docs/images/MH_tables.png"
},
"PB": {
"name" : "Punjab",
"short_name" : "PB",
"is_complete": true,
"link_to_db_schema" : "https://raw.githubusercontent.com/IBM/covid19-india-data/main/docs/images/PB_tables.png"
},
"TN": {
"name" : "Tamil Nadu",
"short_name" : "TN",
"link_to_db_schema" : "https://raw.githubusercontent.com/IBM/covid19-india-data/main/docs/images/TN_tables.png"
},
"TG": {
"name": "Telangana",
"short_name": "TG",
"is_complete": true,
"link_to_db_schema": "https://raw.githubusercontent.com/IBM/covid19-india-data/main/docs/images/TG_tables.png"
},
"UK": {
"name" : "Uttarakhand",
"short_name" : "UK",
"is_complete": true,
"link_to_db_schema" : "https://raw.githubusercontent.com/IBM/covid19-india-data/main/docs/images/UK_tables.png"
},
"WB": {
"name" : "West Bengal",
"short_name" : "WB",
"is_complete": true,
"link_to_db_schema" : "https://raw.githubusercontent.com/IBM/covid19-india-data/main/docs/images/WB_tables.png"
}
}
}