Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔨(api) add API database seeding #112

Merged
merged 4 commits into from
Jul 22, 2024
Merged

🔨(api) add API database seeding #112

merged 4 commits into from
Jul 22, 2024

Conversation

jmaupetit
Copy link
Member

Purpose

Having an example database set for development would make data analysts life easier.

Proposal

Starting from a clean static dataset, we can import statiques to the API database. Current importation process requires a valid database.

@jmaupetit jmaupetit self-assigned this Jul 3, 2024
@jmaupetit jmaupetit requested a review from loco-philippe July 3, 2024 10:38
@jmaupetit jmaupetit force-pushed the add-api-db-provisioning branch from 054308a to 2d3a1f1 Compare July 16, 2024 10:03
Starting from a clean static dataset, we can import statiques to the API
database. Current importation process requires a valid database.
Docker build now has a linter to validate Dockerfile syntax. We've
suppressed some warnings.
By adding healthchecks to the service, we ensure that it is up before
running commands that depend from the API service such as API seeding
using the `qcc` CLI.
This was a non-sense to use the same setting for the bulk endpoint max
size and pagination size constraints.
@jmaupetit jmaupetit force-pushed the add-api-db-provisioning branch from 2d3a1f1 to 8bc8afd Compare July 22, 2024 18:59
@jmaupetit jmaupetit merged commit cbc386a into main Jul 22, 2024
12 checks passed
@jmaupetit jmaupetit deleted the add-api-db-provisioning branch July 22, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants