{"id":1179,"date":"2021-12-02T07:45:46","date_gmt":"2021-12-02T07:45:46","guid":{"rendered":"https:\/\/www.mumas.in\/techguide\/?p=1179"},"modified":"2021-12-12T05:16:11","modified_gmt":"2021-12-12T05:16:11","slug":"a-quick-overview-of-microsoft-dataverse","status":"publish","type":"post","link":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/","title":{"rendered":"A quick overview of Microsoft Dataverse"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">What is Microsoft Dataverse?<\/h3>\n\n\n\n<p>Dataverse is a cloud-based <strong>low-code data service<\/strong> and application platform this was formerly referred to as the Common Data Service (CDS).<\/p>\n\n\n\n<p class=\"has-text-align-justify\">Dataverse gives you a way to structure a variety of data and business logic to support interconnected applications and processes. The service is managed and maintained by Microsoft. So, this is a data service that you don&#8217;t have to worry about the maintenance, it is available globally and can be deployed geographically as well to comply with any potential data residency requirements. An important distinction here is you cannot have it standalone \/ on premise and you will need an internet connection to access it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is Dataverse designed to do?<\/h3>\n\n\n\n<p class=\"has-text-align-justify\">Dataverse is something more than just a database &#8211; that powers the entire <em>power platform<\/em> like Power Apps, Power Automate, Power BI and Power Virtual Agents. This means, if you&#8217;re using the power platform right now, you&#8217;re already using Dataverse in some capacity. Dataverse is also utilized by AI Builder in the PowerApps portal as well. It is an API first application platform. Everything that you do in Dataverse is done through API&#8217;s and these are the same APIs that powers the Power platform services. Dataverse enables authentication with azure active directory which also allows you to enable conditional access and multi-factor authentication.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Microsoft Lists vs Dataverse<\/h3>\n\n\n\n<p class=\"has-text-align-justify\">I like working with Microsoft Lists. They\u2019re easy to create and easy to populate and have many options to improve the user experience with features like column formatting and extending functionality using services like the Power Platform.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">However, there are situations where a list is not the right choice for data storage. You may need a slightly more complex relationships (many-to-many) to be defined and this is challenging to implement with Lists. Out-the-box security options in Lists are limited to the item creator or anyone with access.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">So, the options you have is to look at Azure SQL Database or Dataverse in these situations. Both are excellent platforms that are secure and scalable, but they require a front-end investment that many non-developers are unwilling to make. In the case of Dataverse, the most logical front-end comes in the form of PowerApps as a custom Canvas app or an out-of-the-box Model-Driven app. Another benefit of using Dataverse is gaining access to the <a href=\"https:\/\/docs.microsoft.com\/en-us\/common-data-model\/\" target=\"_blank\" rel=\"noreferrer noopener\">Common Data Model<\/a>, a collection of predefined schemas (tables, attributes, metadata, and relationships) representing commonly used objects like Accounts and Contacts.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/common-data-model.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"784\" height=\"538\" src=\"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/common-data-model.jpg\" alt=\"\" class=\"wp-image-1182\" srcset=\"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/common-data-model.jpg 784w, https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/common-data-model-300x206.jpg 300w, https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/common-data-model-768x527.jpg 768w\" sizes=\"auto, (max-width: 784px) 100vw, 784px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Databases in Dataverse<\/h3>\n\n\n\n<p class=\"has-text-align-justify\">Databases in Dataverse are nothing but an instance of Dataverse storage. You&#8217;ve probably heard the term database before. If you&#8217;ve used other databases like SQL Server or Oracle, you may know these databases give us a way to store data in the form of Tables.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">A Table is a logical set of rows and columns that you use to store data.&nbsp; Think about SQL Server or even Excel and you have tables with rows and those rows contain many different columns to manage pieces of information that you might store about an item.<\/p>\n\n\n\n<p>You can have multiple of these databases inside of Dataverse. There are two main types of tables that you need to be aware about for Dataverse.<\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Standard tables<\/strong> &#8211; Base set of tables that are created for every instance of Dataverse database. You can&#8217;t delete these tables or the standard columns that are included in these tables. but you can customize them to use.<\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Complex tables<\/strong> &#8211; These tables traditionally contain business logic like workflows, plugins etc. So, if you need to create any custom table then you can do so with the complex table type.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">Just like a traditional SQL database, you will be able to create tables with columns that will store discrete pieces of data of different data types. You can also define <strong>relationships <\/strong>between tables in Dataverse.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Dataverse Business Rules<\/h3>\n\n\n\n<p class=\"has-text-align-justify\">Business rules give you a way to apply business logic at the data layer instead of the application layer. This means, if you create a business rule in Dataverse it is in effect regardless of whatever channel you interact with the data. These business rules are used to do things like setting default values, validating data, showing error messages etc. are some common use cases of business rules. Did you start comparing this with the Database constraints in an RDBMS. Yes, this is of similar kind. But much more flexible to create customized rules on your own.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Dataverse Administration<\/h3>\n\n\n\n<p class=\"has-text-align-justify\">Now finally, to talk about administration and set up of Dataverse. You do that with the power platform admin center that you can access with the URL <em><span style=\"text-decoration: underline;\">admin.powerplatform.com<\/span><\/em>. With admin center, you can create new environments, create new instances of database, configure data policies, setup Data integrations, monitor your licenses, quotas and more.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/pp-admin-center.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"372\" src=\"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/pp-admin-center.jpg\" alt=\"\" class=\"wp-image-1180\" srcset=\"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/pp-admin-center.jpg 600w, https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/pp-admin-center-300x186.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Wrap up<\/h3>\n\n\n\n<p class=\"has-text-align-justify\">To wrap up, Dataverse coupled with Model-Driven apps, is a great way to develop a low code data model that reflects the needs of an organization\u2019s current and future business processes. That&#8217;s all I have for you today if you found this article helpful, please do leave me your comments below.<\/p>\n\n\n\n<p>Thanks for Reading!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Microsoft Dataverse? Dataverse is a cloud-based low-code data service and application platform this was formerly referred to as the Common Data Service (CDS). Dataverse gives you a way to structure a variety of data and business logic to support interconnected applications and processes. The service is managed and maintained by Microsoft. So, this [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1181,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","jetpack_post_was_ever_published":false,"cybocfi_hide_featured_image":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[175,131],"tags":[200,203,36,182,189],"class_list":{"0":"post-1179","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-power-automate","8":"category-rpa","9":"tag-dataverse","10":"tag-m1","11":"tag-microsoft","12":"tag-power-platform","13":"tag-powerapps","14":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>A quick overview of Microsoft Dataverse - tech guide<\/title>\n<meta name=\"description\" content=\"A quick overview of Microsoft Dataverse, a cloud-based low-code data service and application platform.\" \/>\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.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A quick overview of Microsoft Dataverse - tech guide\" \/>\n<meta property=\"og:description\" content=\"A quick overview of Microsoft Dataverse, a cloud-based low-code data service and application platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/\" \/>\n<meta property=\"og:site_name\" content=\"tech guide\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-02T07:45:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-12T05:16:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/dataverse-overview.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"670\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Murukesh Jayaraj\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Murukesh Jayaraj\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. 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.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/\"},\"author\":{\"name\":\"Murukesh Jayaraj\",\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/#\\\/schema\\\/person\\\/07ad8c5a99f0f9274a8c9fb860a85397\"},\"headline\":\"A quick overview of Microsoft Dataverse\",\"datePublished\":\"2021-12-02T07:45:46+00:00\",\"dateModified\":\"2021-12-12T05:16:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/\"},\"wordCount\":861,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/#\\\/schema\\\/person\\\/07ad8c5a99f0f9274a8c9fb860a85397\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/dataverse-overview.jpg\",\"keywords\":[\"Dataverse\",\"M1\",\"Microsoft\",\"power platform\",\"PowerApps\"],\"articleSection\":[\"Power Automate\",\"RPA\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/\",\"url\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/\",\"name\":\"A quick overview of Microsoft Dataverse - tech guide\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/dataverse-overview.jpg\",\"datePublished\":\"2021-12-02T07:45:46+00:00\",\"dateModified\":\"2021-12-12T05:16:11+00:00\",\"description\":\"A quick overview of Microsoft Dataverse, a cloud-based low-code data service and application platform.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/dataverse-overview.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/dataverse-overview.jpg\",\"width\":670,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/a-quick-overview-of-microsoft-dataverse\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A quick overview of Microsoft Dataverse\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/#website\",\"url\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/\",\"name\":\"tech guide\",\"description\":\"Explore digital, technology, cloud, RPA, software, platforms and much more\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/#\\\/schema\\\/person\\\/07ad8c5a99f0f9274a8c9fb860a85397\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/#\\\/schema\\\/person\\\/07ad8c5a99f0f9274a8c9fb860a85397\",\"name\":\"Murukesh Jayaraj\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/tech-guide-logo.png\",\"url\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/tech-guide-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/tech-guide-logo.png\",\"width\":300,\"height\":80,\"caption\":\"Murukesh Jayaraj\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/tech-guide-logo.png\"},\"description\":\"A passionate Solutions Architect resiliently enabling business with the power of technology.\",\"url\":\"https:\\\/\\\/www.mumas.in\\\/techguide\\\/author\\\/murukeshj\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A quick overview of Microsoft Dataverse - tech guide","description":"A quick overview of Microsoft Dataverse, a cloud-based low-code data service and application platform.","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.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/","og_locale":"en_US","og_type":"article","og_title":"A quick overview of Microsoft Dataverse - tech guide","og_description":"A quick overview of Microsoft Dataverse, a cloud-based low-code data service and application platform.","og_url":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/","og_site_name":"tech guide","article_published_time":"2021-12-02T07:45:46+00:00","article_modified_time":"2021-12-12T05:16:11+00:00","og_image":[{"width":670,"height":300,"url":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/dataverse-overview.jpg","type":"image\/jpeg"}],"author":"Murukesh Jayaraj","twitter_misc":{"Written by":"Murukesh Jayaraj","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/#article","isPartOf":{"@id":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/"},"author":{"name":"Murukesh Jayaraj","@id":"https:\/\/www.mumas.in\/techguide\/#\/schema\/person\/07ad8c5a99f0f9274a8c9fb860a85397"},"headline":"A quick overview of Microsoft Dataverse","datePublished":"2021-12-02T07:45:46+00:00","dateModified":"2021-12-12T05:16:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/"},"wordCount":861,"commentCount":1,"publisher":{"@id":"https:\/\/www.mumas.in\/techguide\/#\/schema\/person\/07ad8c5a99f0f9274a8c9fb860a85397"},"image":{"@id":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/dataverse-overview.jpg","keywords":["Dataverse","M1","Microsoft","power platform","PowerApps"],"articleSection":["Power Automate","RPA"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/","url":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/","name":"A quick overview of Microsoft Dataverse - tech guide","isPartOf":{"@id":"https:\/\/www.mumas.in\/techguide\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/#primaryimage"},"image":{"@id":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/dataverse-overview.jpg","datePublished":"2021-12-02T07:45:46+00:00","dateModified":"2021-12-12T05:16:11+00:00","description":"A quick overview of Microsoft Dataverse, a cloud-based low-code data service and application platform.","breadcrumb":{"@id":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/#primaryimage","url":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/dataverse-overview.jpg","contentUrl":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/dataverse-overview.jpg","width":670,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/www.mumas.in\/techguide\/a-quick-overview-of-microsoft-dataverse\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mumas.in\/techguide\/"},{"@type":"ListItem","position":2,"name":"A quick overview of Microsoft Dataverse"}]},{"@type":"WebSite","@id":"https:\/\/www.mumas.in\/techguide\/#website","url":"https:\/\/www.mumas.in\/techguide\/","name":"tech guide","description":"Explore digital, technology, cloud, RPA, software, platforms and much more","publisher":{"@id":"https:\/\/www.mumas.in\/techguide\/#\/schema\/person\/07ad8c5a99f0f9274a8c9fb860a85397"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mumas.in\/techguide\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.mumas.in\/techguide\/#\/schema\/person\/07ad8c5a99f0f9274a8c9fb860a85397","name":"Murukesh Jayaraj","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2024\/08\/tech-guide-logo.png","url":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2024\/08\/tech-guide-logo.png","contentUrl":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2024\/08\/tech-guide-logo.png","width":300,"height":80,"caption":"Murukesh Jayaraj"},"logo":{"@id":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2024\/08\/tech-guide-logo.png"},"description":"A passionate Solutions Architect resiliently enabling business with the power of technology.","url":"https:\/\/www.mumas.in\/techguide\/author\/murukeshj\/"}]}},"featured_image_src":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/dataverse-overview-600x300.jpg","featured_image_src_square":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/dataverse-overview-600x300.jpg","author_info":{"display_name":"Murukesh Jayaraj","author_link":"https:\/\/www.mumas.in\/techguide\/author\/murukeshj\/"},"jetpack_featured_media_url":"https:\/\/www.mumas.in\/techguide\/wp-content\/uploads\/2021\/12\/dataverse-overview.jpg","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4xyjx-j1","jetpack_likes_enabled":false,"_links":{"self":[{"href":"https:\/\/www.mumas.in\/techguide\/wp-json\/wp\/v2\/posts\/1179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mumas.in\/techguide\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mumas.in\/techguide\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mumas.in\/techguide\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mumas.in\/techguide\/wp-json\/wp\/v2\/comments?post=1179"}],"version-history":[{"count":3,"href":"https:\/\/www.mumas.in\/techguide\/wp-json\/wp\/v2\/posts\/1179\/revisions"}],"predecessor-version":[{"id":1185,"href":"https:\/\/www.mumas.in\/techguide\/wp-json\/wp\/v2\/posts\/1179\/revisions\/1185"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mumas.in\/techguide\/wp-json\/wp\/v2\/media\/1181"}],"wp:attachment":[{"href":"https:\/\/www.mumas.in\/techguide\/wp-json\/wp\/v2\/media?parent=1179"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mumas.in\/techguide\/wp-json\/wp\/v2\/categories?post=1179"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mumas.in\/techguide\/wp-json\/wp\/v2\/tags?post=1179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}