后端:Nest.js+TypeScript+MongoDB+Redis 传送门
前端:React.js+Ant Design+TypeScript 传送门
- 项目已部署到正式环境,并已稳定运行一段时间,请放心使用。
- 前期推荐使用单机数据库或者Mongodb副本集架构,后期根据自身需求考虑是否使用集群分片
- 目前4核8G单机服务器大概能支撑每日50-100W的pv,8核16G单机服务器可支撑100W-500W的PV流量
- 项目后台查询性能增加合适的索引之后,千万以上的数据量可在100ms-2s之内查询出来,平均100-300ms(单机/副本集)
体验地址:Report Monitor
参考上报SDK
String href = '网站域名'+'/rapi/report/create?code=xxxx'
CloseableHttpClient httpclient = HttpClients.createDefault();
httpclient.execute(new HttpGet(href));
import requests
href = '网站域名'+'/rapi/report/create?code=xxxx'
requests.get(href)
其他语言类似,只许发送一条简单的get请求。
MongoDB:
Redis:
开发:
npm run start:dev
生产:
npm run build
相关建议+共同开发联系:[email protected]
MIT