Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
miniflycn committed Jul 16, 2022
1 parent dd513a2 commit 12aa556
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions data-processor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

BFF层数据处理,对应的 micro service 在:https://github.com/FE-star/activity-micro-service

## 还有啥可优化的?

* 支持 HTTP or HTTPS
* 为了避免暴露可直接根据Activity ID获取商品列表的接口,可以怎么设计,避免爬虫通过该接口爬去商品信息?
* 通过配置文件管理接口合并与裁剪
* 通过可视化配置管理接口
* 错误处理


## 演示地址

> http://localhost:3001/activity/query?activitys[0]=321&activitys[1]=123

## Installation

```bash
Expand Down Expand Up @@ -34,8 +48,4 @@ $ npm run test:e2e

# test coverage
$ npm run test:cov
```

## 演示地址

> http://localhost:3001/activity/query?activitys[0]=321&activitys[1]=123
```

0 comments on commit 12aa556

Please sign in to comment.