Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GIS Tools using Google App Engine's Datastore?

Most GISs require a relational database (MySQL, POSTGIS).

What are some GIS tools that use Google App Engine Datastore.

like image 282
b_dev Avatar asked Dec 18 '10 02:12

b_dev


People also ask

What is the data store used by Google App Engine?

App Engine's Go standard runtime connects to Datastore using the Go Datastore API. For a complete list of the contents of the datastore package, see the datastore package reference. You cannot use the Cloud Datastore client library with Go applications in the App Engine standard environment.

What type of database is Google Datastore?

Datastore is a highly scalable NoSQL database for your web and mobile applications.

When can I use Google Cloud Datastore?

Cloud Datastore is meant for applications that demand reliability upon the highly available structured data at a fixed scale. You can make use of the Google Cloud Datastore to store & query different types of data that include product catalogs, user profiles, and transactions.

Is Google a GIS?

Google Maps is probably the most widely used of the GIS platforms. Although it is not necessarily the best tool for complex data visualization, it is extremely robust and easy to use on mobile devices, and is better for the demonstration of routes and journey times.


1 Answers

Some prelim research:

Point queries at GeoModel

Areal queries at GISCloud

WFS at GeoDatastore

like image 73
b_dev Avatar answered Oct 18 '22 04:10

b_dev