awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

Awesome GitHub RepositoriesTime Series Manipulation

General operational tools for modifying time series, including splitting, slicing, and arithmetic.

Distinct from Time Series Slicing: Distinct from Time Series Slicing: covers a broader range of modifications beyond just index-based extraction.

Explore 9 awesome GitHub repositories matching data & databases · Time Series Manipulation. Refine with filters or upvote what's useful.

Awesome Time Series Manipulation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • timescale/timescaledbالصورة الرمزية لـ timescale

    timescale/timescaledb

    21,876عرض على 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

    Inserts rows into time-series tables using standard SQL INSERT with automatic time-interval partitioning.

    Canalyticsdatabasefinancial-analysis
    عرض على GitHub↗21,876
  • unit8co/dartsالصورة الرمزية لـ unit8co

    unit8co/darts

    9,215عرض على GitHub↗

    Darts is a Python time series library designed for forecasting, anomaly detection, and the preprocessing of univariate and multivariate temporal data. It serves as a comprehensive framework for training and evaluating a wide range of statistical, machine learning, and deep learning models to predict future numerical values. The toolkit is distinguished by its support for global time series modeling, allowing a single model to be trained across multiple different series to leverage shared patterns. It also features a hierarchical time series manager to ensure consistency between aggregate and

    Performs operations like splitting, slicing, arithmetic, and stacking to modify series attributes and markers.

    Pythonanomaly-detectiondata-sciencedeep-learning
    عرض على GitHub↗9,215
  • iamseancheney/python_for_data_analysis_2nd_chinese_versionالصورة الرمزية لـ iamseancheney

    iamseancheney/python_for_data_analysis_2nd_chinese_version

    8,937عرض على GitHub↗

    This project is an educational resource and a collection of instructional materials for performing data manipulation and statistical analysis using Python. It provides a comprehensive set of guides and code examples for using the Pandas, NumPy, and Matplotlib libraries to analyze structured data. The resource includes a dedicated guide for reshaping, cleaning, and aggregating tabular data and time series via Pandas, alongside a reference for high-performance vectorized operations and linear algebra using NumPy. It also features tutorials for creating publication-quality charts, distribution p

    Moves data points forward or backward along the time axis while adjusting timestamps.

    matplotlibnumpypandas
    عرض على GitHub↗8,937
  • greptimeteam/greptimedbالصورة الرمزية لـ GreptimeTeam

    GreptimeTeam/greptimedb

    5,968عرض على GitHub↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Adds rows of metrics data into a table using standard SQL INSERT statements with or without explicit column names.

    Rustanalyticscloud-nativedatabase
    عرض على GitHub↗5,968
  • cortexproject/cortexالصورة الرمزية لـ cortexproject

    cortexproject/cortex

    5,751عرض على GitHub↗

    Cortex is an open-source, horizontally scalable metrics platform that ingests, stores, and queries Prometheus-compatible time-series data with multi-tenant isolation. It accepts metrics via Prometheus remote write and OpenTelemetry, executes PromQL queries against both recent and historical data, and provides a Prometheus-compatible alerting and recording rule engine with an integrated Alertmanager. The system is built as a set of independently scalable microservices that use hash-ring-based sharding, gossip-based cluster membership, and tenant-aware object storage to distribute workloads acro

    Accepts Prometheus-style delete requests with label matchers and optional time ranges.

    Gocncfhacktoberfestkubernetes
    عرض على GitHub↗5,751
  • awslabs/gluontsالصورة الرمزية لـ awslabs

    awslabs/gluonts

    5,199عرض على GitHub↗

    GluonTS هي مكتبة سلاسل زمنية احتمالية وإطار عمل للتنبؤ بالتعلم العميق. توفر مجموعة أدوات لبناء وتدريب وتقييم بنى الشبكات العصبية التي تتنبأ بالقيم المستقبلية كتوزيعات احتمالية لتحديد عدم اليقين. يتميز المشروع بدعم التنبؤ بدون تدريب مسبق (zero-shot) ودمج نهج نمذجة متنوعة، بما في ذلك الشبكات العصبية الاحتمالية العميقة وأغلفة للمكتبات الإحصائية الخارجية مثل Prophet و R forecast. ينفذ بدائيات معمارية متخصصة مثل الالتفافات السببية والشبكات المتبقية القابلة للعكس لمنع تسرب المعلومات وتعيين التمثيلات الكامنة في توزيعات احتمالية صالحة. يغطي إطار العمل سطح هندسة بيانات شاملاً، بما في ذلك توسيع السلاسل الزمنية، والتحويلات التقابلية، والنمذجة الهرمية. يستخدم Apache Arrow و Parquet لبث مجموعة البيانات عالي الأداء وإدارة الوصول العشوائي. لتقييم النموذج، يتضمن جناح تقييم لقياس دقة التنبؤ والتغطية الاحتمالية باستخدام مقاييس مثل خسارة الكمية ودرجات رتبة الاحتمال المستمرة. تدعم المكتبة نشر النموذج من خلال التكامل مع Amazon SageMaker.

    Divides time series datasets into training and testing subsets using fixed temporal offsets or calendar dates.

    Pythonartificial-intelligenceawsdata-science
    عرض على GitHub↗5,199
  • awslabs/gluon-tsالصورة الرمزية لـ awslabs

    awslabs/gluon-ts

    5,200عرض على GitHub↗

    GluonTS هو إطار عمل للتنبؤ بالسلاسل الزمنية الاحتمالية، مصمم للتنبؤ بالقيم المستقبلية كتوزيعات احتمالية مع فترات ثقة. يدعم كلاً من تدريب النموذج التقليدي والتنبؤ بدون تدريب مسبق (zero-shot)، حيث تولد النماذج المدربة مسبقاً تنبؤات لسلاسل جديدة دون تدريب إضافي. يتميز المشروع بدمج مجموعة واسعة من نهج التنبؤ في سير عمل موحد. يتضمن ذلك بنى التعلم العميق مثل الشبكات العصبية المتكررة والالتفافات السببية، بالإضافة إلى دمج النماذج الإحصائية الخارجية، ومكتبة Prophet، وحزم R. توفر مجموعة الأدوات سطحاً شاملاً لهندسة بيانات السلاسل الزمنية، وتغطي توسيع مجموعة البيانات، والتقسيم، وتحويل البيانات الزمنية الخام إلى موترات (tensors). كما تتضمن مجموعة من أدوات التقييم لقياس دقة التنبؤ وفترات عدم اليقين، بالإضافة إلى أدوات لاستمرارية مجموعة البيانات باستخدام تنسيقات مثل Arrow و Parquet. يدعم إطار العمل نشر نماذج التنبؤ داخل البنية التحتية السحابية.

    Divides datasets into training and testing subsets using fixed offsets or specific calendar dates.

    Python
    عرض على GitHub↗5,200
  • opentsdb/opentsdbالصورة الرمزية لـ OpenTSDB

    OpenTSDB/opentsdb

    5,068عرض على GitHub↗

    OpenTSDB هي قاعدة بيانات موزعة للسلاسل الزمنية ومحرك مقاييس مصمم لتخزين وإدارة أحجام هائلة من مقاييس النظام عالية التباين. تعمل كمخزن بيانات ومنصة تحليلات تتيح استيعاب المقاييس على نطاق واسع ومراقبة أداء البنية التحتية عبر مجموعة موزعة. يتميز النظام بتجريد تخزين موزع يدعم خلفيات متعددة مثل HBase و Cassandra و Google Bigtable. يستخدم شجرة مقاييس هرمية لتنظيم السلاسل الزمنية ويستخدم فهرسة المعرفات الرقمية لتقليل بصمات التخزين وتسريع عمليات البحث للمقاييس الموسومة. يغطي المشروع مجالات قدرات واسعة بما في ذلك تحليل بيانات السلاسل الزمنية مع حسابات النسبة المئوية الموزعة وأخذ العينات الفرعية، بالإضافة إلى إدارة شاملة للبيانات الوصفية. يوفر دمج واجهة برمجة التطبيقات لاستيعاب البيانات والاستعلام، وتخزين مؤقت خارج الكومة (Off-heap) لتحسين الأداء، وأدوات لتدقيق سلامة البيانات وتحليل الشذوذ. يتم إدارة النظام عبر واجهة سطر أوامر لإدارة قاعدة البيانات ومزامنة شجرة المقاييس.

    Removes specific data points or unique identifiers from the system during query execution.

    Java
    عرض على GitHub↗5,068
  • jameslyons/python_speech_featuresالصورة الرمزية لـ jameslyons

    jameslyons/python_speech_features

    2,422عرض على GitHub↗

    Python speech features is a signal processing toolkit and library for extracting standard speech recognition features from raw audio signals. It provides computational capabilities to calculate mel-frequency cepstral coefficients, raw and log filterbank energies, and spectral subband centroids for automated speech recognition systems and acoustic analysis. The library implements audio signal transformations including pre-emphasis filtering, overlapping windowed frame segmentation, Fast Fourier Transform spectral analysis, mel-filterbank projection with configurable filter weights and frequenc

    Segments continuous audio waveforms into overlapping short-time frames using configurable window functions.

    Python
    عرض على GitHub↗2,422
  1. Home
  2. Data & Databases
  3. Time Series Manipulation

