awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 dépôts

Awesome GitHub RepositoriesEvent Timestamp Definitions

Specifications for record occurrence times to enable incremental processing and dataset comparison.

Distinct from Event Data Processing: Distinct from Event Data Processing: focuses on the definition of temporal attributes for incremental logic rather than general event stream handling.

Explore 11 awesome GitHub repositories matching data & databases · Event Timestamp Definitions. Refine with filters or upvote what's useful.

Awesome Event Timestamp Definitions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • vectordotdev/vectorAvatar de vectordotdev

    vectordotdev/vector

    22,071Voir sur GitHub↗

    Vector is a high-performance observability data pipeline designed to collect, transform, and route logs, metrics, and traces across distributed infrastructure. It functions as a modular engine that decouples data ingestion from processing and transmission, utilizing a component-based architecture to connect diverse sources to multiple destinations. The project distinguishes itself through a focus on reliability and flow control. It implements backpressure-aware data movement to prevent data loss during traffic spikes and utilizes disk-backed event buffering to ensure durability during network

    Records the precise time of occurrence for each metric event to maintain accurate temporal ordering and historical analysis.

    Rusteventsforwarderhacktoberfest
    Voir sur GitHub↗22,071
  • dbt-labs/dbt-coreAvatar de dbt-labs

    dbt-labs/dbt-core

    13,051Voir sur GitHub↗

    dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d

    Specifies occurrence times for data records to enable incremental processing and advanced dataset comparison.

    Rustanalyticsbusiness-intelligencedata-modeling
    Voir sur GitHub↗13,051
  • any86/any-ruleAvatar de any86

    any86/any-rule

    8,662Voir sur GitHub↗

    Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns for validating and extracting common data formats. The project separates its static regex collection from editor-specific plugins, allowing the same pattern library to be accessed through VS Code, IntelliJ IDEA, Alfred Workflow, and a web interface. The tool enables keyword-based pattern retrieval, letting users search for the correct regex by typing descriptive terms rather than remembering exact syntax. It covers a broad range of validation needs including email addresses, U

    Provides a regex pattern to validate timestamps in YYYYMMDD HH:mm:ss format.

    TypeScriptawsomeexpressregex
    Voir sur GitHub↗8,662
  • yelp/elastalertAvatar de Yelp

    Yelp/elastalert

    7,994Voir sur GitHub↗

    ElastAlert is an alerting framework and query monitor for Elasticsearch. It functions as a real-time log monitoring tool and event notification engine that scans indices for specific patterns to trigger automated alerts when predefined rules are matched. The system distinguishes itself through specialized detection logic, including event spike detection, event frequency monitoring, field change tracking, and the identification of new terms within data fields. It handles notification noise via stateful alert suppression to prevent redundant messages and provides time-windowed aggregation to gr

    Enables specifying the field and format for event timing to adjust query delays for non-real-time data.

    Python
    Voir sur GitHub↗7,994
  • hazelcast/hazelcastAvatar de hazelcast

    hazelcast/hazelcast

    6,570Voir sur GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Defines event occurrence times using source timestamps or ingestion time to manage temporal processing.

    Javabig-datacachingdata-in-motion
    Voir sur GitHub↗6,570
  • countly/countly-serverAvatar de countly

    countly/countly-server

    5,875Voir sur GitHub↗

    Countly is a self-hosted product analytics and engagement platform that tracks user behavior across mobile, web, and desktop applications. It collects and analyzes device properties, user actions, and session lifecycle data to understand engagement patterns, while also providing crash reporting, push notification delivery, and A/B testing capabilities. The platform is designed for privacy-first deployment, with built-in consent management and the ability to run entirely on private infrastructure. The platform distinguishes itself through its comprehensive feature set that combines analytics w

    Attaches a unique millisecond timestamp, local hour, day of week, and timezone offset to each event.

    JavaScript
    Voir sur GitHub↗5,875
  • cortexproject/cortexAvatar de cortexproject

    cortexproject/cortex

    5,751Voir sur 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

    Cortex rejects samples with timestamps too far in the past or future based on configurable age and grace period limits.

    Gocncfhacktoberfestkubernetes
    Voir sur GitHub↗5,751
  • cri-o/cri-oAvatar de cri-o

    cri-o/cri-o

    5,629Voir sur GitHub↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Reports pod sandbox status timestamps in nanosecond resolution for evented PLEG compatibility.

    Go
    Voir sur GitHub↗5,629
  • open-telemetry/opentelemetry-collector-contribAvatar de open-telemetry

    open-telemetry/opentelemetry-collector-contrib

    4,758Voir sur GitHub↗

    Ce projet fournit un pipeline de données d'observabilité conçu pour collecter, transformer et router les logs, métriques et traces depuis diverses sources vers des formats standardisés pour analyse. Il fonctionne comme une architecture de composants basée sur des plugins utilisant des récepteurs, processeurs et exportateurs modulaires pour déplacer les données de télémétrie à travers des chaînes de traitement séquentielles. Le système utilise un modèle de composants piloté par interface qui permet des connecteurs interchangeables et des extensions contribuées par la communauté. Il se distingue par un langage spécifique au domaine pour le filtrage de télémétrie, l'attribution de ressources basée sur les métadonnées pour la détection d'infrastructure, et la résolution dynamique de secrets depuis des gestionnaires cloud externes. Le collecteur couvre un large éventail de capacités incluant l'ingestion de télémétrie depuis des fournisseurs cloud et des bases de données, la transformation et la réagrégation de données, et l'exportation sécurisée vers des backends de stockage tiers. Il incorpore des fonctionnalités de gestion du trafic telles que le routage round-robin et le partitionnement de messages, ainsi que des primitives de sécurité pour la gestion des identités et des accès via OAuth2 et OIDC. Le projet inclut un framework d'assurance qualité pour la simulation de données synthétiques, les tests de performance de bout en bout et la vérification de l'intégrité des données.

    Sets the start timestamp of cumulative metric points based on specific reset strategies.

    Go
    Voir sur GitHub↗4,758
  • square/cubeAvatar de square

    square/cube

    3,878Voir sur GitHub↗

    Cube is a time-series analytics platform and event data store designed for real-time performance monitoring. It functions as a metrics engine that ingests timestamped event streams and persists raw logs to enable the computation of statistical summaries, quantiles, and histograms. The system distinguishes itself through a reactive processing model that automatically invalidates metric caches when new events arrive, ensuring query results remain current. It supports both real-time event streaming via persistent connections and the calculation of post hoc statistics from stored event sets. The

    Stores raw timestamped events to enable incremental processing and subsequent aggregate computation.

    JavaScript
    Voir sur GitHub↗3,878
  • kadenzipfel/smart-contract-vulnerabilitiesAvatar de kadenzipfel

    kadenzipfel/smart-contract-vulnerabilities

    2,466Voir sur GitHub↗

    This project serves as a comprehensive knowledge base and technical reference for identifying and mitigating security vulnerabilities in smart contracts. It provides a structured catalog of common attack vectors, logic errors, and insecure coding patterns, offering developers and auditors a centralized resource for implementing secure decentralized applications. The repository distinguishes itself by covering the full lifecycle of contract security, from low-level arithmetic safety and compiler constraints to high-level architectural patterns. It details specific defensive strategies for mana

    Prevents the use of block timestamps for critical logic to mitigate miner manipulation risks.

    blockchainethereumsecurity
    Voir sur GitHub↗2,466
  1. Home
  2. Data & Databases
  3. Event Data Processing
  4. Event Timestamp Definitions

Explorer les sous-tags

  • Analytics Event TimestampingsAttaches a unique millisecond timestamp, local hour, day of week, and timezone offset to each event for analytics. **Distinct from Event Timestamp Definitions:** Distinct from Event Timestamp Definitions: enriches events with multiple temporal dimensions (hour, day, timezone) for analytics, not just occurrence time definitions.
  • Metric Timestamps3 sous-tagsAssigns precise temporal markers to individual metric data points during ingestion to ensure accurate historical ordering. **Distinct from Event Timestamp Definitions:** Distinct from Event Timestamp Definitions: focuses specifically on the timestamping of metric events within an observability pipeline rather than general event record definitions.