Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-2892

Avro should provide codec implementations for Python

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • python
    • None

    Description

      Registered Python codecs provide a fluent and natural way to convert between object and serialized (particularly as-binary) data. Avro should provide two codec implementations:

      1. Static encode and decode, that encodes native Python objects (lists, dicts, and primitive scalars) and infer the schema from the data itself, producing a binary string containing the schema and the encoded data.
      2. A solution for registering a Schema into the Python codec registry, so that codec.encode/decode can convert objects into Avro binary for that schema.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kojiromike Michael A. Smith
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: