{"id":517346,"date":"2021-09-02T09:58:09","date_gmt":"2021-09-02T07:58:09","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/"},"modified":"2021-09-02T09:58:09","modified_gmt":"2021-09-02T07:58:09","slug":"unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/","title":{"rendered":"Unify multiple APIs into a single data service using MuleSoft Anypoint DataGraph"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>In this article, we will discuss the interesting component introduced by MuleSoft as a part of Anypoint Platform (i.e. Anypoint DataGraph).<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>With Anypoint DataGraph, you can reuse multiple APIs in a single request. Enterprise architects can easily unify APIs into one data service all without writing more code. Developers can consume multiple APIs from the data service in a single GraphQL request.<\/em><\/p>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\" id=\"h-introduction-to-anypoint-datagraph\"><strong>Introduction to Anypoint DataGraph<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.mulesoft.com\/platform\/anypoint-design-center\/datagraph\" target=\"_blank\" rel=\"noreferrer noopener\">Anypoint DataGraph<\/a> is a component of Anypoint Platform that allows you to unify the multiple APIs into a single data service.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Anypoint DataGraph is the unified <a href=\"https:\/\/nl.devoteam.com\/api-management-consultancy-and-implementation\/\" target=\"_blank\" rel=\"noreferrer noopener\">platform for APIs<\/a> to design, develop and manage. It allows discovering, manage or serve the data from multiple APIs using a single datagraph request. This reduces a lot of effort for developers to call multiple APIs and aggregate the response. With Anypoint DataGraph, you can request only data you want, no more or no less.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is built on top of GraphQL. GraphQL is an open-source query language for Rest APIs and it was developed by Facebook in 2012 before releasing publicly in 2015. GraphQL allows you to send the query to your API and get the required data.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">REST APIs are powerful and follow a resource-oriented and well-structured approach. However, when the data is complex it is not possible to fetch all the data within a single request as it involves various operations and routes get more complex. GraphQL is very useful in such cases and structures data in the form of a graph with its powerful query syntax for traversing, retrieving, and modifying data.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">GraphQL is capable of aggregating the data and returns predictable data to the clients.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-devoteam-netherlands wp-block-embed-devoteam-netherlands wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/nl.devoteam.com\/event\/the-hagues-first-meetup-an-introduction-to-anypoint-datagraph\/\n<\/div><\/figure>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\"><strong>Advantages of Anypoint DataGraph<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Unify the multiple APIs into the single data service. With Anypoint DataGraph, you can serve data from multiple underlying APIs within a single request without writing any code.<\/li><li>Consume the data from multiple APIs using a single request.<\/li><li>Developer doesn&#8217;t have to write the code to parse the data from multiple APIs.<\/li><li>Anypoint DataGraph is managed service, no maintenance or patching for IT.&nbsp;<\/li><li>Request the data you want, no more no less.<\/li><li>Reduce development and maintenance efforts.<\/li><li>Anypoint DataGraph is a managed service and no need to worry about underlying infrastructure and maintenance.<\/li><\/ul>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\"><strong>Use cases: Where can we apply Anypoint DataGraph?<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Use case 1<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s consider the scenario, you have a Rest API that returns 10 fields in response but web application requires only 7 fields whereas mobile application requires only 4 fields. In such cases, DataGraph is one of the most optimal options where the client can pass whatever data is required as an input request, and DataGraph will return the required fields to the Web Application and Mobile Application. Below is the illustration of Use Case 1.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/MuleSoft-Anypoint-Datagraph.png\" alt=\"\" class=\"wp-image-11140\" width=\"1057\" height=\"457\" \/><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Use case 2<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s consider the scenario where you have to call multiple rest endpoints or want to fetch data from multiple rest endpoints and each APIs will respond with JSON payload. GraphQL will aggregate all the responses and send back the required data to the client. Below is the illustration of Use Case 2.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/MuleSoft-Anypoint-Datagraph_2.png\" alt=\"\" class=\"wp-image-11142\" width=\"1085\" height=\"495\" \/><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Use case 3<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s consider the scenario where you have to call multiple Rest APIs to fetch account details and related customer details. Customer details and Account details exist in different APIs. Customer ID is the primary key in customers API and account ID is the primary key in accounts API. Also, the customer ID is a foreign key in accounts API.&nbsp;Below is the illustration of Use Case 3.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/MuleSoft-Anypoint-Datagraph_3.png\" alt=\"\" class=\"wp-image-11147\" width=\"1074\" height=\"517\" \/><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\"><strong>Monitor, Trace or Measure the API Performance<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With a single UI, it is possible to trace the query response time and logs, ensuring to measure the performance of query or API request and meets expected SLA\u2019s.<\/p>\n\n\n\n<h5 class=\"has-text-align-left wp-block-heading\">Authentication Mechanism<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">DataGraph supports the list below of Authentication mechanism while calling underlying APIs:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Basic Authentication<\/li><li>Client Id Enforcement via Headers<\/li><li>Client Id Enforcement via Query Params<\/li><li>Custom (Add Custom headers or Query Params)<\/li><\/ul>\n\n\n\n<h5 class=\"has-text-align-left wp-block-heading\">Restrictions<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Anypoint DataGraph supports:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>REST APIs with RAML and OAS specifications<\/li><li>Only GET methods<\/li><li>250 APIs per unified schema<\/li><li>16,000 fields per unified schema<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Anypoint DataGraph restricts downstream REST API calls to:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>A maximum of 150 concurrent or ongoing calls per unified schema<\/li><li>A 5 second timeout per call<\/li><li>A maximum of 5 MB of response data per call<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Anypoint DataGraph limits the query service to:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>A 30 second timeout per query<\/li><li>A maximum of 100 selected fields per query.&nbsp;<\/li><\/ul>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Anypoint DataGraph is an excellent feature and it helps customers to innovate faster and unify the APIs without writing a single line of code. It comes with many advantages like data aggregation, tracing and monitoring, calling multiple APIs with a single datagraph query, etc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At Devoteam, we can help you to enable Anypoint DataGraph with best practices and guidelines. Click on the button below to get in touch.<\/p>\n\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article, we will discuss the interesting component introduced by MuleSoft as a part of Anypoint Platform (i.e. Anypoint DataGraph). With Anypoint DataGraph, you can reuse multiple APIs in a single request. Enterprise architects can easily unify APIs into one data service all without writing more code. Developers can consume multiple APIs from the [&hellip;]<\/p>\n","protected":false},"featured_media":503280,"template":"","categories":[],"tags":[3384,2652,3638,4544,3387,2744],"industry":[],"class_list":["post-517346","expert-view","type-expert-view","status-publish","has-post-thumbnail","hentry","tag-api-sk","tag-business-platforms-sk","tag-connectivity-sk","tag-datagraph-sk","tag-mulesoft-sk","tag-netherlands-sk"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t<figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/\" target=\"_self\" ><img width=\"2560\" height=\"1083\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Unify multiple APIs into a single data service using MuleSoft Anypoint DataGraph\" style=\"aspect-ratio:4\/3;width:100%;object-fit:cover;\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg 2560w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-300x127.jpg 300w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-1024x433.jpg 1024w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-768x325.jpg 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-1536x650.jpg 1536w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-2048x866.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><\/a><\/figure>\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-1 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Expert View<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/\" target=\"_self\" >Unify multiple APIs into a single data service using MuleSoft Anypoint DataGraph<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Unify multiple APIs into a single data service using MuleSoft Anypoint DataGraph | Devoteam<\/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:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Unify multiple APIs into a single data service using MuleSoft Anypoint DataGraph\" \/>\n<meta property=\"og:description\" content=\"In this article, we will discuss the interesting component introduced by MuleSoft as a part of Anypoint Platform (i.e. Anypoint DataGraph). With Anypoint DataGraph, you can reuse multiple APIs in a single request. Enterprise architects can easily unify APIs into one data service all without writing more code. Developers can consume multiple APIs from the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\\\/\",\"name\":\"Unify multiple APIs into a single data service using MuleSoft Anypoint DataGraph | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/Data-1-scaled-1.jpg\",\"datePublished\":\"2021-09-02T07:58:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\\\/#breadcrumb\"},\"inLanguage\":\"en-SK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-SK\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/Data-1-scaled-1.jpg\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/Data-1-scaled-1.jpg\",\"width\":2560,\"height\":1083},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Unify multiple APIs into a single data service using MuleSoft Anypoint DataGraph\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-SK\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Unify multiple APIs into a single data service using MuleSoft Anypoint DataGraph | Devoteam","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:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/","og_locale":"en_US","og_type":"article","og_title":"Unify multiple APIs into a single data service using MuleSoft Anypoint DataGraph","og_description":"In this article, we will discuss the interesting component introduced by MuleSoft as a part of Anypoint Platform (i.e. Anypoint DataGraph). With Anypoint DataGraph, you can reuse multiple APIs in a single request. Enterprise architects can easily unify APIs into one data service all without writing more code. Developers can consume multiple APIs from the [&hellip;]","og_url":"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/","og_site_name":"Devoteam","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/","url":"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/","name":"Unify multiple APIs into a single data service using MuleSoft Anypoint DataGraph | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/sk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg","datePublished":"2021-09-02T07:58:09+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/#breadcrumb"},"inLanguage":"en-SK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/"]}]},{"@type":"ImageObject","inLanguage":"en-SK","@id":"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg","width":2560,"height":1083},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/sk\/expert-view\/unify-multiple-apis-into-a-single-data-service-using-mulesoft-anypoint-datagraph\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/sk\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/sk\/expert-view\/"},{"@type":"ListItem","position":3,"name":"Unify multiple APIs into a single data service using MuleSoft Anypoint DataGraph"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/sk\/#website","url":"https:\/\/devoteam.info\/sk\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/sk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-SK"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg",2560,1083,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-150x150.jpg",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-300x127.jpg",300,127,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-768x325.jpg",768,325,true],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-1024x433.jpg",1024,433,true],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-1536x650.jpg",1536,650,true],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-2048x866.jpg",2048,866,true]},"uagb_author_info":{"display_name":"Julien Pawlowski","author_link":"https:\/\/devoteam.info\/sk\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"In this article, we will discuss the interesting component introduced by MuleSoft as a part of Anypoint Platform (i.e. Anypoint DataGraph). With Anypoint DataGraph, you can reuse multiple APIs in a single request. Enterprise architects can easily unify APIs into one data service all without writing more code. Developers can consume multiple APIs from the&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/expert-view\/517346","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/expert-view\/517346\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/media\/503280"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/media?parent=517346"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/categories?post=517346"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/tags?post=517346"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/industry?post=517346"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}