VOOZH about

URL: https://www.javacodegeeks.com/tag/apache-avro

⇱ Apache Avro Archives - Java Code Geeks


  • Software Development👁 Image
    Eleftheria DrosopoulouJune 23rd, 2025
    0 1,465

    Schema Evolution in Apache Avro, Protobuf, and JSON Schema

    In modern distributed architectures—especially event-driven systems like Kafka or Pulsar—data is the contract. When systems scale and evolve, your data…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeMay 22nd, 2025
    0 1,840

    How to Use Avro to Serialize and Deserialize Dates

    Working with dates and timestamps in data serialization can be tricky, especially when consistency and precision matter. Avro, a popular…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 20th, 2025
    0 1,440

    Avro Schema From Java Class Example

    Apache Avro is a data serialization system that is compact, fast, and ideal for distributed applications. Let us delve into…

    Read More »
  • Software Development👁 Image
    Eleftheria DrosopoulouMarch 4th, 2025
    0 519

    Apache Avro for Data Serialization: Efficient Data Handling in Kafka

    In the world of data-driven applications, efficient data serialization is critical for performance, scalability, and interoperability. Apache Avro is a popular data…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraFebruary 14th, 2025
    0 1,358

    Avro: Storing Null Values in Files

    Apache Avro is a widely used data serialization system designed for efficient storage and transmission of structured data. It is…

    Read More »
  • Software Development👁 Image
    Yatin BatraDecember 13th, 2024
    1 784

    Conversion from POJO to Avro Record

    Apache Avro is a powerful data serialization framework widely used in distributed systems to exchange data efficiently and compactly. Avro’s…

    Read More »
  • Core Java👁 Image
    Yatin BatraDecember 12th, 2024
    0 504

    Get the Schema From an Avro File

    In today’s data-driven world, efficient data serialization and seamless system interoperability are critical for building scalable applications. Apache Avro, a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraNovember 13th, 2024
    0 506

    Create Avro Schema With List of Objects

    Apache Avro is a powerful data serialization framework that enables efficient data exchange and storage. It is widely used in…

    Read More »
  • Core Java👁 Image
    Yatin BatraNovember 11th, 2024
    0 1,836

    Convert Avro File to JSON File in Java

    In today’s data-driven world, effective data serialization formats are crucial for efficient storage and transmission of information. Apache Avro and…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close