#Bee
bee is an all-in-one python framework for simplifying micro service program development.
-
Config - Manage configuration for yml, yaml & json
-
RPC - Lightweight and high performace
- Serializable
- ProtoBuf
- json
- http to be continued
- Service Discovery - Automatic registration and name resolution with service discovery
- etcd3
- consul
- Load Balancing - Smart client side load balancing of services built on discovery
- RandomBalancer
- RoundRobbinBalancer
- Serializable
-
Web - Web server with a variety of advanced features, to be continued
-
Database
- Psd - A lightweight, fluent SQL data access and ORM library
- MongoDB - A useful wrapper for mongo
- Redis - A useful wrapper for redis,redis-py-cluster
-
Utility - Some useful utility packages..
- debug
- i18n
- guid
- const
- map
- objectpool