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
- Host: GitHub
- URL: https://github.com/deepshore/avro-converter-backend
- Owner: deepshore
- License: apache-2.0
- Created: 2022-02-25T17:27:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-10T10:16:59.000Z (7 months ago)
- Last Synced: 2025-12-10T13:35:42.601Z (7 months ago)
- Topics: avro, hacktoberfest, kafka, xml
- Language: Java
- Homepage:
- Size: 563 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)