vendekagon-labs / unify

An engine for automating data integration & harmonization via schema inference.
Apache License 2.0
8 stars 0 forks source link

Infer a Unify schema from Datomic schema and manually supplied Unify annotations #42

Closed benkamphaus closed 3 months ago

benkamphaus commented 3 months ago

If a user is working with a schema that has skewed from original Unify schema definitions, or one which was created without the Unify DSL, e.g. one to which Unify schema annotations were manually supplied, then Unify should allow the user to generate a working minimally specified Unify schema.

For the first cut of this, Unify will output :unify.error/ placeholders when its constraints and expectations are violated, allowing the user to manually correct these in the schema and/or resulting file.

benkamphaus commented 3 months ago

Resolved by #43