{"id":21016450,"url":"https://github.com/gsa/resources.data.gov","last_synced_at":"2025-08-18T09:42:50.142Z","repository":{"id":35424931,"uuid":"191667085","full_name":"GSA/resources.data.gov","owner":"GSA","description":"Resources for open data and enterprise data inventory management","archived":false,"fork":false,"pushed_at":"2025-08-11T08:18:20.000Z","size":68171,"stargazers_count":72,"open_issues_count":26,"forks_count":111,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-08-11T10:24:29.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://resources.data.gov/","language":"HTML","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/GSA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-13T01:14:46.000Z","updated_at":"2025-07-29T10:10:03.000Z","dependencies_parsed_at":"2023-09-29T01:13:58.961Z","dependency_job_id":"7be27643-a98a-4073-91fe-d03247c52922","html_url":"https://github.com/GSA/resources.data.gov","commit_stats":{"total_commits":1607,"total_committers":35,"mean_commits":45.91428571428571,"dds":0.6502800248911014,"last_synced_commit":"f2180cb39e9d45f3ab9d728e5091d3325bf5dc81"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GSA/resources.data.gov","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GSA%2Fresources.data.gov","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GSA%2Fresources.data.gov/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GSA%2Fresources.data.gov/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GSA%2Fresources.data.gov/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GSA","download_url":"https://codeload.github.com/GSA/resources.data.gov/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GSA%2Fresources.data.gov/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270974563,"owners_count":24678250,"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-08-18T02:00:08.743Z","response_time":89,"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-11-19T10:13:21.252Z","updated_at":"2025-08-18T09:42:50.116Z","avatar_url":"https://github.com/GSA.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub Actions](https://github.com/GSA/resources.data.gov/actions/workflows/build.yml/badge.svg)](https://github.com/GSA/resources.data.gov/actions/workflows/build.yml)\n[![GitHub Actions](https://github.com/GSA/resources.data.gov/actions/workflows/qa.yml/badge.svg)](https://github.com/GSA/resources.data.gov/actions/workflows/qa.yml)\n\n# resources.data.gov\n\nResources for open data and enterprise data inventory management.\n\n## Usage\n\n### Editing content\n\nThis site uses Netlify to manage its editorial workflow. Content is added and\nedited in collections via the Netlify interface, which can be accessed by\napproved contributors at\n[resources.data.gov/admin](https://resources.data.gov/admin). Collections are\nmanaged via the config.yml file in pages/admin.\n\n\n## Branches and environments\n\nEnvironment | Branch | Description\n----------- | ------ | -----------\nresources.data.gov | `main` | The production instance of r.d.g.\nresources-staging.data.gov | `develop` | A preview site used for ad-hoc development or significant changes requiring partner review.\n\\* | feature branches | Feature branches to preview a single change.\n\nFederalist builds all branches and creates previews for them. Two branches are\nspecial, `main` which is automatically deployed by Federalist to\n[resources.data.gov](https://resources.data.gov/) and `develop` which is used as\na staging branch for significant changes.\n\nDeploying to staging is not required. It might be useful for previewing\nsignificant changes to the site that require partner review.\n\n\n## Development\n\n### Prerequisites\n\n- [Ruby 3.1.4](https://www.ruby-lang.org/)\n- [Bundler 1.17.x](https://bundler.io/) (we use an older version for Federalist\n  compatibility)\n    - install via `gem install bundler -v 1.17.3`\n    - use version by `bundle _1.17.3_ ...`\n- [Node.js 20](https://nodejs.org/)\n\n\n### Setup\n\nInstall Node.js dependencies.\n\n    $ npm install\n\nInstall Ruby dependencies ( !WARNING! If you use a mac ensure you install a version manager for ruby to avoid messing up your system ruby installation ).\n\n    $ npm run setup\n\nRun the build.\n\n    $ npm run build\n\nRun the server\n\n    $ npm run start\n\nOpen your web browser to [localhost:4000](http://localhost:4000/).\n\nTest the generated site.\n\n    $ npm run test\n\nCheck for broken links.\n\n    $ npm run qa\n\n\n### Broken Links\n\nWe run a [weekly QA cron job](https://github.com/GSA/resources.data.gov/actions/workflows/qa.yml) to test for broken links.\n\nAny errors the QA job finds will be added to the [📌 Link Checker Report](https://github.com/GSA/resources.data.gov/issues/811).\n\nFalse positives, or URLs you wish to ignore can be put in the `.lycheeignore` file. This supports regex matching as well.\n\nThis job can also be run locally. Install instructions here: https://lychee.cli.rs/installation/\n\nThen run with args: `lychee --base=https://resources.data.gov .`\n\n### Update dependencies\n\nTo update dependencies, you can run `bundle update {dependency}` after running\n`npm install`. Then follow all other development steps above to validate site is\nworking as expected.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsa%2Fresources.data.gov","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsa%2Fresources.data.gov","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsa%2Fresources.data.gov/lists"}