https://github.com/gitcoinco/gitcoin-grants-dash
https://github.com/gitcoinco/gitcoin-grants-dash
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitcoinco/gitcoin-grants-dash
- Owner: gitcoinco
- License: apache-2.0
- Created: 2023-08-22T20:12:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T01:07:09.000Z (over 1 year ago)
- Last Synced: 2024-12-25T02:22:14.844Z (over 1 year ago)
- Language: Python
- Homepage: https://gitcoin.co/grants-data
- Size: 20.3 MB
- Stars: 141
- Watchers: 11
- Forks: 151
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitcoin Grants Data Dashboard
## [Live Dashboard](https://gitcoin.co/grants-data)
## Overview
This project is a dashboard for visualizing Gitcoin Grants data. It provides real-time analytics and insights into Gitcoin's grant programs, funding rounds, and community participation.
## Architecture
- **Frontend**: Streamlit web application
- **Database**: PostgreSQL (via Regendata's Grants DB)
- **Visualization**: Plotly for interactive charts
## Data Sources
- **Primary**: Gitcoin Indexer PostgreSQL Database
- **Update Frequency**: Real-time sync with blockchain events
- **Data Types**:
- Grant metadata
- Contribution history
- Donor information
- Round statistics
## Important Note
To add programs or keep the round numbers updated, please update the [program round labels spreadsheet](https://docs.google.com/spreadsheets/u/2/d/1d1d53xStoPMsLCvjLnqCmNicpak-Ji3gpSaRqiZp2sA/edit?gid=1514360547#gid=1514360547). This gets automatically pulled into regendata's grants db.
## Contributing
We welcome contributions! Please follow these steps:
1. Fork the repository
2. Create a new branch (`git checkout -b feature-branch`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature-branch`)
5. Open a pull request
## License
This project is licensed under the Apache License. See the [LICENSE](LICENSE) file for details.
## Contact
For any questions or suggestions, please open an issue