https://github.com/mmazurowski/nest-etl
https://github.com/mmazurowski/nest-etl
docker-compose etl microservices nestjs typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmazurowski/nest-etl
- Owner: mmazurowski
- Created: 2022-07-25T07:47:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T09:47:08.000Z (almost 4 years ago)
- Last Synced: 2025-06-06T04:06:08.269Z (about 1 year ago)
- Topics: docker-compose, etl, microservices, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello there 👋🏻
My name is Marcin, very nice to meet you. In the following repository you can find implementation of the task.
### How to run
In root directory of the project execute `docker compose up --build`. All required `.env` files are already defined
in `docker-compose`
TL;DR:
1. Initial import can take some time but after that only new orders will be processed.
2. Due to time limitation docker compose does not use tools like `wait_for.sh` so in case databases are not ready it
might require starting docker compose again.
3. REST API is exposed under `localhost:3008`