Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Nest Logo

[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.



NPM Version
Package License
NPM Downloads
CircleCI
Coverage
Discord
Backers on Open Collective
Sponsors on Open Collective

Support us


## 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).