{"id":24872651,"url":"https://github.com/solidcouch/geoindex","last_synced_at":"2025-03-26T23:40:21.562Z","repository":{"id":274589098,"uuid":"856480878","full_name":"solidcouch/geoindex","owner":"solidcouch","description":"Linked Data (Solid) Geoindex for things with location, in particular for SolidCouch offers.","archived":false,"fork":false,"pushed_at":"2025-01-29T03:55:22.000Z","size":3224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T21:15:29.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/solidcouch.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-09-12T16:40:03.000Z","updated_at":"2025-01-29T03:55:25.000Z","dependencies_parsed_at":"2025-02-14T06:27:58.543Z","dependency_job_id":"ba0a5d76-6a9d-42f7-9660-46fa94d46070","html_url":"https://github.com/solidcouch/geoindex","commit_stats":null,"previous_names":["solidcouch/geoindex"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidcouch%2Fgeoindex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidcouch%2Fgeoindex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidcouch%2Fgeoindex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidcouch%2Fgeoindex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solidcouch","download_url":"https://codeload.github.com/solidcouch/geoindex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245249304,"owners_count":20584507,"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":[],"created_at":"2025-02-01T05:18:42.827Z","updated_at":"2025-03-26T23:40:21.539Z","avatar_url":"https://github.com/solidcouch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solid Geoindex\n\nThis service keeps track of Things of specific type that have a location on Earth and belong to defined groups of people.\n\n## How it works\n\n- It's a bot agent with its own identity.\n- It runs on a server.\n- When you create, update or remove a Thing, you send a notification to this service's inbox. The service will fetch and save the Thing's uri and location.\n- The service regularly crawls Things of its group members, and updates itself accordingly. (In case it missed a notification.)\n- The group members can query the service for Things at certain geohash, using Triple Pattern Fragment (not fully compatible, yet).\n\n## Usage\n\n### Configure\n\nCopy `.env.sample` to `.env` and edit the latter according to your needs.\n\n_:warning: If you provide URIs with `#``, put them to `\"\"`, otherwise # may be interpreted as comment!_\n\nAlternatively, you may provide the configuration as environment variables\n\nYou can find full list of config options in [.env.sample](./.env.sample)\n\n### Run\n\nInstall for production:\n\n```sh\nyarn install --frozen-lockfile --production\n```\n\nRun:\n\n```sh\nyarn start\n```\n\n### Use\n\nService API is documented in [OpenAPI schema](./apidocs/openapi.json) (still work in progress). When you run the app with `yarn start`, you'll see the Swagger-UI documentation at `/`.\n\n## Tests\n\nInstall for development:\n\n```sh\nyarn install --frozen-lockfile\n```\n\nRun:\n\n```sh\nyarn test\n```\n\nTests are placed in [src/test/](./src/test/)\n\n## TODO\n\n- [ ] remove stale accommodations after index updates, otherwise they may hang there forever\n- [ ] maybe also validate and store the person, community, ... in the database. We may have index for multiple communities in the future.\n- [ ] maybe configure the server by providing its webId - that will provide baseUrl, hash, path to webId.\n- [ ] cache the groups, possibly with etags - they don't need to be fetched every time.\n\n## Maybe\n\n- [ ] index multiple communities, and show the results to particular community members only\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidcouch%2Fgeoindex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidcouch%2Fgeoindex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidcouch%2Fgeoindex/lists"}