Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pobyzaarif/pos_lite
https://github.com/pobyzaarif/pos_lite
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pobyzaarif/pos_lite
- Owner: pobyzaarif
- Created: 2021-12-09T10:15:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T13:14:03.000Z (over 2 years ago)
- Last Synced: 2024-06-21T18:52:24.401Z (6 months ago)
- Language: Go
- Size: 790 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POS_LITE
POS_Lite is a sample Point Of Sales system built with golang, using hexagonal architecture and custom log.
This project aims to prove that we can use a custom logger without additional application performance management or monitoring tools to trace, analyze, etc with our lovely apps. just read the log, it's clear enough.## Installation
1. `$ cp .env.example .env`
2. `$ go run app/main/main.go`## Other
- [Postman collection](https://www.getpostman.com/collections/1de1fc55c2e35e56d0b3)
- [Sample log](/docs/sample_log.md)
- Sample dashboard after i processed the log with elk
![dashboard](/docs/dashboard.png)
- process log (1 flow of process) discovery by `tracker_id`
![dashboard](/docs/process%20log%20with%20tracker.png)