
Getting Started with Geo, Couchdb, and Node.Js
New Open Source Tools for Location Data
Mick Thompson(Author)
O'Reilly (Publisher)
Published on 30. August 2011
Book
Paperback/Softback
60 pages
978-1-4493-0752-3 (ISBN)
Description
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
More details
Series
Language
English
Place of publication
Sebastopol
United States
Product notice
Paperback (trade)
Unsewn / adhesive bound
Dimensions
Height: 239 mm
Width: 182 mm
Thickness: 13 mm
Weight
132 gr
ISBN-13
978-1-4493-0752-3 (9781449307523)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Other editions
Additional editions

E-Book
07/2011
1st Edition
O'Reilly
€15.49
Available for download

E-Book
07/2011
1st Edition
O'Reilly
€11.99
Available for download
Person
David Thompson has been developing code using open source tools for 10 years. He is passionate about open source, web applications, and api design. He has work almost exclusively for startups where building applications on new and innovative technologies is the norm. Since location has become more available on mobile devices in the last few years he has focused his attention at enhancing existing projects with location.
Content
- Preface
- Chapter 1: Node.js
- Chapter 2: Geographic Data
- Chapter 3: CouchDB
- Chapter 4: MapChat - Example Project
- Colophon