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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/avro

0
View on GitHub↗
3,277 stele·1,765 fork-uri·Java·Apache-2.0·13 vizualizăriavro.apache.org↗

Avro

Apache Avro is a data serialization system.

Features

  • Serialization and Communication - Data serialization system for efficient binary formats.

Istoric stele

Graficul istoricului de stele pentru apache/avroGraficul istoricului de stele pentru apache/avro

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Avro

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Avro.
  • apache/thriftAvatar apache

    apache/thrift

    10,933Vezi pe GitHub↗

    Thrift is a cross-language remote procedure call framework and data serialization protocol. It provides an interface definition language to specify data types and service interfaces in a neutral format, enabling the automated generation of client and server code across multiple programming languages. The project functions as a polyglot service communicator using a layered software stack to ensure interoperable communication. It focuses on implementing cross-language remote procedure calls and transforming complex data structures into standardized formats for efficient network transport. The

    C++
    Vezi pe GitHub↗10,933
  • esotericsoftware/kryoAvatar EsotericSoftware

    EsotericSoftware/kryo

    6,529Vezi pe GitHub↗

    Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen

    HTML
    Vezi pe GitHub↗6,529
  • google/protobufAvatar google

    google/protobuf

    71,412Vezi pe GitHub↗

    Protocol Buffers is a binary serialization framework used to encode structured information into compact payloads to reduce network bandwidth and storage. It functions as a cross-language data interchange standard that enables different platforms and languages to exchange structured data using a shared schema. The project includes an interface definition language compiler that transforms schema definitions into type-safe source code for multiple target programming languages. This mechanism decouples data structures from specific language memory layouts and ensures consistent data handling acro

    C++
    Vezi pe GitHub↗71,412
  • grpc/grpcAvatar grpc

    grpc/grpc

    44,891Vezi pe GitHub↗

    gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between distributed services. It utilizes a structured interface definition language to generate consistent client stubs and server skeletons, enabling applications to invoke methods on remote servers as if they were local objects. By leveraging the HTTP/2 transport layer, the framework supports efficient binary serialization and multiplexed data exchange across diverse programming environments. The framework distinguishes itself through its support for flexible communication patterns, incl

    C++
    Vezi pe GitHub↗44,891

Întrebări frecvente

Ce face apache/avro?

Apache Avro is a data serialization system.

Care sunt principalele funcționalități ale apache/avro?

Principalele funcționalități ale apache/avro sunt: Serialization and Communication.

Care sunt câteva alternative open-source pentru apache/avro?

Alternativele open-source pentru apache/avro includ: apache/thrift — Thrift is a cross-language remote procedure call framework and data serialization protocol. It provides an interface… esotericsoftware/kryo — Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact… google/protobuf — Protocol Buffers is a binary serialization framework used to encode structured information into compact payloads to… grpc/grpc — gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between…