Search Results for "postgres reporting tools"

Showing 255 open source projects for "postgres reporting tools"

View related business solutions
  • Stay in Flow. Let Zenflow Handle the Heavy Lifting. Icon
    Stay in Flow. Let Zenflow Handle the Heavy Lifting.

    Your AI engineering control center. Zenflow turns specs into shipped features using parallel agents and multi-repo intelligence.

    Zenflow is your engineering control center, turning specs into shipped features. Parallel agents handle coding, testing, and refactoring with real repo context. Multi-agent workflows remove bottlenecks and automate routine work so developers stay focused and in flow.
    Try free now
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • 1
    Postgres Meta

    Postgres Meta

    A RESTful API for managing your Postgres. Fetch tables, add roles

    Postgres Meta is a RESTful API for managing PostgreSQL databases, developed by Supabase. It allows users to perform administrative tasks such as creating tables, views, functions, roles, and extensions programmatically through HTTP endpoints. Postgres Meta enables developers to integrate database management directly into dashboards, automation tools, or backend services without requiring SQL access or pgAdmin.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Stripe Sync Engine

    Stripe Sync Engine

    Sync your Stripe account to you Postgres database

    stripe-sync-engine is a tool by Supabase that continuously syncs Stripe data into a Postgres database using webhooks. It ensures that billing-related Stripe objects like customers, subscriptions, and invoices are always up to date in your local database. This makes it easy to run analytics, reporting, or custom business logic using SQL without hitting Stripe’s API repeatedly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Supabase

    Supabase

    The open source Firebase alternative

    Create a backend in less than 2 minutes. Start your project with a Postgres database, authentication, instant APIs, real-time subscriptions and storage. Every project is a full Postgres database, the world's most trusted relational database. Add user sign-ups and logins, securing your data with Row Level Security. Store, organize and serve large files. Any media, including videos and images. Write custom code and cron jobs without deploying or scaling servers. We introspect your database to...
    Downloads: 44 This Week
    Last Update:
    See Project
  • 4
    pg_mooncake

    pg_mooncake

    Real-time analytics on Postgres tables

    pg_mooncake is a PostgreSQL extension that brings observability and performance insights to your database by exposing low-level metrics and analytics. It provides developers with enhanced visibility into query execution, memory usage, and system behavior. Ideal for fine-tuning Postgres performance, pg_mooncake is designed for those who need actionable insights without external tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    PgRx

    PgRx

    Build Postgres Extensions with Rust

    pgrx is a Rust framework for developing PostgreSQL extensions, making it easier to write safe, high-performance native extensions in Rust. It handles the boilerplate and unsafe FFI needed to interface with Postgres internals, allowing developers to focus on logic. With built-in support for SQL generation, testing, and deployment, pgrx streamlines the extension creation process while embracing Rust’s safety guarantees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pg_auto_failover

    pg_auto_failover

    Postgres extension and service for automated failover

    pg_auto_failover is a PostgreSQL extension and management tool for automated high availability. It handles health checks, failover, and monitoring without requiring third-party tools or complex configuration. Designed by the Citus Data team at Microsoft, it's ideal for developers and ops teams wanting reliable HA with minimal effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Allure Report

    Allure Report

    Flexible, lightweight multi-language test reporting tool

    ...Allure Report is capable to build unified reports for dozens of testing tools across eleven programming languages on several CI/CD systems.
    Downloads: 239 This Week
    Last Update:
    See Project
  • 8
    Citus

    Citus

    Distributed PostgreSQL as an extension

    Citus is a PostgreSQL extension that transforms Postgres into a distributed database, so you can achieve high performance at any scale. With Citus, you extend your PostgreSQL database with new superpowers. Distributed tables are sharded across a cluster of PostgreSQL nodes to combine their CPU, memory, storage and I/O capacity. References tables are replicated to all nodes for joins and foreign keys from distributed tables and maximum read performance. Distributed query engine routes and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Supabase CLI

    Supabase CLI

    Supabase CLI. Manage postgres migrations, run Supabase locally

    Supabase CLI is the command-line interface for managing and developing Supabase projects. It streamlines local development, database migrations, environment management, and project deployment. Designed for developers building with Supabase, the CLI provides an efficient way to work with the entire Supabase stack—PostgreSQL, auth, storage, and edge functions—directly from the terminal.
    Downloads: 49 This Week
    Last Update:
    See Project
  • DAT Freight and Analytics - DAT Icon
    DAT Freight and Analytics - DAT

    DAT Freight and Analytics operates DAT One truckload freight marketplace

    DAT Freight & Analytics operates DAT One, North America’s largest truckload freight marketplace; DAT iQ, the industry’s leading freight data analytics service; and Trucker Tools, the leader in load visibility. Shippers, transportation brokers, carriers, news organizations, and industry analysts rely on DAT for market trends and data insights, informed by nearly 700,000 daily load posts and a database exceeding $1 trillion in freight market transactions. Founded in 1978, DAT is a business unit of Roper Technologies (Nasdaq: ROP), a constituent of the Nasdaq 100, S&P 500, and Fortune 1000. Headquartered in Beaverton, Ore., DAT continues to set the standard for innovation in the trucking and logistics industry.
    Learn More
  • 10
    Apache Maven

    Apache Maven

    Apache Maven core

    ...Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the pom.xml declarative file. Maven can be extended by plugins to utilize a number of other development tools for reporting or the build process.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 11
    Breakpad

    Breakpad

    Mirror of Google Breakpad project

    Breakpad is an open source crash reporting system developed by Google that provides both client and server components to capture, analyze, and report software crashes across platforms. It is designed to help developers diagnose and fix crashes efficiently by generating detailed crash dumps, stack traces, and diagnostic data whenever an application fails unexpectedly. The framework includes libraries for embedding crash-handling functionality directly into applications and tools for processing and symbolizing crash dumps on the server side. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 12
    pgcat

    pgcat

    PostgreSQL pooler with sharding, load balancing and failover support

    PgCat is a high-performance PostgreSQL connection pooler and load balancer built for modern, distributed systems. Written in Rust, PgCat is designed to efficiently manage database connections across multiple shards and replicas while supporting features like automatic failover, query-based routing, and observability. It works with both single-node and multi-tenant Postgres setups, making it ideal for cloud-native applications that require scale and reliability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DBHub

    DBHub

    Universal database MCP server connecting to MySQL, PostgreSQL

    DBHub is a universal database gateway that implements the MCP server interface so assistants and IDEs can explore and query databases through typed tools. It supports multiple transports—stdio for desktop clients and HTTP for networked scenarios—making it flexible to embed or deploy. Configuration is environment-variable driven, with a DSN and per-engine settings covering Postgres, MySQL, MariaDB, SQL Server, and SQLite. Operational flags include read-only mode, row limits, and even SSH tunneling options for secure access into private networks. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Invoice Plane

    Invoice Plane

    A self-hosted open source application for managing your invoices

    InvoicePlane is an open-source invoicing and client management system designed for small businesses and freelancers. It enables users to create, send, and manage invoices and quotes efficiently. The system supports multiple languages, currencies, and tax rates, making it suitable for global use. InvoicePlane also provides detailed financial reporting and client management features.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    Countly

    Countly

    Product analytics platform

    Understand and enhance your customers' journey on your web, mobile or desktop application through Countly. Countly is an innovative, real-time, open source mobile & web analytics platform, with rich push notifications and crash reporting tools. Countly securely processes billions of data points every day from mobile, desktop and web apps to help thousands of companies visualize their data, analyze and use it to grow their business. Countly is made up of two main parts: the server collecting and analyzing data, and an SDK (mobile, web or desktop) that sends this data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Exceptionless

    Exceptionless

    Exceptionless application

    The definition of the word exceptionless is: to be without exception. Exceptionless provides real-time error reporting for your JavaScript, Node, .NET Core, ASP.NET, Web API, WebForms, WPF, Console, and MVC apps. It organizes the gathered information into simple actionable data that will help your app become exceptionless.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Peppermint

    Peppermint

    An open source issue management & help desk solution

    Peppermint is an open-source issue management and help desk solution designed as an alternative to platforms like Zendesk and Jira, offering tools for managing internal and customer support requests.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    repmgr

    repmgr

    A lightweight replication manager for PostgreSQL (Postgres)

    repmgr is a management tool for PostgreSQL replication, providing monitoring, failover, and administrative capabilities for streaming replication setups. It simplifies the configuration of primary/standby clusters and automates failover processes for high availability. repmgr is widely used in production environments where database resilience and minimal downtime are critical.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    arkade

    arkade

    Open Source Marketplace For Developer Tools

    arkade is how developers install the latest versions of their favorite CLI tools and Kubernetes apps. With arkade get, you'll have kubectl, kind, terraform, and jq on your machine faster than you can type apt-get install or brew update. With over 120 CLIs and 55 Kubernetes apps (charts, manifests, installers) available for Kubernetes, gone are the days of contending with dozens of README files just to set up a development stack with the usual suspects like ingress-nginx, Postgres, and cert-manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ParadeDB

    ParadeDB

    ParadeDB is a modern Elasticsearch alternative built on Postgres

    ParadeDB is an open-source search and analytics engine built on top of PostgreSQL. It serves as a modern alternative to Elasticsearch, offering real-time search capabilities for update-heavy workloads. By leveraging PostgreSQL's robustness, ParadeDB provides a scalable and efficient solution for full-text search and analytics.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Icinga 2

    Icinga 2

    The core of our monitoring platform

    Icinga is a monitoring system that checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. Scalable and extensible, Icinga can monitor large, complex environments across multiple locations. This includes your data center as well as your private, public, or hybrid clouds. Icinga 2 is the monitoring server and requires Icinga Web 2 on top in your Icinga Stack. The configuration can be easily managed with either the Icinga Director, config management tools, or plain text within the Icinga DSL.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    easystats

    easystats

    The R easystats-project

    easystats is a meta‑package that installs and unifies a suite of R packages for post‑processing statistical models. It delivers a consistent API to assess model performance, effect sizes, parameters, and to generate reports and visualizations, all with minimal dependencies and maximum clarity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Claude Code

    Claude Code

    Claude Code is an agentic coding tool that lives in your terminal

    Claude Code is an intelligent agentic coding assistant that lives in your terminal and understands your entire codebase. It helps developers code faster by executing routine tasks, explaining complex code snippets, and managing git workflows—all via natural language commands. Claude Code integrates seamlessly into your terminal, IDE, or GitHub by tagging @claude to interact with your code context. The tool is designed to simplify development by automating repetitive work and providing...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    Commanded

    Commanded

    Use Commanded to build Elixir CQRS/ES applications

    Commanded is an Elixir framework for implementing CQRS (Command Query Responsibility Segregation) and Event Sourcing patterns. It provides domain-driven design tools—aggregates, commands, events, and projections—backed by an event store (e.g. PostgreSQL).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    S.M.A.R.T. Monitoring Tools

    Disk Inspection and Monitoring

    smartmontools contains utility programs (smartctl, smartd) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite.
    Leader badge
    Downloads: 31,128 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next