SlideShare a Scribd company logo
1 of 20
Download to read offline
© 201 IBM Corporation
Geospatial Big Data
@normanbarker
Foss4g-NA
© 2015 IBM Corporation‹#›
Overview
▪ CouchDB / Cloudant
▪ A brief history
▪ What is Big Data
▪ NoSQL
▪ Consistent Hashing / Sharding
▪ CAP Theorem
▪ Multi-Master database
▪ Image Classification Example
▪ Geospatial Querying using Secondary Indexes
▪ libspatialindex / geos
© 2015 IBM Corporation‹#›
CouchDB
▪ NoSQL document store with map/reduce initially developed by
Damien Katz
▪ Cloudant/Couchbase were the primary developers
▪ Now a large diverse community
▪ Written in Erlang
▪ GeoCouch, Lucene FTI
▪ JSON/GeoJSON
▪ Cloudant
▪ Donated BigCouch to enable clustering of CouchDB
▪ Cluster Of Unreliable Commodity Hardware
▪ Runs a DBaaS on top of CouchDB
© 2015 IBM Corporation‹#›
NoSQL
▪ Unstructured text
▪ JSON
▪ Schemas are enforced on READs
© 2015 IBM Corporation‹#›
Consistent Hashing
▪ Data is too large to fit on a single node
▪ DB is a collection of partitions
▪ need availability
▪ need to expand cluster horizontally
▪ Based on the Amazon Dynamo Model
▪ Document IDs are hashed
▪ Small number of keys are remapped when a node goes down
© 2015 IBM Corporation‹#›
Consistent hashing for data availability
© 2015 IBM Corporation‹#›
GeoHash as a consistent hash
▪ GeoHash is a Morton Key
▪ Can assign geometries to nodes
▪ Fixed data
▪ Hot spots
© 2015 IBM Corporation‹#›
CAP Theorem
▪ Distributed systems can provide two of the following
Consistency (all nodes see the same data at the same time)
Availability (a guarantee that every request receives a response about whether it
succeeded or failed)
Partition Tolerance (the system continues to operate despite arbitrary message loss
or failure of part of the system)
Mathematical proof by contradiction: http://bit.ly/1FbnmrC
© 2015 IBM Corporation‹#›
Multi-Master (Peers)
▪ CouchDB is an eventually consistent distributed system
▪ Pick Two
▪ Availability
▪ Partition Tolerance
▪ Eventual Consistency
▪ Multi-Master system
▪ Sync (Changes Feed)
▪ Data Collection
▪ Online/Offline
▪ Distributed Big Geo Data
© 2015 IBM Corporation‹#›
Multi-Master (Peers)
Distributed geo big data
© 2015 IBM Corporation‹#›
PouchDB is an open-source JavaScript database inspired by Apache
CouchDB that is designed to run well within the browser.
© 2015 IBM Corporation‹#›
Multi-Master (Data Centres)
▪ High availability
▪ High velocity
© 2015 IBM Corporation‹#›
Image Classification
▪ Traditional
▪ Input is a large GeoTiff file where the pixel values represent a
data class (e.g. water, vegetation)
▪ Using ENVI / GRASS / GDAL export as shape file per class
and overlay on a map
▪ Possibly store results in a WFS
© 2015 IBM Corporation‹#›
▪ CouchDB
▪ Split the image into tiles and process classes as vectors as above
▪ note: potrace is a utility for this that exports to geojson
▪ Store the result as GeoJSON within CouchDB
▪ Data is highly available, redundant
▪ Field user can edit the classes and sync back to a server (multi-master)
▪ MVCC
▪ Eventual consistency can be managed
Image Classification
© 2015 IBM Corporation‹#›
Geospatial Indexes
▪ Distributed spatial index
▪ Always going to be slower on writes (redundancy)
▪ Need to make READs quick
R-Tree R*-Tree
© 2015 IBM Corporation‹#›
Temporal Indexes
▪ Index speed is related to index size
▪ When using temporal data, use an appropriate tree!
▪ TPR*-Tree, MVR*-Tree
© 2015 IBM Corporation‹#›
Cloudant Geo
▪ Secondary geospatial indexes
▪ libspatialindex
▪ R*-Tree, MVR-Tree, TPR-Tree
▪ libgeos
▪ CS-Map
▪ CouchDB / BigCouch
▪ Sync
© 2015 IBM Corporation‹#›
Geo Big Data Summary
▪ A CouchDB View of the World
▪ data can and should be distributed
▪ Sync significant data between masters
▪ multi-master, eventually consistent
▪ Secondary indexes enable complex queries
▪ Use a cluster to archive data
© 2015 IBM Corporation‹#›
Issues
▪ Within geospatial systems transactions are assumed
▪ Need a revision model for eventual consistency
▪ Feature data is ok for MVCC
▪ What about big raster data?
▪ Image streaming
▪ Versioning
© 2015 IBM Corporation‹#›
Questions?
@normanbarker
BoF Tonight
7:30 - 9:30pm
Sandpebble CDE

