Skip to content

Commit

Permalink
A suggestion for usage data upload (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbemmel authored Nov 3, 2024
1 parent 619415b commit b82d82d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/roadmap/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ Finally, we would need a number of **timestamps**:
The user could inspect the usage data with **netlab usage show**, reset it with **netlab usage reset**, and upload it with **netlab usage upload**.

While it's relatively easy to implement the data collection part, the infrastructure supporting the uploads remains a mystery.

## Option A - separate GitHub project ```netlab_usage```
One option is to use GitHub for collecting usage data: Using a separate repo, Netlab would push and commit the usage file to a location under that repo.
Security wise, this would require an access token with limited write permissions (hence the separate repo - not sure if we could restrict access well enough within 1 repo)

0 comments on commit b82d82d

Please sign in to comment.