Backend service that safely receives events from clients, validates them, prevents duplicates, and stores flexible event data reliably in a database.
-
Updated
Jun 15, 2026 - Java
Backend service that safely receives events from clients, validates them, prevents duplicates, and stores flexible event data reliably in a database.
This repository contains the code for the paper "SINT-Flow: Schema Integration using Large Language Model Workflows". SINT-Flow is a framework consisting of five LLM-based operators that can be arranged in different sequence to form schema integration workflows. The repository also introduces SINT-Bench, a schema integration benchmark.
Tool written in Python that generates classes from XSD files for multiple programming languages (Java, C#, Python, JSON Schema, PHP, and others). It uses generators such as xjc, XmlSchemaClassGenerator, xsd2jsonschema, and xsdata, making it easier to integrate XML schemas into your projects.
To associate your repository with the schema-integration topic, visit your repo's landing page and select "manage topics."