Skip to content

Roadmap

Furkan Güngör edited this page Oct 27, 2021 · 2 revisions

There are many features planned for Easy-Profiler.

We have a roadmap to increase the number of databases supported and add new features.

Supported Databases

  • SQL Server
  • PostgreSQL
  • MariaDb
  • MySQL
  • MongoDB
  • Firebird
  • Oracle
  • SQLite

Report Module

Easy-Profiler stores all records on its own databae scheme. Thus, a report can be presented from these data. Currently Use reports using the EasyProfilerBaseService object. However, these reports must be triggered by the developer. The report module will be recurring.

For Example;

  • Most requested endpoint
  • Slowest endpoint
  • Highest endpoint
  • Total Read count
  • Total insert count
  • Total update count
  • Total delete count

Notification Module

It is the module to be used for reporting the generated reports and some limits.

Limits

For Example; Send a notification if there is a query lasting more than 10 seconds.

Channels

  • Slack
  • Microsoft Teams
  • Sms
  • Email
  • Push Notification
  • RabbitMQ event
  • Kafka event
  • Amazon SQS event
  • Azure Service Bus
  • Web Hook

Dashboard

  • Real-time application performance watch with dashboard.
  • Define limit with dashboard.
  • Get report with dashboard.

Welcome to the EasyProfiler wiki!

Topics:

Clone this wiki locally