PowerEngine 后端图模服务代码仓库
Go to file
douxu de1110905e feat: bootstrap measurement data objects in Redis
- load measurement hierarchy and metadata from PostgreSQL
- generate 3 types Redis hashes
- map measurement type enums to TM, TS, TC, TA, and SP
- validate token uniqueness, mode, type, and JSONB fields
- track initialized hashes and clean up stale measurement keys
- initialize measurement data objects during modelRT startup
2026-07-29 15:12:05 +08:00
common feat(data-object): support parameter and measurement attribute updates 2026-07-20 15:46:31 +08:00
config refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
constants feat: bootstrap measurement data objects in Redis 2026-07-29 15:12:05 +08:00
database feat: bootstrap measurement data objects in Redis 2026-07-29 15:12:05 +08:00
deploy feat: bootstrap parameter data objects from PostgreSQL to Redis 2026-07-28 16:24:29 +08:00
diagram feat(data-object)!: enhance measurement mode update workflow 2026-07-21 16:13:23 +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 feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
example fix bug of test data with update handler 2025-01-13 15:54:40 +08:00
handler feat: bootstrap measurement data objects in Redis 2026-07-29 15:12:05 +08:00
logger fix: resolve rebase regressions in measurement queries and logging 2026-07-16 16:59:11 +08:00
middleware feat(data-object)!: enhance measurement mode update workflow 2026-07-21 16:13:23 +08:00
model feat: bootstrap measurement data objects in Redis 2026-07-29 15:12:05 +08:00
mq feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
network feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
orm feat(data-object): support parameter and measurement attribute updates 2026-07-20 15:46:31 +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 feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
sql feat: bootstrap measurement data objects in Redis 2026-07-29 15:12:05 +08:00
task refactor: replace topology tree with graph cache 2026-07-07 10:01:14 +08:00
test optimize database struct 2025-11-19 17:44:08 +08:00
util refactor: simplify redis recommendation concurrency 2026-07-08 14:41:13 +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 feat(data-object): support parameter and measurement attribute updates 2026-07-20 15:46:31 +08:00
go.sum refactor: migrate trace propagation from B3 to W3C TraceContext - switch OTel propagator from b3.New() to propagation.TraceContext{} - rename B3 header constants to generic internal context keys 2026-05-07 16:43:34 +08:00
main.go feat: bootstrap measurement data objects in Redis 2026-07-29 15:12:05 +08:00

README.md

ModelRT

Build Status