Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T00:08:16.000Z (8 months ago)
- Last Synced: 2024-10-16T22:03:41.719Z (3 months 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
```