https://github.com/deathlockers/threatlog-ai-frontend
Application for viewing logs using real-time graphs and alert notifications in case of real-time anomalies.
https://github.com/deathlockers/threatlog-ai-frontend
apexcharts api-rest notifications quasar-framework typescript vuejs
Last synced: 2 months ago
JSON representation
Application for viewing logs using real-time graphs and alert notifications in case of real-time anomalies.
- Host: GitHub
- URL: https://github.com/deathlockers/threatlog-ai-frontend
- Owner: DeathLockers
- Created: 2025-03-17T13:55:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T14:02:31.000Z (over 1 year ago)
- Last Synced: 2025-03-17T14:25:17.689Z (over 1 year ago)
- Topics: apexcharts, api-rest, notifications, quasar-framework, typescript, vuejs
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThreatLog-AI-frontend
Proyecto de visualización de los logs mediante gráficos:
Proyecto de frontend utilizando Vue.js y TypeScript que se encargará de mostrar los resultados de los logs mediante gráficos en tiempo real y también notificará a los usuarios mediante alertas en caso de que se detecte una anomalía.
Esta aplicación se conecta con AWS para consultar los datos mediante peticiones HTTP ya que el servicio AWS Gateway permite crear una API REST.
¿Es recomendable tener una aplicación externa de AWS para visualizar los resultados?
Si es recomendable que se haga de esta manera ya que de esta manera se consigue tanto escalabilidad y flexibilidad.