add environs; update readme

This commit is contained in:
BryantHe 2023-06-17 02:36:37 +08:00
parent 37fc07a068
commit 4ec320b87b
2 changed files with 7 additions and 8 deletions

View File

@ -24,11 +24,14 @@ chassis <ˈʃæsi> n. 底盘,底架
- Sqlalchemy
- 连接池
- 读写分离
- 数据库迁移
- Alembic
### TODO
- environs 替代 python-dotenv
- 可观测 Observability
- Tracing
- Tracing
- OpenTelemetry
- 事务
- 基于开源库 DTM 实现 Saga 模式
@ -39,11 +42,7 @@ chassis <ˈʃæsi> n. 底盘,底架
- 缓存
- 健康检查
- 数据存储相关 utils
- Sqlalchemy
- 数据库迁移
- Alembic
- Redis
- 连接池
- Redis 连接池
- ElasticSearch
- 全局配置服务
- 配置工具

View File

@ -43,7 +43,7 @@ setup(
include_package_data=True,
install_requires=[
'python-dotenv==1.0.0',
'environs==9.5.0',
'logstash_formatter==0.5.17',
'statsd==4.0.1',
'tenacity==8.2.2',