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

[Charybdis] - basic api for light weight database uploader #269

Open
bracyw opened this issue Jan 25, 2025 · 0 comments · May be fixed by #270
Open

[Charybdis] - basic api for light weight database uploader #269

bracyw opened this issue Jan 25, 2025 · 0 comments · May be fixed by #270
Assignees

Comments

@bracyw
Copy link
Contributor

bracyw commented Jan 25, 2025

Description

This is the starter for an api that will expose functionality to upload our local database after testing to our cloud database through minimal calls to the api. This server will run the base station docker container, and should have access to the database that scylla inserts into.

Acceptance Criteria

tbd

Proposed Solution

Use bare minimum from express to setup an api. Write typescript that services that will dump local db into csv... then pull data in chuncks from teh csv and upload to cloud using prisma. This approach allows us to ensure proper schema enforcement (thanks to prisma), making any future changes that decouple the cloud and local schema easy to implement in a controlled manner.

Mocks

No response

@bracyw bracyw changed the title [Charybdis] - basic's for light weight database management server [Charybdis] - basic api for light weight database uploader Jan 25, 2025
@bracyw bracyw linked a pull request Jan 26, 2025 that will close this issue
24 tasks
@bracyw bracyw self-assigned this Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant