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
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
2b967450eb
rewrite the real-time data acquisition and processing workflow
2025-01-21 16:35:44 +08:00
douxu
f48b527708
fix bug of circuit diagram load handler
2025-01-07 16:45:52 +08:00
douxu
2b4ad06b71
write comment of http handler
2024-12-31 16:18:51 +08:00
douxu
39e380ee1e
optimize demo code
2024-12-25 16:34:57 +08:00
douxu
efc15c3b2d
wirte demo code
2024-12-18 16:25:49 +08:00
douxu
93529c716e
add swagger docs and swagger docs web
2024-12-06 16:13:11 +08:00
douxu
3899cda8ef
preliminary completion of circuit diagram update handler code writing
2024-12-02 16:13:16 +08:00
douxu
2df821f69a
optimize code of circuit diagram update API
2024-11-29 16:34:03 +08:00
douxu
16220a6dd7
initialize real-time data reading framework
2024-11-28 15:29:34 +08:00
douxu
ac63d21791
optimize circuit diagram load api
2024-11-27 16:48:11 +08:00