File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,7 @@ gem "restforce"
29
29
gem "sqlite3"
30
30
# gem "tiny_tds"
31
31
# gem "activerecord-sqlserver-adapter"
32
+
33
+ # anomaly detection and forecasting
34
+ gem "trend"
35
+ # gem "prophet-rb"
Original file line number Diff line number Diff line change 257
257
thread_safe (0.3.6 )
258
258
thrift (0.15.0 )
259
259
trailblazer-option (0.1.2 )
260
+ trend (0.1.2 )
260
261
typhoeus (1.4.0 )
261
262
ethon (>= 0.9.0 )
262
263
tzinfo (1.2.9 )
@@ -294,6 +295,7 @@ DEPENDENCIES
294
295
rails (~> 6.0.0 )
295
296
restforce
296
297
sqlite3
298
+ trend
297
299
tzinfo-data
298
300
299
301
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -118,8 +118,22 @@ check_schedules:
118
118
- " 1 hour"
119
119
- " 5 minutes"
120
120
121
+ # enable anomaly detection
122
+ # note: with trend, time series are sent to https://trendapi.org
123
+ # anomaly_checks: trend
124
+
125
+ # enable forecasting
126
+ # note: with trend, time series are sent to https://trendapi.org
127
+ # forecasting: trend
128
+
121
129
# enable map
122
130
# mapbox_access_token: <%= ENV["MAPBOX_ACCESS_TOKEN"] %>
131
+
132
+ # enable uploads
133
+ # uploads:
134
+ # url: <%= ENV["BLAZER_UPLOADS_URL"] %>
135
+ # schema: uploads
136
+ # data_source: main
123
137
```
124
138
125
139
Create a ` Dockerfile ` with:
You can’t perform that action at this time.
0 commit comments