{"id":7779,"date":"2018-11-19T11:29:00","date_gmt":"2018-11-19T16:29:00","guid":{"rendered":"https:\/\/blog.brainstation.io\/?p=7779"},"modified":"2018-12-11T14:21:08","modified_gmt":"2018-12-11T19:21:08","slug":"the-tools-your-data-scientist-needs-to-be-effective","status":"publish","type":"post","link":"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective","title":{"rendered":"The Tools Your Data Scientist Needs to Be Effective"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">In previous posts, we have discussed how to <\/span><a href=\"https:\/\/brainstation.io\/blog\/3-things-you-need-to-do-before-hiring-a-data-scientist\/\"><span style=\"font-weight: 400;\">build a data science roadmap<\/span><\/a><span style=\"font-weight: 400;\"> and determine <\/span><a href=\"https:\/\/brainstation.io\/blog\/how-to-prep-your-data-scientist-for-success\"><span style=\"font-weight: 400;\">which data you will use<\/span><\/a><span style=\"font-weight: 400;\"> to help a newly hired data scientist hit the ground running. But it is not enough to have good ideas, data, and a data scientist: the data scientist needs powerful tools to do their job effectively. In this post we will discuss the types of tools required for a typical data scientist to be successful.<\/span><\/p>\n<h2><strong>The Data Layer<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">Modern technology products can generate a lot of data: clickstreams, telemetry, user-generated content like comments or reviews, and customer experience touchpoints, to name a few. It\u2019s critical for this data to be located, mapped out, and if possible, loaded into a single central location. This central data store is the Data Layer of your Data Science operation.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Data Warehouses<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">If the majority of your data exists in relational databases (or what are often called SQL databases), then one of the easiest and best things you can do for your prospective Data Scientist is to build a <\/span><i><span style=\"font-weight: 400;\">Data Warehouse<\/span><\/i><span style=\"font-weight: 400;\">. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">Data is not typically collected for the express purpose of \u201cdoing data science\u201d; for example, an e-commerce site collects customer reviews in a database so that the reviews can be displayed on a page, not so that Data Scientists can perform natural language processing to discover patterns in the reviews. This means that, although the reviews are collected, they are difficult and time-consuming to analyze. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">A data warehouse is an SQL database that contains all of the data necessary for analytics and business intelligence in your organization. If architected correctly, data warehouses are quick to query, easy to scale, and will contain all of the data that your Data Scientist needs to meet your objectives. Having this built <\/span><i><span style=\"font-weight: 400;\">before<\/span><\/i><span style=\"font-weight: 400;\"> bringing in a Data Scientist will reduce time wasted on waiting for access to data or querying slow databases.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">All the major cloud providers provide some type of data warehouse technology, which is easy to set up and scale. <\/span><a href=\"https:\/\/aws.amazon.com\/redshift\/\"><span style=\"font-weight: 400;\">Amazon Web Services (AWS)<\/span><\/a><span style=\"font-weight: 400;\"> provides Amazon Redshift and Redshift Spectrum, Google has <\/span><a href=\"https:\/\/cloud.google.com\/bigquery\/\"><span style=\"font-weight: 400;\">Google BigQuery<\/span><\/a><span style=\"font-weight: 400;\">, and Microsoft offers<\/span><a href=\"https:\/\/azure.microsoft.com\/en-ca\/services\/sql-data-warehouse\/\"><span style=\"font-weight: 400;\"> Azure SQL Data Warehouse.<\/span><\/a><\/p>\n<h3><span style=\"font-weight: 400;\">Data Lakes<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Data warehouses are powerful and useful as long as your data can be loaded into an SQL database. However, this is not always practical. Many modern tech organizations deal with data that is semi-structured or unstructured, in which case it can be quite challenging to load into a data warehouse, which is inherently built for structured data. In this case we might prefer to start with a <\/span><i><span style=\"font-weight: 400;\">Data Lake<\/span><\/i><span style=\"font-weight: 400;\">. A data lake is an organized data store that contains all of the data generated by your organization, usually in a raw format.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">To effectively utilize a data lake, you will require tools to perform large scale queries and analysis on the data contained in the data lake. Querying tools are part and parcel of a data warehouse, but you\u2019ll need to choose a querying tool to pair with your data lake. Traditionally, this has been done with a framework called <\/span><a href=\"https:\/\/hadoop.apache.org\/\"><span style=\"font-weight: 400;\">Apache Hadoop<\/span><\/a><span style=\"font-weight: 400;\">, a set of software tools for performing scheduled or batch computations on enormous sets of data. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">Another common tool for querying data lakes is Apache Spark, which allows Data Scientists to work interactively with big data sets using their preferred programming language (python or R). To better understand how data lakes work, check out this infographic created by <a href=\"https:\/\/learn.g2crowd.com\/what-is-a-data-lake\" target=\"_blank\" rel=\"noopener\">G2 Crowd Learning Hub<\/a>.<\/span><\/p>\n<div style=\"width: 493px\" class=\"wp-caption aligncenter\"><img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/learn.g2crowd.com\/hs-fs\/hubfs\/What-is-a-data-lake.png?width=650&amp;name=What-is-a-data-lake.png\" sizes=\"(max-width: 650px) 100vw, 650px\" srcset=\"https:\/\/learn.g2crowd.com\/hs-fs\/hubfs\/What-is-a-data-lake.png?width=325&amp;name=What-is-a-data-lake.png 325w, https:\/\/learn.g2crowd.com\/hs-fs\/hubfs\/What-is-a-data-lake.png?width=650&amp;name=What-is-a-data-lake.png 650w, https:\/\/learn.g2crowd.com\/hs-fs\/hubfs\/What-is-a-data-lake.png?width=975&amp;name=What-is-a-data-lake.png 975w, https:\/\/learn.g2crowd.com\/hs-fs\/hubfs\/What-is-a-data-lake.png?width=1300&amp;name=What-is-a-data-lake.png 1300w, https:\/\/learn.g2crowd.com\/hs-fs\/hubfs\/What-is-a-data-lake.png?width=1625&amp;name=What-is-a-data-lake.png 1625w, https:\/\/learn.g2crowd.com\/hs-fs\/hubfs\/What-is-a-data-lake.png?width=1950&amp;name=What-is-a-data-lake.png 1950w\" alt=\"What-is-a-data-lake\" width=\"483\" height=\"419\" \/><p class=\"wp-caption-text\">Source: G2 Crowd<\/p><\/div>\n<h2><strong>The Compute Layer<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">Data Scientists do different things at different organizations, but one constant is that they will need to perform some pretty heavy number crunching. To do this, a data scientist requires a powerful laptop, and depending on the functions they will perform, they may need additional computation tools. The tools made available for computation form the compute layer of your data science operation.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">For Day-to-Day Work<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Your Data Scientist\u2019s productivity can be greatly improved by providing equipment with a large amount of computing power. Typical tools for data analysis are R or Python with Jupyter notebook, and these tools depend on storing datasets and performing computations in memory. This makes it common for a Data Scientist to max out their laptop\u2019s memory, resulting in slow or even lost work. To combat this problem, choose the most RAM possible when purchasing a laptop for your data scientist.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Computing Tools for Machine Learning<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Modern machine learning techniques are astonishingly good at doing things like recognizing images or faces, natural language processing, and many more tasks that were almost unimaginable for a computer even a few years ago. But these advances come at a cost: building machine learning models requires immense computational power\u2014more than can be found in most laptops.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">One important advancement is the development of GPU (Graphics Processing Unit) computing for machine learning. GPUs were originally designed as tools for efficiently rendering complex graphics, freeing up the CPU (Central Processing Unit) to do other things. While a CPU is designed to perform complex tasks one at a time, GPUs are designed to perform very simple tasks thousands at a time. This style of computation is perfect for the mathematics that deep learning and other complex machine learning methods use. Machine learning researchers and developers have learnt to harness GPU computing to accelerate the process of building these models.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">To take advantage of GPU computing, you need access to a computer with a discrete GPU. Traditionally this would be found in gaming computers, but as GPU computing has gained popularity, discrete GPUs have become more widely available on high-end professional computers.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Cloud Computing<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">For most organizations, there are a lot of advantages to actually keeping all the machine learning work on the cloud. Services like Google Cloud Platform, Amazon Web Services, Microsoft Azure, and others allow users to rent a virtual instance of a well-equipped computer located in one of their data centres. The cloud instances can be accessed securely from any computer connected to the Internet, meaning that this approach does <\/span><i><span style=\"font-weight: 400;\">not<\/span><\/i><span style=\"font-weight: 400;\"> require your Data Scientist to have a specialized laptop. There are a few other major advantages of cloud computing.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The most obvious advantage is scalability. If you need more computing power for a new project, additional resources can be marshalled instantly by increasing your monthly payment to the cloud service. And resources can be scaled back down just as fast. You may even choose to run multiple instances: a lower powered instance for day-to-day computing, and a higher powered instance that is only turned on for heavy lifting. This is common especially when GPU computing is required, as GPU-enabled instances tend to be more expensive. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">Another advantage is data security. It\u2019s not the best idea to download data to your personal laptop for analysis, especially if that data is sensitive. Using the same cloud provider for storage and computation is one way to keep your data more secure.<\/span><\/p>\n<h2>Collaborate With Your Data Scientist<\/h2>\n<p><span style=\"font-weight: 400;\">It is unfortunately too common that organizations will hire a data scientist but fail to provide them with the tools and equipment necessary to be successful. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">Be prepared to listen to your new Data Scientist. This is especially true if you are hiring a seasoned Data Scientist with experience doing this type of work at scale at other companies. If you\u2019re not sure what tools you\u2019ll need to empower the Data Scientist, be prepared to collaborate with him or her on a Data Science roadmap that includes ideas, data, and computational resources.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>So you&#8217;ve hired a data scientist, but do they have the tools they need? Here&#8217;s a list of the types of tools a data scientist will require to be successful.<\/p>\n","protected":false},"author":7,"featured_media":7782,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[343],"tags":[664,332,405,418,548,511],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The Tools Your Data Scientist Needs to Be Effective | BrainStation\u00ae Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Tools Your Data Scientist Needs to Be Effective | BrainStation\u00ae Blog\" \/>\n<meta property=\"og:description\" content=\"So you&#039;ve hired a data scientist, but do they have the tools they need? Here&#039;s a list of the types of tools a data scientist will require to be successful.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective\" \/>\n<meta property=\"og:site_name\" content=\"BrainStation\u00ae Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-19T16:29:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-12-11T19:21:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2018\/11\/nesa-by-makers-736784-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1160\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"BrainStation\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/brainstation.io\/blog\/#website\",\"url\":\"https:\/\/brainstation.io\/blog\/\",\"name\":\"BrainStation\u00ae Blog\",\"description\":\"The Digital Learning Company\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/brainstation.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective#primaryimage\",\"url\":\"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2018\/11\/nesa-by-makers-736784-unsplash.jpg\",\"contentUrl\":\"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2018\/11\/nesa-by-makers-736784-unsplash.jpg\",\"width\":1160,\"height\":400,\"caption\":\"Data Scientist\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective#webpage\",\"url\":\"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective\",\"name\":\"The Tools Your Data Scientist Needs to Be Effective | BrainStation\u00ae Blog\",\"isPartOf\":{\"@id\":\"https:\/\/brainstation.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective#primaryimage\"},\"datePublished\":\"2018-11-19T16:29:00+00:00\",\"dateModified\":\"2018-12-11T19:21:08+00:00\",\"author\":{\"@id\":\"https:\/\/brainstation.io\/blog\/#\/schema\/person\/9f37983a6c4da6cf5dd422481ac8cf11\"},\"breadcrumb\":{\"@id\":\"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/brainstation.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Tools Your Data Scientist Needs to Be Effective\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/brainstation.io\/blog\/#\/schema\/person\/9f37983a6c4da6cf5dd422481ac8cf11\",\"name\":\"BrainStation\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/brainstation.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/80c14b8388838ae1453aec36606b232d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/80c14b8388838ae1453aec36606b232d?s=96&d=mm&r=g\",\"caption\":\"BrainStation\"},\"description\":\"BrainStation is a global leader in digital skills training, empowering businesses and brands to succeed in the digital age. Established in 2012, BrainStation has worked with over 250 instructors from the most innovative companies, developing cutting-edge, real-world digital education that has empowered more than 50,000 professionals and some of the largest corporations in the world.\",\"url\":\"https:\/\/brainstation.io\/blog\/author\/brainstation\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Tools Your Data Scientist Needs to Be Effective | BrainStation\u00ae Blog","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:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective","og_locale":"en_US","og_type":"article","og_title":"The Tools Your Data Scientist Needs to Be Effective | BrainStation\u00ae Blog","og_description":"So you've hired a data scientist, but do they have the tools they need? Here's a list of the types of tools a data scientist will require to be successful.","og_url":"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective","og_site_name":"BrainStation\u00ae Blog","article_published_time":"2018-11-19T16:29:00+00:00","article_modified_time":"2018-12-11T19:21:08+00:00","og_image":[{"width":1160,"height":400,"url":"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2018\/11\/nesa-by-makers-736784-unsplash.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"BrainStation","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/brainstation.io\/blog\/#website","url":"https:\/\/brainstation.io\/blog\/","name":"BrainStation\u00ae Blog","description":"The Digital Learning Company","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/brainstation.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective#primaryimage","url":"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2018\/11\/nesa-by-makers-736784-unsplash.jpg","contentUrl":"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2018\/11\/nesa-by-makers-736784-unsplash.jpg","width":1160,"height":400,"caption":"Data Scientist"},{"@type":"WebPage","@id":"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective#webpage","url":"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective","name":"The Tools Your Data Scientist Needs to Be Effective | BrainStation\u00ae Blog","isPartOf":{"@id":"https:\/\/brainstation.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective#primaryimage"},"datePublished":"2018-11-19T16:29:00+00:00","dateModified":"2018-12-11T19:21:08+00:00","author":{"@id":"https:\/\/brainstation.io\/blog\/#\/schema\/person\/9f37983a6c4da6cf5dd422481ac8cf11"},"breadcrumb":{"@id":"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/brainstation.io\/blog\/the-tools-your-data-scientist-needs-to-be-effective#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/brainstation.io\/blog"},{"@type":"ListItem","position":2,"name":"The Tools Your Data Scientist Needs to Be Effective"}]},{"@type":"Person","@id":"https:\/\/brainstation.io\/blog\/#\/schema\/person\/9f37983a6c4da6cf5dd422481ac8cf11","name":"BrainStation","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/brainstation.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/80c14b8388838ae1453aec36606b232d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/80c14b8388838ae1453aec36606b232d?s=96&d=mm&r=g","caption":"BrainStation"},"description":"BrainStation is a global leader in digital skills training, empowering businesses and brands to succeed in the digital age. Established in 2012, BrainStation has worked with over 250 instructors from the most innovative companies, developing cutting-edge, real-world digital education that has empowered more than 50,000 professionals and some of the largest corporations in the world.","url":"https:\/\/brainstation.io\/blog\/author\/brainstation"}]}},"_links":{"self":[{"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/posts\/7779"}],"collection":[{"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/comments?post=7779"}],"version-history":[{"count":4,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/posts\/7779\/revisions"}],"predecessor-version":[{"id":7905,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/posts\/7779\/revisions\/7905"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/media\/7782"}],"wp:attachment":[{"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/media?parent=7779"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/categories?post=7779"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/tags?post=7779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}