2 مستودعات
A PostgreSQL extension that transforms standard tables into hypertables for time-series workloads with automated partitioning and compression.
Distinct from PostgreSQL Extensions: Distinct from PostgreSQL Extensions: specifically adds time-series capabilities, not general extension support.
Explore 2 awesome GitHub repositories matching data & databases · Time-Series Extensions. Refine with filters or upvote what's useful.
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
Transforms standard PostgreSQL tables into hypertables for time-series workloads with automated partitioning and compression.
Groupdate هو أداة لتجميع السلاسل الزمنية وتجميع التواريخ لقاعدة بيانات PostgreSQL. يوفر مجموعة من وظائف SQL لتجميع وتلخيص السجلات الزمنية في فئات منفصلة، مثل الأيام، أو الأسابيع، أو الأشهر، لحساب المجموع والمتوسط للتقارير. يركز المشروع على ضمان جداول زمنية مستمرة من خلال ملء فجوات السلاسل الزمنية، والتي تدرج قيماً افتراضية للفترات التي لا توجد فيها بيانات. كما يتضمن منسق بيانات زمنية يحول مفاتيح التاريخ والوقت المجمعة إلى سلاسل مترجمة أو أنماط تنسيق مخصصة. تغطي الأداة عمليات بيانات زمنية واسعة، بما في ذلك تصفية النطاق الزمني واستخراج مكونات التقويم، مثل تجميع البيانات حسب يوم الأسبوع. كما تدعم الحسابات المدركة للمنطقة الزمنية لمواءمة التجميع مع أيام التقويم المحلية.
Provides a PostgreSQL extension for grouping and aggregating temporal data into discrete buckets.