https://github.com/BounebRayan/uniswap-github-activity-dashboard
A web app to retrieve activity reports for uniswap related github repositories.
https://github.com/BounebRayan/uniswap-github-activity-dashboard
cron-jobs github-api reports uniswap
Last synced: 9 months ago
JSON representation
A web app to retrieve activity reports for uniswap related github repositories.
- Host: GitHub
- URL: https://github.com/BounebRayan/uniswap-github-activity-dashboard
- Owner: BounebRayan
- Created: 2024-04-28T09:54:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T22:08:24.000Z (over 1 year ago)
- Last Synced: 2024-10-04T14:40:50.366Z (over 1 year ago)
- Topics: cron-jobs, github-api, reports, uniswap
- Language: JavaScript
- Homepage: http://34.30.128.64:3000
- Size: 192 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uniswap Dashboard 🦄 (V4 and V3 support)
This web App serves as a tool to monitor and analyze the activity of developers working on Uniswap across GitHub.
## Getting Started
Start the server in dev mode:
npm run dev
## Data flow
Indexing new repositories is done using the indexingrepos.js and indexingv4repos.js scripts, the json result file contains the list of repositories that is fed to the getDatav3.js and getDatav4.js scripts to get their details and stats and saved to sqlite db each.