FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-t...
Sealos is a production-ready Kubernetes distribution that provides a one-stop solution for both p...
Telegram Desktop messaging app
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Cross-platform multi-protocol VPN software. Pull requests are welcome. The stable version is avai...
我的电视 电视直播软件,安装即可使用
Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
Nintendo Switch emulator (unofficial mirror fork)
The official gpt4free repository | various collection of powerful language models
#3 楼 @ws96apt 对于电商类这个案例是个不错的学习经历
#1 楼 @pynix app 可以 cache list,list 里返回 detail 用的数据即可节省一次 网络开销
#4 楼 @billy 互相都是独立的,数据库也是分开的,app 显示的商品信息是一套系统一套独立 db,库存一套独立系统独立 db,销量(订单系统统计得来)也是独立的。。数据互相调用都是通过 http api 的方式,介于 app 产品要的效果,给 app 的商品 api 需要全量一次行吐所有该小区在售商品,需要遍历商品获取库存,销量。。哪怕做个缓存,对于 app 触发 cache 过期在 get & cache 也是不小的时间开销。。 。
#2 楼 @hooopo 是的,数据库是分开的,互相 http 调用的 api
楼主 说的时时怎么实现的啊,没看明白。