https://github.com/bounebrayan/uniswap-dev-analytics
A web app designed to monitor and analyze developer activity on Uniswap-related GitHub repositories, providing detailed activity reports and insights.
https://github.com/bounebrayan/uniswap-dev-analytics
cron-jobs dev-activity github-api reports uniswap
Last synced: about 2 months ago
JSON representation
A web app designed to monitor and analyze developer activity on Uniswap-related GitHub repositories, providing detailed activity reports and insights.
- Host: GitHub
- URL: https://github.com/bounebrayan/uniswap-dev-analytics
- Owner: BounebRayan
- Created: 2024-04-28T09:54:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T22:08:24.000Z (about 2 years ago)
- Last Synced: 2025-06-01T16:29:34.162Z (12 months ago)
- Topics: cron-jobs, dev-activity, github-api, reports, uniswap
- Language: JavaScript
- Homepage:
- 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.