Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reziamini/alerty
Alerty is a query smell identifier which gives you a GUI to monitor them.
https://github.com/reziamini/alerty
laravel laravelpackage monitoring performance sql
Last synced: 9 days ago
JSON representation
Alerty is a query smell identifier which gives you a GUI to monitor them.
- Host: GitHub
- URL: https://github.com/reziamini/alerty
- Owner: reziamini
- Created: 2022-03-10T10:14:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T13:15:35.000Z (over 2 years ago)
- Last Synced: 2024-10-15T07:26:33.496Z (22 days ago)
- Topics: laravel, laravelpackage, monitoring, performance, sql
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alerty
Alerty is a smell query identifier which gives you a GUI to monitor them.
![alerty](https://user-images.githubusercontent.com/29504334/157667001-085944f8-edec-49a8-9ce5-ac24760dbfdc.png)
## Installation:
To install Alerty, you need to execute this command using Composer:```shell
composer require rezaamini-ir/alerty --dev
```
Then you need to migrate your migrations using Artisan:```shell
php artisan migrate
```Now you have access to `/alerty` endpoint, enjoy it!
For now, Alerty is not Real-time and you have to refresh the page to get a fresh result.