More Related Content

What's hot

Syncsort et le retour d'expérience ComScore
Syncsort et le retour d'expérience ComScoreSyncsort et le retour d'expérience ComScore
Syncsort et le retour d'expérience ComScore
Modern Data Stack France
 

What's hot (20)

Utilizing HDF4 File Content Maps for the Cloud Computing
Utilizing HDF4 File Content Maps for the Cloud ComputingUtilizing HDF4 File Content Maps for the Cloud Computing
Utilizing HDF4 File Content Maps for the Cloud Computing
 
MySql to HBase in 5 Steps
MySql to HBase in 5 StepsMySql to HBase in 5 Steps
MySql to HBase in 5 Steps
 
Facebooks Petabyte Scale Data Warehouse using Hive and Hadoop
Facebooks Petabyte Scale Data Warehouse using Hive and HadoopFacebooks Petabyte Scale Data Warehouse using Hive and Hadoop
Facebooks Petabyte Scale Data Warehouse using Hive and Hadoop
 
Hadoop Primer
Hadoop PrimerHadoop Primer
Hadoop Primer
 
HADOOP TECHNOLOGY ppt
HADOOP  TECHNOLOGY pptHADOOP  TECHNOLOGY ppt
HADOOP TECHNOLOGY ppt
 
Building a Scalable Web Crawler with Hadoop
Building a Scalable Web Crawler with HadoopBuilding a Scalable Web Crawler with Hadoop
Building a Scalable Web Crawler with Hadoop
 
Big Data and Hadoop Ecosystem
Big Data and Hadoop EcosystemBig Data and Hadoop Ecosystem
Big Data and Hadoop Ecosystem
 
An introduction to Apache Hadoop Hive
An introduction to Apache Hadoop HiveAn introduction to Apache Hadoop Hive
An introduction to Apache Hadoop Hive
 
Hadoop
Hadoop Hadoop
Hadoop
 
Introduction to Big Data & Hadoop Architecture - Module 1
Introduction to Big Data & Hadoop Architecture - Module 1Introduction to Big Data & Hadoop Architecture - Module 1
Introduction to Big Data & Hadoop Architecture - Module 1
 
MATLAB and Scientific Data: New Features and Capabilities
MATLAB and Scientific Data: New Features and CapabilitiesMATLAB and Scientific Data: New Features and Capabilities
MATLAB and Scientific Data: New Features and Capabilities
 
Apache Iceberg - A Table Format for Hige Analytic Datasets
Apache Iceberg - A Table Format for Hige Analytic DatasetsApache Iceberg - A Table Format for Hige Analytic Datasets
Apache Iceberg - A Table Format for Hige Analytic Datasets
 
Hadoop by sunitha
Hadoop by sunithaHadoop by sunitha
Hadoop by sunitha
 
Matlab, Big Data, and HDF Server
Matlab, Big Data, and HDF ServerMatlab, Big Data, and HDF Server
Matlab, Big Data, and HDF Server
 
Syncsort et le retour d'expérience ComScore
Syncsort et le retour d'expérience ComScoreSyncsort et le retour d'expérience ComScore
Syncsort et le retour d'expérience ComScore
 
Hadoop Ecosystem Architecture Overview
Hadoop Ecosystem Architecture Overview Hadoop Ecosystem Architecture Overview
Hadoop Ecosystem Architecture Overview
 
ArcGIS and Multi-D: Tools & Roadmap
ArcGIS and Multi-D: Tools & RoadmapArcGIS and Multi-D: Tools & Roadmap
ArcGIS and Multi-D: Tools & Roadmap
 
Hadoop: Distributed Data Processing
Hadoop: Distributed Data ProcessingHadoop: Distributed Data Processing
Hadoop: Distributed Data Processing
 
Hadoop
HadoopHadoop
Hadoop
 
Hadoop hive presentation
Hadoop hive presentationHadoop hive presentation
Hadoop hive presentation
 

Similar to Geospatial Big Data - Foss4gNA

Big Data (NJ SQL Server User Group)
Big Data (NJ SQL Server User Group)Big Data (NJ SQL Server User Group)
Big Data (NJ SQL Server User Group)
Don Demcsak
 