استكشف الوسوم الفرعية

  • Temporal Dataset SplittingDividing time series datasets into training and testing subsets using fixed offsets or calendar dates. **Distinct from Time Series Manipulation:** Focuses on the logic of splitting data for validation rather than general manipulation like slicing.
  • Time-Series Deletions1 وسم فرعيDeleting rows from time-series tables using SQL DELETE commands, optionally scoped by time ranges. **Distinct from Time Series Manipulation:** Distinct from Time Series Manipulation: focuses specifically on deletion operations within time-series tables, not general manipulation.
  • Time-Series InsertionsInserting rows into time-series tables using standard SQL INSERT with automatic partitioning across time intervals. **Distinct from Time Series Manipulation:** Distinct from Time Series Manipulation: focuses specifically on insertion operations with automatic time-based partitioning, not general manipulation.
  • Time-Series Updates1 وسم فرعيUpdating existing rows in time-series tables using SQL UPDATE while preserving partition structure. **Distinct from Time Series Manipulation:** Distinct from Time Series Manipulation: focuses specifically on update operations within time-series tables, not general manipulation.
  • Windowed SegmentationDividing continuous time-series data into smaller, often overlapping, time windows for analysis. **Distinct from Time Series Segmenters:** Distinct from the ML-based labeling in [f6_mt1]; this is a structural division of the signal into windows.