Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octoposprime/op-be-logging
OctopOS Prime Backend Logging Service
https://github.com/octoposprime/op-be-logging
backend golang logging microservice
Last synced: 2 months ago
JSON representation
OctopOS Prime Backend Logging Service
- Host: GitHub
- URL: https://github.com/octoposprime/op-be-logging
- Owner: octoposprime
- License: mit
- Created: 2024-01-22T13:29:42.000Z (about 1 year ago)
- Default Branch: phase1
- Last Pushed: 2024-05-31T20:27:44.000Z (8 months ago)
- Last Synced: 2024-06-21T14:05:56.249Z (7 months ago)
- Topics: backend, golang, logging, microservice
- Language: Go
- Homepage: http://www.octoposprime.com
- Size: 71.3 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# op-be-logging
The Logging Services for the Backend Layer of OctopOSPrime[![Build - Test](https://github.com/octoposprime/op-be-logging/actions/workflows/ci.yml/badge.svg)](https://github.com/octoposprime/op-be-logging/actions/workflows/ci.yml)
[![Docker Image Publish](https://github.com/octoposprime/op-be-logging/actions/workflows/cd.yml/badge.svg)](https://github.com/octoposprime/op-be-logging/actions/workflows/cd.yml)## Pre-Requirements
## Development Environment
You have to see ![github.com/octoposprime/op-be-docs](https://github.com/octoposprime/op-be-docs) before development.#### .env
```
POSTGRES_USERNAME=op
POSTGRES_PASSWORD=op
POSTGRES_DATABASE=op
JWT_SECRET_KEY=op
REDIS_PASSWORD=op```
#### Local Run
```
make local-run
```#### Docker Run
```
TEST=true POSTGRES_USERNAME=op POSTGRES_PASSWORD=op JWT_SECRET_KEY=op REDIS_PASSWORD=op make docker-build
make docker-run
```