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
3fa0a8c6ca
optimize covert func of component info
2025-08-18 17:02:38 +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
0520e9cece
fix bug of test data with update handler
2025-01-13 15:54:40 +08:00
douxu
2b4ad06b71
write comment of http handler
2024-12-31 16:18:51 +08:00
douxu
9385ba695c
write code for adapter new component struct
2024-12-30 16:39:11 +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
cd2451c985
add free vertex process in create update delete api
2024-12-05 16:32:23 +08:00
douxu
410c08b132
optimize circuit diagram update handler and complete circuit diagram create handler code writing
2024-12-05 14:57:23 +08:00