Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Getting Started with GEO, CouchDB, and Node.js (repost)

Posted By: arundhati
Getting Started with GEO, CouchDB, and Node.js (repost)

Mick Thompson, "Getting Started with GEO, CouchDB, and Node.js"
2011 | ISBN-10: 1449307523 | 64 pages | PDF, EPUB | 7,6 MB

Today's mobile devices have GPS and standard APIs to give you access to coordinates—but what can you do with that data? With this concise book, application developers learn how to work with location data quickly and easily, using Node.js, CouchDB, and other open source tools and libraries.
Node.js makes it simple to run event code on the Web, and the CouchDB document-oriented database lets you store location data and perform complex queries on it quickly. You'll learn how to get started with these tools, and then use them together to build an example project called MapChat, using HTML and JavaScript code samples.
Learn how to serve dynamic content with Node.js, and use its asynchronous IO to handle several requests at once
Become familiar with GeoJSON, Geohash, and the Geospatial Data Abstraction Library (GDAL) for working with spatial data
Build geospatial indexes using the GeoCouch branch of CouchDB
Combine these tools to build a project that lets users post real-time chat messages tagged with their current map location