ecto_psql_extras
Performance monitoring tool
Provides performance insights into PostgreSQL databases used by Elixir applications.
Ecto PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
363 stars
8 watching
29 forks
Language: Elixir
last commit: 8 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
elixir-ecto/postgrex | A PostgreSQL driver for Elixir. | 1,116 |
cheerfulstoic/ecto_watch | A tool that enables real-time notifications about database changes directly from PostgreSQL. | 183 |
elixir-mongo/mongodb_ecto | Provides an interface to interact with MongoDB databases using Ecto | 374 |
parroty/exprof | A tool to profile and analyze Elixir code execution time | 179 |
deadtrickster/prometheus-ecto | A Prometheus.io collector for Ecto's query performance metrics | 77 |
rapidloop/pgmetrics | A tool to collect and display performance metrics from a running PostgreSQL server | 965 |
crunchydata/pgnodemx | Provides SQL functions to capture node OS metrics from PostgreSQL | 49 |
parroty/excheck | A testing library for Elixir programming language | 316 |
robconery/moebius | A functional query tool that provides a PostgreSQL interface while maintaining Elixir's functional nature and minimal abstraction | 602 |
joshrieken/plasm | A composable query library for Ecto | 90 |
le0pard/pgtune | A tool to optimize PostgreSQL performance based on hardware characteristics | 2,209 |
hypopg/hypopg | An extension that provides virtual indexes for PostgreSQL to help identify potential performance gains without creating actual indexes. | 1,388 |
annkissam/rummage_ecto | A lightweight Elixir framework for modifying Ecto queries with search, sort, and pagination capabilities. | 212 |
spotify/postgresql-metrics | Extracts and provides metrics on PostgreSQL databases | 590 |
elixir-ecto/tds | A driver for connecting to Microsoft SQL Server databases from Elixir applications | 116 |