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

[P3] Persist cameras Mongo database with the CAMERAS provisioned #110

Open
CESARDELATORRE opened this issue Feb 11, 2024 · 1 comment
Open
Assignees
Labels
control-plane-app enhancement New feature or request P3 (Long-term and much less priority) Features and improvements to have in the backlog, still to be triaged and prioritied.

Comments

@CESARDELATORRE
Copy link
Contributor

Issue:
When the applications is deleted, you lose the cameras already provisioned (you don't lose the 5G SIMs since they are in the cloud).

Solution:
We need a way to persist these cameras definition so even if you re-deploy the application to a new version, etc. you would still have the cameras deployed. That's important as soon as you have more than 2 cameras....

We can probably persist the MongoDB database into the K8s PersistentVolumes?

Temporal Workaround:
Another temporal workaround (useful in any case even after having the DB persisted) would be a feature to EXPORT/IMPORT the cameras to a .CSV file

@CESARDELATORRE CESARDELATORRE added enhancement New feature or request P3 (Long-term and much less priority) Features and improvements to have in the backlog, still to be triaged and prioritied. control-plane-app labels Feb 11, 2024
@CESARDELATORRE
Copy link
Contributor Author

Related issue:

#126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
control-plane-app enhancement New feature or request P3 (Long-term and much less priority) Features and improvements to have in the backlog, still to be triaged and prioritied.
Projects
None yet
Development

No branches or pull requests

2 participants