workflux / workflUX

An open-source, cloud-ready web application for simplified deployment of big data workflows.
Apache License 2.0
33 stars 8 forks source link

Connecting database models via ids #102

Open KerstenBreuer opened 4 years ago

KerstenBreuer commented 4 years ago

Currently, connections between database models are inferred via names (username, job_name, run_name, ...). To make querying more efficient names could be replaced by id (foreign keys).

Things to consider:

KerstenBreuer commented 4 years ago

Related to #98.