Search Results for "postgres reporting tools" - Page 7

Showing 255 open source projects for "postgres reporting tools"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Crunchy Container Suite

    Crunchy Container Suite

    Containers for Managing PostgreSQL on Kubernetes by Crunchy Data

    The Crunchy Container Suite provides Docker containers that enable rapid deployment of PostgreSQL, including administration and monitoring tools. Multiple styles of deploying PostgreSQL clusters are supported. Companies of all sizes, of any enterprise or industry, can benefit from moving operations to PostgreSQL. We can help you with your journey and assist in providing the operational and developer experience you've always wanted with the database you've always loved. Data is one of your most valuable assets, Crunchy Postgres ensures your data is safe and backed up so you can sleep easily. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ATTendee Biometric Attendance Solution

    ATTendee Biometric Attendance Solution

    ATTendee Biometric Time Attendance Solution with ZK Devices

    ...Additionally, there are key benefits to consider as employers have less concern about: • Breaches in security – misplaced cards are not an issue; access to controlled areas remain secure • Buddy punching – fraudulent clocking is eliminated • Payroll Integration with tools such as Sage, QuickBook, ADP etc. – improved labor costs • Reporting accuracy of time attendance.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    LT Browser

    LT Browser

    Developer friendly, faster responsive testing

    With LT Browser, you can see mobile view of website on different screen sizes and resolution. With over 50+ devices to choose from, mobile website test hasn't been much easier. Use LT Browser and ensure that your website is mobile responsive. You can create your own custom devices and save it for future uses. Create new mobile, tablet or desktop devices and test website on various devices, screen resolution and perform screen resolution test for website on different screen sizes. You...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    htrace.sh

    htrace.sh

    My simple Swiss Army knife for http/https troubleshooting

    htrace.sh is a shell-based “Swiss Army knife” for HTTP/HTTPS troubleshooting that wraps a variety of network and security tools into a single, convenient command. It helps engineers inspect endpoints by collecting connection details, TLS certificate info, and server headers while optionally driving tests from third-party analyzers. The script emphasizes operability: you can run quick checks against URLs to reveal redirects, protocol negotiation, and response timing without assembling a pile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5
    Open Source Data Quality and Profiling

    Open Source Data Quality and Profiling

    World's first open source data quality & data preparation project

    This project is dedicated to open source data quality and data preparation solutions. Data Quality includes profiling, filtering, governance, similarity check, data enrichment alteration, real time alerting, basket analysis, bubble chart Warehouse validation, single customer view etc. defined by Strategy. This tool is developing high performance integrated data management platform which will seamlessly do Data Integration, Data Profiling, Data Quality, Data Preparation, Dummy Data...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Reproducible-research

    Reproducible-research

    A Reproducible Data Analysis Workflow with R Markdown, Git, Make, etc.

    In this tutorial, we describe a workflow to ensure long-term reproducibility of R-based data analyses. The workflow leverages established tools and practices from software engineering. It combines the benefits of various open-source software tools including R Markdown, Git, Make, and Docker, whose interplay ensures seamless integration of version management, dynamic report generation conforming to various journal styles, and full cross-platform and long-term computational reproducibility. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    xplordb

    xplordb

    Open mineral exploration database system

    Now also living on gitlab. https://gitlab.com/mds-/xplordb Mineral Exploration Database template/ system for Postgres/PostGIS and QGIS. The project incorporates import scripts, data storage, validation, reporting, 3D drill trace generation and more. psql, pgAdmin and QGIS are the suggested database and GIS front-end programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Prawn

    Prawn

    Fast, Nimble PDF Writer for Ruby

    Prawn is a pure Ruby PDF generation library that provides a lot of great functionality while trying to remain simple and reasonably performant. Extensive text rendering support, including flowing text and limited inline formatting options. Comprehensive internationalization features, including full support for UTF-8 based fonts, right-to-left text rendering, fallback font support, and extension points for customizable text wrapping. Support for PDF outlines for document navigation. Low level...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TOra is a Toolkit for Oracle which aims to help the DBA or developer of database applications. Features PL/SQL debugger, SQL worksheet with syntax highlighting, DB browser and a full set of DBA tools. TOra also includes support for MySQL and Postgres.
    Leader badge
    Downloads: 140 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    CStore FDW

    CStore FDW

    Columnar storage extension for Postgres

    cstore_fdw is a columnar store extension for PostgreSQL built by Citus Data using the Foreign Data Wrapper (FDW) interface. It stores data in a compressed, columnar format that significantly reduces disk I/O for analytical queries. Ideal for read-heavy workloads and time-series data, cstore_fdw enhances Postgres’ ability to serve as a lightweight data warehouse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pg_flame

    pg_flame

    A flamegraph generator for Postgres EXPLAIN ANALYZE output

    A flamegraph generator for Postgres EXPLAIN ANALYZE output. The pg_flame program reads a JSON query plan from standard input and writes the flamegraph HTML to standard output. Therefore you can pipe and direct input and output however you desire. Flamegraphs were invented by Brendan Gregg to visualize CPU consumption per code-path of profiled software. They are useful visualization tools in many types of performance investigations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    smsmap

    Simple reporting system SMS to sqlite3 and web clustering display

    Designed as quick coronavirus infrastructure for feature phones and simple non-app users. One can use it as self-isolation notification, requests for help (both therefore map clustered) etc. The 0.9-4 version will now work with a local SIM card and gammu-smsd, no need for an SMS supplier. There's a demo with a UK number, contact me, if you want to try it out. Also since it's Perl one can add a great deal of sophisticated message parsing on the application side. It'll run comfortably on a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DbAlchemy

    DbAlchemy

    Database administration,view,edit,migrate,entity relationship diagram

    DbAlchemy is a set of database tools that can control Postgres, MySql/MariaDb, Sql Server, Oracle and SqLite databases. A free and paid for version is available from the website. On first connection to a database it discovers all tables and columns together with their properties and foreign key relationships. The tools avalable include: Database Copy/Migration - to any supported database type Advanced View/Edit - That can show foreign key columns to any depth and can display all foreign keys pointing to a given row. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    oxSSH

    oxSSH

    oxSSH is an SSH client with multiple tools.

    oxSSH is an SSH client that lets you know which tasks are running on all computers running GNU / Linux (Ubuntu, Kali Linux, Raspbian ...) via an SSH session. And it is also possible to close tasks on your running machine on GNU / Linux, reboot the SSH server, restart the SQL server (Postgres), test the SSH connection, open the oxSSH session directly on PuTTY . And if you do not have PuTTY, oxSSH will automatically install it in the oxSSH location.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AQUATONE

    AQUATONE

    A tool for domain flyovers

    ...It doesn't really care how the piped data looks as URLs, domains, and IP addresses will be extracted with regular expression pattern matching. This means that you can pretty much give it output of any tool you use for host discovery. Aquatone is now completely focused on screenshotting and reporting. I know a lot of people used Aquatone for its DNS enumeration capabilities and it was definitely very good at that when it was released. Now other tools are doing a much better job of this, so I decided to leave it out of the new Aquatone, and instead make it easy to use it with your tool of choice.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Signale Library

    Signale Library

    Highly configurable logging library

    Signale is a highly configurable logging library for Node.js applications and packages. It is designed for logging, status reporting, and output rendering in command-line tools and developer workflows. The library provides many default logger types so teams can express states like success, warning, pending, debug, fatal, and completion without building their own formatters. It is also deeply customizable, allowing custom logger types, scopes, streams, labels, badges, colors, and log levels. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Alfresco Audit Analysis and Reporting
    ...On the top of the A.A.A.R. solution, the A.A.A.R. Analytics is a set of powerful tools to analyze data in an interactive and customizable way with a user console composed by dashboards, reports and free analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PHPawn

    PHPawn

    PHPawn is a web-based and visual basic pawnshop program.

    ...Built on PHP and MySQL, the system securely handles inventory data, loan records, and customer IDs.Core Features:Point of Sale (POS): Efficiently manage daily sales and customer transactions.Financial Reporting: Generate daily reports for accounts payable and accounts receivable.Intuitive Interface: Access your shop management tools from any web browser.Active Development & Roadmap:We are actively developing next-generation versions in both C# and modern PHP. Featuring a robust JSON backend, these updates will lay the groundwork for a future native Android application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    HydraIRC

    A popular (and relatively old) IRC client for windows

    HydraIRC This is Surena karimpour (sudo_halt )'s distribution of Hydra IRC. To use this application under Unix and/or Unix-like operating systems; use the WINE layer. (bugs submitted on WINE will be addressed) Make sure to check out HydraIRC on Github aswell! Main development is done on Github; but blogs mailing lists and few other things are on SourceForge now. https://github.com/SurenaSKQ/hydrairc HydraIRC is an IRC client for windows. HydraIRC is released under GNU GPL v3...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Sagacity

    Sagacity

    Security Assessment Data Management and Analysis Tool

    We have migrated development of Sagacity to GitHub at https://github.com/cyberperspectives/sagacity Sagacity is a vulnerability assessment and STIG compliance data management tool designed to make security testing more efficient, effective and complete. Security assessments, especially those done for DoD and Federal organizations, produce tremendous amounts of scan and compliance data that security engineers must sort through and deconflict, identify untested requirements, and somehow...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Express & mongoose REST API Boilerplate

    Express & mongoose REST API Boilerplate

    A boilerplate application for building RESTful APIs Microservice

    A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication. Helps you stay productive by following best practices. Follows Airbnb's Javascript style guide. JavaScript code linting is done using ESLint, a pluggable linter tool for identifying and reporting on patterns in JavaScript. Uses ESLint with eslint-config-Airbnb, which tries to follow the Airbnb JavaScript style guide. Supports code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Expense Submittal System

    Expense Submittal System

    Expense reporting system for business

    The Expense Submittal System (ESS) is a Web-based solution for expense reports and expense report processing. ESS provides report entry, approval routing, corporate policy checking, credit card statement importation and report payment. The latest versions allow for a paperless process via receipt scanning and texting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Dradis Framework

    Dradis Framework

    Collaboration and reporting tool for InfoSec teams.

    Combine the output of multiple tools, add your own manual findings and screenshots and generate a report. Everyone on the same, working better, together.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Web Starter Kit

    Web Starter Kit

    Web Starter Kit - a workflow for multi-device websites

    Web Starter Kit is an opinionated boilerplate for web development. Tools for building a great experience across many devices and performance oriented. Helping you to stay productive following the best practices outlined in Google's Web Fundamentals. A solid starting point for both professionals and newcomers to the industry. A responsive boilerplate optimized for the multi-screen web. Powered by Material Design Lite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The-New-M3U8-Downloader

    The-New-M3U8-Downloader

    Rebulid of M3U8-Downloader

    The-New-M3U8-Downloader is a redesigned version of the original M3U8 downloading tool that focuses on improving usability, download visibility, and performance efficiency. The project introduced a refreshed interface and added real-time feedback features such as taskbar progress indicators and download speed calculation. It improved regex parsing accuracy and optimized internal logic to increase reliability when processing streaming playlists. The tool also displays file sizes and integrates...
    Downloads: 8 This Week
    Last Update:
    See Project
Auth0 Logo