You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -141,6 +143,7 @@ Supported ways to run this project:
141
143
<tr>
142
144
<td align="center">✅</td>
143
145
<td align="center">✅</td>
146
+
<td align="center">🆕</td>
144
147
<td align="center">✅</td>
145
148
<td align="center">✅</td>
146
149
<td align="center">✅</td>
@@ -451,6 +454,32 @@ You can run this project in Dagster Cloud. Fork the repo (or make a completely n
451
454
452
455
You can then manage you metrics via PR's in your GitHub repo ([here](https://github.com/andrewm4894/anomstack/pull/40/files) is a PR to add Google Trends metrics) and run them in Dagster Cloud which will just sync with your repo.
453
456
457
+
### Fly.io Deployment
458
+
459
+
Deploy to [Fly.io](https://fly.io) for production-ready, globally distributed anomaly detection.
460
+
461
+
**🚀 Live Demo**: https://anomstack-demo.fly.dev
462
+
463
+
```bash
464
+
# New! Automatic .env integration 🎉
465
+
cp .example.env .env # Edit with your secrets
466
+
make fly-preview # Preview what will be deployed
467
+
make fly-deploy # Deploy with your environment variables
0 commit comments