azure-sdk-for-js/sdk/schemaregistry
Jeremy Meng 8dc3e561db
[EngSys] fix `schema-registry-avro` build failure on Windows (#31607)
After moving to vendored rimraf, this particular "clean" script is
failing likely due to the escaped quoted argument before it and how
dev-tool handls arguments. Moving `*.tgz *.log` fixes it.
2024-11-01 18:35:43 -07:00
..
perf-tests/schema-registry-avro [EngSys] remove "audit" NPM script and it's related file 2024-10-25 19:28:06 +00:00
schema-registry [EngSys] move to vendored version of cross-env via dev-tool 2024-11-02 00:48:06 +00:00
schema-registry-avro [EngSys] fix `schema-registry-avro` build failure on Windows (#31607) 2024-11-01 18:35:43 -07:00
schema-registry-json [EngSys] move to vendored version of cross-env via dev-tool 2024-11-02 00:48:06 +00:00
README.md [schema registry json] Initialize schema registry json library (#26673) 2023-08-08 10:51:02 -07:00
ci.yml [Schema Registry] Add Json package in ci.yml file (#26746) 2023-08-08 23:51:59 +00:00
test-resources.bicep [Schema Registry] Migrate to Bicep (#30850) 2024-08-22 09:06:28 -07:00

README.md

Azure Schema Registry client library for JavaScript

We have two client libraries for Azure Schema Registry

  • @azure/schema-registry - The Schema Registry client for storing and retrieving schemas. You can find more info over here.
  • @azure/schema-registry-avro - The Avro-based serializer that leverages Schema Registry. You can find more info over here.
  • @azure/schema-registry-json - The JSON-based serializer that leverages Schema Registry. You can find more info over here.