基于 go-zero 的电商微服务中间件实战项目。项目目标不是做完整商城,而是通过电商下单链路系统练习 PostgreSQL、Redis、RabbitMQ、Elasticsearch、MinIO、Etcd、Prometheus、Grafana、Jaeger 等常见后端中间件。
Go API for the ImageLab MVP. It stores uploaded images, creates Worker jobs through Redis Stream, consumes Worker results, and exposes image/job history for the Web UI.
imagelab-worker 是 ImageLab 图像处理实验平台 的 Python 图像处理 Worker。它负责接收图像任务、读取图片、执行处理流水线、输出结果,并返回结构化执行状态。