{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/9"}],"enrichment":{"capability":"Serializes and deserializes messages using AWS Glue Schema Registry with support for Avro and JSON Schema formats, including local caching and schema evolution checks.","skillfed_tags":["aws-integration","kafka-serialization","schema-management"],"use_cases":["Publish Avro-encoded messages to Kafka topics with schema validation and automatic schema registration in AWS Glue.","Consume messages that carry embedded schema references and deserialize them with schema evolution checks.","Maintain a centralized schema registry in AWS Glue and enforce schema compatibility across multiple Python services.","Cache schemas locally to reduce latency and API calls when serializing message streams.","Migrate existing schemas from a third-party registry into AWS Glue and use this library to read them."],"what_it_does":"This package wraps AWS Glue Schema Registry to let Python applications serialize and deserialize messages against centrally managed schemas. It supports Avro and JSON Schema formats, local schema caching to reduce API calls, automatic schema registration, and schema evolution validation. The library is a partial port of the Java reference implementation, covering the core serialization/deserialization workflow but omitting Flink support.\n\nYou create a SchemaRegistryClient by passing a boto3 Glue client and registry name, then use it to serialize data with a schema or deserialize messages that carry schema metadata. Optional adapters for kafka-python are available to integrate directly into Kafka producers and consumers. The package depends on boto3 for AWS API access, fastavro and fastjsonschema for schema validation, and orjson for JSON handling.","worth_installing":"Yes, if you are already using AWS Glue Schema Registry and need Python integration. The library is stable, has no known vulnerabilities, and low install friction. However, maintenance is dormant (last release 2023-10-17), so do not expect active support or new features; use it only if your schema and messaging patterns are unlikely to change and you can maintain the integration yourself if needed."},"id":"aws-glue-schema-registry","links":{"html":"https://skillfed.io/packages/aws-glue-schema-registry","md":"https://skillfed.io/packages/aws-glue-schema-registry.md","pypi":"https://pypi.org/project/aws-glue-schema-registry/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-10-17","license_spdx":null,"license_treatment":"permissive","name":"aws-glue-schema-registry","python_support":"supports_current","summary":"Use the AWS Glue Schema Registry."},"popularity":{"monthly_downloads":114915,"position":12273,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.3"}
