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

Store incoming, unprocessed cargo in object store #746

Closed
gnarea opened this issue Feb 28, 2022 · 0 comments
Closed

Store incoming, unprocessed cargo in object store #746

gnarea opened this issue Feb 28, 2022 · 0 comments
Labels
CRC Cargo Relay Connection enhancement New feature or request

Comments

@gnarea
Copy link
Member

gnarea commented Feb 28, 2022

Describe the problem

We're currently storing incoming cargoes in NATS Streaming, which internally stores it in PostgreSQL. This is bad for performance, reliability and cost reasons.

Describe the solution you'd like

Store incoming cargo in the object store (e.g., GCS in production) and use NATS Streaming only to notify about the reception of each cargo, just like we do with parcels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CRC Cargo Relay Connection enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant