kaizenflow
kaizenflow copied to clipboard
802-spring2024_orm_integration_with_zookeeper_for_configuration_management
1、I used docker to create an image, which used the MySQL+Debian base image. On this basis, I installed Zookeeper and Python3. In order to complete the project requirements, I also installed Kazoo, SQLAlchemy and other third-party libraries. 2、In order to realize the requirements of the topic: use Zookeeper, ORM and use Python to change the configuration file, I wrote two Python scripts.