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

future work #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ this app is built with the following libraries/packages:
- [AWS SDK](https://aws.amazon.com/sdk-for-go/) for AWS S3

### Future Works
- add more tests for the app (s3 package)
- Add more tests for the app (s3 package)
- Add more features to the app:
- store the data in a database after reading from prometheus, related to [Example app: upload to prometheus](https://github.com/project-flotta/flotta-edge-example#future-works)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason not to fetch this data directly from prometheus?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I understood (from search), Prometheus sends a stream of data that I can fetch and present (I mean it can't be persisted), and if I want to analyze data I need to store some old data to perform some analysis, Do I miss something?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please take a look here

- Create analytics for the data collected:
- Identify the most well known hops in the devices networks.
- Estimate the connection quality for the devices based on the hoping times.