{"id":20705468,"url":"https://github.com/whosonfirst/go-whosonfirst-search-sqlite","last_synced_at":"2026-04-24T14:03:47.960Z","repository":{"id":61626448,"uuid":"325145423","full_name":"whosonfirst/go-whosonfirst-search-sqlite","owner":"whosonfirst","description":"Go package that implements whosonfirst/go-whosonfirst-search fulltext search interface with a SQLite database.","archived":false,"fork":false,"pushed_at":"2022-08-30T17:16:17.000Z","size":2978,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T05:15:30.056Z","etag":null,"topics":["golang","sqlite","whosonfirst","whosonfirst-search"],"latest_commit_sha":null,"homepage":"","language":"Go","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/whosonfirst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-29T00:16:13.000Z","updated_at":"2022-10-11T16:23:16.000Z","dependencies_parsed_at":"2022-10-19T19:00:27.836Z","dependency_job_id":null,"html_url":"https://github.com/whosonfirst/go-whosonfirst-search-sqlite","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/whosonfirst/go-whosonfirst-search-sqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosonfirst%2Fgo-whosonfirst-search-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosonfirst%2Fgo-whosonfirst-search-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosonfirst%2Fgo-whosonfirst-search-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosonfirst%2Fgo-whosonfirst-search-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whosonfirst","download_url":"https://codeload.github.com/whosonfirst/go-whosonfirst-search-sqlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosonfirst%2Fgo-whosonfirst-search-sqlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32226408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":["golang","sqlite","whosonfirst","whosonfirst-search"],"created_at":"2024-11-17T01:18:15.892Z","updated_at":"2026-04-24T14:03:47.944Z","avatar_url":"https://github.com/whosonfirst.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-whosonfirst-search-sqlite\n\nGo package that implements `whosonfirst/go-whosonfirst-search` fulltext search interface with a SQLite database.\n\n## Description\n\n`go-whosonfirst-search-sqlite` is a Go package that implements the [go-whosonfirst-search](https://github.com/whosonfirst/go-whosonfirst-search) fulltext search interface with a SQLite database, specifically a SQLite database with Who's On First records indexed in [go-whosonfirst-sqlite-features](https://github.com/whosonfirst/go-whosonfirst-sqlite-features) `search` and `spr` tables.\n\n### Important\n\nThis is work in progress. Documentation to follow.\n\n## Tools\n\n### fulltext\n\n```\n$\u003e ./bin/fulltext \\\n\t-fulltext-database-uri 'sqlite://?dsn=/usr/local/data/canada-latest.db' \\\n\tmontreal \\\n\n| jq '.[\"places\"][][\"wof:name\"]'\n\n\"Rive-Nord de Montréal\"\n\"Quartier international de Montreal\"\n\"Quartier Chinois\"\n\"Golden Square Mile\"\n\"Montreal\"\n\"Quartier International de Montréal\"\n\"Montreal-Ouest\"\n\"Golden Square Mile\"\n\"Montreal River\"\n\"Rive-Sud de Montréal\"\n\"La Petite-Italie\"\n\"Montreal-Est\"\n\"Downtown Montréal\"\n\"Montréal-Nord\"\n\"Montreal Lake I.R. 106B\"\n\"Montreal West\"\n\"Montreal-Pierre Elliott Trudeau International Airport\"\n\"Montréal-Est\"\n\"Montreal Lake I.R. 106\"\n\"Montreal\"\n\"Old Montreal\"\n\"Centre-Ville\"\n\"Communaute metropolitaine de Montreal\"\n\"Vieux Montréal\"\n\"Saint-Luc Montréal-Ouest\"\n```\n\nThis assumes a SQLite database with Who's On First records indexed in [go-whosonfirst-sqlite-features](https://github.com/whosonfirst/go-whosonfirst-sqlite-features) `search` and `spr` tables. These can be produced using the `wof-sqlite-index-features` tool which is part of the [go-whosonfirst-sqlite-features-index](https://github.com/whosonfirst/go-whosonfirst-sqlite-features-index) package. For example:\n\n```\n$\u003e bin/wof-sqlite-index-features \\\n\t-spr -search \\\n\t-dsn /usr/local/data/canada-latest.db \\\n\t-mode repo:// \\\n\t/usr/local/data/whosonfirst-data-admin-ca\n```\n## See also\n\n* https://github.com/whosonfirst/go-whosonfirst-search\n* https://github.com/whosonfirst/go-whosonfirst-sqlite-features\n* https://github.com/whosonfirst/go-whosonfirst-sqlite-features-index","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhosonfirst%2Fgo-whosonfirst-search-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhosonfirst%2Fgo-whosonfirst-search-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhosonfirst%2Fgo-whosonfirst-search-sqlite/lists"}