An open API service indexing awesome lists of open source software.

https://github.com/deepshore/avro-converter-backend

Tools to convert a XML Schema Definition to an applicable AVRO Schema
https://github.com/deepshore/avro-converter-backend

avro hacktoberfest kafka xml

Last synced: 5 months ago
JSON representation

Tools to convert a XML Schema Definition to an applicable AVRO Schema

Awesome Lists containing this project

README

          

## xsd2avro-converter
An api that can transform xsd (with an according xml) into an [AVRO schema](https://avro.apache.org/docs/current/spec.html).

### Real life demo
https://deepshore.de/avro-converter

### Run locally
```
gradlew run
```

---

### Docs

- [XML Schema] https://www.data2type.de/xml-xslt-xslfo/xml-schema (only in German)
- [AVRO Schema Spec] https://avro.apache.org/docs/current/spec.html

### Micronaut Docs
- [User Guide](https://docs.micronaut.io/3.3.3/guide/index.html)
- [API Reference](https://docs.micronaut.io/3.3.3/api/index.html)
- [Configuration Reference](https://docs.micronaut.io/3.3.3/guide/configurationreference.html)
- [Micronaut Guides](https://guides.micronaut.io/index.html)