You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
bracyw
changed the title
[Charybdis] - basic's for light weight database management server
[Charybdis] - basic api for light weight database uploader
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
The text was updated successfully, but these errors were encountered: