{"id":19704599,"url":"https://github.com/luckylittle/lightweight-web-based-full-text-search-engine","last_synced_at":"2026-06-10T03:31:18.096Z","repository":{"id":230187953,"uuid":"778714766","full_name":"luckylittle/lightweight-web-based-full-text-search-engine","owner":"luckylittle","description":"Lightweight web-based full-text search engine","archived":false,"fork":false,"pushed_at":"2024-03-31T11:51:36.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T17:22:43.586Z","etag":null,"topics":["as-you-type","dynamic-results","flat-file","full-text-search","lightweight","nodejs","search","txt-file","web-based"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/luckylittle.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}},"created_at":"2024-03-28T09:00:15.000Z","updated_at":"2024-05-17T13:48:53.000Z","dependencies_parsed_at":"2024-03-31T14:15:13.338Z","dependency_job_id":null,"html_url":"https://github.com/luckylittle/lightweight-web-based-full-text-search-engine","commit_stats":null,"previous_names":["luckylittle/lightweight-web-based-full-text-search-engine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luckylittle/lightweight-web-based-full-text-search-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckylittle%2Flightweight-web-based-full-text-search-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckylittle%2Flightweight-web-based-full-text-search-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckylittle%2Flightweight-web-based-full-text-search-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckylittle%2Flightweight-web-based-full-text-search-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luckylittle","download_url":"https://codeload.github.com/luckylittle/lightweight-web-based-full-text-search-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckylittle%2Flightweight-web-based-full-text-search-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34136112,"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-10T02:00:07.152Z","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":["as-you-type","dynamic-results","flat-file","full-text-search","lightweight","nodejs","search","txt-file","web-based"],"created_at":"2024-11-11T21:23:28.190Z","updated_at":"2026-06-10T03:31:18.079Z","avatar_url":"https://github.com/luckylittle.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lightweight full-text search for flat file\n\nThis is a lightweight web-based full-text search engine that works directly on a flat text file. The search results are displayed dynamically as you enter your query. It is based on `nodejs-18` + `express-4`. It is suprisingly fast even on large text files!\n\nFor an easier setup \u0026 containerized deployments, it's also available in Podman/Docker packaging.\n\n## Instructions\n\n```bash\n# Edit/replace the `data.txt` file with your own, before packaging it into a container!\n\n# Build\npodman build -t fulltext .\n\n# Run\npodman run -d --name fulltext -p 3000:3000 fulltext\nfirefox http://127.0.0.1:3000/\n\n# Cleanup\npodman stop fulltext\npodman rm fulltext\npodman rmi fulltext\n```\n\n## Author\n\nlmaly@redhat.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckylittle%2Flightweight-web-based-full-text-search-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluckylittle%2Flightweight-web-based-full-text-search-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckylittle%2Flightweight-web-based-full-text-search-engine/lists"}