001 hbase introduction
001 hbase introduction001 hbase introduction
001 hbase introduction
Scott Miao
 
IBMHadoopofferingTechline-Systems2015
IBMHadoopofferingTechline-Systems2015IBMHadoopofferingTechline-Systems2015
IBMHadoopofferingTechline-Systems2015
Daniela Zuppini
 
Intro to Big Data and NoSQL
Intro to Big Data and NoSQLIntro to Big Data and NoSQL
Intro to Big Data and NoSQL
Don Demcsak
 

Similar to Geospatial Big Data - Foss4gNA (20)

Introduction to Hadoop Administration
Introduction to Hadoop AdministrationIntroduction to Hadoop Administration
Introduction to Hadoop Administration
 
Introduction to Hadoop Administration
Introduction to Hadoop AdministrationIntroduction to Hadoop Administration
Introduction to Hadoop Administration
 
Big Data (NJ SQL Server User Group)
Big Data (NJ SQL Server User Group)Big Data (NJ SQL Server User Group)
Big Data (NJ SQL Server User Group)
 
IBM - Introduction to Cloudant
IBM - Introduction to CloudantIBM - Introduction to Cloudant
IBM - Introduction to Cloudant
 
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part20812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
 
Introduction to Hadoop Administration
Introduction to Hadoop AdministrationIntroduction to Hadoop Administration
Introduction to Hadoop Administration
 
001 hbase introduction
001 hbase introduction001 hbase introduction
001 hbase introduction
 
Manuel Hurtado. Couchbase paradigma4oct
Manuel Hurtado. Couchbase paradigma4octManuel Hurtado. Couchbase paradigma4oct
Manuel Hurtado. Couchbase paradigma4oct
 
MyRocks introduction and production deployment
MyRocks introduction and production deploymentMyRocks introduction and production deployment
MyRocks introduction and production deployment
 
Introducing Apache Kudu (Incubating) - Montreal HUG May 2016
Introducing Apache Kudu (Incubating) - Montreal HUG May 2016Introducing Apache Kudu (Incubating) - Montreal HUG May 2016
Introducing Apache Kudu (Incubating) - Montreal HUG May 2016
 
Container Attached Storage with OpenEBS - CNCF Paris Meetup
Container Attached Storage with OpenEBS - CNCF Paris MeetupContainer Attached Storage with OpenEBS - CNCF Paris Meetup
Container Attached Storage with OpenEBS - CNCF Paris Meetup
 
Introduction to Hadoop - ACCU2010
Introduction to Hadoop - ACCU2010Introduction to Hadoop - ACCU2010
Introduction to Hadoop - ACCU2010
 
Introducing Kudu, Big Data Warehousing Meetup
Introducing Kudu, Big Data Warehousing MeetupIntroducing Kudu, Big Data Warehousing Meetup
Introducing Kudu, Big Data Warehousing Meetup
 
IBMHadoopofferingTechline-Systems2015
IBMHadoopofferingTechline-Systems2015IBMHadoopofferingTechline-Systems2015
IBMHadoopofferingTechline-Systems2015
 
Intro to Big Data and NoSQL
Intro to Big Data and NoSQLIntro to Big Data and NoSQL
Intro to Big Data and NoSQL
 
The NoSQL Geospatial Landscape
The NoSQL Geospatial LandscapeThe NoSQL Geospatial Landscape
The NoSQL Geospatial Landscape
 
As fast as a grid, as safe as a database
As fast as a grid, as safe as a databaseAs fast as a grid, as safe as a database
As fast as a grid, as safe as a database
 
Introduction to BIg Data and Hadoop
Introduction to BIg Data and HadoopIntroduction to BIg Data and Hadoop
Introduction to BIg Data and Hadoop
 
The Time Has Come for Big-Data-as-a-Service
The Time Has Come for Big-Data-as-a-ServiceThe Time Has Come for Big-Data-as-a-Service
The Time Has Come for Big-Data-as-a-Service
 
Introduction to NoSQL and MongoDB
Introduction to NoSQL and MongoDBIntroduction to NoSQL and MongoDB
Introduction to NoSQL and MongoDB
 

Recently uploaded

%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 

Recently uploaded (20)

%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 

Geospatial Big Data - Foss4gNA

  • 1. © 201 IBM Corporation Geospatial Big Data @normanbarker Foss4g-NA
  • 2. © 2015 IBM Corporation‹#› Overview ▪ CouchDB / Cloudant ▪ A brief history ▪ What is Big Data ▪ NoSQL ▪ Consistent Hashing / Sharding ▪ CAP Theorem ▪ Multi-Master database ▪ Image Classification Example ▪ Geospatial Querying using Secondary Indexes ▪ libspatialindex / geos
  • 3. © 2015 IBM Corporation‹#› CouchDB ▪ NoSQL document store with map/reduce initially developed by Damien Katz ▪ Cloudant/Couchbase were the primary developers ▪ Now a large diverse community ▪ Written in Erlang ▪ GeoCouch, Lucene FTI ▪ JSON/GeoJSON ▪ Cloudant ▪ Donated BigCouch to enable clustering of CouchDB ▪ Cluster Of Unreliable Commodity Hardware ▪ Runs a DBaaS on top of CouchDB
  • 4. © 2015 IBM Corporation‹#› NoSQL ▪ Unstructured text ▪ JSON ▪ Schemas are enforced on READs
  • 5. © 2015 IBM Corporation‹#› Consistent Hashing ▪ Data is too large to fit on a single node ▪ DB is a collection of partitions ▪ need availability ▪ need to expand cluster horizontally ▪ Based on the Amazon Dynamo Model ▪ Document IDs are hashed ▪ Small number of keys are remapped when a node goes down
  • 6. © 2015 IBM Corporation‹#› Consistent hashing for data availability
  • 7. © 2015 IBM Corporation‹#› GeoHash as a consistent hash ▪ GeoHash is a Morton Key ▪ Can assign geometries to nodes ▪ Fixed data ▪ Hot spots
  • 8. © 2015 IBM Corporation‹#› CAP Theorem ▪ Distributed systems can provide two of the following Consistency (all nodes see the same data at the same time) Availability (a guarantee that every request receives a response about whether it succeeded or failed) Partition Tolerance (the system continues to operate despite arbitrary message loss or failure of part of the system) Mathematical proof by contradiction: http://bit.ly/1FbnmrC
  • 9. © 2015 IBM Corporation‹#› Multi-Master (Peers) ▪ CouchDB is an eventually consistent distributed system ▪ Pick Two ▪ Availability ▪ Partition Tolerance ▪ Eventual Consistency ▪ Multi-Master system ▪ Sync (Changes Feed) ▪ Data Collection ▪ Online/Offline ▪ Distributed Big Geo Data
  • 10. © 2015 IBM Corporation‹#› Multi-Master (Peers) Distributed geo big data
  • 11. © 2015 IBM Corporation‹#› PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser.
  • 12. © 2015 IBM Corporation‹#› Multi-Master (Data Centres) ▪ High availability ▪ High velocity
  • 13. © 2015 IBM Corporation‹#› Image Classification ▪ Traditional ▪ Input is a large GeoTiff file where the pixel values represent a data class (e.g. water, vegetation) ▪ Using ENVI / GRASS / GDAL export as shape file per class and overlay on a map ▪ Possibly store results in a WFS
  • 14. © 2015 IBM Corporation‹#› ▪ CouchDB ▪ Split the image into tiles and process classes as vectors as above ▪ note: potrace is a utility for this that exports to geojson ▪ Store the result as GeoJSON within CouchDB ▪ Data is highly available, redundant ▪ Field user can edit the classes and sync back to a server (multi-master) ▪ MVCC ▪ Eventual consistency can be managed Image Classification
  • 15. © 2015 IBM Corporation‹#› Geospatial Indexes ▪ Distributed spatial index ▪ Always going to be slower on writes (redundancy) ▪ Need to make READs quick R-Tree R*-Tree
  • 16. © 2015 IBM Corporation‹#› Temporal Indexes ▪ Index speed is related to index size ▪ When using temporal data, use an appropriate tree! ▪ TPR*-Tree, MVR*-Tree
  • 17. © 2015 IBM Corporation‹#› Cloudant Geo ▪ Secondary geospatial indexes ▪ libspatialindex ▪ R*-Tree, MVR-Tree, TPR-Tree ▪ libgeos ▪ CS-Map ▪ CouchDB / BigCouch ▪ Sync
  • 18. © 2015 IBM Corporation‹#› Geo Big Data Summary ▪ A CouchDB View of the World ▪ data can and should be distributed ▪ Sync significant data between masters ▪ multi-master, eventually consistent ▪ Secondary indexes enable complex queries ▪ Use a cluster to archive data
  • 19. © 2015 IBM Corporation‹#› Issues ▪ Within geospatial systems transactions are assumed ▪ Need a revision model for eventual consistency ▪ Feature data is ok for MVCC ▪ What about big raster data? ▪ Image streaming ▪ Versioning
  • 20. © 2015 IBM Corporation‹#› Questions? @normanbarker BoF Tonight 7:30 - 9:30pm Sandpebble CDE