{"id":16966267,"url":"https://github.com/scottlepp/github-projects","last_synced_at":"2025-10-19T02:35:32.974Z","repository":{"id":39178190,"uuid":"251355140","full_name":"scottlepp/github-projects","owner":"scottlepp","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-10T23:37:57.000Z","size":4031,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T17:45:03.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scottlepp.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}},"created_at":"2020-03-30T15:56:31.000Z","updated_at":"2020-04-13T14:30:04.000Z","dependencies_parsed_at":"2022-09-17T13:00:22.520Z","dependency_job_id":null,"html_url":"https://github.com/scottlepp/github-projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scottlepp/github-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottlepp%2Fgithub-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottlepp%2Fgithub-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottlepp%2Fgithub-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottlepp%2Fgithub-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scottlepp","download_url":"https://codeload.github.com/scottlepp/github-projects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottlepp%2Fgithub-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279672454,"owners_count":26208878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-19T02:00:07.647Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-14T00:05:16.399Z","updated_at":"2025-10-19T02:35:32.945Z","avatar_url":"https://github.com/scottlepp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Projects Grafana Datasource\n\n## Features\n\nObserve GitHib Projects\n\n## How to install the plugin:\n\n1. Install Grafana\n2. Clone this repo to the grafana plugins folder (`git clone https://github.com/grafana/github-projects /var/lib/grafana/plugins/github-projects`)\n\n## Using the plugin\n\nFrom the dashboard, add a panel and select GitHub Projects from the Query dropdown.  You will see a SQL Editor.\n\nEnter your SQL and click away to run the SQL command and get results into the panel.\n\n## How to contribute\n\nThis plugin is using Typescript.  \nAll the code goes into the `src` folder, and we let `webpack` watch for changes and update the `dist` folder.\n\nGrafana only reads the `dist` folder, and must be included with any release.\n\n## Developing without docker\n\n1. Install Grafana\n2. `git clone https://github.com/scottlepp/github-projects`\n3. `cd github-projects`\n4. `yarn install --pure-lockfile`\n5. `yarn watch` or `yarn dev`\n\n## Developing with docker\n\n1. `git clone https://github.com/grafana/github-projects`\n2. `cd github-projects`\n3. `` docker run -d -p 3000:3000 --name grafana -v `pwd`:/var/lib/grafana/plugins/github-projects/ grafana/grafana ``\n4. `yarn install --pure-lockfile`\n5. `yarn watch`\n\n## Using docker-compose\n\n```\nversion: \"3\"\nservices:\n  grafana:\n    image: grafana/grafana:${GRAFANA_VERSION:-latest}\n    ports:\n      - \"3000:3000\"\n    volumes:\n      - ./dist:/var/lib/grafana/plugins/github-projects\n      - ${GRAFANA_PROVISIONING:-./provisioning}:/etc/grafana/provisioning\n      - ${HOME}:${HOME}\n    environment:\n      - TERM=linux\n```\nNote the following environment variables that can be used:\n1. `GRAFANA_VERSION`: The grafana version you wish to use (default: latest)\n2. `GRAFANA_PROVISIONING`: The directory pointing to provisioning files (default: `./provisioning`)\n3. Your home directory will be mapped to home in the container\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottlepp%2Fgithub-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscottlepp%2Fgithub-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottlepp%2Fgithub-projects/lists"}