awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesDistributed Data Platforms

Infrastructure for scaling data-intensive services across multiple nodes or cloud environments.

Explore 8 awesome GitHub repositories matching devops & infrastructure · Distributed Data Platforms. Refine with filters or upvote what's useful.

Awesome Distributed Data Platforms GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • firecrawl/firecrawlAvatar von firecrawl

    firecrawl/firecrawl

    133,479Auf GitHub ansehen↗

    Firecrawl is a web data extraction platform designed to convert unstructured web content into clean, LLM-ready formats like markdown or JSON. It functions as an autonomous web crawler and scraper, capable of mapping entire domains, performing recursive navigation, and executing complex data gathering tasks. By leveraging headless browser orchestration, the system handles dynamic, JavaScript-heavy pages to ensure comprehensive data capture. The platform distinguishes itself through its focus on agentic workflows, providing a programmatic interface that allows autonomous agents to perform live

    Supports scalable crawling operations by functioning as a robust engine that can be deployed in managed cloud or private infrastructure.

    TypeScriptaiai-agentsai-crawler
    Auf GitHub ansehen↗133,479
  • pathwaycom/pathwayAvatar von pathwaycom

    pathwaycom/pathway

    62,959Auf GitHub ansehen↗

    Pathway is a high-performance data processing framework designed for building unified batch and streaming pipelines. It functions as an orchestrator for complex data transformations, utilizing a differential dataflow engine to process updates incrementally. By treating static datasets and continuous event streams with identical logic, the platform ensures exactly-once processing semantics and consistent results across diverse data sources. The framework distinguishes itself through its specialized support for real-time artificial intelligence and retrieval-augmented generation. It features in

    Scales containerized data services across local and cloud environments with robust performance and network connectivity.

    Pythonbatch-processingdata-analyticsdata-pipelines
    Auf GitHub ansehen↗62,959
  • angular/angular.jsAvatar von angular

    angular/angular.js

    58,615Auf GitHub ansehen↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By utilizing a centralized dependency injection container, the framework manages the lifecycle of services and components to ensure modularity and maintainable architecture. The framework is defined by its two-way data binding mechanism, which automatically synchronizes data models wit

    Defers resource fetching by binding element sources to expressions that resolve only after the application template has been fully processed.

    JavaScript
    Auf GitHub ansehen↗58,615
  • apify/crawleeAvatar von apify

    apify/crawlee

    24,002Auf GitHub ansehen↗

    Crawlee is a web scraping framework designed for building scalable, reliable, and distributed data extraction pipelines. It provides a unified interface for managing headless browser automation and lightweight HTTP requests, allowing developers to handle complex web navigation, dynamic content rendering, and large-scale data collection within a single, modular architecture. The project distinguishes itself through its resource-aware concurrency controller, which dynamically scales task execution based on real-time CPU and memory usage to prevent host machine exhaustion. It also features a rob

    Saves the progress of a crawl to storage so that interrupted tasks can resume from the last processed URL.

    TypeScriptapifyautomationcrawler
    Auf GitHub ansehen↗24,002
  • projectdiscovery/subfinderAvatar von projectdiscovery

    projectdiscovery/subfinder

    13,105Auf GitHub ansehen↗

    Subfinder is a security reconnaissance framework designed for subdomain enumeration and attack surface management. It functions as a discovery engine that identifies and maps internet-exposed infrastructure, cloud-hosted assets, and network ranges to maintain a comprehensive inventory of an organization's digital footprint. The project distinguishes itself through a modular, template-driven scanning engine that executes security checks against discovered assets. It leverages cloud-native asset discovery to query provider APIs and infrastructure metadata, while supporting distributed agent orc

    Saves raw HTTP requests and responses to disk for offline analysis and wordlist generation.

    Gobugbountyhackinghacktoberfest
    Auf GitHub ansehen↗13,105
  • code4craft/webmagicAvatar von code4craft

    code4craft/webmagic

    11,680Auf GitHub ansehen↗

    Webmagic is a Java web crawling framework designed for building scalable automated crawlers to download and process large volumes of web pages. It functions as a distributed web crawler and dynamic content crawler, utilizing an XPath HTML parser to locate and extract specific data points from page structures. The framework distinguishes itself through its ability to handle dynamic content by rendering JavaScript and executing asynchronous requests to extract data from non-static pages. It also allows users to define and execute crawler logic via scripting languages, enabling the update of col

    Saves extracted information and metadata to a storage backend for later analysis and retrieval.

    Javacrawlerframeworkjava
    Auf GitHub ansehen↗11,680
  • hazelcast/hazelcastAvatar von hazelcast

    hazelcast/hazelcast

    6,570Auf GitHub ansehen↗

    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

    Combines in-memory data storage with stream processing for real-time data analytics and event-driven applications.

    Javabig-datacachingdata-in-motion
    Auf GitHub ansehen↗6,570
  • opencx-labs/openchatAvatar von opencx-labs

    opencx-labs/OpenChat

    5,264Auf GitHub ansehen↗

    OpenChat is a conversational AI agent builder and customer service automation platform that uses large language models to power customer support chatbots across multiple channels. It provides tools for defining AI agent behavior, training on custom knowledge, managing actions, and controlling autopilot responses per channel. The platform enables deploying AI agents on web, phone, email, SMS, and WhatsApp, with a unified inbox for managing conversations across all channels. It includes CRM synchronization, automated workflows, contact segmentation, and analytics for tracking customer satisfact

    Stops active website crawls to control knowledge ingestion.

    JavaScript
    Auf GitHub ansehen↗5,264
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure
  4. Distributed Data Platforms

Unter-Tags erkunden

  • Crawling2 Sub-TagsManaged or self-hosted environments for running web crawlers.
  • Deferred Resource LoadingDirectives that prevent premature browser requests for element sources until expressions are resolved.