Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tahmid-saj/logging-service
Logging service API for log management in S3 from different frontends / APIs / databases. Can also view summaries of logs in dashboard. Developed using Go / Gin, AWS S3.
https://github.com/tahmid-saj/logging-service
aws-s3 gin go logging
Last synced: about 2 months ago
JSON representation
Logging service API for log management in S3 from different frontends / APIs / databases. Can also view summaries of logs in dashboard. Developed using Go / Gin, AWS S3.
- Host: GitHub
- URL: https://github.com/tahmid-saj/logging-service
- Owner: tahmid-saj
- Created: 2024-09-22T22:35:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T02:11:00.000Z (3 months ago)
- Last Synced: 2024-10-22T01:01:18.592Z (3 months ago)
- Topics: aws-s3, gin, go, logging
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logging-service
Logging service API for log management in S3 from different frontends / APIs / databases. Can also view summaries of logs in dashboard. Developed using Go / Gin, AWS S3.
## Directory structure
The directory structure is as follows:
- **bucket/**
- Handles interactions with AWS S3 buckets for log storage.- **conf/**
- Configuration files for the service.- **data/**
- Contains example or sample log data.- **models/**
- Data models for logging records and configurations.- **object/**
- Manages S3 object operations such as upload and retrieval.- **routes/**
- Defines API routes using the Gin framework.- **utils/**
- Utility functions for log processing and S3 interactions.- **main.go**
- Entry point for the logging service.
## Overview
### Design
The service is used mainly with a monitoring and notification service. The monitoring service can be found here. Similar services can be found here and below:
#### Similar services