ods
ods copied to clipboard
Open Data Service - Make consuming open data easy, safe, and reliable
Open points - [ ] Replace `knex` with our own postgres implementation - [ ] Code styling and clean-up (Linter) DONT MERGE YET!
Currently the library `knex` is in use for the database access leading to many `any` typed code. Goal: replace `knex` with our own postgres library to make it consistent with...
UI on localhost:9000/ does not render in Firefox. Instead, it shows plain-text response (header?). The response text on my device were: " ÿ�������T�10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0 Accept: text/html,applicatio�/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8...
This is the case for UI and explicit API calls, the frontend also does not show any error message ```java org.postgresql.util.PSQLException: ERROR: update or delete on table "datasource" violates foreign...
Continues #350 Closes #393
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.
After setting up the initial datasource and pipeline from the example, there is no output displayed on the UI with the collected data. If you click on the link with...
Datsource imports should be persistent without pipeline execution.
In `.env` we define ``` DOCKER_REGISTRY=docker.pkg.github.com/jvalue/open-data-service ``` Do we need to / should we change that, now that the repository is called *jvalue/ods*? All `package.json` files also still refer to...
Currently, we are using the GitHub packages, which requires an access key. This makes it hard to pull images...