douxu
57d1111a83
refactor: modernize Go idioms and add MongoDB K8s manifests
...
- replace interface{} with any across ~30 files for Go 1.18+ style
- adopt for-range-over-int loops in place of explicit index loops
- use maps.Copy from stdlib to replace manual map copy loops
- use min() builtin for exponential backoff delay cap in retry_manager
- add MongoDB 7.0 K8s manifests (StatefulSet, Service, PVC, Secret)
- document PostgreSQL and MongoDB deploy steps in deploy.md with SSH tunnel port mappings
2026-05-29 14:28:58 +08:00
douxu
42751c1020
optimize the logic for loading the cache of measurement nodes for traversing components
2025-12-25 17:17:20 +08:00
douxu
7ea38615b4
unified caching system collection key names
2025-12-24 09:34:03 +08:00
douxu
6e16a9a39a
fix bug of measurement recommend injection func
2025-12-24 09:06:42 +08:00
douxu
f45f10507b
fix bug of measurement recommend of token6 complete op and token7 hierarchy recommend
2025-12-23 14:52:39 +08:00
douxu
2a3852a246
add diagram node link process api
2025-12-10 16:12:13 +08:00
douxu
3f70be0d1c
fix bug of new version of measurement recommend api
2025-12-06 18:32:00 +08:00
douxu
a21a423624
optimize func of measurement data injection
2025-12-05 17:12:14 +08:00
douxu
666e1a9289
optimzie shell of measurement recommend api
2025-12-05 16:36:11 +08:00
douxu
10b91abee9
optimize real time data computing api
2025-12-01 17:22:29 +08:00
douxu
329b4827f8
fix bug of real time data injection shell
2025-12-01 11:27:38 +08:00
douxu
a7d894d2de
write code for real time data compute shell
2025-11-28 17:17:58 +08:00
douxu
6f3134b5e9
optimize struct of real time data subscription api and fix bug of real time data pull api
2025-11-26 17:49:24 +08:00
douxu
b6e47177fb
debugging API using single measurement point subscription case
2025-11-25 16:13:55 +08:00
douxu
5e311a7071
optimize redis real time data injection func
2025-11-21 17:02:07 +08:00
douxu
36f267aec7
add data_injection func to mock real time data in redis
2025-11-20 17:37:12 +08:00