feat: implement PolyWeather web map API backend with data processing, caching, and entitlement, and add related documentation.

This commit is contained in:
2569718930@qq.com
2026-03-11 11:29:56 +08:00
parent 6273768cc2
commit 23e2959404
4 changed files with 35 additions and 35 deletions
+10 -10
View File
@@ -18,15 +18,15 @@ Official dashboard: [polyweather-pro.vercel.app](https://polyweather-pro.vercel.
mindmap
root((PolyWeather Pro))
Data Layer
"METAR(Aviation Weather / METAR)"
"MGM(Turkey MGM)"
"Station 17130(Ankara Center 17130)"
[METAR (Aviation Weather / METAR)]
[MGM (Turkey MGM)]
[Station 17130 (Ankara Center 17130)]
Open-Meteo
"weather.gov(US cities)"
"Polymarket(P0 Read-only)"
[weather.gov (US cities)]
[Polymarket (P0 Read-only)]
Analysis Layer
"DEB(Dynamic Error Balancing)"
"Probability Engine(mu + buckets)"
[DEB (Dynamic Error Balancing)]
[Probability Engine (mu + buckets)]
Trend Engine
Risk Profiles
Mispricing Radar
@@ -36,9 +36,9 @@ mindmap
Telegram Bot
Alert Push
Ops Layer
"Docker Compose(VPS backend + bot)"
"Vercel(frontend)"
"Cache + force_refresh"
[Docker Compose (VPS backend + bot)]
[Vercel (frontend)]
[Cache + force_refresh]
Speed Insights
```