|
|
@@ -1,7 +1,8 @@
|
|
|
# qyl
|
|
|
+- [x] 试一下内网穿透、修改SSH本地配置文件、本地 proxy
|
|
|
- [ ] **了解数据库**
|
|
|
- - [ ] 数据库模型 sqlmodel ,官方文档: https://github.com/tiangolo/sqlmodel
|
|
|
- - [ ] 数据库软件 PostgreSQL 。 2023 最流行的开源数据库,超越 MySQL 。官网: https://github.com/postgres/postgres ,github 地址:https://github.com/postgres/postgres
|
|
|
+ - [x] 数据库模型 sqlmodel ,官方文档: https://github.com/tiangolo/sqlmodel
|
|
|
+ - [x] 数据库软件 PostgreSQL 。 2023 最流行的开源数据库,超越 MySQL 。官网: https://github.com/postgres/postgres ,github 地址:https://github.com/postgres/postgres
|
|
|
- [ ] 根据 sqlmodel 的方式编写代码,定义数据库模型,连接至 PostgreSQL ,代码存放在 db/ 目录中
|
|
|
- [ ] **获取抖音用户信息**
|
|
|
- [ ] 参考文档 https://developer.open-douyin.com/docs/resource/zh-CN/dop/develop/sdk/web-app/web/permission
|
|
|
@@ -12,12 +13,17 @@
|
|
|
- [ ] 评估大模型记忆框架 MemoryBank https://zhuanlan.zhihu.com/p/674220905?utm_campaign=shareopn&utm_medium=social&utm_oi=766444166291935232&utm_psn=1730836140159057920&utm_source=wechat_session
|
|
|
|
|
|
# mrh
|
|
|
-- [ ] **了解数据库**
|
|
|
- - [ ] 数据库模型 sqlmodel ,官方文档: https://github.com/tiangolo/sqlmodel
|
|
|
- - [ ] 数据库软件 PostgreSQL 。 2023 最流行的开源数据库,超越 MySQL 。官网: https://github.com/postgres/postgres ,github 地址:https://github.com/postgres/postgres
|
|
|
- - [ ] 部署数据库服务器 PostgreSQL ,确定分布式数据库可行性 https://blog.csdn.net/qq_23934063/article/details/120267886
|
|
|
+- [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)
|
|
|
+- [ ] **内网穿透**
|
|
|
+ - 💡 必要性:一个应用程序/网站有许多微服务,子请求到不同的后端主机,负载均衡,数据库,文件服务器,对象存储,大文件、音视频流点对点传输,用户没有ipv6,方便协作开发,等等
|
|
|
+ - [x] 评估 FRP 穿透打洞可行性,方便API动态增删改查隧道 (不可行,打洞仍需要中继公网服务器)
|
|
|
+ - [ ] natter 搭建一个 API 增删改查隧道。natter + Vmess 探究
|
|
|
- [ ] **编写前端代码**
|
|
|
- - [ ] 扫码登录,页面跳转
|
|
|
+ - [ ] 扫码登录,页面跳转。前端项目:[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
|
|
|
- [ ] 从数据库获取用户数据,展示到用户登录页中
|
|
|
- [ ] 文档上传、下载、更新、删除
|