awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

6 repositorios

Awesome GitHub RepositoriesBinary Data Streaming

Specialized mechanisms for streaming binary content that exceeds standard document size limits.

Distinct from Chunked File Storages: Distinct from Chunked File Storages: focuses on the streaming of oversized blobs within a document database context.

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

Awesome Binary Data Streaming GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pocoproject/pocoAvatar de pocoproject

    pocoproject/poco

    9,438Ver en GitHub↗

    POCO is a comprehensive C++ application framework that provides a cross-platform set of libraries for building network-centric applications. It offers a unified abstraction layer that wraps platform-specific APIs, enabling the same code to run across desktop, server, mobile, IoT, and embedded systems. The framework is organized into modular libraries that can be compiled and linked selectively, allowing developers to include only the components their application needs. The framework distinguishes itself through its broad coverage of application infrastructure needs, including threading and sy

    Reads and writes binary data with automatic byte-order conversion for portable serialization.

    C++c-plus-plusconfigurationcross-platform
    Ver en GitHub↗9,438
  • mbdavid/litedbAvatar de mbdavid

    mbdavid/LiteDB

    9,410Ver en GitHub↗

    LiteDB is a serverless, embedded NoSQL document database for .NET applications. It persists data into a single portable file, functioning as a BSON data store that resides within the application process rather than running as a separate server. The system is ACID compliant, utilizing write-ahead logging to ensure atomic, consistent, isolated, and durable transactions. It includes built-in encryption to provide secure local data storage and protect files on disk from unauthorized access. The project covers object-document mapping to convert classes into document formats, indexed search capabi

    Provides a specialized storage mechanism for streaming binary data that exceeds standard document size limits.

    C#
    Ver en GitHub↗9,410
  • eto-ai/lanceAvatar de eto-ai

    eto-ai/lance

    6,671Ver en GitHub↗

    Lance is a versioned columnar data format and storage engine designed as a multimodal AI lakehouse. It serves as a vector database storage engine and a cloud object store dataset manager, organizing images, video, audio, and embeddings into a unified format optimized for machine learning workflows. The project distinguishes itself by combining a columnar layout for structured data with a specialized blob store for large multimodal tensors. It implements a hybrid search engine that integrates vector similarity search, full-text search, and SQL analytics on a single dataset, supported by a stor

    Retrieves large objects as lazy handles to stream bytes on demand without loading the entire object.

    Rust
    Ver en GitHub↗6,671
  • missing-semester/missing-semesterAvatar de missing-semester

    missing-semester/missing-semester

    5,525Ver en GitHub↗

    The Missing Semester is a free, open-source educational curriculum designed to bridge the gap between theoretical computer science and the practical tooling every software engineer needs. Organized as a structured course, it covers Unix shell mastery, version control with Git, software debugging and profiling, system administration fundamentals, and computer security practices — the skills often left out of traditional degree programs. The project is maintained as a collaborative set of lecture notes, exercises, and guides that function as both a professional development tools course and a Uni

    The Missing Semester teaches processing and transferring binary data between machines using ffmpeg, compression, and SSH.

    CSS
    Ver en GitHub↗5,525
  • h2database/h2databaseAvatar de h2database

    h2database/h2database

    4,607Ver en GitHub↗

    H2 es un sistema de gestión de bases de datos relacionales compatible con JDBC, escrito en Java. Funciona como una base de datos SQL embebible que puede ejecutarse directamente dentro de un proceso de aplicación para eliminar la latencia de red, o como una base de datos en memoria para almacenamiento volátil de alto rendimiento. También incluye una consola basada en web para ejecutar comandos SQL y administrar esquemas. El sistema se caracteriza por sus modos de despliegue flexibles, incluyendo un modo servidor independiente para acceso remoto TCP/IP y un modo mixto para conectividad local y remota simultánea. Cuenta con una capa de emulación de dialectos y modos de compatibilidad que permiten imitar el comportamiento y la sintaxis de otros sistemas de bases de datos. El motor proporciona un amplio conjunto de capacidades que cubren transacciones ACID con control de concurrencia multiversión, soporte para datos geoespaciales y JSON, y funciones avanzadas de ventana analítica. Incluye herramientas para la preservación de datos mediante copias de seguridad comprimidas, restauración de scripts SQL y gestión de memoria fuera del heap (off-heap) para manejar grandes datasets. La base de datos se integra con aplicaciones utilizando controladores estándar de Java Database Connectivity y URLs de conexión.

    Implements binary data streaming by splitting large objects into blocks for random access.

    Javadatabasejavajdbc
    Ver en GitHub↗4,607
  • czlonkowski/n8n-skillsAvatar de czlonkowski

    czlonkowski/n8n-skills

    2,875Ver en GitHub↗

    n8n-skills is a collection of technical guides and architectural frameworks for designing, building, and deploying automation workflows and AI agents within n8n. It provides a structured approach to creating autonomous agents by combining large language model chains with memory systems and custom toolsets. The project focuses on extending AI capabilities through the development of custom tool functions using structured input schemas and the integration of Model Context Protocol servers. It emphasizes the use of specific architectural patterns to manage webhooks, APIs, and binary data handling

    Manages the separation of binary data from JSON and controls data boundaries between storage and agents.

    Shellai-agentsn8nworkflow-automation
    Ver en GitHub↗2,875
  1. Home
  2. Data & Databases
  3. Storage Abstraction
  4. File Storage Services
  5. Binary Data Streaming

Explorar subetiquetas

  • Binary Data Boundary ControlSystems for controlling the flow and boundaries of binary data between storage and AI agents. **Distinct from Binary Data Streaming:** Focuses on the data boundary and governance rather than just the streaming mechanism.