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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

22 个仓库

Awesome GitHub RepositoriesData Aggregators

Platforms that collect and consolidate information from multiple disparate sources into a unified interface.

Distinguishing note: Focuses on the modular aggregation of web updates, distinct from general-purpose data processing pipelines.

Explore 22 awesome GitHub repositories matching web development · Data Aggregators. Refine with filters or upvote what's useful.

Awesome Data Aggregators GitHub Repositories

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

    OpenBB-finance/OpenBBTerminal

    69,303在 GitHub 上查看↗

    OpenBBTerminal is a Python financial data platform and command line interface designed for aggregating and analyzing market data from diverse APIs. It serves as a quantitative analysis tool for processing stock, crypto, and derivative datasets to identify market trends and build investment strategies. The project utilizes a pluggable financial API framework with an adapter-based architecture, allowing external financial data providers to be integrated as independent modules. This system standardizes information from public and proprietary sources into a unified layer to support cross-asset an

    Consolidates financial information from proprietary and public sources into a single unified layer for research.

    Python
    在 GitHub 上查看↗69,303
  • diygod/rsshubDIYgod 的头像

    DIYgod/RSSHub

    44,744在 GitHub 上查看↗

    RSSHub is a headless, server-side engine designed to generate standardized RSS and Atom feeds from websites that do not natively provide them. By acting as an extensible data aggregator, it enables the automated collection of web content, allowing users to monitor updates from disparate sources through centralized feed readers or workflow automation tools. The platform distinguishes itself through a route-based data extraction framework that maps specific URL patterns to custom scraping logic. This modular architecture is supported by a middleware-driven request pipeline and declarative route

    Offers a modular platform for building custom routes to monitor and aggregate updates across various web sources.

    TypeScriptbilibilidoubandribbble
    在 GitHub 上查看↗44,744
  • plausible/analyticsplausible 的头像

    plausible/analytics

    24,245在 GitHub 上查看↗

    This project is an open-source, privacy-focused web analytics platform designed for high-throughput data ingestion and multi-tenant data management. It provides a cookie-less tracking engine that captures visitor interactions using ephemeral request metadata, ensuring comprehensive traffic visibility while maintaining strict privacy standards. The architecture utilizes an event-driven ingestion pipeline and aggregated metric storage to decouple data collection from processing, enabling efficient long-term retrieval and responsive dashboard performance. What distinguishes this platform is its

    Displays a unified view of traffic metrics across multiple managed websites within a single interface.

    Elixiranalyticschartsclickhouse
    在 GitHub 上查看↗24,245
  • 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 collection from multiple edge sources to perform heavy processing, filtering, and routing.

    Rusteventsforwarderhacktoberfest
    在 GitHub 上查看↗22,071
  • automaapp/automaAutomaApp 的头像

    AutomaApp/automa

    21,425在 GitHub 上查看↗

    Automa is a browser-based automation platform that enables users to build, schedule, and execute repetitive web tasks through a visual, no-code interface. By operating as a browser extension, it provides a canvas-based environment where users construct workflows by connecting functional blocks to interact with web elements, manage browser state, and process data. The platform distinguishes itself through its deep integration with the browser environment, allowing for complex orchestration such as event-driven triggers, cross-origin request handling, and the ability to package workflows as sta

    Appends values to variables as lists to collect multiple items during iterative automation tasks.

    Vueautomationbrowser-automationbrowser-extension
    在 GitHub 上查看↗21,425
  • hagezi/dns-blocklistshagezi 的头像

    hagezi/dns-blocklists

    20,103在 GitHub 上查看↗

    This project is a comprehensive repository of curated domain blocklists designed for network-wide DNS filtering. It functions as a DNS sinkhole feed, providing the necessary data to intercept and block unwanted network requests at the resolution layer before they reach their destination. By returning null or loopback addresses for identified domains, it prevents connections to malicious infrastructure, advertising servers, and tracking endpoints across all devices on a network. The repository distinguishes itself through a tiered categorization logic that allows users to select protection lev

    Consolidates diverse threat intelligence feeds and privacy lists into a unified repository for filtering.

    Textadblockadguardads
    在 GitHub 上查看↗20,103
  • facebook/relayfacebook 的头像

    facebook/relay

    18,940在 GitHub 上查看↗

    Relay is a GraphQL client framework and state manager used for building data-driven applications. It functions as a declarative data fetching layer and a GraphQL compiler that transforms declarations into optimized runtime code with automatic type generation. The framework distinguishes itself through a build-time compilation process that generates optimized queries and a data masking system that prevents components from accessing undeclared data. It employs a normalized client-side cache to maintain consistency across entities and an optimistic update mechanism to provide immediate interface

    Combines multiple data requests into a single network call to reduce round trips and fetch only required fields.

    Rust
    在 GitHub 上查看↗18,940
  • bluesky-social/social-appbluesky-social 的头像

    bluesky-social/social-app

    18,063在 GitHub 上查看↗

    This project provides a comprehensive implementation of the AT Protocol, serving as a framework for building decentralized social networking applications. It enables the creation of distributed data repositories where users maintain cryptographic ownership of their identity and content, allowing for portable accounts that can be migrated between independent servers without central authority intervention. The platform distinguishes itself by decoupling content hosting from discovery through modular algorithmic curation. Users can select third-party services to filter and organize their feeds,

    Consolidates network events into searchable indices and metrics for application analysis.

    TypeScript
    在 GitHub 上查看↗18,063
  • influxdata/telegrafinfluxdata 的头像

    influxdata/telegraf

    17,619在 GitHub 上查看↗

    Telegraf is a modular, cross-platform telemetry pipeline designed to collect, process, and route metrics from diverse infrastructure, applications, and hardware. It functions as a server-side middleware that normalizes heterogeneous data into a unified format, enabling consistent monitoring across complex environments. By utilizing a plugin-driven architecture, the agent manages the entire lifecycle of telemetry data from initial ingestion to final transmission. The project distinguishes itself through a declarative, configuration-driven execution model that allows users to define complex dat

    Executes user-defined scripts to process and aggregate incoming metrics using sandboxed languages.

    Gogolanghacktoberfestinfluxdb
    在 GitHub 上查看↗17,619
  • midday-ai/middaymidday-ai 的头像

    midday-ai/midday

    14,026在 GitHub 上查看↗

    Midday is an open-source, self-hosted financial dashboard designed for business expense management and automated bookkeeping. It functions as a centralized platform that aggregates transaction history and account balances from multiple external banking providers, allowing users to maintain full control over their sensitive financial data on private infrastructure. The platform distinguishes itself through its automated reconciliation workflows, which categorize business expenditures and generate structured financial reports to reduce manual data entry. By integrating with financial data aggre

    Aggregates transaction history and account balances from multiple external banking providers for real-time financial oversight.

    TypeScriptfinancenextjssupabase
    在 GitHub 上查看↗14,026
  • hkuds/ai-traderHKUDS 的头像

    HKUDS/AI-Trader

    11,332在 GitHub 上查看↗

    AI-Trader is a framework for managing autonomous trading agents and executing simulated financial operations. It provides a structured environment for registering and authenticating agents, tracking their reputation, and managing simulated capital balances within a competitive market ecosystem. The platform distinguishes itself through integrated social trading and collaborative investment capabilities. Users can follow experienced participants to automatically mirror their market positions, or organize into teams to execute shared strategies, vote on collective investment proposals, and comp

    Retrieves and broadcasts market trends, trading strategies, and performance metrics to facilitate collaborative investment analysis.

    Python
    在 GitHub 上查看↗11,332
  • brasilapi/brasilapiBrasilAPI 的头像

    BrasilAPI/BrasilAPI

    10,750在 GitHub 上查看↗

    BrasilAPI is a REST API gateway that aggregates and exposes official Brazilian public data from fragmented government sources. It functions as a multi-provider data aggregator that normalizes heterogeneous information into a standardized JSON schema for consistent delivery. The system utilizes a multi-provider fallback pipeline to ensure reliable data resolution, querying several external APIs in sequence if a primary provider fails. It also incorporates a caching proxy gateway to reduce latency and avoid redundant requests for frequently accessed public data. The platform covers a broad ran

    Aggregates official Brazilian government data from fragmented sources into a single, unified API gateway.

    JavaScript
    在 GitHub 上查看↗10,750
  • proxymanapp/proxymanProxymanApp 的头像

    ProxymanApp/Proxyman

    6,858在 GitHub 上查看↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    Modifies headers, body, or query of GraphQL requests or responses through a scripting tool.

    debugging-tooliosmacos
    在 GitHub 上查看↗6,858
  • requestly/requestlyrequestly 的头像

    requestly/requestly

    6,341在 GitHub 上查看↗

    Provides real-time interception and modification of GraphQL request bodies and headers for debugging.

    TypeScriptapiapi-clientapi-mock
    在 GitHub 上查看↗6,341
  • we-promise/surewe-promise 的头像

    we-promise/sure

    6,081在 GitHub 上查看↗

    Actual Budget is an open-source personal finance application that stores all financial data locally on the user's device using a SQLite database, enabling offline access and complete data ownership without cloud dependency. It packages the entire application stack into Docker containers for one-click deployment on any hosting platform with container support, and connects to over 10,000 financial institutions through the Plaid API to automatically sync account balances, transactions, and investment data. The application implements a monthly budget model that tracks spending against category li

    Connects to over 10,000 financial institutions via Plaid API to automatically sync account balances and transactions.

    Ruby
    在 GitHub 上查看↗6,081
  • wuhan2020/wuhan2020wuhan2020 的头像

    wuhan2020/wuhan2020

    5,923在 GitHub 上查看↗

    Wuhan2020 is an open platform for collecting, validating, and visualizing epidemic relief data, originally focused on coordinating community response during the COVID-19 crisis. It aggregates information on hospitals, factories, logistics providers, hotels, and donations from multiple sources into a central repository, making it accessible through an interactive geographic map and a programmatic API. The platform distinguishes itself by using GitHub issues as its primary data store, with label-driven organization and command-based task assignment that allows volunteers to claim and track work

    Aggregates hospital, hotel, logistics, and donation data from multiple sources into a central repository.

    在 GitHub 上查看↗5,923
  • reqable/reqable-appreqable 的头像

    reqable/reqable-app

    5,947在 GitHub 上查看↗

    Reqable is a cross-platform network debugging tool that functions as an HTTP/HTTPS debugging proxy, a REST API client, and a traffic replay tool. It captures, inspects, and modifies live traffic using a local MITM proxy engine, supports VPN tunnel capture for mobile devices, and provides a Python scripting sandbox for custom traffic processing. The application is available on Windows, macOS, Linux, iOS, and Android. The tool distinguishes itself by combining traffic interception with breakpoint-based request modification, allowing users to pause live HTTP traffic for manual inspection and alt

    Provides breakpoint-based interception that pauses live HTTP traffic for manual inspection and modification before forwarding.

    android-appcapturedebugging-tool
    在 GitHub 上查看↗5,947
  • jerbouma/fundamentalanalysisJerBouma 的头像

    JerBouma/FundamentalAnalysis

    4,974在 GitHub 上查看↗

    FundamentalAnalysis 是一个综合性的金融分析库、量化金融框架和宏观经济数据集成器。它提供了用于计算财务比率、执行企业健康指标以及使用数学模型对衍生品和债券进行定价的工具。 该项目集成了多样化的数据流,包括全球经济指标、实时市场报价和标准化的企业财务报表。它具有用于生成动量和波动率指标的技术分析引擎,以及用于跟踪风险调整后收益和资产配置的投资组合绩效分析器。 其分析领域涵盖通过现金流折现和内在价值建模进行的资产估值、通过风险价值(VaR)和随机波动率预测进行的风险管理,以及固定收益分析。它还包括衍生品定价、多因子风险建模以及提取分析师预测和共识建议的功能。 该库使用 Python 实现。

    Provides comprehensive directories of available symbols for stocks, cryptocurrencies, forex, commodities, ETFs, and indices.

    Python
    在 GitHub 上查看↗4,974
  • shidenggui/easyquotationshidenggui 的头像

    shidenggui/easyquotation

    5,021在 GitHub 上查看↗

    easyquotation is a Python library that provides access to Chinese stock market data, including real-time quotes, historical daily candlestick prices, exchange-traded fund details, and a stock code database sync utility. It retrieves live trading data from Chinese exchanges, A-shares, and Hong Kong listed stocks without requiring manual API key configuration, offering a unified interface to multiple public data feeds. The library combines several market data providers behind a single query interface, using asynchronous I/O to handle parallel requests and a polling engine that delivers sub-seco

    A module that gathers pricing, net asset value, discount, and volume information for exchange-traded funds listed in China.

    Python
    在 GitHub 上查看↗5,021
  • jerbouma/financetoolkitJerBouma 的头像

    JerBouma/FinanceToolkit

    4,449在 GitHub 上查看↗

    The FinanceToolkit is an open-source Python library for quantitative finance that provides a unified framework for financial analysis, asset valuation, and risk management. It serves as a comprehensive platform for computing over 200 financial metrics and ratios, with capabilities spanning financial ratio analysis, fixed income analytics, macroeconomic data aggregation, options pricing, and portfolio risk management. The toolkit distinguishes itself through a modular architecture that separates data retrieval from computation, with stateless engines for financial models like Black-Scholes, GA

    Provides a catalogue of ETF symbols for programmatic discovery and analysis.

    Pythoncommoditieseconomicsequities
    在 GitHub 上查看↗4,449
