Skip to content

imanborumand/mlinaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mlinaa

log service

Mlinaa is a Golang-language microservice to which you can send and save log requests from your other services.

With this service you can create a log service on your host.

You can send your system logs to Mlinaa by requesting HTTP and then retrieve them.

Features

Melina has three Api to manage your logs

  • set => store logs
  • get/:id => get log by id
  • delete/:id => delete a log from database

Configure

The mlinna settings are in the config/config.yml file

Installation

docker-compose build
docker-compose up -d

After installation, call the following address:

http://localhost:8080

now you can [store- get- remove] your logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published