Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cebrailinanc/nest-project
https://github.com/cebrailinanc/nest-project
kafkajs nest-js pino tracing
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cebrailinanc/nest-project
- Owner: cebrailinanc
- Created: 2024-03-04T23:11:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T23:24:12.000Z (10 months ago)
- Last Synced: 2024-10-12T18:21:01.761Z (2 months ago)
- Topics: kafkajs, nest-js, pino, tracing
- Language: TypeScript
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
> docker compose up -d
- kowl [ui_url]( http://localhost:9091)
- kafkaui [ui_url]( http://localhost:9090/)## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## Technologies
- pino> `npm i nestjs-pino pino-http`
- kafkajs
> npm i kafkajs## Stay in touch
```
curl -H 'x-request-id: Value1' localhost:3000 &
curl -H 'x-request-id: call-req-id' localhost:3000/call &
curl -H 'x-request-id: trigger-01-1' localhost:3000/trigger &
```## License
Nest is [MIT licensed](LICENSE).