{"id":24093240,"url":"https://github.com/umd-lib/fcrepo-searcher","last_synced_at":"2026-06-08T01:32:41.968Z","repository":{"id":147002712,"uuid":"490805283","full_name":"umd-lib/fcrepo-searcher","owner":"umd-lib","description":"Libraries' Fcrepo/Archelon Searcher","archived":false,"fork":false,"pushed_at":"2024-08-20T11:17:43.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-02-27T12:41:58.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umd-lib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2022-05-10T17:53:47.000Z","updated_at":"2024-08-20T11:02:11.000Z","dependencies_parsed_at":"2024-08-20T13:22:17.354Z","dependency_job_id":null,"html_url":"https://github.com/umd-lib/fcrepo-searcher","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/umd-lib/fcrepo-searcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Ffcrepo-searcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Ffcrepo-searcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Ffcrepo-searcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Ffcrepo-searcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umd-lib","download_url":"https://codeload.github.com/umd-lib/fcrepo-searcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Ffcrepo-searcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34044919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"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":"2025-01-10T09:26:21.679Z","updated_at":"2026-06-08T01:32:41.944Z","avatar_url":"https://github.com/umd-lib.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fcrepo-searcher\n\nPython 3 Flask application to search Fcrepo/Archelon; provides a backend searcher to a Bento Box style search\nwhich expects a REST interface following the Quick Search model.\n\n## Requires\n\n* Python 3\n\n### Running in Docker\n\n```bash\n$ docker build -t fcrepo-searcher .\n$ docker run -it --rm -p 5000:5000 --env-file=.env --read-only fcrepo-searcher\n```\n\n### Building for Kubernetes\n\n```bash\n$ docker buildx build . --builder=kube -t docker.lib.umd.edu/fcrepo-searcher:VERSION --push\n```\n\n### Endpoints\n\nThis will start the webapp listening on the default port 5000 on localhost\n(127.0.0.1), and running in [Flask's debug mode].\n\nRoot endpoint (just returns `{status: ok}` to all requests):\n\u003chttp://localhost:5000/\u003e\n\n/ping endpoint (just returns `{status: ok}` to all requests):\n\u003chttp://localhost:5000/ping\u003e\n\n/search endpoint: `http://localhost:5000/search?q={query}\u0026page={page number?}\u0026per_page={results per page?}`\n\nExample:\n\n```bash\ncurl http://localhost:5000/search'?q=jim+henson+works'\n{\n  \"endpoint\": \"fcrepo-search\",\n  \"module_link\": \"https://digital.lib.umd.edu/searchnew?query=jim+henson+works\",\n  \"no_results_link\": \"https://digital.lib.umd.edu/searchnew\",\n  \"page\": \"0\",\n  \"per_page\": \"3\",\n  \"query\": \"jim henson works\",\n  \"results\": [\n    {\n      \"description\": \"\",\n      \"extra\": {\n        \"collection\": \"UMD Student Newspapers\",\n        \"htmlSnippet\": \"Mike Wesley Junior Journalism “I feel that “black-on-black” crime diminishes our culture. We \u003cb\u003eworked\u003c/b\u003e hard in the past to build a\"\n      },\n      \"item_format\": \"Page\",\n      \"link\": \"https://digital.lib.umd.edu/result/id/9f48657c-f2af-4349-b8bd-4fccab2b821c\",\n      \"title\": \"Black explosion (College Park, Md.), 2001-03-15, page 13\"\n    },\n    {\n      \"description\": \"\",\n      \"extra\": {\n        \"collection\": \"UMD Student Newspapers\",\n        \"htmlSnippet\": \" percentage of minorities at UMCP is not yet equal to the percentage of non-minority students, this ranking shows that UMCP is \u003cb\u003eworking\u003c/b\u003e towards\"\n      },\n      \"item_format\": \"Page\",\n      \"link\": \"https://digital.lib.umd.edu/result/id/8c01f5b1-5bee-4d2e-8e3d-2e50829d9d5d\",\n      \"title\": \"Black explosion (College Park, Md.), 2001-03-15, page 7\"\n    },\n    {\n      \"description\": \"\",\n      \"extra\": {\n        \"collection\": \"UMD Student Newspapers\",\n        \"htmlSnippet\": \"STAFF MEMBERS \u003cb\u003eJim\u003c/b\u003e Adkins, A1 Perrin and Bob Wilson labor to bring forth a new issue of “The Log.” Brainchild of Alwyn...newspapers for writers, artists, and any others interested in \u003cb\u003ework ing\u003c/b\u003e on a newly forming maga zine. No pay was offered but when... articles but \u003cb\u003eJim\u003c/b\u003e Adkins, also a cartoonist for the Dia mondback, is head of the art sec tion and Bob Wilson, a sophomore in... not do any administra tive \u003cb\u003ework.\u003c/b\u003e\"\n      },\n      \"item_format\": \"Page\",\n      \"link\": \"https://digital.lib.umd.edu/result/id/b9cfb5ec-17da-4d27-9097-b5bedcb7c3e8\",\n      \"title\": \"The diamondback (College Park, Md.), 1967-04-05, page 8\"\n    }\n  ],\n  \"total\": 80571\n}\n```\n\n[Flask's debug mode]: https://flask.palletsprojects.com/en/2.2.x/cli/?highlight=debug%20mode\n\n## License\n\nSee the [LICENSE](LICENSE.txt) file for license rights and limitations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumd-lib%2Ffcrepo-searcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumd-lib%2Ffcrepo-searcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumd-lib%2Ffcrepo-searcher/lists"}