Ogma

screenshot of Ogma
astro
express
nestjs
react

A monorepo for the ogma logger and related packages

Overview:

The Ogma Logger is a logging tool designed to simplify logging in development and produce powerful JSON logs for production environments. It offers a base logger package, a NestJS module, and various plugins to enhance logging capabilities for different platforms and services.

Features:

  • Simplified logging: Makes logging simple and easy to read in development.
  • Powerful JSON logs: Produces JSON logs for production, making it easier to parse and consume by external services.
  • Modular packages: Includes different packages for logging with various platforms and services such as Express, Fastify, GraphQL, gRPC, Kafka, and more.

Summary:

The Ogma Logger is a comprehensive logging tool that offers simplicity in development logging and power in production level JSON logs. With its modular structure and various plugins, it provides flexibility in logging for different platforms and services, making it a versatile choice for logging needs in web development projects.

astro
Astro

Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.