Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidmoten/entity-tracking
Geopositional entity tracking using geohashing for queries
https://github.com/davidmoten/entity-tracking
Last synced: about 1 month ago
JSON representation
Geopositional entity tracking using geohashing for queries
- Host: GitHub
- URL: https://github.com/davidmoten/entity-tracking
- Owner: davidmoten
- Created: 2013-06-23T07:27:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-27T08:30:35.000Z (over 11 years ago)
- Last Synced: 2023-03-11T13:53:26.103Z (over 1 year ago)
- Language: Java
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
entity-tracking
===============Geopositional entity tracking using geohashing for queries.
This is a java webapp configured to deploy to Google AppEngine.
* persists lat long, time and identifier information to the Datastore
* auto-populates geohash fields
* is configured with geohash, time indexes
* executes bounding box queriesHaving got this going I let go of the idea of trialling some big datasets in AppEngine because it might be kind of costly. Maybe later.
Run development server
------------------------mvn clean package appengine:devserver
Deploy to appengine
-----------------------mvn clean package appengine:update -Dappengine.app.name=