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
041d7e5788
optimize variable naming and optimize real time data computing api
2025-11-12 17:34:18 +08:00
douxu
f4ab4e4ea4
refactor(orm/circuit_diagram_component): fix compilation issues caused by structure field changes
...
http://server.baseware.net:9000/project/datart/task/47
2025-08-15 16:25:48 +08:00
douxu
3e833909d1
feat(token-parse): 1. add func of parse token 2.add func of query grid、zone、station、component 3.modify package of constant
...
http://server.baseware.net:9000/project/datart/task/22
2025-08-05 15:20:07 +08:00
douxu
b7009c351e
refactor(errer-package): optimize package name of constant
...
1.optimize package name of constant
2025-06-13 15:34:49 +08:00
douxu
f6cee44f84
refactor(handler): use logger package log func replace zap log func
2025-06-06 16:41:52 +08:00
douxu
58e54afed2
write new code of an alert event management handler
2025-01-23 14:56:01 +08:00
douxu
65f71348d6
design an alert event management structure
2025-01-22 16:38:46 +08:00
douxu
2b967450eb
rewrite the real-time data acquisition and processing workflow
2025-01-21 16:35:44 +08:00
douxu
d89bf83f8b
fix bug of create、delete、update handler
2025-01-10 16:57:29 +08:00
douxu
2b4ad06b71
write comment of http handler
2024-12-31 16:18:51 +08:00
douxu
5a9fa5cc4d
write code for polling real time data from dataRT service
2024-12-26 15:03:20 +08:00
douxu
39e380ee1e
optimize demo code
2024-12-25 16:34:57 +08:00
douxu
c3f7ddf210
optimize demo code
2024-12-23 14:47:22 +08:00
douxu
f8b9a70250
add replace anchor point api and optimize code of anchor param data polling function points
2024-12-20 16:06:42 +08:00