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

Update firebase data storage pattern #13

Open
aliirz opened this issue Sep 3, 2024 · 1 comment
Open

Update firebase data storage pattern #13

aliirz opened this issue Sep 3, 2024 · 1 comment

Comments

@aliirz
Copy link
Contributor

aliirz commented Sep 3, 2024

We need to come with a structure that tells us what websites were offline etc.

@mbyx
Copy link
Contributor

mbyx commented Sep 7, 2024

We can use the date that the performance check was done on as the collection name, which holds all the documents, and the documents would be named either by the url itself or it's static IP.

The documents would contain the full url (if needed), the performance score, and other metrics such as whether the check failed or not.

To make sure that we don't have to change this structure multiple times it would be best to first decide what metrics are essential to be generated from the reports in #6.

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

No branches or pull requests

2 participants