Skip to content

Commit b82d82d

Browse files
authored
A suggestion for usage data upload (#1482)
1 parent 619415b commit b82d82d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/roadmap/usage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ Finally, we would need a number of **timestamps**:
1919
The user could inspect the usage data with **netlab usage show**, reset it with **netlab usage reset**, and upload it with **netlab usage upload**.
2020

2121
While it's relatively easy to implement the data collection part, the infrastructure supporting the uploads remains a mystery.
22+
23+
## Option A - separate GitHub project ```netlab_usage```
24+
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.
25+
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 commit comments

Comments
 (0)