Skip to content

Sample application presented at The Developers Conference 2016 - NoSQL Track

Notifications You must be signed in to change notification settings

gcoelho/tdc2016-geomongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDC 2016 - Usage of geospatial data with MongoDB

Sample application presented at The Developers Conference 2016 São Paulo - NoSQL Track http://www.thedevelopersconference.com.br/tdc/2016/saopaulo/trilha-nosql

Checklist to run app:

  • Install NodeJS and MongoDB
  • Clone repo
  • Run npm install
  • Add your Google Maps API access token to public/index.html replacing 'KEY'
  • Import sample data on Mongo
    • mongoimport --db=tdc2016 --collection=locations scripts/locations.json
    • mongoimport --db=tdc2016 --collection=checkins scripts/checkins.json
    • mongo < scripts/create-indexes.js
  • Start app using npm start
  • Open browser at http://localhost:3000/

References

http://geojson.org/

https://docs.mongodb.com/manual/reference/geojson/

Code developed by Luiz Svoboda and Gustavo Coelho

This code is licensed under

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

Sample application presented at The Developers Conference 2016 - NoSQL Track

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published