All Projects โ†’ jmcdo29 โ†’ ogma

jmcdo29 / ogma

Licence: MIT license
A monorepo for the ogma logger and related packages

Programming Languages

typescript
32286 projects
Astro
20 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ogma

Stator
Stator, your go-to template for the perfect stack. ๐Ÿ˜๐Ÿ™
Stars: โœญ 217 (+7.96%)
Mutual labels:  monorepo, nest, nestjs
MyAPI
A template to create awesome APIs easily โšก๏ธ
Stars: โœญ 117 (-41.79%)
Mutual labels:  nest, nestjs
Nestjs Amqp
Amqp connections for nestjs ๐Ÿ’Œ
Stars: โœญ 123 (-38.81%)
Mutual labels:  module, nestjs
nestjs-starter
๐Ÿš€ Nest framework starter
Stars: โœญ 30 (-85.07%)
Mutual labels:  nest, nestjs
Ngx Starter Kit
๐Ÿ…ฐ๏ธ Angular ๐Ÿš€ NestJS ๐Ÿ’ Starter Kit
Stars: โœญ 479 (+138.31%)
Mutual labels:  monorepo, nestjs
Nest Raven
Sentry Raven Module for Nest.js Framework
Stars: โœญ 123 (-38.81%)
Mutual labels:  module, nest
bundled-nest
๐Ÿ’ฅ Nest ๐Ÿ”ฐ Webpack ๐Ÿ”ฐ Docker ๐Ÿ’ฅ --- ๐Ÿฏ Now archived for historical reference โ›ฉ
Stars: โœญ 59 (-70.65%)
Mutual labels:  nest, nestjs
Jwt
JWT utilities module based on the jsonwebtoken package ๐Ÿ”“
Stars: โœญ 232 (+15.42%)
Mutual labels:  nest, nestjs
nest-queue
Queue manager for NestJS Framework for Redis (via bull package)
Stars: โœญ 69 (-65.67%)
Mutual labels:  nest, nestjs
nestjs-objection
Objection module for NestJS
Stars: โœญ 24 (-88.06%)
Mutual labels:  nest, nestjs
monorepify
A boilerplate for monorepo architecture using frameworks.
Stars: โœญ 37 (-81.59%)
Mutual labels:  monorepo, nestjs
renestql
React, NestJS & GraphQL monorepo boilerplate managed with nx
Stars: โœญ 25 (-87.56%)
Mutual labels:  monorepo, nestjs
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: โœญ 136 (-32.34%)
Mutual labels:  monorepo, nestjs
Testing Nestjs
A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
Stars: โœญ 685 (+240.8%)
Mutual labels:  interceptor, nestjs
prime-nestjs
A production-ready NestJS boilerplate using Typescript, Postgres, TypeORM, and Docker.
Stars: โœญ 140 (-30.35%)
Mutual labels:  nest, nestjs
nestjs-ratelimiter
Distributed consistent flexible NestJS rate limiter based on Redis
Stars: โœญ 49 (-75.62%)
Mutual labels:  nest, nestjs
Nestjs Typegoose
Typegoose with NestJS
Stars: โœญ 215 (+6.97%)
Mutual labels:  nest, nestjs
Notadd
A microservice development architecture based on nest.js. โ€”โ€” ๅŸบไบŽ Nest.js ็š„ๅพฎๆœๅŠกๅผ€ๅ‘ๆžถๆž„ใ€‚
Stars: โœญ 2,556 (+1171.64%)
Mutual labels:  nest, nestjs
twitch-project
A weekly stream in which I build a web application with Neo4j and Typescript
Stars: โœญ 78 (-61.19%)
Mutual labels:  nest, nestjs
nestjs-telegraf
๐Ÿค– Powerful Nest module for easy and fast creation Telegram bots
Stars: โœญ 300 (+49.25%)
Mutual labels:  nest, nestjs

CI Commitizen friendly Coffee Codacy Badge Codacy Badge

Ogma Logo

@Ogma

Ogma is a no-nonsense logger developed to make logging simple, and easy to read in development, while also having a powerful JSON form when it comes to production level logs, to make it easier to parse and consume by external services. This monorepo has all of the code for the base logger, the binary to rehydrate the JSON logs, and the NestJS Module along with supported plugins for the module's interceptor.

Packages

Package Description
@ogma/cli The ogma command that can rehydrate ogma logs from JSON to human friendly formats
@ogma/logger The base logger package that has the core implementation. Can be used from anything, does not need to be NestJS.
@ogma/nestjs-module The core module package that sets up the OgmaService and OgmaInterceptor
@ogma/platform-express A plugin for the OgmaInterceptor to properly handle HTTP requests from Express
@ogma/platform-fastify An HTTP plugin to properly log Fastify requests
@ogma/platform-graphql An HTTP/GQL plugin to properly log GraphQL requests using the Express server
@ogma/platform-graphql-fastify An HTTP/GQL plugin to properly log GraphQL requests using the Fastify server
@ogma/platform-grpc A microservice plugin to properly log gRPC requests (in development)
@ogma/platform-kafka A microservice plugin to properly log Kafka requests (in development)
@ogma/platform-mqtt A microservice plugin to properly log MQTT requests (in development)
@ogma/platform-nats A microservice plugin to properly log NATS requests (in development)
@ogma/platform-rabbitmq A microservice plugin to properly log RabbitMQ requests (in development)
@ogma/platform-redis A microservice plugin to properly log Redis requests (in development)
@ogma/platform-socket.io A Gateway plugin to properly log Socket.io requests
@ogma/platform-tcp A microservice plugin to properly log TCP requests
@ogma/platform-ws A Gateway plugin to properly log WS requests
@ogma/styler A package for string styling. Similar to chalk just made as a part of the @ogma/ namespace.

Contributors

This library is currently being maintained by myself, Minsung Kim, Ruslan Gonzalez, and John Biundo.

If you would like to contribute, please checkout the CONTRIBUTING guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].