New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/mollie/go-apicurio-registry

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mollie/go-apicurio-registry

v0.0.1
Source
Go
Version published
Created
Source

Go-APICURIO-SDK

Go Reference Integration Tests

Go-APICURIO-SDK is an open-source Go SDK for interacting with Apicurio Schema Registry v3.0 APIs. This library provides an idiomatic Go interface to manage schemas, validate data, and handle schema evolution in Go applications. It is designed to make it easy for developers to integrate the Apicurio Schema Registry into their Go-based microservices or event-driven systems.

🚧 Work In Progress

This SDK is currently under active development. Key features and improvements are being added incrementally. While contributions and feedback are welcome, please note that some APIs and features may change as the project evolves.

Features

  • Schema Management: Create, update, delete, and retrieve schemas.
  • Validation: Validate payloads against registered schemas.
  • Schema Evolution: Tools for managing schema compatibility and evolution.
  • Integration: Works seamlessly with the Apicurio Schema Registry.

Getting Started

Prerequisites

  • Go 1.18+ installed on your system.
  • Access to an Apicurio Schema Registry instance.

Installation

To use the SDK, add it to your project using go get:

go get github.com/mollie/go-apicurio-registry

Development

Running Locally with Docker This project includes a docker-compose.yml file for setting up a local Apicurio Schema Registry instance. Run the following command to start the registry:

docker-compose up

Running Tests

The repository includes unit and integration tests. Use the following command to run all tests:

go test ./...

Contribution Guidelines

Contributions are welcome! Please see the CONTRIBUTING.md (to be added) for details on the process.

License

This project is licensed under the Apache License 2.0.

FAQs

Package last updated on 19 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts