SlideShare a Scribd company logo
Using MongoDB to
build a GIS SaaS App
Overview

 What are we building?
 ● A solution to help gis departments get there
   web maps up FAST!
 ● Built-in ready to go tools.
 ● Flexibility to handle third party web
   mapping services.


myiDV
lem ...or op portunity?
    The prob

A lot of different 3rd party REST map services
and no easy & fast way to search.
The Solution?




          ???
The Solution!

           Mungo!!
The REAL Solution!
What we wanted!

● Fast keyword auto suggestion
● Ability to create databases on the fly
● Indexing of GIS points
 
How we did it!

●   Incremental caching
●   async requests to web map services
●   indexed web map service layers
●   setup multiple caching databases for each
    layer
 
myiDV
ngoDB Cach e database
Mo
C ache Code
       Only 31 lines of code!
Cache Search Code
       Only 24 lines of code!
Technologies

Json.NET - http://json.codeplex.com/
MongoDB C#/.NET driver
Asp.net MVC
 
Other Mo ngoDB uses

●   User profiles
●   Geocoded Addresses
●   Site settings for Administration Console
●   Map settings
●   User generated content for every map
My Info
Donny Velazquez
donnyv@gmail.com
twitter: @Donny_V


CivilSolutions.biz

More Related Content

PDF
Virtual tourism in covid times
PDF
Life of a data engineer
PDF
Creating data apps using Streamlit in Python
PDF
Learnings from Organizing Internal Hackathons
PDF
Proggis - Business Analytics with Linked Data
PDF
20190424 GCPUG 輕鬆談 Next'19
PDF
A Practical Introduction to GeoJSON
PDF
Servo: The parallel web engine
Virtual tourism in covid times
Life of a data engineer
Creating data apps using Streamlit in Python
Learnings from Organizing Internal Hackathons
Proggis - Business Analytics with Linked Data
20190424 GCPUG 輕鬆談 Next'19
A Practical Introduction to GeoJSON
Servo: The parallel web engine

Similar to Building a GIS SaaS App using MongoDB (20)

PDF
CartoDB Inside Out
PPTX
ExactTarget - Node On The Road
PDF
Web Mapping 101: Creating Dynamic Web Maps with Geospatial Data
PDF
PDF
2015-06-10 Ceus by IberianSPC - new options for SharePoint 2016 and Office 36...
PPTX
Offline maps for mobile developers (Android/iOS)
PDF
Tools for Visualizing Geospatial Data in a Web Browser
PPTX
Jumpstart: Your Introduction to MongoDB
PPTX
Industrial Training.pptx
PPTX
Day 1 ppt
PDF
Mongodb (1)
PPTX
Using JavaScript to write Native Mobile Applications
PDF
PykQuery.js
PDF
MongoDB Days Silicon Valley: Winning the Dreamforce Hackathon with MongoDB
PDF
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
PPTX
Jumpstart: Your Introduction To MongoDB
ODP
Bazillion New Technologies
PDF
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
PDF
Web Mapping 101: What Is It and Making It Work For You
PPTX
Charla taller Ionic + AngularJS Sysmana 2015
CartoDB Inside Out
ExactTarget - Node On The Road
Web Mapping 101: Creating Dynamic Web Maps with Geospatial Data
2015-06-10 Ceus by IberianSPC - new options for SharePoint 2016 and Office 36...
Offline maps for mobile developers (Android/iOS)
Tools for Visualizing Geospatial Data in a Web Browser
Jumpstart: Your Introduction to MongoDB
Industrial Training.pptx
Day 1 ppt
Mongodb (1)
Using JavaScript to write Native Mobile Applications
PykQuery.js
MongoDB Days Silicon Valley: Winning the Dreamforce Hackathon with MongoDB
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Jumpstart: Your Introduction To MongoDB
Bazillion New Technologies
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
Web Mapping 101: What Is It and Making It Work For You
Charla taller Ionic + AngularJS Sysmana 2015
Ad

Recently uploaded (20)

PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Approach and Philosophy of On baking technology
PDF
cuic standard and advanced reporting.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Empathic Computing: Creating Shared Understanding
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
DOCX
The AUB Centre for AI in Media Proposal.docx
Spectral efficient network and resource selection model in 5G networks
Building Integrated photovoltaic BIPV_UPV.pdf
Machine learning based COVID-19 study performance prediction
Mobile App Security Testing_ A Comprehensive Guide.pdf
Approach and Philosophy of On baking technology
cuic standard and advanced reporting.pdf
Programs and apps: productivity, graphics, security and other tools
MIND Revenue Release Quarter 2 2025 Press Release
Encapsulation_ Review paper, used for researhc scholars
Advanced methodologies resolving dimensionality complications for autism neur...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Assigned Numbers - 2025 - Bluetooth® Document
Digital-Transformation-Roadmap-for-Companies.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Empathic Computing: Creating Shared Understanding
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
The AUB Centre for AI in Media Proposal.docx
Ad

Building a GIS SaaS App using MongoDB