forked from medoidai/ts-changepoint-detection-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
28 lines (28 loc) · 753 Bytes
/
app.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
{
"name": "Time Series Segmentation & Changepoint Detection",
"stack": "container",
"description": "An R/Shiny app for time-series segmentation and changepoint detection tasks.",
"keywords": [
"r",
"shiny"
],
"env": {
"MEMORY_MONITOR_APP_NAME": {
"description": "Type here the same application name",
"required": true
},
"MEMORY_MONITOR_HEROKU_API_KEY": {
"description": "Type here the Heroku API key",
"required": true
}
},
"repository": "https://github.com/medoidai/ts-changepoint-detection-app",
"logo": "https://www.medoid.ai/wp-content/uploads/2020/05/medoid-ai-logo-1.png",
"success_url": "/",
"formation": {
"web": {
"quantity": 1,
"size": "hobby"
}
}
}