{"id":8958,"date":"2021-05-27T12:52:29","date_gmt":"2021-05-27T11:52:29","guid":{"rendered":"https:\/\/ee.yelkdev.site\/?p=8958"},"modified":"2024-03-28T13:48:28","modified_gmt":"2024-03-28T13:48:28","slug":"six-must-have-key-principles-of-data-pipeline-projects","status":"publish","type":"post","link":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/","title":{"rendered":"Six \u2018must have\u2019 key principles of data pipeline projects"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">Facing an ever-growing set of new tools and technologies, high functioning analytics teams have come to rely increasingly on data engineers. Building and managing production data engineering pipelines is an inherently complex process, which can prove hard to scale without a systematic approach.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">To help navigate this complexity, we have compiled our top advice for successful solutions. Here we examine some of the key guiding principles to help data engineers (of all experience levels) effectively build and manage data pipelines. These have been compiled using the experience of the data engineers at Equal Experts. They collectively recommend the adoption of these principles as they will help you lay the foundation to create sustainable and enduring pipelines.\u00a0\u00a0<\/span><\/p>\n<h2><b>About this series<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">This is part three in our six part series on the data pipeline, taken from our<\/span><a href=\"https:\/\/playbooks.equalexperts.com\/data-pipeline\"><span style=\"font-weight: 400;\"> latest playbook<\/span><\/a><span style=\"font-weight: 400;\">. First we looked at the basics, in <\/span><a href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/what-is-a-data-pipeline\/\"><span style=\"font-weight: 400;\">What is a data pipeline<\/span><\/a><span style=\"font-weight: 400;\">. Next we looked at the <\/span><a href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/what-are-the-benefits-of-data-pipelines\/\"><span style=\"font-weight: 400;\">six main benefits of an effective data pipeline<\/span><\/a><span style=\"font-weight: 400;\">. Now we consider the \u201cmust have\u201d key principles of data pipeline projects. Before we get into the details, we just want to cover off what\u2019s coming in the rest of the series. In <a href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-essential-practices-of-data-pipelines\/\">part four<\/a>, we look at the six key practices needed for a data pipeline. In <a href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/\">part five<\/a> we investigate more of those practices, and in <a href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/common-pitfalls-of-data-pipeline-projects-and-how-to-avoid-them\/\">part six<\/a> we look at the many pitfalls you can encounter in a data pipeline project.\u00a0<\/span><\/p>\n<h2><b>The growing need for good data engineering<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">If I have learned anything from my years working as a data engineer, it is that practically every data pipeline fails at some point. Broken connections, broken dependencies, data arriving too late, or unreachable external systems or APIs. There are many reasons. But, regardless of the cause, we can do a lot to mitigate the impact of a data pipeline\u2019s failure. These \u2018must have\u2019 principles are built up over the years to help to ensure that projects are successful. They are based on my knowledge, and the Equal Experts team\u2019s collective experience, gained across <\/span><span style=\"font-weight: 400;\">many data pipeline engagements.\u00a0\u00a0<\/span><\/p>\n<h2><b>Data pipelines are products<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Pipelines bring data from important business sources. In many cases, they feed reports and analyses that endure for a long time. Unless your business does not expect to alter how it operates, or there are no amendments to low-level processes, the data pipelines will always need to adapt to the changes in the fundamental processes, new IT, or the data itself.\u00a0 As something that should respond to and embrace regular change, pipelines should be treated as products rather than projects.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">This means that there should be multi-year funding to monitor and maintain the existing pipelines. Providing headroom to add new ones, and supporting the analysis and retirement of old ones. Pipelines need product managers to understand the pipelines&#8217; current status and operability, and to prioritise the work. (See<\/span> <span style=\"font-weight: 400;\">this <\/span><a href=\"https:\/\/www.forbes.com\/sites\/forbestechcouncil\/2021\/01\/20\/five-reasons-to-ditch-project-management-for-product-based-it\/?sh=526866b926be\"><span style=\"font-weight: 400;\">Forbes article<\/span><\/a><span style=\"font-weight: 400;\"> for a wider description of working in product-mode over project-mode.)<\/span><\/p>\n<h2><b>Find ways for making common use of the data<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">The data collected for a given problem or piece of analysis will nearly always be useful in answering other questions. When creating pipelines, we try to architect them in a way that allows reuse, whilst also remaining lean in our implementation choices.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In many cases there are simple ways of achieving this. For example, there are usually a variety of places where data is stored in the pipeline. Raw ingested data might be useful for unanticipated purposes. And it can often be made available to skilled users by providing them access to the landing zone.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Appropriate identity and access technologies, such as role-based access, can support reuse while permitting strict adherence to data-protection policies and regulations. The fundamental architecture can stay the same, with access being provided by adding or amending access roles and permissions to data buckets, databases or data warehouses.<\/span><\/p>\n<h2><b>A pipeline should operate as a well-defined unit of work<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Pipelines have a cadence driven by the need for decision-making and limited by the availability of source data. The developers and users of a pipeline should understand and recognise this as a well-defined unit of work &#8211; whether every few seconds, hourly, daily, monthly or event-driven.<\/span><\/p>\n<h2><b>Pipelines should be built around use cases<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">In general, we recommend building pipelines around the use case rather than the data source. This will help ensure that business value is achieved early. In some cases, the same data source might be important to several use cases, each with different cadences and access rights. Understanding when to reuse parts of pipelines and when to create new ones is an important consideration. For example, faster pipelines can always be used for slower cadences, but it typically requires more effort to maintain and adapt them. It might be simpler to create a simpler batch pipeline to meet a new low-latency use case that is not expected to change substantially than to focus on upgrading a fast-streaming pipe to meet the new requirements.\u00a0<\/span><\/p>\n<h2><b>Continuously deliver your pipelines<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">We want to be able to amend our data pipelines in an agile fashion as the data environment and needs of the business change. So, just like any other piece of working software, continuous delivery practices should be adopted to enable continuous updates of data pipelines in production. Adopting this mindset and these practices is essential to support continuous improvement and create feedback loops that rapidly expose problems and address user feedback.<\/span><\/p>\n<h2><b>Consider how you name and partition your data<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Data pipelines are a mix of code and infrastructure that can become confusing as they grow if care is not taken with the naming. Pipelines will include at least a set of databases, tables, attributes, buckets, roles, etc., and they should be named in a consistent way to facilitate understanding and maintenance of the pipelines, as well as make the data meaningful to the end-users.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In many architectures, naming will directly affect how your data is partitioned, which in turn affects the speed of the search and retrieval of data. Consider what will be the most frequent queries when specifying bucket names, table partitions, shards, and so on.<\/span><\/p>\n<h2><b>Want to know more?<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">These guiding principles have been born out of our engineers and use each of their 10+ years of data engineering for end-to-end machine learning solutions. We are sure there are lots of other principles, so please do let us know of any approaches you have found effective in managing data pipelines.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In our next blog post in this series we will start laying out some of the key practices of data pipelines.\u00a0 Until then, for more information on data pipelines in general, take a look at our <\/span><a href=\"https:\/\/playbooks.equalexperts.com\/data-pipeline\"><span style=\"font-weight: 400;\">Data Pipeline Playbook<\/span><\/a><span style=\"font-weight: 400;\">.\u00a0\u00a0<\/span><\/p>\n<h2><b>Contact us!<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">If you\u2019d like us to share our experience of data pipelines with you, get in touch using the form below.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">\n\t\t\t\t\t\t<script>\n\t\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\t\tportalId: 7208712,\n\t\t\t\t\t\t\t\t\tformId: \"83acdf22-cf43-47ba-b91f-0428264b824a\",\n\t\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1758976739000-8899593724\",\n\t\t\t\t\t\t\t\t\tregion: \"eu1\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t})});\n\t\t\t\t\t\t<\/script>\n\t\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1758976739000-8899593724\"><\/div><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Pipelines bring data from important business sources. To endure for a long time, these will always need to follow a few simple key principles to ensure they are fit for purpose. Here are our six key principles for adoption.<\/p>\n","protected":false},"author":166,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[5],"tags":[188,187,198,180,186,192],"location":[397],"class_list":["post-8958","post","type-post","status-publish","format-standard","hentry","category-our-thinking","tag-data-engineering","tag-data-management","tag-data-pipeline","tag-data-pipeline-playbook","tag-data-pipelines","tag-data-pipelines-playbook"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Six \u2018must have\u2019 key principles of data pipeline projects | Equal Experts<\/title>\n<meta name=\"description\" content=\"Successful data pipeline projects follow a few simple principles. They are important to ensure they are fit for purpose. Here are our six key principles.\" \/>\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.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Six \u2018must have\u2019 key principles of data pipeline projects\" \/>\n<meta property=\"og:description\" content=\"Pipelines bring data from important business sources. To endure for a long time, these will always need to follow a few simple key principles to ensure they are fit for purpose. Here are our six key principles for adoption.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/\" \/>\n<meta property=\"og:site_name\" content=\"Equal Experts\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-27T11:52:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-28T13:48:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2021\/04\/datapipeline_blog3_fb.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lewis Crawford\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Six \u2018must have\u2019 key principles of data pipeline projects\" \/>\n<meta name=\"twitter:description\" content=\"Pipelines bring data from important business sources. To endure for a long time, these will always need to follow a few simple key principles to ensure they are fit for purpose. Here are our six key principles for adoption.\" \/>\n<meta name=\"twitter:creator\" content=\"@EqualExperts\" \/>\n<meta name=\"twitter:site\" content=\"@EqualExperts\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lewis Crawford\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/\"},\"author\":{\"name\":\"Lewis Crawford\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/9fa9c5c3e8ddf342f8933a4443291a53\"},\"headline\":\"Six \u2018must have\u2019 key principles of data pipeline projects\",\"datePublished\":\"2021-05-27T11:52:29+00:00\",\"dateModified\":\"2024-03-28T13:48:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/\"},\"wordCount\":1155,\"publisher\":{\"@id\":\"https:\/\/www.equalexperts.com\/#organization\"},\"keywords\":[\"data engineering\",\"data management\",\"data pipeline\",\"data pipeline playbook\",\"data pipelines\",\"data pipelines playbook\"],\"articleSection\":[\"Our Thinking\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/\",\"url\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/\",\"name\":\"Six \u2018must have\u2019 key principles of data pipeline projects | Equal Experts\",\"isPartOf\":{\"@id\":\"https:\/\/www.equalexperts.com\/#website\"},\"datePublished\":\"2021-05-27T11:52:29+00:00\",\"dateModified\":\"2024-03-28T13:48:28+00:00\",\"description\":\"Successful data pipeline projects follow a few simple principles. They are important to ensure they are fit for purpose. Here are our six key principles.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.equalexperts.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Six \u2018must have\u2019 key principles of data pipeline projects\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.equalexperts.com\/#website\",\"url\":\"https:\/\/www.equalexperts.com\/\",\"name\":\"Equal Experts\",\"description\":\"Making Software. Better.\",\"publisher\":{\"@id\":\"https:\/\/www.equalexperts.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.equalexperts.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.equalexperts.com\/#organization\",\"name\":\"Equal Experts\",\"url\":\"https:\/\/www.equalexperts.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg\",\"contentUrl\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg\",\"width\":719,\"height\":340,\"caption\":\"Equal Experts\"},\"image\":{\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/EqualExperts\",\"https:\/\/www.linkedin.com\/company\/equal-experts\/?viewAsMember=true\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/9fa9c5c3e8ddf342f8933a4443291a53\",\"name\":\"Lewis Crawford\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9f00fc66818f77bee19c32f6a30b90e51f1ce67c8d45a44c80c22cce2c40a156?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9f00fc66818f77bee19c32f6a30b90e51f1ce67c8d45a44c80c22cce2c40a156?s=96&d=mm&r=g\",\"caption\":\"Lewis Crawford\"},\"worksFor\":\"Equal Experts\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Six \u2018must have\u2019 key principles of data pipeline projects | Equal Experts","description":"Successful data pipeline projects follow a few simple principles. They are important to ensure they are fit for purpose. Here are our six key principles.","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.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/","og_locale":"en_GB","og_type":"article","og_title":"Six \u2018must have\u2019 key principles of data pipeline projects","og_description":"Pipelines bring data from important business sources. To endure for a long time, these will always need to follow a few simple key principles to ensure they are fit for purpose. Here are our six key principles for adoption.","og_url":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/","og_site_name":"Equal Experts","article_published_time":"2021-05-27T11:52:29+00:00","article_modified_time":"2024-03-28T13:48:28+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2021\/04\/datapipeline_blog3_fb.png","type":"image\/png"}],"author":"Lewis Crawford","twitter_card":"summary_large_image","twitter_title":"Six \u2018must have\u2019 key principles of data pipeline projects","twitter_description":"Pipelines bring data from important business sources. To endure for a long time, these will always need to follow a few simple key principles to ensure they are fit for purpose. Here are our six key principles for adoption.","twitter_creator":"@EqualExperts","twitter_site":"@EqualExperts","twitter_misc":{"Written by":"Lewis Crawford","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/#article","isPartOf":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/"},"author":{"name":"Lewis Crawford","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/9fa9c5c3e8ddf342f8933a4443291a53"},"headline":"Six \u2018must have\u2019 key principles of data pipeline projects","datePublished":"2021-05-27T11:52:29+00:00","dateModified":"2024-03-28T13:48:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/"},"wordCount":1155,"publisher":{"@id":"https:\/\/www.equalexperts.com\/#organization"},"keywords":["data engineering","data management","data pipeline","data pipeline playbook","data pipelines","data pipelines playbook"],"articleSection":["Our Thinking"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/","url":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/","name":"Six \u2018must have\u2019 key principles of data pipeline projects | Equal Experts","isPartOf":{"@id":"https:\/\/www.equalexperts.com\/#website"},"datePublished":"2021-05-27T11:52:29+00:00","dateModified":"2024-03-28T13:48:28+00:00","description":"Successful data pipeline projects follow a few simple principles. They are important to ensure they are fit for purpose. Here are our six key principles.","breadcrumb":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.equalexperts.com\/"},{"@type":"ListItem","position":2,"name":"Six \u2018must have\u2019 key principles of data pipeline projects"}]},{"@type":"WebSite","@id":"https:\/\/www.equalexperts.com\/#website","url":"https:\/\/www.equalexperts.com\/","name":"Equal Experts","description":"Making Software. Better.","publisher":{"@id":"https:\/\/www.equalexperts.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.equalexperts.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.equalexperts.com\/#organization","name":"Equal Experts","url":"https:\/\/www.equalexperts.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg","contentUrl":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg","width":719,"height":340,"caption":"Equal Experts"},"image":{"@id":"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/EqualExperts","https:\/\/www.linkedin.com\/company\/equal-experts\/?viewAsMember=true"]},{"@type":"Person","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/9fa9c5c3e8ddf342f8933a4443291a53","name":"Lewis Crawford","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9f00fc66818f77bee19c32f6a30b90e51f1ce67c8d45a44c80c22cce2c40a156?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9f00fc66818f77bee19c32f6a30b90e51f1ce67c8d45a44c80c22cce2c40a156?s=96&d=mm&r=g","caption":"Lewis Crawford"},"worksFor":"Equal Experts"}]}},"_links":{"self":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts\/8958","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/users\/166"}],"replies":[{"embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/comments?post=8958"}],"version-history":[{"count":0,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts\/8958\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/media?parent=8958"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/categories?post=8958"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/tags?post=8958"},{"taxonomy":"location","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/location?post=8958"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}