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

analyze Parsons usage statistics #2

Open
1 of 4 tasks
shaunagm opened this issue Oct 31, 2024 · 4 comments
Open
1 of 4 tasks

analyze Parsons usage statistics #2

shaunagm opened this issue Oct 31, 2024 · 4 comments
Assignees
Labels
product & strategy helping us align our work to a longer term version

Comments

@shaunagm
Copy link
Collaborator

shaunagm commented Oct 31, 2024

Potential platforms: Github, PyPi, Dockerhub, Parsons website, Slack

We also talked about analyzing github PRs to see what connectors are being used (that was MK’s idea); what files are being modified

Current plan:

  1. Josh and Charlie will make a list of platforms they want data from
  2. pair with Shauna to actually get the data from those platforms
  3. profit analyze
  4. when finished, write up as blog post
@shaunagm shaunagm converted this from a draft issue Oct 31, 2024
@shaunagm shaunagm added product & strategy helping us align our work to a longer term version triage this issue needs to be processed labels Oct 31, 2024
@shaunagm shaunagm changed the title analyze Parsons PRs to see what's getting updated the most analyze Parsons usage statistics Nov 18, 2024
@shaunagm shaunagm moved this from Todo to In Progress in Parsons Contributor Community Nov 18, 2024
@shaunagm
Copy link
Collaborator Author

@jdw25 and @Charlie-Kramer can you respond with a comment so I can assign this to you?

@mkrausse-ggtx (bc the analyzing PRs part was his idea)

@shaunagm
Copy link
Collaborator Author

From Matthew re: getting data on PRs:

from github import Github
import dotenv
import os
dotenv.load_dotenv()

# Authentication is defined via github.Auth
from github import Auth

# using an access token
auth = Auth.Token(os.getenv(‘GITHUB_ACCESS_TOKEN’))

# First create a Github instance:

# Public Web Github
g = Github(auth=auth)
repo = g.get_repo(“move-coop/parsons”)

@Charlie-Kramer
Copy link

@jdw25 and @Charlie-Kramer can you respond with a comment so I can assign this to you?

@mkrausse-ggtx (bc the analyzing PRs part was his idea)

You bet, I'll have a go at this! Thanks Shauna

@matthewkrausse
Copy link

@shaunagm shaunagm removed the triage this issue needs to be processed label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product & strategy helping us align our work to a longer term version
Projects
Status: In Progress
Development

No branches or pull requests

3 participants