-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
21 lines (21 loc) · 871 Bytes
/
config.json
File metadata and controls
21 lines (21 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"sandboxUrl": "<SANDBOX_URL>",
"googleClientId": "<GOOGLE_CLIENT_ID>",
"demos": [
{
"title": "EHR Data",
"href": "https://raw.githubusercontent.com/gramener/datasets/refs/heads/main/ehr.csv",
"body": "Electronic Health Records covering patient demographics, clinical metrics, comorbidities, medications, etc. over time"
},
{
"title": "Card Transactions",
"href": "https://raw.githubusercontent.com/gramener/datasets/main/card_transactions.csv",
"body": "Card transactions data with details on issuer country, transaction amount, and other details."
},
{
"title": "Pharma Trails",
"href": "https://raw.githubusercontent.com/gramener/datasets/main/pharma-trials.xlsx",
"body": "Pharmaceutical trails data with details on drug name, trial phase, trial status, and other details."
}
]
}