Iglu Configuration Schema for Self Describing Events

I would like to load new schemas into IGLU.
As far as I found in the documentation, it would work via igluctl.
Or is there another way?
The goal would be to measure a custom (self-describing) events.
Do i understand it correctly that it’s only necessary to push the schema to the Iglu server using igluctl static push?
I use SP Open Source on GCP/BigQuery.
Thanks in Advance!

You can push the schemas using igluctl which uses the Iglu Server API under the hood. If you’d like to use the API directly (e.g., from CI/CD) you can call the API directly.

Hallo @mike, thank you very much!

1 Like