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.
- Source code available at github.com/Maksasj/mochi
- 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.
Please make sure you have the following prerequisites:
- A desktop platform with the .NET 8.0 SDK installed
- Version control tool Git
docker build -t mochi .
docker run -p 7417:8080 mochi
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.
mochi is free and open source software. All code in this repository is licensed under
- Apache-2.0 license (LICENSE.md or http://www.apache.org/licenses/LICENSE-2.0)
Copyright 2024 © Maksim Jaroslavcevas