# qyl - [x] 试一下内网穿透、修改SSH本地配置文件、本地 proxy - [ ] **了解数据库** - [x] 数据库模型 sqlmodel ,官方文档: https://github.com/tiangolo/sqlmodel - [x] 数据库软件 PostgreSQL 。 2023 最流行的开源数据库,超越 MySQL 。官网: https://github.com/postgres/postgres ,github 地址:https://github.com/postgres/postgres - [x] 根据 sqlmodel 的方式编写代码,定义数据库模型,连接至 PostgreSQL ,代码存放在 db/ 目录中(调试了sqlmodel连接PostgreSQL服务器,往数据库中写入数据) - [x] 添加、删除、显示记录 - [ ] **获取抖音用户信息** - [ ] 详见 [api](./api/readme.md#获取抖音用户信息) - [ ] 参考文档 https://developer.open-douyin.com/docs/resource/zh-CN/dop/develop/sdk/web-app/web/permission - [ ] 后端管理框架参考: https://github.com/amisadmin/fastapi-amis-admin - [ ] 将 code 解析出来。获取用户 access-token 、 expires_in、open_id、refresh_expires_in、refresh_token。参考文档 https://developer.open-douyin.com/docs/resource/zh-CN/dop/develop/openapi/account-permission/get-access-token - [ ] 利用 access-token 获取用户公开信息。 - [ ] **接入 LangChain (代补充)** - [ ] 向量数据库服务器部署 - [ ] 评估大模型记忆框架 MemoryBank https://zhuanlan.zhihu.com/p/674220905?utm_campaign=shareopn&utm_medium=social&utm_oi=766444166291935232&utm_psn=1730836140159057920&utm_source=wechat_session # mrh - [x] **了解数据库** - [x] 数据库模型 sqlmodel ,官方文档: https://github.com/tiangolo/sqlmodel - [x] 数据库软件 PostgreSQL 。 2023 最流行的开源数据库,超越 MySQL 。官网: https://github.com/postgres/postgres ,github 地址:https://github.com/postgres/postgres - [x] 部署数据库服务器 PostgreSQL ,确定分布式数据库可行性 https://blog.csdn.net/qq_23934063/article/details/120267886。微软Citus 11 for Postgres分布式架构 https://github.com/citusdata/citus - [x] 已完成部署,[使用教程](./db/readme.md) - [ ] **编写前端代码** - [x] 扫码登录,页面跳转(1月26日)。 - [ ] 前端项目:[vue-pure-admin](https://mp.weixin.qq.com/s/iJPJizHKhbXe9iHpclU3FA) 基于 Vue3、Vite、Element-Plus 和 TypeScript 编写的后台管理系统。github链接:https://github.com/xiaoxian521/vue-pure-admin - [ ] 了解用户鉴权, element-plus-admin + Fastapi + Oauth2 - [ ] 从数据库获取用户数据,展示到用户登录页中 - [ ] 文档上传、下载、更新、删除 - [ ] **内网穿透** - 💡 必要性:一个应用程序/网站有许多微服务,子请求到不同的后端主机,负载均衡,数据库,文件服务器,对象存储,大文件、音视频流点对点传输,用户没有ipv6,方便协作开发,等等 - [x] 评估 FRP 穿透打洞可行性,方便API动态增删改查隧道 (不可行,打洞仍需要中继公网服务器) - [ ] natter 搭建一个 API 增删改查隧道。natter + Vmess 探究 - [ ] **接入 LangChain (代补充)** - [ ] 向量数据库服务器部署 - [ ] 评估大模型记忆框架 MemoryBank https://zhuanlan.zhihu.com/p/674220905?utm_campaign=shareopn&utm_medium=social&utm_oi=766444166291935232&utm_psn=1730836140159057920&utm_source=wechat_session