Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmicht/sphinx-geo-search
Geo searching using sphinx
https://github.com/nmicht/sphinx-geo-search
Last synced: 19 days ago
JSON representation
Geo searching using sphinx
- Host: GitHub
- URL: https://github.com/nmicht/sphinx-geo-search
- Owner: nmicht
- Created: 2013-12-06T04:07:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-06T17:56:50.000Z (almost 11 years ago)
- Last Synced: 2023-03-29T00:40:20.548Z (over 1 year ago)
- Language: PHP
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GEO Searching service with Sphinx and PHP
===========This is a JSON service to return data after a geo searching inside sphinx
The data is stored in sphinx indexes and we are using geodist function from sphinxQL
The service will respond with a JSON listing the data including the distance.Requirements
1. A real time index in sphinx with ID, latitude and longitude in radians format
2. Config your common.php file to set the conecction to sphinx serviceNotes
1. This service do not have security validation