{"id":14978693,"url":"https://github.com/atls/nestjs","last_synced_at":"2026-02-15T00:02:34.484Z","repository":{"id":39788870,"uuid":"266188607","full_name":"atls/nestjs","owner":"atls","description":"NestJS Custom Workshop","archived":false,"fork":false,"pushed_at":"2026-01-11T01:42:46.000Z","size":1025798,"stargazers_count":38,"open_issues_count":1,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-01-12T17:54:59.531Z","etag":null,"topics":["nestjs","nestjs-aws","nestjs-bus","nestjs-example","nestjs-gateway","nestjs-graphql","nestjs-grpc","nestjs-hydra","nestjs-keto","nestjs-kratos","nestjs-library","nestjs-logger","nestjs-oryd","nestjs-s3","nestjs-signed-url","nestjs-tinkoff","nestjs-typeorm","nestjs-typesense"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atls.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://www.tbank.ru/cf/ANRIiFuP8ID"]}},"created_at":"2020-05-22T19:11:50.000Z","updated_at":"2026-01-11T01:42:49.000Z","dependencies_parsed_at":"2025-05-14T11:35:55.951Z","dependency_job_id":"773916ab-70e0-425a-a6f4-fdcc7ddca569","html_url":"https://github.com/atls/nestjs","commit_stats":null,"previous_names":["atlantis-lab/nestjs"],"tags_count":214,"template":false,"template_full_name":null,"purl":"pkg:github/atls/nestjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atls%2Fnestjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atls%2Fnestjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atls%2Fnestjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atls%2Fnestjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atls","download_url":"https://codeload.github.com/atls/nestjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atls%2Fnestjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28490524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T23:55:29.509Z","status":"ssl_error","status_checked_at":"2026-01-16T23:55:29.108Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nestjs","nestjs-aws","nestjs-bus","nestjs-example","nestjs-gateway","nestjs-graphql","nestjs-grpc","nestjs-hydra","nestjs-keto","nestjs-kratos","nestjs-library","nestjs-logger","nestjs-oryd","nestjs-s3","nestjs-signed-url","nestjs-tinkoff","nestjs-typeorm","nestjs-typesense"],"created_at":"2024-09-24T13:58:12.316Z","updated_at":"2026-01-17T00:45:03.431Z","avatar_url":"https://github.com/atls.png","language":"TypeScript","funding_links":["https://www.tbank.ru/cf/ANRIiFuP8ID"],"categories":[],"sub_categories":[],"readme":"![nestjs-github-cover](https://user-images.githubusercontent.com/102182195/235650080-e661338e-4466-43f7-84fc-f801558495eb.png)\n\n# ATLS | NestJS\n\n[English](README.md) | [Русский](README_RU.md)\n\nNestJS Infrastructure-first toolkit\n\n- CQRS, gRPC, Kafka, Auth, Storage\n\n## What’s inside\n\n### Transport\n\n- gRPC (errors, reflection, playground, http-proxy)\n- ConnectRPC (errors)\n- GraphQL Gateway (redis-subscriptions)\n\n### Messaging \u0026 Async\n\n- Kafka (cqrs)\n- CQRS\n- Batch Queue\n\n### Auth \u0026 Identity\n\n- Hydra\n- Kratos\n- Keto\n- gRPC Identity\n\n### Persistence \u0026 Infra\n\n- Redis\n- S3 / GCS\n- MikroORM / TypeORM\n- Typesense (typeorm)\n- Signed URL\n\n### DX \u0026 Utilities\n\n- Logger\n- Validation\n- Pipes\n- Proto Types\n- Dataloader\n- Microservices Registry\n- External Renderer\n\n## Why this repo exists\n\n- NestJS does not provide built-in modules for gRPC, Kafka, authentication systems,\n  API gateways, or search engines\n- In production, this usually turns into custom glue code\n  and repeated infrastructure logic copied across services\n\nThis repository provides infrastructure-level modules for NestJS\nthat cover these concerns out of the box\nand remove the need to reimplement the same infra in every project.\n\n## 🚀 Examples\n\n- [`grpc-http-proxy`](examples/grpc-http-proxy) - Echo HTTP proxy for gRPC services example\n- [`grpc-playground`](examples/grpc-playground) - gRPC Playground integration example\n- [`grpc-reflection`](examples/grpc-reflection) - gRPC Server Reflection usage example\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatls%2Fnestjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatls%2Fnestjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatls%2Fnestjs/lists"}