Getting started with GEO, CouchDB & Node.js

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. No...

Descripción completa

Detalles Bibliográficos
Autor principal: Thompson, Mick (-)
Otros Autores: Hendrickson, Mike (illustrator), Steele, Julie, Romano, Robert (Illustrator), illustrator
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol, California : O'Reilly [2011]
Edición:First edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628346106719
Tabla de Contenidos:
  • Table of Contents; Preface; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Chapter 1. Node.js; Getting Started with Node.js; Asynchronous Callbacks; Using Node.js on the Web; ExpressJS; Routes; Templates; Static Files; Chapter 2. Geographic Data; Geo Datasets; GeoJSON; Example Geometries; GDAL; Installing; Grab Some Data; Ogrinfo; Ogr2ogr; Geohash; Chapter 3. CouchDB; How Does CouchDB Work?; Replication; Indexes and Views; Getting Started with CouchDB; Creating a Database; Creating a View; View Options; Using Reduce
  • Using CouchApps...For Fun and ProfitLoad Shared Code; GeoCouch; Importing Data; Using Cradle to Talk to Geocouch; Add the Couchapp; Bounding Box Queries; Displaying the Data Using Node.js; CouchDB Hosting Options; Chapter 4. MapChat - Example Project; Realtime Chat; Socket.io; Setting Up the Project; Making chat subscriptions; Handling Chat Messages; Using Google Maps; Getting User Location; Grab browser location; Center and Bounds; Custom Overlays; Chat Messages from CouchDB; Clustering; Using a List Function; Notify Clients of Cluster Updates; Display List of Clusters in the Client