jvalue / ods

Open Data Service - Make consuming open data easy, safe, and reliable
GNU Affero General Public License v3.0
36 stars 23 forks source link

Storage: use JSON schema to structure data and spawn GraphQL interface #393

Open georg-schwarz opened 2 years ago

georg-schwarz commented 2 years ago

Continuing work of @LechoDecho to enable GraphQL interface for the data.

Use the JSONschema provided by the pipeline to structure the data stored instead of storing blobs.

georg-schwarz commented 2 years ago

@f3l1x98 cleaning up the old pull request, updating it to current state of main, and taking inventory what is still missing.