hydrocode-de / metacatalog-ingest

0 stars 0 forks source link

MetaCatalog Ingest

Upload application for the Metacatalog ecosystem. This application consists of three parts:

Install

It is recommended to run the application using docker compose. Use the docker-compose.yml as a reference. Instead of building the ingest application locally, you can also replace the frontend service with something similar to:

frontend:
  image: ghcr.io/hydrocode-de/metacatalog-ingest:latest
  ports:
    - 8000:8000

  ...

In case you use the Dockerfile only, make sure to provide a connection to the actual database using the environment variable METACATALOG_URI.

Backend Url

With version v0.4.0 it is possible to change the backend url in the frontend, using the Settings page. These settings are also stored in the local storage of the browser, meaning they are persistent over sessions. This setting is necessary, if you run the application on a different port, or behind a proxy server.

What it does not do:

Be aware that some fields are quite annoying and the validation is not perfect yet. This will be improved with the next few versions.