{"id":18760825,"url":"https://github.com/sarakhild/geospatial","last_synced_at":"2026-05-14T23:13:22.088Z","repository":{"id":251029039,"uuid":"836133661","full_name":"SaraKhild/geospatial","owner":"SaraKhild","description":"This project we will find nearby restaurants and hotels by zip code on google maps","archived":false,"fork":false,"pushed_at":"2024-07-31T10:44:53.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T10:44:18.125Z","etag":null,"topics":["redis","redisson","spring-webflux"],"latest_commit_sha":null,"homepage":"","language":"Java","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/SaraKhild.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T08:11:22.000Z","updated_at":"2024-07-31T12:28:18.000Z","dependencies_parsed_at":"2024-07-31T11:45:55.580Z","dependency_job_id":"d86f1ca8-5514-413e-b6a1-6cb68c59640a","html_url":"https://github.com/SaraKhild/geospatial","commit_stats":null,"previous_names":["sarakhild/geospatial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SaraKhild/geospatial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaraKhild%2Fgeospatial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaraKhild%2Fgeospatial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaraKhild%2Fgeospatial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaraKhild%2Fgeospatial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SaraKhild","download_url":"https://codeload.github.com/SaraKhild/geospatial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaraKhild%2Fgeospatial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278542674,"owners_count":26004061,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["redis","redisson","spring-webflux"],"created_at":"2024-11-07T18:13:59.517Z","updated_at":"2025-10-06T00:54:18.206Z","avatar_url":"https://github.com/SaraKhild.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Geospatial Search: Find Nearby Restaurants and Hotels by Zip Code on Google Maps \n\n\u003cbr\u003e\n\n## Overview\n\nUsers can easily locate nearby \u003cstrong\u003erestaurants\u003c/strong\u003e and \u003cstrong\u003ehotels\u003c/strong\u003e based on their \u003cstrong\u003ezip code.\u003c/strong\u003e \nLeveraging the capabilities of Google Maps, the application provides \u003cmark\u003e a seamless and interactive experience for finding places of interest in your vicinity.\u003c/mark\u003e \nThe backend of this project is built using \u003cstrong\u003eSpring WebFlux for handling asynchronous and non-blocking operations\u003c/strong\u003e, ensuring high performance and scalability.\nAdditionally, \u003cstrong\u003eRedis is utilized for efficient data storage and retrieval\u003c/strong\u003e, with \u003cmark\u003eRedisson providing reactive support to enhance the overall responsiveness and reliability of the application.\u003c/mark\u003e\n \n \n## Usages\n- Spring WebFlux\n- Redisson \"Redis\"\n- Lombok\n    \n\n\n## Architecture of the Project\n\n ### 1-src folder\n   - Configration\n   - Controller\n   - Model\n   - Service\n   - Util\n     \n ### 2-resources folder\n   - hotels.json\n   - restaurants.json\n   #### 2.1 static\n   - locations-map.html\n   \n### 2-Maven pom.xml\n\u003cbr\u003e \n    \n```\n\t\u003cdependencies\u003e\n\t\t\u003cdependency\u003e\n\t\t\t\u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003espring-boot-starter-webflux\u003c/artifactId\u003e\n\t\t\u003c/dependency\u003e\n\t\t\u003cdependency\u003e\n\t\t\t\u003cgroupId\u003eorg.redisson\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003eredisson-spring-boot-starter\u003c/artifactId\u003e\n\t\t\t\u003cversion\u003e3.16.6\u003c/version\u003e\n\t\t\u003c/dependency\u003e\n\t\t\u003cdependency\u003e\n\t\t\t\u003cgroupId\u003eorg.projectlombok\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003elombok\u003c/artifactId\u003e\n\t\t\t\u003coptional\u003etrue\u003c/optional\u003e\n\t\t\u003c/dependency\u003e\n\t\t\u003cdependency\u003e\n\t\t\t\u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003espring-boot-starter-test\u003c/artifactId\u003e\n\t\t\t\u003cscope\u003etest\u003c/scope\u003e\n\t\t\u003c/dependency\u003e\n\t\t\u003cdependency\u003e\n\t\t\t\u003cgroupId\u003eio.projectreactor\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003ereactor-test\u003c/artifactId\u003e\n\t\t\t\u003cscope\u003etest\u003c/scope\u003e\n\t\t\u003c/dependency\u003e\n\t\u003c/dependencies\u003e\n ```\n\n\u003cbr\u003e\n\n###### Output :star_struck:\n##### :pencil2: `Search for resturents` \n\n\u003cimg width=\"848\" alt=\"resturents\" src=\"https://github.com/user-attachments/assets/350603f4-17ad-4e57-8663-9775652112ef\"\u003e\n\n##### :pencil2: `Search for hotels` \n\n\u003cimg width=\"874\" alt=\"hotels\" src=\"https://github.com/user-attachments/assets/89b55829-de83-4b7f-84dc-c14451330eb7\"\u003e\n\n\n---\n\n\n### Good Luck \u003cimg src=\"https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif\" width=\"30px\"\u003e \n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarakhild%2Fgeospatial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarakhild%2Fgeospatial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarakhild%2Fgeospatial/lists"}