{"id":42925008,"url":"https://github.com/tulibraries/cob_web_index","last_synced_at":"2026-01-30T18:07:38.355Z","repository":{"id":38080979,"uuid":"197651617","full_name":"tulibraries/cob_web_index","owner":"tulibraries","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-28T18:28:03.000Z","size":10184,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-29T08:56:00.534Z","etag":null,"topics":["dataops","librarysearch"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tulibraries.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-07-18T20:20:21.000Z","updated_at":"2026-01-28T18:25:58.000Z","dependencies_parsed_at":"2024-05-08T21:27:32.943Z","dependency_job_id":"a39e5a88-9539-40b1-8762-a203d242e876","html_url":"https://github.com/tulibraries/cob_web_index","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/tulibraries/cob_web_index","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Fcob_web_index","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Fcob_web_index/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Fcob_web_index/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Fcob_web_index/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tulibraries","download_url":"https://codeload.github.com/tulibraries/cob_web_index/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Fcob_web_index/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["dataops","librarysearch"],"created_at":"2026-01-30T18:07:37.640Z","updated_at":"2026-01-30T18:07:38.351Z","avatar_url":"https://github.com/tulibraries.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CobWebIndex\n[![Build Status](https://travis-ci.org/tulibraries/cob_web_index.svg?branch=main)](https://travis-ci.org/tulibraries/cob_web_index)\n[![Coverage Status](https://coveralls.io/repos/github/tulibraries/cob_web_index/badge.svg?branch=main)](https://coveralls.io/github/tulibraries/cob_web_index?branch=main)\n\nCob Web Index is a repository to hold the traject configuration files and scripts associated with indexing of the library website entities.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'cob_web_index'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install cob_web_index\n\n## Usage\n\n`cob_web_index` is an executable.  You can use it to ingest files into SOLR_WEB_URL with\n\n```\ncob_web_index ingest $path_to_file\n```\n\n`$path_to_file` can also be a URL.\n\nNote also that `$path_to_file` is an optional argument. If not provided then by default ingest will attempt to download the latest website dataset from location base set at WEB_CONTENT_BASE_URL and import that.\n\n### Basic Auth Usage\n\nIf endpoint url has basic auth enabled, set the following environment variables:\n* WEB_CONTENT_BASIC_AUTH_USER\n* WEB_CONTENT_BASIC_AUTH_PASSWORD\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n### Ingest Fixture Files\n`cob_web_index ingest --use-fixtures`\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/tulibraries/cob_web_index. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the CobWebIndex project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/tulibraries/cob_web_index/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftulibraries%2Fcob_web_index","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftulibraries%2Fcob_web_index","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftulibraries%2Fcob_web_index/lists"}