https://github.com/permafrost-dev/pg-log-analyzer
https://github.com/permafrost-dev/pg-log-analyzer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/permafrost-dev/pg-log-analyzer
- Owner: permafrost-dev
- License: mit
- Created: 2024-10-17T13:12:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-06T02:09:30.000Z (3 months ago)
- Last Synced: 2026-04-06T04:17:23.154Z (3 months ago)
- Language: Go
- Homepage:
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# pg-log-analyzer
---
analyze postgres server logs
## Setup
```bash
go mod tidy
```
## Building the project
```bash
task build
```
---
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Patrick Organ](https://github.com/patinthehat)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.