awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ankane avatar

ankane/groupdate

0
View on GitHub↗
3,888 stars·238 forks·Ruby·MIT·16 views

Groupdate

Groupdate is a PostgreSQL time series aggregator and date grouping tool. It provides a set of SQL functions to group and aggregate temporal records into discrete buckets, such as days, weeks, or months, to calculate sums and averages for reports.

The project focuses on ensuring continuous timelines through time series gap filling, which inserts default values for periods where no data exists. It also includes a temporal data formatter that converts grouped date-time keys into localized strings or custom formatting patterns.

The tool covers broad temporal data operations, including time range filtering and the extraction of calendar components, such as grouping data by the day of the week. It further supports time-zone aware calculations to align grouping with local calendar days.

Features

  • Time-Series Aggregations - Provides SQL functions to calculate computational summaries like averages and sums over time-indexed data buckets.
  • Time Bucketing - Aggregates data into fixed time windows by slicing the timeline into discrete calendar buckets.
  • Temporal Sequence Generation - Generates complete date ranges to represent periods with no data in the final result set.
  • Temporal Range Filtering - Implements mechanisms to limit data aggregation to specific absolute or relative time windows.
  • Null Value Filling - Fills gaps in time series by including periods without data and assigning default values.
  • Time-Series Extensions - Provides a PostgreSQL extension for grouping and aggregating temporal data into discrete buckets.
  • SQL Date and Time Manipulation - Provides SQL functions for handling time-based bucketing, gap filling, and time zone calculations.
  • Time Series Imputation - Ensures continuous timelines by filling missing temporal periods with default values.
  • Calendar Component Analysis - Organizes time-based data by calendar components like day of the week to find patterns.
  • Dynamic Grouping - Adjusts time-based aggregation intervals at runtime based on user input.
  • Temporal Formatters - Converts grouped date-time keys into localized strings or custom formatting patterns.
  • Dynamic Granularity Resolution - Determines grouping granularity at execution time by mapping input variables against permitted time units.
  • Time Zone Conversions - Adjusts timestamps based on defined time zones to ensure alignment with local calendar days.
  • Temporal Component Extraction - Groups data by specific calendar parts, such as the day of the week or month.
  • Custom Date-Time Format Patterns - Transforms raw date objects into human-readable strings using customizable format patterns.
  • Dynamic Grouping Intervals - Determines grouping intervals at runtime using variables and a permit list to restrict allowed units.
  • Date and Time Formatting - Converts grouped temporal keys into human-readable strings or localized formats.
  • Data Management - Manages temporal data.
  • Date and Time Processing - Group temporal data across various data structures and ORMs.

Star history

Star history chart for ankane/groupdateStar history chart for ankane/groupdate

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Groupdate

These projects share indexed features with Groupdate. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • apache/pinotapache avatar

    apache/pinot

    6,098View on GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Java
    View on GitHub↗6,098
  • timescale/timescaledbtimescale avatar

    timescale/timescaledb

    21,876View on GitHub↗

    TimescaleDB is an open-source PostgreSQL extension that adds native time-series capabilities to the database. At its core, it transforms standard PostgreSQL tables into hypertables—automatically partitioned by time intervals—so data is stored in fixed-size chunks without manual sharding. The extension includes a library of over 200 built-in SQL functions purpose-built for time-series workloads, such as time bucketing, gap filling, percentile estimation, and time-weighted averages. What distinguishes TimescaleDB from generic PostgreSQL is its set of integrated time-series features that work th

    Canalyticsdatabasefinancial-analysis
    View on GitHub↗21,876
  • h2database/h2databaseh2database avatar

    h2database/h2database

    4,607View on GitHub↗

    H2 is a JDBC-compliant relational database management system written in Java. It functions as an embeddable SQL database that can run directly within an application process to remove network latency, or as an in-memory database for high-performance volatile storage. It also includes a web-based console for executing SQL commands and administering schemas. The system is characterized by its flexible deployment modes, including a standalone server mode for remote TCP/IP access and a mixed mode for simultaneous local and remote connectivity. It features a dialect emulation layer and compatibilit

    Javadatabasejavajdbc
    View on GitHub↗4,607
  • dromara/carbondromara avatar

    dromara/carbon

    5,221View on GitHub↗

    Carbon is a Go library for semantic date and time calculations, formatting, and parsing. It provides a semantic interface to simplify temporal data handling and improve the readability of date and time manipulations. The library is distinguished by its support for multi-calendar date conversion, allowing transformations between Gregorian, Chinese Lunar, Persian, and Hebrew calendar systems. It also includes a localized temporal framework that uses ISO 639-1 codes to format dates and relative time differences across multiple language locales. Additional capabilities cover global time zone man

    Go
    View on GitHub↗5,221
Compare all 30 related projects→

Frequently asked questions

What does ankane/groupdate do?

Groupdate is a PostgreSQL time series aggregator and date grouping tool. It provides a set of SQL functions to group and aggregate temporal records into discrete buckets, such as days, weeks, or months, to calculate sums and averages for reports.

What are the main features of ankane/groupdate?

The main features of ankane/groupdate are: Time-Series Aggregations, Time Bucketing, Temporal Sequence Generation, Temporal Range Filtering, Null Value Filling, Time-Series Extensions, SQL Date and Time Manipulation, Time Series Imputation.

Which projects share features with ankane/groupdate?

Projects with overlapping indexed features include: apache/pinot — Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It… timescale/timescaledb — TimescaleDB is an open-source PostgreSQL extension that adds native time-series capabilities to the database. At its… h2database/h2database — H2 is a JDBC-compliant relational database management system written in Java. It functions as an embeddable SQL… dromara/carbon — Carbon is a Go library for semantic date and time calculations, formatting, and parsing. It provides a semantic… awslabs/gluonts — GluonTS is a probabilistic time series library and deep learning forecasting framework. It provides a toolkit for… apache/iotdb — Apache IoTDB is a time-series database designed for the Internet of Things, purpose-built to ingest high-volume data…