PowerEngine 后端图模服务代码仓库
Go to file
douxu 64f9423b68 chore: remove runtime config bootstrap and update local deploy docs
- stop copying config.example.yaml to config.yaml during app initialization
  - document the local config.yaml example directly in deploy.md
  - update Docker smoke test docs to mount configs/config.yaml
  - bump the K8s Postgres image from 13.16 to 17.5
2026-06-26 16:01:32 +08:00
app chore: remove runtime config bootstrap and update local deploy docs 2026-06-26 16:01:32 +08:00
common refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
config refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
constants refactor: lowercase channel name suffixes and rename PS to PF 2026-06-17 10:47:35 +08:00
database perf: parallelize GetFullMeasurementSet with errgroup 2026-05-18 16:49:46 +08:00
deploy chore: remove runtime config bootstrap and update local deploy docs 2026-06-26 16:01:32 +08:00
diagram refactor: extend TypedMap and migrate MeasComputeState onto it 2026-06-18 16:06:06 +08:00
distributedlock optimize code of redis init 2026-01-28 16:49:12 +08:00
doc refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
docs docs: regenerate swagger and drop stale TODO comment 2026-06-23 11:27:42 +08:00
example fix bug of test data with update handler 2025-01-13 15:54:40 +08:00
handler refactor: lowercase channel name suffixes and rename PS to PF 2026-06-17 10:47:35 +08:00
logger chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +08:00
middleware refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
model refactor: lowercase channel name suffixes and rename PS to PF 2026-06-17 10:47:35 +08:00
mq feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
network refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
orm feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00
pool refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
real-time-data refactor: extend TypedMap and migrate MeasComputeState onto it 2026-06-18 16:06:06 +08:00
router add route of async task system 2026-03-17 16:08:46 +08:00
sql implemented task queue publishing using RabbitMQ 2026-04-01 17:15:33 +08:00
task chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +08:00
test optimize database struct 2025-11-19 17:44:08 +08:00
util refactor: extend TypedMap and migrate MeasComputeState onto it 2026-06-18 16:06:06 +08:00
.drone.yml modify drone pipeline code 2025-02-10 15:21:34 +08:00
.gitignore chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +08:00
README.md merge feature-cgo branch 2025-07-31 10:48:56 +08:00
go.mod refactor: move ModelRT startup assembly into Wire app package 2026-06-24 15:18:27 +08:00
go.sum refactor: move ModelRT startup assembly into Wire app package 2026-06-24 15:18:27 +08:00
main.go refactor: move ModelRT startup assembly into Wire app package 2026-06-24 15:18:27 +08:00

README.md

ModelRT

Build Status