# data-extractor-kafka-nest-template **Repository Path**: JoinXin/data-extractor-kafka-nest-template ## Basic Information - **Project Name**: data-extractor-kafka-nest-template - **Description**: data-extractor-kafka-nest-template 是一个 nest版本的 数据抽取模版 源为mysql 目标为 kafka - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-12 - **Last Updated**: 2024-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
一个nest版本数据抽取 模版
## 介绍 nest版本的数据抽取模版目标是抽取数据源到kafka中, 模版集成的组件包括,http 控制模块, 日志集成, 监控集成,队列任务,mysql sequelize 集成,swagger文档集成,kafka producer集成  ## 安装依赖 ```bash $ npm i ``` ## 运行app ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ## Test ```bash # unit tests $ yarn run test # e2e tests $ yarn run test:e2e # test coverage $ yarn run test:cov ``` ## Support Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers ## Stay in touch - Author - [Jone Xin](https://github.com/JoneXin) ## License Nest is [MIT licensed](LICENSE).