上一个12下一个
  1. Home
  2. Web Development
  3. Data Aggregators

探索子标签

  • Array AggregatorsTools for appending and collecting multiple items into list structures during iterative processes. **Distinct from Data Aggregators:** Distinct from Data Aggregators: focuses on the specific logic of appending items to arrays during workflow execution.
  • Brazilian PublicPlatforms that collect and consolidate official Brazilian public data from multiple government sources into a unified API. **Distinct from Data Aggregators:** Distinct from Data Aggregators: specifically targets Brazilian government data sources (CNPJ, CEP, weather, financial) rather than general web content aggregation.
  • ETF1 个子标签Modules that collect pricing, net asset value, discount, and volume information for exchange-traded funds. **Distinct from Data Aggregators:** Distinct from general Data Aggregators: specifically targets ETF financial data (NAV, discount, volume) rather than arbitrary web content.
  • FinancialPlatforms that consolidate transaction history and account balances from multiple external banking providers into a unified interface. **Distinct from Data Aggregators:** Distinct from general data aggregators: focuses specifically on banking and financial institution connectivity.
  • GraphQL Request Aggregators1 个子标签Specialized data aggregators that combine multiple GraphQL query fragments into a single network request. **Distinct from Data Aggregators:** Focuses on GraphQL-specific request bundling for UI components rather than general disparate web source aggregation.
  • Pandemic Resource AggregatorsPlatforms that consolidate hospital, hotel, logistics, and donation information from multiple sources for crisis response. **Distinct from Data Aggregators:** Distinct from Data Aggregators: specifically aggregates pandemic relief resources, not general web data.
  • Scriptable AggregatorsAggregation logic implemented via user-defined scripts or sandboxed code. **Distinct from Data Aggregators:** Distinct from general data aggregators: focuses on user-defined, scriptable transformation logic.
  • SportsSystems that collect and organize professional sports league information from multiple sources. **Distinct from Data Aggregators:** Specializes general data aggregation for the sports domain specifically.