Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 queries

Having 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=