https://github.com/wallacefreitas/orders-queue
https://github.com/wallacefreitas/orders-queue
docker-compose kafka nodejs typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wallacefreitas/orders-queue
- Owner: wallacefreitas
- Created: 2024-05-04T14:45:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T00:08:16.000Z (about 2 years ago)
- Last Synced: 2025-02-01T19:45:15.555Z (over 1 year ago)
- Topics: docker-compose, kafka, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Introduction
This project was development to show an alternative to fetch data of lot origins and centralized in a them using a concept of queue.
### Languages & Frameworks
- Node.js
- TypeScript
- Docker
- Apache Kafka
- KafkaJS
- Zookeeper
- Kafdrop
### How to execute
```yaml
# Starting Docker containers
docker compose -p orders-queue up -d
# Access src file
cd ./src
# Execute pnpm to install all modules
pnpm install
# After execute the below command to run application
pnpm run dev
# Access Kafdrop (Kafka Dashboard)
http://localhost:19000
```