To run the workspace, follow these steps:
-
Make sure you have pnpm installed on your system.
-
Install the project dependencies using pnpm:
pnpm install
- Build
pnpm build
- Set env
// .env
KAFKA_SOURCE_TOPIC_PATTERN=^my_server.local..* // my_server.local.*
- Start
pnpm start
- swpark - @swpark6
This project is licensed under the MIT License - see the LICENSE file for details.