{"id":7760,"date":"2019-08-14T12:43:11","date_gmt":"2019-08-14T12:43:11","guid":{"rendered":"https:\/\/zappysys.com\/blog\/?p=7760"},"modified":"2019-09-04T15:30:41","modified_gmt":"2019-09-04T15:30:41","slug":"execute-sql-query-amazon-redshift-ssis","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/","title":{"rendered":"Execute SQL query against Amazon Redshift in SSIS"},"content":{"rendered":"<h2>Introduction<\/h2>\n<p><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/ssis-amazon-redshift-executesql-task.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-7765 alignleft\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/ssis-amazon-redshift-executesql-task.png\" alt=\"\" width=\"128\" height=\"128\" \/><\/a>ZappySys provide high-performance drag and drop connectors for Amazon Redshift Integration. In previous post we saw <a href=\"https:\/\/zappysys.com\/blog\/read-write-amazon-redshift-data-ssis\/\" target=\"_blank\" rel=\"noopener\">how to read \/ write Amazon Redshift data in SSIS<\/a>. Now in this post, you will see how to Execute SQL query against Amazon Redshift in SSIS using ZS Amazon Redshift ExecuteSQL Task.\u00a0<em>SSIS Redshift Execute SQL Task<\/em>\u00a0can be used to send any SQL queries to Redshift Cluster without needing ODBC driver. You can Issue various SQL commands such as DROP, COPY, UNLOAD, CREATE, etc very easily. Load\u00a0query at runtime from variable, file or Direct value. You can also issue SQL query to fetch resultset to store in variable and then <a href=\"https:\/\/zappysys.com\/blog\/get-list-of-files-and-folders-in-ssis-for-looping\/\" target=\"_blank\" rel=\"noopener\">loop records using this technique<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<h2>Prerequisite<\/h2>\n<ol>\n<li>First, you will need to have SSIS installed<\/li>\n<li>Secondly, make sure to have SSDT<\/li>\n<li>Thirdly, You have obtained Amazon Redshift Credential.<\/li>\n<li>Finally, do not forget to install\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">ZappySys\u00a0SSIS PowerPack.<\/a><\/li>\n<\/ol>\n<h2>Component Mention in this article<\/h2>\n<div class=\"su-table su-table-alternate\">\n<table style=\"height: 44px;width: 307px\">\n<tbody>\n<tr style=\"height: 22px\">\n<td style=\"height: 22px;width: 1px\"><a href=\"https:\/\/zappysys.com\/images\/SSIS-PowerPack\/SSIS-Amazon-Redshift-ExecuteSQL-Task.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3074\" src=\"https:\/\/zappysys.com\/images\/SSIS-PowerPack\/SSIS-Amazon-Redshift-ExecuteSQL-Task.png\" alt=\"\" width=\"40\" height=\"40\" \/><\/a><\/td>\n<td style=\"height: 22px;width: 247px\"><a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-redshift-execute-sql-task\/\" target=\"_blank\" rel=\"noopener\">Amazon Redshift ExecuteSQL Task<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h2>What is Amazon Redshift<\/h2>\n<p>Before we talk Execute SQL query against Amazon Redshift in SSIS\u00a0lets talk what is\u00a0<em>Amazon Redshift<\/em>\u00a0(or sometimes referred to as\u00a0<em>AWS Redshift<\/em>).\u00a0<b>Amazon Redshift<\/b>\u00a0is a Cloud-based Data warehouse service. This type of system also referred to as MPP (Massively Parallel Processing).\u00a0<b>Amazon Redshift<\/b>\u00a0uses a highly modified version of PostGrey SQL Engine behind the scene. Amazon Redshift provides the advantage of Scale as you go, at a very low cost compared to onsite dedicated hardware\/software approach.\u00a0In this article, we will try to learn\u00a0<em>how to Execute SQL query against Amazon Redshift in SSIS<\/em>.<\/p>\n<h2><span id=\"Getting_Started\">Getting Started<\/span><\/h2>\n<p>In order to start, we will show several examples.\u00a0ZappySys includes an\u00a0Amazon Redshift ExecuteSQL Task,\u00a0that will help you\u00a0how to Create and Drop table by Execute SQL query against Amazon Redshift in SSIS. You can connect to your Amazon Redshift Account by entering credentials.<\/p>\n<h2>Execute SQL query against Amazon Redshift in SSIS<\/h2>\n<p>Let&#8217;s start with an example, In this tutorial, we will learn how to CREATE and DROP table using SQL query against Amazon Redshift ExecuteSQL server using ZS Amazon Redshift ExecuteSQL Task.<\/p>\n<ol>\n<li>In order to connect to the Amazon Redshift Database from SSIS, you will need credentials. Ask your SysAdmin or responsible person to provide that you.<\/li>\n<li>Once you finished the first step, Open Visual Studio and Create New SSIS Package Project.<\/li>\n<li>In\u00a0your SSIS toolbox, you should see many new Icons starting with \u201cZS\u201d (i.e. ZappySys). If you don\u2019t see them then\u00a0<a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/getting-started.htm\" target=\"_blank\" rel=\"noopener\">check this.<\/a><\/li>\n<li>Here, In Visual Studio, drag and drop the Amazon Redshift ExecuteSQL Task in the design surface.\n<div style=\"width: 585px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-executesql-task\/ssis-amazon-redshift-executeSql-task-drag-drop.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-executesql-task\/ssis-amazon-redshift-executeSql-task-drag-drop.png\" alt=\"SSIS ZS Amazon Redshift ExecuteSQL Task - Drag and Drop\" width=\"575\" height=\"100\" \/><\/a><p class=\"wp-caption-text\">SSIS ZS Amazon Redshift ExecuteSQL Task &#8211; Drag and Drop<\/p><\/div><\/li>\n<li>Now we need Amazon Redshift Connection. Click <a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/ssis-amazon-redshift-connection-manager.htm\" target=\"_blank\" rel=\"noopener\">here<\/a> to Create Amazon Redshift Connection.<\/li>\n<li>Double click on Amazon Redshift ExecuteSQL Task to configure it.<\/li>\n<li>Select connection we have created before, set Sql Source Type to DirectValue, Result Type to FullResultSet and select object Datatype Variable and Use following SQL Query for Amazon Redshift.\n<pre class=\"lang:default decode:true\">DROP TABLE IF EXISTS CustomerData;\r\nCREATE TABLE CustomerData(\r\n\tId bigint NULL,\r\n\tCustomerID VARCHAR(5) NOT NULL,\r\n\tCustomerName VARCHAR(50) NOT NULL,\r\n\tContactName VARCHAR(40) NOT NULL,\r\n\tCustomerCity VARCHAR(50) NOT NULL\r\n)<\/pre>\n<div style=\"width: 646px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-executesql-task\/ssis-amazon-redshift-execute-sql-task-direct-sql-query.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-executesql-task\/ssis-amazon-redshift-execute-sql-task-direct-sql-query.png\" alt=\"Execute SQL query against Amazon Redshift in SSIS\" width=\"636\" height=\"582\" \/><\/a><p class=\"wp-caption-text\">SSIS Amazon Redshift ExecuteSQL Task &#8211; Configure<\/p><\/div><\/li>\n<li>Click on OK button to save configure setting UI.<\/li>\n<li>That&#8217;s all,\u00a0right-click on the task and run or Execute. This should create a new table in Redshift.\n<div style=\"width: 385px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-executesql-task\/ssis-amazon-redshift-executesql-task-execute.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-executesql-task\/ssis-amazon-redshift-executesql-task-execute.png\" alt=\"SSIS ZS Amazon Redshift ExecuteSQL Task - Run or Execute\" width=\"375\" height=\"203\" \/><\/a><p class=\"wp-caption-text\">Run or Execute\u00a0SSIS ZS ExecuteSQL Task Package<\/p><\/div><\/li>\n<\/ol>\n<h2>Conclusion<\/h2>\n<p>After all, In this blog, we learned how to Execute SQL query against Amazon Redshift in SSIS using ZS Amazon Redshift ExecuteSQL Task.\u00a0You can\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\">download SSIS PowerPack here<\/a>\u00a0to try many other scenarios not discussed in this blog along with 70+ other components.<\/p>\n<h2>References<\/h2>\n<p>Finally, you can use the following links for more information:<\/p>\n<ul>\n<li><a href=\"https:\/\/docs.aws.amazon.com\/redshift\/?id=docs_gateway\" target=\"_blank\" rel=\"noopener\">Amazon Redshift Document<\/a><\/li>\n<li><strong>Help File:<\/strong> <a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/amazon-redshift-executesql-task.htm\" target=\"_blank\" rel=\"noopener\">SSIS ZS Amazon Redshift ExecuteSQL Task<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction ZappySys provide high-performance drag and drop connectors for Amazon Redshift Integration. In previous post we saw how to read \/ write Amazon Redshift data in SSIS. Now in this post, you will see how to Execute SQL query against Amazon Redshift in SSIS using ZS Amazon Redshift ExecuteSQL Task.\u00a0SSIS Redshift Execute SQL Task\u00a0can be [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7765,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[551],"tags":[28,545,546,544,30,283,528,291],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Execute SQL query against Amazon Redshift in SSIS | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"ZS Amazon Redshift ExecuteSql Task can be used to Execute SQL query against Amazon Redshift in SSIS. You don&#039;t need any driver to execute queries\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Execute SQL query against Amazon Redshift in SSIS | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"ZS Amazon Redshift ExecuteSql Task can be used to Execute SQL query against Amazon Redshift in SSIS. You don&#039;t need any driver to execute queries\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ZappySys\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2019-08-14T12:43:11+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2019-09-04T15:30:41+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/ssis-amazon-redshift-executesql-task.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"128\" \/>\r\n\t<meta property=\"og:image:height\" content=\"128\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"ZappySys\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/zappysys\/\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ZappySys\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/\",\"url\":\"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/\",\"name\":\"Execute SQL query against Amazon Redshift in SSIS | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/ssis-amazon-redshift-executesql-task.png\",\"datePublished\":\"2019-08-14T12:43:11+00:00\",\"dateModified\":\"2019-09-04T15:30:41+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82\"},\"description\":\"ZS Amazon Redshift ExecuteSql Task can be used to Execute SQL query against Amazon Redshift in SSIS. You don't need any driver to execute queries\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/ssis-amazon-redshift-executesql-task.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/ssis-amazon-redshift-executesql-task.png\",\"width\":128,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Execute SQL query against Amazon Redshift in SSIS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zappysys.com\/blog\/#website\",\"url\":\"https:\/\/zappysys.com\/blog\/\",\"name\":\"ZappySys Blog\",\"description\":\"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zappysys.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82\",\"name\":\"ZappySys\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"caption\":\"ZappySys\"},\"sameAs\":[\"http:\/\/www.zappysys.com\/\",\"https:\/\/www.facebook.com\/ZappySys\/\",\"https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/\"],\"url\":\"https:\/\/zappysys.com\/blog\/author\/admin\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Execute SQL query against Amazon Redshift in SSIS | ZappySys Blog","description":"ZS Amazon Redshift ExecuteSql Task can be used to Execute SQL query against Amazon Redshift in SSIS. You don't need any driver to execute queries","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:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/","og_locale":"en_US","og_type":"article","og_title":"Execute SQL query against Amazon Redshift in SSIS | ZappySys Blog","og_description":"ZS Amazon Redshift ExecuteSql Task can be used to Execute SQL query against Amazon Redshift in SSIS. You don't need any driver to execute queries","og_url":"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/","og_site_name":"ZappySys Blog","article_author":"https:\/\/www.facebook.com\/ZappySys\/","article_published_time":"2019-08-14T12:43:11+00:00","article_modified_time":"2019-09-04T15:30:41+00:00","og_image":[{"width":128,"height":128,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/ssis-amazon-redshift-executesql-task.png","type":"image\/png"}],"author":"ZappySys","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/zappysys\/","twitter_misc":{"Written by":"ZappySys","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/","url":"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/","name":"Execute SQL query against Amazon Redshift in SSIS | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/ssis-amazon-redshift-executesql-task.png","datePublished":"2019-08-14T12:43:11+00:00","dateModified":"2019-09-04T15:30:41+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82"},"description":"ZS Amazon Redshift ExecuteSql Task can be used to Execute SQL query against Amazon Redshift in SSIS. You don't need any driver to execute queries","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/ssis-amazon-redshift-executesql-task.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/ssis-amazon-redshift-executesql-task.png","width":128,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/execute-sql-query-amazon-redshift-ssis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Execute SQL query against Amazon Redshift in SSIS"}]},{"@type":"WebSite","@id":"https:\/\/zappysys.com\/blog\/#website","url":"https:\/\/zappysys.com\/blog\/","name":"ZappySys Blog","description":"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zappysys.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82","name":"ZappySys","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","caption":"ZappySys"},"sameAs":["http:\/\/www.zappysys.com\/","https:\/\/www.facebook.com\/ZappySys\/","https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/"],"url":"https:\/\/zappysys.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/7760"}],"collection":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=7760"}],"version-history":[{"count":10,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/7760\/revisions"}],"predecessor-version":[{"id":7871,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/7760\/revisions\/7871"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/7765"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=7760"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=7760"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=7760"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}