{"id":566,"date":"2020-08-03T13:00:00","date_gmt":"2020-08-03T17:00:00","guid":{"rendered":"https:\/\/www.pwvconsultants.com\/blog\/?p=566"},"modified":"2020-07-28T19:59:32","modified_gmt":"2020-07-28T23:59:32","slug":"geospatial-datastores-know-where-your-data-lives","status":"publish","type":"post","link":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/","title":{"rendered":"Geospatial Datastores Know Where Your Data Lives"},"content":{"rendered":"\n<p>So far in our datastores series we have discussed <a aria-label=\"undefined (opens in a new tab)\" href=\"https:\/\/www.pwvconsultants.com\/blog\/sql-vs-nosql-databases\/\" target=\"_blank\" rel=\"noreferrer noopener\">SQL and NoSQL databases<\/a>, <a aria-label=\"undefined (opens in a new tab)\" href=\"https:\/\/www.pwvconsultants.com\/blog\/object-oriented-and-edge-databases\/\" target=\"_blank\" rel=\"noreferrer noopener\">object-oriented and edge databases<\/a>, <a aria-label=\"undefined (opens in a new tab)\" href=\"https:\/\/www.pwvconsultants.com\/blog\/log-stores-are-specialized-databases\/\" target=\"_blank\" rel=\"noreferrer noopener\">log stores<\/a>, <a aria-label=\"undefined (opens in a new tab)\" href=\"https:\/\/www.pwvconsultants.com\/blog\/time-series-and-flat-file-databases\/\" target=\"_blank\" rel=\"noreferrer noopener\">time series and flat file storage<\/a>, and <a href=\"https:\/\/www.pwvconsultants.com\/blog\/search-appliances-are-not-datastores\/\" target=\"_blank\" aria-label=\"undefined (opens in a new tab)\" rel=\"noreferrer noopener\">search appliances<\/a>. In this last installment of the series, we\u2019re going to touch on geospatial datastores.<\/p>\n\n\n\n<p>Geospatial datastores are one of two things: Either they are physically built specifically to look at data on maps and where data lives, or they sub-specialize in different forms of data storage like SQL and NoSQL. These datastores basically give reference points to where the data is located. So, if you\u2019re literally just looking at raw latitude and longitude data, storing it that way as the key relationship can be very useful. But if you\u2019re loading a lot of data where you want to look at other relationships, then you go with the sub-specialized store and servers that deal with geospatial data.<\/p>\n\n\n\n<p>Depending on what your use case is and what you are doing determines which type of geospatial store you might use. If you\u2019re just putting data on a map and not worrying about relationships between it or trying to manipulate it, then you want to use a store that\u2019s natively built for geospatial data rather than a traditional datastore.<\/p>\n\n\n\n<p>This is all about specialization, which is a problem across computing in general. Many people in computing learn one or two languages and that\u2019s it. And maybe those languages are flexible enough to do several tasks, but that doesn\u2019t mean it\u2019s efficient at completing those tasks. There are more than a handful of tools in your toolbox to work with, but some programmers have a hammer and think that everything looks like a nail when there are other tools that might be better and completing a task, like screwdrivers, wrenches, drills, pliers, etc. There are resources out there which might be a better fit for what you are trying to do, even if you can fit your square peg into a round hole, it\u2019s not a good and tight fit.<\/p>\n\n\n\n<p>Geospatial datastores are usually best utilized in conjunction with other datastores. Most programmers want to fit every piece of data into whatever database type they know how to use and are most familiar with, but the truth is that there are a variety of ways to manage data storage. Especially if you have a lot of data, utilizing multiple methods gives you more flexibility to efficiently manipulate and locate the information you need.<\/p>\n\n\n\n<p>For example, you have a database where you store the bulk of your data. Maybe it\u2019s SQL or maybe it\u2019s NoSQL or some other type. You can then attach a log store to log events, you can attach a search appliance to quickly index and locate specific data points, you can attach a cache to store ephemeral data that you want to pull quickly and you can attach a geospatial datastore to see exactly where that data relates on a map.<\/p>\n\n\n\n<p>Not all businesses are going to need every type of datastore or database. If you don\u2019t have a lot of data or dont need to work with and manipulate it in different ways, your business may not need all of that. But it is possible to have a data storage system that utilizes multiple datastores for more flexibility and ease of use. If you are unsure what best suits your business, consult an expert, or hire someone to help you determine what is most efficient.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Geospatial datastores are specialized for locating where data lives. It can sub-specialize in different forms of data storage as well.<\/p>\n","protected":false},"author":1,"featured_media":598,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[961,958],"tags":[1281,925,1273,1272,1398,570,1390,1279,1277,806,1276],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.2 (Yoast SEO v22.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Geospatial Datastores Know Where Your Data Lives - PWV Consultants<\/title>\n<meta name=\"description\" content=\"Geospatial datastores are specialized for locating where data lives. It can sub-specialize in different forms of data storage as well.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Geospatial Datastores Know Where Your Data Lives\" \/>\n<meta property=\"og:description\" content=\"Geospatial datastores are specialized for locating where data lives. It can sub-specialize in different forms of data storage as well.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/\" \/>\n<meta property=\"og:site_name\" content=\"PWV Consultants\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PWV-Consultants-110444033947964\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-03T17:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-07-28T23:59:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/07\/Geospatial-Databases.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1180\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Pieter VanIperen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@PWV_Consultants\" \/>\n<meta name=\"twitter:site\" content=\"@PWV_Consultants\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pieter VanIperen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/\"},\"author\":{\"name\":\"Pieter VanIperen\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/person\/c15d5d40126a8ad906cb3067de95f8d4\"},\"headline\":\"Geospatial Datastores Know Where Your Data Lives\",\"datePublished\":\"2020-08-03T17:00:00+00:00\",\"dateModified\":\"2020-07-28T23:59:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/\"},\"wordCount\":591,\"publisher\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/07\/Geospatial-Databases.jpg\",\"keywords\":[\"Cache\",\"data\",\"Database\",\"Datastore\",\"Geospatial Datastore\",\"Information\",\"Information Technology\",\"Log Store\",\"NoSQL\",\"programming\",\"SQL\"],\"articleSection\":[\"Data Stores\",\"Information Technology\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/\",\"url\":\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/\",\"name\":\"Geospatial Datastores Know Where Your Data Lives - PWV Consultants\",\"isPartOf\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/07\/Geospatial-Databases.jpg\",\"datePublished\":\"2020-08-03T17:00:00+00:00\",\"dateModified\":\"2020-07-28T23:59:32+00:00\",\"description\":\"Geospatial datastores are specialized for locating where data lives. It can sub-specialize in different forms of data storage as well.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#primaryimage\",\"url\":\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/07\/Geospatial-Databases.jpg\",\"contentUrl\":\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/07\/Geospatial-Databases.jpg\",\"width\":1920,\"height\":1180,\"caption\":\"Image by Pete Linforth from Pixabay\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pwvconsultants.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Geospatial Datastores Know Where Your Data Lives\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#website\",\"url\":\"https:\/\/www.pwvconsultants.com\/blog\/\",\"name\":\"PWV Consultants\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pwvconsultants.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#organization\",\"name\":\"PWV Consultants\",\"url\":\"https:\/\/www.pwvconsultants.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/04\/logo-alternate-e1585773530392.png\",\"contentUrl\":\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/04\/logo-alternate-e1585773530392.png\",\"width\":98,\"height\":84,\"caption\":\"PWV Consultants\"},\"image\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/PWV-Consultants-110444033947964\",\"https:\/\/twitter.com\/PWV_Consultants\",\"https:\/\/www.linkedin.com\/company\/pwv-consultants\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/person\/c15d5d40126a8ad906cb3067de95f8d4\",\"name\":\"Pieter VanIperen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8b294918257a810803e2befc9a71b7bc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8b294918257a810803e2befc9a71b7bc?s=96&d=mm&r=g\",\"caption\":\"Pieter VanIperen\"},\"description\":\"PWV Consultants is a boutique group of industry leaders and influencers from the digital tech, security and design industries that acts as trusted technical partners for many Fortune 500 companies, high-visibility startups, universities, defense agencies, and NGOs. Founded by 20-year software engineering veterans, who have founded or co-founder several companies. PWV experts act as a trusted advisors and mentors to numerous early stage startups, and have held the titles of software and software security executive, consultant and professor. PWV's expert consulting and advisory work spans several high impact industries in finance, media, medical tech, and defense contracting. PWV's founding experts also authored the highly influential precursor HAZL (jADE) programming language.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/pwv-consultants\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Geospatial Datastores Know Where Your Data Lives - PWV Consultants","description":"Geospatial datastores are specialized for locating where data lives. It can sub-specialize in different forms of data storage as well.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/","og_locale":"en_US","og_type":"article","og_title":"Geospatial Datastores Know Where Your Data Lives","og_description":"Geospatial datastores are specialized for locating where data lives. It can sub-specialize in different forms of data storage as well.","og_url":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/","og_site_name":"PWV Consultants","article_publisher":"https:\/\/www.facebook.com\/PWV-Consultants-110444033947964","article_published_time":"2020-08-03T17:00:00+00:00","article_modified_time":"2020-07-28T23:59:32+00:00","og_image":[{"width":1920,"height":1180,"url":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/07\/Geospatial-Databases.jpg","type":"image\/jpeg"}],"author":"Pieter VanIperen","twitter_card":"summary_large_image","twitter_creator":"@PWV_Consultants","twitter_site":"@PWV_Consultants","twitter_misc":{"Written by":"Pieter VanIperen","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#article","isPartOf":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/"},"author":{"name":"Pieter VanIperen","@id":"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/person\/c15d5d40126a8ad906cb3067de95f8d4"},"headline":"Geospatial Datastores Know Where Your Data Lives","datePublished":"2020-08-03T17:00:00+00:00","dateModified":"2020-07-28T23:59:32+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/"},"wordCount":591,"publisher":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#primaryimage"},"thumbnailUrl":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/07\/Geospatial-Databases.jpg","keywords":["Cache","data","Database","Datastore","Geospatial Datastore","Information","Information Technology","Log Store","NoSQL","programming","SQL"],"articleSection":["Data Stores","Information Technology"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/","url":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/","name":"Geospatial Datastores Know Where Your Data Lives - PWV Consultants","isPartOf":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#primaryimage"},"image":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#primaryimage"},"thumbnailUrl":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/07\/Geospatial-Databases.jpg","datePublished":"2020-08-03T17:00:00+00:00","dateModified":"2020-07-28T23:59:32+00:00","description":"Geospatial datastores are specialized for locating where data lives. It can sub-specialize in different forms of data storage as well.","breadcrumb":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#primaryimage","url":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/07\/Geospatial-Databases.jpg","contentUrl":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/07\/Geospatial-Databases.jpg","width":1920,"height":1180,"caption":"Image by Pete Linforth from Pixabay"},{"@type":"BreadcrumbList","@id":"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pwvconsultants.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Geospatial Datastores Know Where Your Data Lives"}]},{"@type":"WebSite","@id":"https:\/\/www.pwvconsultants.com\/blog\/#website","url":"https:\/\/www.pwvconsultants.com\/blog\/","name":"PWV Consultants","description":"","publisher":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pwvconsultants.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.pwvconsultants.com\/blog\/#organization","name":"PWV Consultants","url":"https:\/\/www.pwvconsultants.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/04\/logo-alternate-e1585773530392.png","contentUrl":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/04\/logo-alternate-e1585773530392.png","width":98,"height":84,"caption":"PWV Consultants"},"image":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PWV-Consultants-110444033947964","https:\/\/twitter.com\/PWV_Consultants","https:\/\/www.linkedin.com\/company\/pwv-consultants"]},{"@type":"Person","@id":"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/person\/c15d5d40126a8ad906cb3067de95f8d4","name":"Pieter VanIperen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8b294918257a810803e2befc9a71b7bc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8b294918257a810803e2befc9a71b7bc?s=96&d=mm&r=g","caption":"Pieter VanIperen"},"description":"PWV Consultants is a boutique group of industry leaders and influencers from the digital tech, security and design industries that acts as trusted technical partners for many Fortune 500 companies, high-visibility startups, universities, defense agencies, and NGOs. Founded by 20-year software engineering veterans, who have founded or co-founder several companies. PWV experts act as a trusted advisors and mentors to numerous early stage startups, and have held the titles of software and software security executive, consultant and professor. PWV's expert consulting and advisory work spans several high impact industries in finance, media, medical tech, and defense contracting. PWV's founding experts also authored the highly influential precursor HAZL (jADE) programming language.","sameAs":["https:\/\/www.linkedin.com\/company\/pwv-consultants"]}]}},"_links":{"self":[{"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/posts\/566"}],"collection":[{"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/comments?post=566"}],"version-history":[{"count":6,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/posts\/566\/revisions"}],"predecessor-version":[{"id":602,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/posts\/566\/revisions\/602"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/media\/598"}],"wp:attachment":[{"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/media?parent=566"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/categories?post=566"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/tags?post=566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}