Skip to content

Commit

Permalink
Merge pull request #61 from jpmorgan-payments/metrics
Browse files Browse the repository at this point in the history
Metrics
  • Loading branch information
maria-mcparland authored Aug 26, 2024
2 parents 0bee08d + b62b135 commit 3032d10
Show file tree
Hide file tree
Showing 11 changed files with 1,019 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/monthly_metrics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Monthly Data Collation

# Schedule to run at 00:00 on the 1st day of each month
on:
schedule:
- cron: "52 13 1 * *" # Runs at 13:52 on the 1st day of every month

# Allows the workflow to be triggered manually
workflow_dispatch:

jobs:
run-script:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./metrics/monthly_scripts
steps:
# Step to checkout the repository
- uses: actions/checkout@v4
with:
ref: metrics

# Step to run the shell script
- name: Run shell script - Monthly Clones
run: |
chmod +x monthly_clones.sh
./monthly_clones.sh $(date +'%Y-%m')
- name: Run shell script - Monthly Clones
run: |
chmod +x monthly_traffic.sh
./monthly_traffic.sh $(date +'%Y-%m')
215 changes: 215 additions & 0 deletions metrics/clone-stats-sorted.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,215 @@
repository_name,date,clones,unique_cloners
online-payments,2024-01-19,5,4
online-payments,2024-01-22,8,6
online-payments,2024-01-25,1,1
online-payments,2024-01-28,1,1
online-payments,2024-01-29,1,1
online-payments,2024-01-30,1,1
online-payments,2024-01-31,12,5
online-payments,2024-02-01,2,2
online-payments,2024-02-02,2,2
online-payments,2024-02-03,2,2
online-payments,2024-02-04,1,1
online-payments,2024-02-05,1,1
online-payments,2024-02-06,3,3
online-payments,2024-02-07,2,2
online-payments,2024-02-08,3,3
online-payments,2024-02-09,2,2
online-payments,2024-02-10,2,2
online-payments,2024-02-11,3,3
online-payments,2024-02-12,1,1
online-payments,2024-02-13,1,1
online-payments,2024-02-14,2,2
online-payments,2024-02-15,2,2
online-payments,2024-02-16,2,2
online-payments,2024-02-17,3,3
online-payments,2024-02-18,2,2
online-payments,2024-02-19,1,1
online-payments,2024-02-20,3,3
online-payments,2024-02-21,1,1
online-payments,2024-02-22,1,1
online-payments,2024-02-23,1,1
online-payments,2024-02-24,3,3
online-payments,2024-02-25,2,2
online-payments,2024-02-26,1,1
online-payments,2024-02-27,7,5
online-payments,2024-02-28,3,3
online-payments,2024-02-29,2,2
online-payments,2024-03-01,2,2
online-payments,2024-03-02,2,2
online-payments,2024-03-03,3,3
online-payments,2024-03-04,2,2
online-payments,2024-03-05,2,2
online-payments,2024-03-06,2,2
online-payments,2024-03-07,2,2
online-payments,2024-03-08,1,1
online-payments,2024-03-09,1,1
online-payments,2024-03-10,1,1
online-payments,2024-03-11,6,5
online-payments,2024-03-12,4,4
online-payments,2024-03-13,1,1
online-payments,2024-03-14,1,1
online-payments,2024-03-15,1,1
online-payments,2024-03-16,2,2
online-payments,2024-03-17,2,2
online-payments,2024-03-18,1,1
online-payments,2024-03-19,1,1
online-payments,2024-03-20,1,1
online-payments,2024-03-21,3,3
online-payments,2024-03-22,2,2
online-payments,2024-03-23,1,1
online-payments,2024-03-24,1,1
online-payments,2024-03-25,2,2
online-payments,2024-03-26,1,1
online-payments,2024-03-27,1,1
online-payments,2024-03-28,1,1
online-payments,2024-03-29,1,1
online-payments,2024-03-30,1,1
online-payments,2024-03-31,1,1
online-payments,2024-04-01,1,1
online-payments,2024-04-02,1,1
online-payments,2024-04-03,2,2
online-payments,2024-04-04,2,2
online-payments,2024-04-05,1,1
online-payments,2024-04-06,1,1
online-payments,2024-04-07,1,1
online-payments,2024-04-08,1,1
online-payments,2024-04-09,1,1
online-payments,2024-04-10,1,1
online-payments,2024-04-11,1,1
online-payments,2024-04-12,1,1
online-payments,2024-04-13,1,1
online-payments,2024-04-14,1,1
online-payments,2024-04-15,1,1
online-payments,2024-04-16,1,1
online-payments,2024-04-17,4,3
online-payments,2024-04-18,2,2
online-payments,2024-04-19,1,1
online-payments,2024-04-20,2,2
online-payments,2024-04-21,1,1
online-payments,2024-04-22,3,2
online-payments,2024-04-23,3,2
online-payments,2024-04-24,1,1
online-payments,2024-04-25,1,1
online-payments,2024-04-26,4,3
online-payments,2024-04-27,3,2
online-payments,2024-04-28,3,2
online-payments,2024-04-29,1,1
online-payments,2024-04-30,1,1
online-payments,2024-05-01,1,1
online-payments,2024-05-02,1,1
online-payments,2024-05-03,3,2
online-payments,2024-05-04,3,2
online-payments,2024-05-05,1,1
online-payments,2024-05-06,1,1
online-payments,2024-05-07,1,1
online-payments,2024-05-08,1,1
online-payments,2024-05-09,3,2
online-payments,2024-05-10,1,1
online-payments,2024-05-11,1,1
online-payments,2024-05-12,2,1
online-payments,2024-05-13,1,1
online-payments,2024-05-14,3,2
online-payments,2024-05-15,2,1
online-payments,2024-05-16,1,1
online-payments,2024-05-17,1,1
online-payments,2024-05-18,4,3
online-payments,2024-05-19,3,2
online-payments,2024-05-20,1,1
online-payments,2024-05-21,3,2
online-payments,2024-05-22,1,1
online-payments,2024-05-23,3,2
online-payments,2024-05-24,2,2
online-payments,2024-05-25,1,1
online-payments,2024-05-26,2,1
online-payments,2024-05-27,1,1
online-payments,2024-05-28,1,1
online-payments,2024-05-29,1,1
online-payments,2024-05-30,4,4
online-payments,2024-05-31,3,2
online-payments,2024-06-01,4,1
online-payments,2024-06-02,3,2
online-payments,2024-06-03,1,1
online-payments,2024-06-04,2,2
online-payments,2024-06-05,1,1
online-payments,2024-06-06,3,2
online-payments,2024-06-07,1,1
online-payments,2024-06-08,2,2
online-payments,2024-06-09,3,2
online-payments,2024-06-10,1,1
online-payments,2024-06-11,1,1
online-payments,2024-06-12,3,3
online-payments,2024-06-13,1,1
online-payments,2024-06-14,4,3
online-payments,2024-06-15,1,1
online-payments,2024-06-16,1,1
online-payments,2024-06-17,3,2
online-payments,2024-06-18,3,2
online-payments,2024-06-19,2,2
online-payments,2024-06-20,1,1
online-payments,2024-06-21,1,1
online-payments,2024-06-22,1,1
online-payments,2024-06-23,3,2
online-payments,2024-06-24,1,1
online-payments,2024-06-25,2,2
online-payments,2024-06-26,1,1
online-payments,2024-06-27,2,2
online-payments,2024-06-28,1,1
online-payments,2024-06-29,1,1
online-payments,2024-06-30,1,1
online-payments,2024-07-01,2,1
online-payments,2024-07-02,1,1
online-payments,2024-07-03,1,1
online-payments,2024-07-04,1,1
online-payments,2024-07-05,1,1
online-payments,2024-07-06,2,2
online-payments,2024-07-07,2,2
online-payments,2024-07-08,1,1
online-payments,2024-07-09,1,1
online-payments,2024-07-10,1,1
online-payments,2024-07-11,1,1
online-payments,2024-07-12,1,1
online-payments,2024-07-13,1,1
online-payments,2024-07-14,1,1
online-payments,2024-07-15,1,1
online-payments,2024-07-16,1,1
online-payments,2024-07-17,4,3
online-payments,2024-07-18,2,2
online-payments,2024-07-19,1,1
online-payments,2024-07-20,2,2
online-payments,2024-07-21,1,1
online-payments,2024-07-22,1,1
online-payments,2024-07-23,1,1
online-payments,2024-07-24,1,1
online-payments,2024-07-25,1,1
online-payments,2024-07-26,1,1
online-payments,2024-07-27,1,1
online-payments,2024-07-28,1,1
online-payments,2024-07-29,1,1
online-payments,2024-07-30,2,2
online-payments,2024-07-31,1,1
online-payments,2024-08-01,1,1
online-payments,2024-08-02,2,2
online-payments,2024-08-03,1,1
online-payments,2024-08-04,1,1
online-payments,2024-08-05,1,1
online-payments,2024-08-06,1,1
online-payments,2024-08-07,1,1
online-payments,2024-08-08,1,1
online-payments,2024-08-09,1,1
online-payments,2024-08-10,1,1
online-payments,2024-08-11,1,1
online-payments,2024-08-12,1,1
online-payments,2024-08-13,1,1
online-payments,2024-08-14,7,7
online-payments,2024-08-15,2,2
online-payments,2024-08-16,4,4
online-payments,2024-08-17,1,1
online-payments,2024-08-18,1,1
online-payments,2024-08-19,4,4
online-payments,2024-08-20,1,1
online-payments,2024-08-21,2,2
online-payments,2024-08-22,9,5
online-payments,2024-08-23,4,4
online-payments,2024-08-24,1,1
online-payments,2024-08-25,1,1
Loading

0 comments on commit 3032d10

Please sign in to comment.