{"id":15499928,"url":"https://github.com/stefanocudini/peliaslite","last_synced_at":"2025-04-22T23:05:36.604Z","repository":{"id":66329959,"uuid":"311380763","full_name":"stefanocudini/PeliasLite","owner":"stefanocudini","description":"Minimal Single Service Interface of Pelias Geocoder in Nodejs","archived":false,"fork":false,"pushed_at":"2022-12-16T16:20:14.000Z","size":50,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T23:05:22.227Z","etag":null,"topics":["geocoder","geocoder-library","geocoding","geospatial","gis","pelias"],"latest_commit_sha":null,"homepage":"https://opengeo.tech","language":"JavaScript","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/stefanocudini.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}},"created_at":"2020-11-09T15:24:40.000Z","updated_at":"2023-03-08T04:45:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"e431e7c5-1138-441d-bafe-1565c5141836","html_url":"https://github.com/stefanocudini/PeliasLite","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"f11e17ee41d04eb34c5434a3534c9318c56efb7d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocudini%2FPeliasLite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocudini%2FPeliasLite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocudini%2FPeliasLite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocudini%2FPeliasLite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanocudini","download_url":"https://codeload.github.com/stefanocudini/PeliasLite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250337946,"owners_count":21414104,"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","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":["geocoder","geocoder-library","geocoding","geospatial","gis","pelias"],"created_at":"2024-10-02T08:56:48.184Z","updated_at":"2025-04-22T23:05:36.580Z","avatar_url":"https://github.com/stefanocudini.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PeliasLite\n\nMinimal Single Service Interface of Pelias Geocoder in Nodejs\n\n## Use Cases\n\n- **Testing:** in all those cases where a complete instance of Pelias makes little sense to exist because its use is limited to small tests that do not provide accurate results\n\n- **Small datasets:** the total amount of datasource to import is very limited and an elasticsearch instance would be too expensive for the expected results\n\n- **Customized ranking:** you want to have total control over the raking of the results for particular cases where normal geocoding raking is not important\n\n- **Light instance:** you have very limited resources available and you want to use a single docker container but still have the complete Pelias rest api\n\n\n## usage\n\n```bash\nnpm install\n\nnpm start\n```\n\ndevelopment mode\n\n```bash\nnpm run dev\n```\n\nvia Docker\n```bash\ndocker-compose up\n```\n\nbrowse: http://localhost:8087/test\n\n## configuration\n\nexample of config.yml\n\n```yaml\ndefault_lang: 'en'\nmin_text_length: 3\n\nendpoints:\n  default:\n    hostname: remote.geocoder.com\n    method: GET\n    port: 443\n    size: 5\n    method: 'GET'\n    headers:\n      User-Agent: PeliasLite\n    layer: venue\n\n  opentripplanner:\n    hostname: opentripplanner.org\n    path: /otp/routers/default/geocode?query={{text}}\n    layer: stops\n  \n  ...other datasources...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanocudini%2Fpeliaslite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanocudini%2Fpeliaslite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanocudini%2Fpeliaslite/lists"}