awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ankane avatar

ankane/groupdate

0
View on GitHub↗
3,888 स्टार्स·238 फोर्क्स·Ruby·MIT·7 व्यूज़

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.
  • टेम्पोरल सीक्वेंस जनरेशन - 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.
  • डेटा मैनेजमेंट - Manages temporal data.
  • Date and Time Processing - Group temporal data across various data structures and ORMs.

स्टार हिस्ट्री

ankane/groupdate के लिए स्टार हिस्ट्री चार्टankane/groupdate के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Groupdate के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Groupdate के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • apache/pinotapache का अवतार

    apache/pinot

    6,098GitHub पर देखें↗

    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
    GitHub पर देखें↗6,098
  • timescale/timescaledbtimescale का अवतार

    timescale/timescaledb

    21,876GitHub पर देखें↗

    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
    GitHub पर देखें↗21,876
  • h2database/h2databaseh2database का अवतार

    h2database/h2database

    4,607GitHub पर देखें↗

    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
    GitHub पर देखें↗4,607
  • dromara/carbondromara का अवतार

    dromara/carbon

    5,221GitHub पर देखें↗

    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
    GitHub पर देखें↗5,221
Groupdate के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

ankane/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.

ankane/groupdate की मुख्य विशेषताएं क्या हैं?

ankane/groupdate की मुख्य विशेषताएं हैं: Time-Series Aggregations, Time Bucketing, टेम्पोरल सीक्वेंस जनरेशन, Temporal Range Filtering, Null Value Filling, Time-Series Extensions, SQL Date and Time Manipulation, Time Series Imputation।

ankane/groupdate के कुछ ओपन-सोर्स विकल्प क्या हैं?

ankane/groupdate के ओपन-सोर्स विकल्पों में शामिल हैं: 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…