{"id":40382491,"url":"https://github.com/leontiad/goring","last_synced_at":"2026-01-20T12:04:08.809Z","repository":{"id":294241440,"uuid":"984440648","full_name":"leontiad/goring","owner":"leontiad","description":"A platform to analyze github accounts and score developers","archived":false,"fork":false,"pushed_at":"2025-06-24T04:16:11.000Z","size":64084,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-24T04:27:02.846Z","etag":null,"topics":["ai","github","hr","ml","recruitment","scoreboard"],"latest_commit_sha":null,"homepage":"https://goring.vercel.app/","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leontiad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-16T00:01:45.000Z","updated_at":"2025-06-24T04:16:14.000Z","dependencies_parsed_at":"2025-05-19T14:51:16.822Z","dependency_job_id":"8d0cc03b-5126-4d75-a8f5-bbd3fd182666","html_url":"https://github.com/leontiad/goring","commit_stats":null,"previous_names":["leontiad/goring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leontiad/goring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leontiad%2Fgoring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leontiad%2Fgoring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leontiad%2Fgoring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leontiad%2Fgoring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leontiad","download_url":"https://codeload.github.com/leontiad/goring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leontiad%2Fgoring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","github","hr","ml","recruitment","scoreboard"],"created_at":"2026-01-20T12:04:08.740Z","updated_at":"2026-01-20T12:04:08.800Z","avatar_url":"https://github.com/leontiad.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Deploy](https://github.com/leontiad/goring/actions/workflows/deploy.yml/badge.svg)](https://github.com/leontiad/goring/actions/workflows/deploy.yml)\n# GitHub Score API\n\nA comprehensive API for analyzing and scoring GitHub users based on their contributions, repository significance, and community engagement.\n\n## Project Structure\n\n```\n.\n├── src/\n│   ├── api/\n│   │   └── main.rs           # Main API server implementation\n│   ├── db/\n│   │   ├── models.rs         # Database models for caching\n│   │   ├── db.rs            # Database connection and operations\n│   │   └── mod.rs           # Database module exports\n│   ├── scoring/\n│   │   ├── github_score.rs   # GitHub scoring algorithm implementation\n│   │   └── mod.rs           # Scoring module exports\n│   └── lib.rs               # Library exports and shared types\n├── data/                    # SQLite database storage\n│   └── github_cache.db      # Cached GitHub data\n├── Cargo.toml              # Rust dependencies and project configuration\n└── README.md              # Project documentation\n```\n\n## Features\n\n- Comprehensive GitHub user analysis\n- Detailed scoring breakdown\n- RESTful API endpoints\n\n## API Endpoints\n\n- `POST /api/score` - Calculate GitHub user score\n- `GET /api/health` - Health check endpoint\n\n## Database Schema\n\n### Cached Users Table\n- username (TEXT, PRIMARY KEY)\n- user_data (TEXT)\n- repositories (TEXT)\n- events (TEXT)\n- pull_requests (TEXT)\n- last_updated (TEXT)\n\n### Cached Scores Table\n- username (TEXT, PRIMARY KEY)\n- score (TEXT)\n- rating (TEXT)\n- stats (TEXT)\n- activity (TEXT)\n- languages (TEXT)\n- last_updated (TEXT)\n\n\n## Development\n\nThe project uses SQLite for caching GitHub API responses. The database file is stored in the `data` directory and is automatically created when the server starts.\n\n## Getting Started\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/github-score.git\ncd github-score\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n```\n4. Start backend server\n```\ncargo run\n```\n\n5. Open [http://localhost:5173](http://localhost:5173) in your browser.\n\n\n## Deployment\n\nThe project is split into two parts:\n1. Frontend (SvelteKit) - Deployed on Netlify: `.env.var.FRONTEND_URL` your Vite frontend domain\n2. Backend (Rust) - Deployed on Shuttle.dev: `.env.var.VITE_API_URL`  your rust/shuttle backend domain\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleontiad%2Fgoring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleontiad%2Fgoring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleontiad%2Fgoring/lists"}