Skip to content
/ mochi Public

🍡 ASP.NET Core based minimalistic logging microservice

License

Notifications You must be signed in to change notification settings

pge3b/mochi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍡 mochi

mochi is a minimalistic logging microservice built with ASP.NET Core. Designed to handle logging needs across distributed services, mochi provides a lightweight and efficient solution for tracking and managing log data in a microservices environment.

Cool looking widgets GitHub Actions Workflow Status GitHub License Unit Test Coverage GitHub Repo stars

Links

  1. Source code available at github.com/Maksasj/mochi

Features

  • Minimalist Design: Lightweight and easy to integrate with your existing services.
  • Scalable: Designed for scalability in distributed systems and microservices architectures.
  • RESTful API: Clean, easy-to-use API for interfacing with file services.
  • Cross-service Logging: Seamlessly logs information from different services to a centralized endpoint.

Developing

Please make sure you have the following prerequisites:

  • A desktop platform with the .NET 8.0 SDK installed
  • Version control tool Git

Running with docker

docker build -t mochi .
docker run -p 7417:8080 mochi

Contribution

When it comes to contributing to the project, the two main things you can do to help out are reporting issues and submitting pull requests.

If you have any questions, feel free to to submit issue or message author on social medias.

License

mochi is free and open source software. All code in this repository is licensed under

Copyright 2024 © Maksim Jaroslavcevas