awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesCodebase Data Aggregation

Capabilities for collecting and processing information across multiple files to support analysis rules requiring global codebase context.

Distinct from Data Aggregation Tools: Distinct from Data Aggregation Tools: focuses on global codebase context for static analysis rather than general data merging.

Explore 6 awesome GitHub repositories matching data & databases · Codebase Data Aggregation. Refine with filters or upvote what's useful.

Awesome Codebase Data Aggregation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vectordotdev/vectorvectordotdev 的头像

    vectordotdev/vector

    22,071在 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

    Centralizes data from multiple agents to scrub sensitive information, reformat logs, and sample streams before forwarding.

    Rusteventsforwarderhacktoberfest
    在 GitHub 上查看↗22,071
  • phpstan/phpstanphpstan 的头像

    phpstan/phpstan

    13,999在 GitHub 上查看↗

    This project is a static analysis engine and type checker designed for PHP codebases. It evaluates source code structure and type annotations to identify potential bugs, type mismatches, and logic errors without executing the application. By parsing code into an abstract syntax tree and applying a rule-based validation framework, it enforces code quality and safety standards across a project. What distinguishes this tool is its sophisticated type inference engine, which models dynamic language features, magic methods, and conditional types to maintain accuracy even in unconventional code. It

    Collects and processes information across multiple files to support complex analysis rules that require global context.

    PHPphpphp7phpstan
    在 GitHub 上查看↗13,999
  • gotwarlost/istanbulgotwarlost 的头像

    gotwarlost/istanbul

    8,662在 GitHub 上查看↗

    Istanbul is a JavaScript code coverage tool and instrumentation engine that measures the execution of statements, lines, functions, and branches. It functions as a test coverage analysis tool capable of monitoring code across unit, functional, and browser tests to identify untested areas of a codebase. The project distinguishes itself through a transparent instrumentation engine that uses module loader hooks to inject tracking code without requiring manual source modifications. It supports distributed test reporting by aggregating fragmented coverage data from multiple concurrent processes in

    Combines fragmented coverage reports from multiple concurrent execution processes into a single unified dataset.

    JavaScript
    在 GitHub 上查看↗8,662
  • hazelcast/hazelcasthazelcast 的头像

    hazelcast/hazelcast

    6,570在 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

    Enables the construction of streaming data pipelines that perform real-time joins, sorts, and aggregations.

    Javabig-datacachingdata-in-motion
    在 GitHub 上查看↗6,570
  • colszowka/simplecovcolszowka 的头像

    colszowka/simplecov

    4,902在 GitHub 上查看↗

    SimpleCov 是一个 Ruby 代码覆盖率工具和分析引擎,用于跟踪测试期间执行的代码行、分支和方法。它作为一个覆盖率阈值强制执行器和测试套件聚合器,记录执行数据以识别应用中未测试的区域。 该工具通过将来自并行工作进程和子进程的覆盖率结果合并为单个统一报告的能力而脱颖而出。它支持基准比较以检测覆盖率回归,并可以收集通过动态评估方法(如模板引擎中使用的方法)执行的代码数据。 其更广泛的能力包括多格式报告生成、源文件分组以及使用正则表达式进行文件过滤。该系统还提供了一个用于显示统计信息和列出未覆盖文件的命令行界面。

    Merges fragmented coverage data from parallel worker processes and multiple test suites into a single report.

    Ruby
    在 GitHub 上查看↗4,902
  • inspektor-gadget/inspektor-gadgetinspektor-gadget 的头像

    inspektor-gadget/inspektor-gadget

    2,720在 GitHub 上查看↗

    Inspektor Gadget is an eBPF observability toolset and program framework designed for tracing Linux systems and debugging Kubernetes nodes. It provides a suite of tools to collect kernel-level telemetry and export system metrics via the OpenTelemetry standard. The project distinguishes itself by packaging inspection tools as OCI-compliant container images, allowing for standardized distribution and deployment across clusters and hosts. It employs a modular data processing pipeline that utilizes WebAssembly modules to transform and filter telemetry, and leverages Compile Once Run Everywhere for

    Combines multiple telemetry data streams from different servers into a single unified view.

    Cbpfbpf-programscncf-project
    在 GitHub 上查看↗2,720
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Transformation
  5. Data Aggregation Tools
  6. Codebase Data Aggregation

探索子标签

  • Data Stream AggregatorsTools for filtering, scrubbing, and sampling telemetry data streams before transmission. **Distinct from Codebase Data Aggregation:** Distinct from Codebase Data Aggregation: focuses on real-time telemetry stream processing rather than static codebase analysis.
  • Distributed Coverage AggregationMerging fragmented coverage data from multiple concurrent execution processes into a single dataset. **Distinct from Codebase Data Aggregation:** Distinct from general codebase data aggregation by specifically merging runtime coverage fragments from parallel processes.