awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • firecrawl/firecrawlAvatar de firecrawl

    firecrawl/firecrawl

    133,479Ver en GitHub↗

    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
    Ver en GitHub↗133,479
  • pathwaycom/pathwayAvatar de pathwaycom

    pathwaycom/pathway

    62,959Ver en GitHub↗

    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
    Ver en GitHub↗62,959
  • angular/angular.jsAvatar de angular

    angular/angular.js

    58,615Ver en GitHub↗

    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
    Ver en GitHub↗58,615
  • apify/crawleeAvatar de apify

    apify/crawlee

    24,002Ver en GitHub↗

    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
    Ver en GitHub↗24,002
  • projectdiscovery/subfinderAvatar de projectdiscovery

    projectdiscovery/subfinder

    13,105Ver en GitHub↗

    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
    Ver en GitHub↗13,105
  • code4craft/webmagicAvatar de code4craft

    code4craft/webmagic

    11,680Ver en GitHub↗

    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
    Ver en GitHub↗11,680
  • hazelcast/hazelcastAvatar de hazelcast

    hazelcast/hazelcast

    6,570Ver en 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

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

    Javabig-datacachingdata-in-motion
    Ver en GitHub↗6,570
  • opencx-labs/openchatAvatar de opencx-labs

    opencx-labs/OpenChat

    5,264Ver en GitHub↗

    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
    Ver en GitHub↗5,264
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure
  4. Distributed Data Platforms

Explorar subetiquetas

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