{"id":603,"date":"2020-08-04T12:40:00","date_gmt":"2020-08-04T16:40:00","guid":{"rendered":"https:\/\/www.pwvconsultants.com\/blog\/?p=603"},"modified":"2020-08-03T13:23:27","modified_gmt":"2020-08-03T17:23:27","slug":"the-importance-of-proper-database-use","status":"publish","type":"post","link":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/","title":{"rendered":"The Importance of Proper Database Use"},"content":{"rendered":"\n<p>There are advantages and disadvantages for every type of datastore. Most developers and coders are generally taught how to code and use databases with SQL as a basis, although more modern-day devs and coders may have learned NoSQL as a basis. When you use an SDK for a product that makes it look and act like something you are familiar with, it\u2019s important to realize that you  aren\u2019t actually using that system in its native form. Something is wrapped  around it to simplify it into a language in the context you are used to.<\/p>\n\n\n\n<p>Many developers start off thinking that everything should be in one particular database, the one they know and understand. Until they hit a limitation of that database. So, they research and discover something new that solves a problem or set of problems they have, and so they decide that this is the new thing to use for everything. Except whatever this new thing is, wasn\u2019t designed to do that either.<\/p>\n\n\n\n<p>One of the most important things for developers and coders to remember and realize is that datastores and data storage solutions all have very specific names. Their names generally indicate what they are to be used for and what they are good at. <a href=\"https:\/\/www.pwvconsultants.com\/blog\/log-stores-are-specialized-databases\/\" target=\"_blank\" aria-label=\"undefined (opens in a new tab)\" rel=\"noreferrer noopener\">Log stores<\/a> log events. <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 are for searching<\/a>. <a href=\"https:\/\/www.pwvconsultants.com\/blog\/time-series-and-flat-file-databases\/\" target=\"_blank\" aria-label=\"undefined (opens in a new tab)\" rel=\"noreferrer noopener\">Time series<\/a> keep data in chronological order. <a href=\"https:\/\/www.pwvconsultants.com\/blog\/geospatial-datastores-know-where-your-data-lives\/\" target=\"_blank\" aria-label=\"undefined (opens in a new tab)\" rel=\"noreferrer noopener\">Geospatial datastores<\/a> are for data locations. <a href=\"https:\/\/www.pwvconsultants.com\/blog\/sql-vs-nosql-databases\/\" target=\"_blank\" aria-label=\"undefined (opens in a new tab)\" rel=\"noreferrer noopener\">Relational databases<\/a> are good at relating data to other data. <a href=\"https:\/\/www.pwvconsultants.com\/blog\/object-oriented-and-edge-databases\/\" target=\"_blank\" aria-label=\"undefined (opens in a new tab)\" rel=\"noreferrer noopener\">Object stores<\/a> organize data like a pyramid with the object on top but are not efficient at relating that data to the data of other objects.<\/p>\n\n\n\n<p>Each type of datastore or database is good at something specific. If you misappropriate them, you really make things harder on yourself.<\/p>\n\n\n\n<p>New or novice developers sometimes do not understand that most of the failings and fragility of data stores will not rear their heads when you are building and testing and using small amounts of data. Some stores are meant to work with large amounts of data, but you won\u2019t realize there are problems because the amount of data used during building and testing is small. And sometimes problems don\u2019t rear their heads until you\u2019re trying to do something more complex.<\/p>\n\n\n\n<p>There\u2019s been an abstraction away from databases in coding languages. Enterprises and some of the larger database vendors have proliferated this magic around databases where you needed a special DB admin to do anything. Which meant that developers were steered away. And now architecting out data schemas has become a lost art; which developers don\u2019t need to learn because you can use an SDK to talk to the data store in whatever language the dev is familiar with. The problem is that they don\u2019t have to go down to a deeper level and understand what is happening inside the database or datastore.<\/p>\n\n\n\n<p>Companies and database vendors have adapted to this way of thinking. They obviously want people to use their product, so they build the datastore and then build the SDK to make it function like an SQL or object or NoSQL database. So when the dev is dealing with it, it looks like something they are familiar with. But under the hood it might work completely differently. Because it looks familiar and it solves a problem they were having, they don\u2019t consider all of the drawbacks and other problems the database might cause.<\/p>\n\n\n\n<p>This brings us full circle, now. It\u2019s all about specialization, which is a problem across computing in general. Coders and developers might only learn one or two languages and try to force everything they do into those formats, but there are other tools out there. Similarly, with datastores, there are many different types. Some are good at one specific thing while others are good at something else. You wouldn&#8217;t build a house using just a hammer and nails.<\/p>\n\n\n\n<p>The best way to handle data storage is to use multiple types of databases in conjunction with each other. This minimizes fragility because you are using each database in its native form, and it increases your ability to locate problems early and prevent machines from breaking.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Proper use of databases ensures the safety of your data and decreases fragility. It is best to use varying types of databases in conjunction.<\/p>\n","protected":false},"author":1,"featured_media":608,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[961,958],"tags":[791,925,1273,1272,1170,1390,1277,1283,1407,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>The Importance of Proper Database Use - PWV Consultants<\/title>\n<meta name=\"description\" content=\"Proper use of databases ensures the safety of your data and decreases fragility. It is best to use varying types of databases in conjunction.\" \/>\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\/the-importance-of-proper-database-use\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Importance of Proper Database Use\" \/>\n<meta property=\"og:description\" content=\"Proper use of databases ensures the safety of your data and decreases fragility. It is best to use varying types of databases in conjunction.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/\" \/>\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-04T16:40:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-03T17:23:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/08\/The-Importance-of-Proper-Database-Use.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\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\/the-importance-of-proper-database-use\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/\"},\"author\":{\"name\":\"Pieter VanIperen\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/person\/c15d5d40126a8ad906cb3067de95f8d4\"},\"headline\":\"The Importance of Proper Database Use\",\"datePublished\":\"2020-08-04T16:40:00+00:00\",\"dateModified\":\"2020-08-03T17:23:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/\"},\"wordCount\":702,\"publisher\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/08\/The-Importance-of-Proper-Database-Use.jpg\",\"keywords\":[\"coders\",\"data\",\"Database\",\"Datastore\",\"Developers\",\"Information Technology\",\"NoSQL\",\"Object Database\",\"SDK\",\"SQL\"],\"articleSection\":[\"Data Stores\",\"Information Technology\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/\",\"url\":\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/\",\"name\":\"The Importance of Proper Database Use - PWV Consultants\",\"isPartOf\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/08\/The-Importance-of-Proper-Database-Use.jpg\",\"datePublished\":\"2020-08-04T16:40:00+00:00\",\"dateModified\":\"2020-08-03T17:23:27+00:00\",\"description\":\"Proper use of databases ensures the safety of your data and decreases fragility. It is best to use varying types of databases in conjunction.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#primaryimage\",\"url\":\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/08\/The-Importance-of-Proper-Database-Use.jpg\",\"contentUrl\":\"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/08\/The-Importance-of-Proper-Database-Use.jpg\",\"width\":1920,\"height\":1280},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pwvconsultants.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Importance of Proper Database Use\"}]},{\"@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":"The Importance of Proper Database Use - PWV Consultants","description":"Proper use of databases ensures the safety of your data and decreases fragility. It is best to use varying types of databases in conjunction.","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\/the-importance-of-proper-database-use\/","og_locale":"en_US","og_type":"article","og_title":"The Importance of Proper Database Use","og_description":"Proper use of databases ensures the safety of your data and decreases fragility. It is best to use varying types of databases in conjunction.","og_url":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/","og_site_name":"PWV Consultants","article_publisher":"https:\/\/www.facebook.com\/PWV-Consultants-110444033947964","article_published_time":"2020-08-04T16:40:00+00:00","article_modified_time":"2020-08-03T17:23:27+00:00","og_image":[{"width":1920,"height":1280,"url":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/08\/The-Importance-of-Proper-Database-Use.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\/the-importance-of-proper-database-use\/#article","isPartOf":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/"},"author":{"name":"Pieter VanIperen","@id":"https:\/\/www.pwvconsultants.com\/blog\/#\/schema\/person\/c15d5d40126a8ad906cb3067de95f8d4"},"headline":"The Importance of Proper Database Use","datePublished":"2020-08-04T16:40:00+00:00","dateModified":"2020-08-03T17:23:27+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/"},"wordCount":702,"publisher":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#primaryimage"},"thumbnailUrl":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/08\/The-Importance-of-Proper-Database-Use.jpg","keywords":["coders","data","Database","Datastore","Developers","Information Technology","NoSQL","Object Database","SDK","SQL"],"articleSection":["Data Stores","Information Technology"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/","url":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/","name":"The Importance of Proper Database Use - PWV Consultants","isPartOf":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#primaryimage"},"image":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#primaryimage"},"thumbnailUrl":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/08\/The-Importance-of-Proper-Database-Use.jpg","datePublished":"2020-08-04T16:40:00+00:00","dateModified":"2020-08-03T17:23:27+00:00","description":"Proper use of databases ensures the safety of your data and decreases fragility. It is best to use varying types of databases in conjunction.","breadcrumb":{"@id":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#primaryimage","url":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/08\/The-Importance-of-Proper-Database-Use.jpg","contentUrl":"https:\/\/www.pwvconsultants.com\/blog\/wp-content\/uploads\/2020\/08\/The-Importance-of-Proper-Database-Use.jpg","width":1920,"height":1280},{"@type":"BreadcrumbList","@id":"https:\/\/www.pwvconsultants.com\/blog\/the-importance-of-proper-database-use\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pwvconsultants.com\/blog\/"},{"@type":"ListItem","position":2,"name":"The Importance of Proper Database Use"}]},{"@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\/603"}],"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=603"}],"version-history":[{"count":4,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/posts\/603\/revisions"}],"predecessor-version":[{"id":610,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/posts\/603\/revisions\/610"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/media\/608"}],"wp:attachment":[{"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/media?parent=603"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/categories?post=603"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pwvconsultants.com\/blog\/wp-json\/wp\/v2\/tags?post=603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}