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

View File

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