{"id":18808,"date":"2023-08-31T10:00:40","date_gmt":"2023-08-31T14:00:40","guid":{"rendered":"https:\/\/enterprise-knowledge.com\/?p=18808"},"modified":"2024-02-09T14:06:17","modified_gmt":"2024-02-09T19:06:17","slug":"what-is-a-data-fabric-architecture-and-what-are-the-design-considerations","status":"publish","type":"post","link":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/","title":{"rendered":"What is A Data Fabric Architecture and What Are The Design Considerations?"},"content":{"rendered":"<p><a href=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-18810 size-full\" src=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg\" alt=\"Components of the data fabric architecture\" width=\"2560\" height=\"1340\" srcset=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg 2560w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-336x176.jpg 336w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-771x404.jpg 771w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-768x402.jpg 768w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-1536x804.jpg 1536w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-2048x1072.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><\/a><\/p>\n<h2>Introduction<\/h2>\n<p><span style=\"font-weight: 400;\">In today\u2019s data-driven world, effective data management is crucial for businesses to remain competitive. A modern approach to data management is the use of data fabric architecture. A <\/span><strong><a href=\"https:\/\/enterprise-knowledge.com\/data-management-trends-in-2022-data-fabric-v-data-mesh-v-dataops-what-is-right-for-your-organization\/\" target=\"_blank\" rel=\"noopener\">data fabric<\/a><\/strong><span style=\"font-weight: 400;\"> is a data management solution that connects and manages data in a federated way, employing a logical data architecture that captures connections relevant to the business. Data fabrics help businesses make sense of their data by organizing it in a domain-centric way without physically moving data from source systems. What makes this possible is a shift in focus on metadata as opposed to data itself. At a high level, a semantic data fabric leverages a knowledge graph as an <\/span><strong><a href=\"https:\/\/enterprise-knowledge.com\/what-is-a-semantic-architecture-and-how-do-i-build-one\/\" target=\"_blank\" rel=\"noopener\">abstraction architecture layer<\/a> <\/strong><span style=\"font-weight: 400;\">to provide connectivity between diverse metadata. The knowledge graph enriches metadata by aggregating, connecting, and storing relationships between unstructured and structured data in a standardized, domain-centric format. Using a graph-based data structure helps the business embed their business data with context, drive information discovery and inference, and lay a foundation for scale.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Unlike a monolithic solution, a data fabric facilitates the alignment of different toolsets to enable domain-centric, integrated data as a service to multiple downstream applications. A data fabric architecture consists of five main components:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A data\/metadata model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Entity extraction<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relationship extraction<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data pipeline orchestration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Persistent graph data storage.\u00a0<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">While there are a number of approaches to designing all of these components, there are best practices to ensure the quality and scalability of a data fabric. This blog post will enumerate the approaches for each architectural component, discuss how to achieve a data fabric implementation from a technical approach and tooling perspective that suits a wide variety of business needs, and ultimately detail how data fabrics support the development of artificial intelligence (AI).<\/span><\/p>\n<h2>Data\/Metadata Model<\/h2>\n<p><span style=\"font-weight: 400;\">Data models \u2013 specifically, ontologies and taxonomies \u2013 play a vital role in building a data fabric architecture. An <\/span><strong><a href=\"https:\/\/enterprise-knowledge.com\/what-is-an-ontology\/\" target=\"_blank\" rel=\"noopener\">ontology<\/a><\/strong><span style=\"font-weight: 400;\"> is a central aspect of a data fabric that defines concepts, attributes, and relationships in a domain that is encoded in a machine and human-readable graph format. Similarly, a taxonomy is essential for metadata management in a data fabric, storing extracted entities and defining controlled vocabularies for core business domains like products, business lines, services, and skills. By creating relationships between domains and data, businesses can help users find insights and discover content more easily. Therefore, to effectively manage taxonomies and ontologies, business owners need a Taxonomy\/Ontology Management System (TOMS) that provides a user-friendly platform and interface. A good TOMS should:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Help users build data models that follow common standards like RDF (Resource Description Framework), OWL (Web Ontology Language), and SKOS (Simple Knowledge Organization System);\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Let users configure the main components of a data model such as classes, relationships, attributes, and labels that define the concepts, connections, and properties in the domain;\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Add metadata about the data model itself through annotations, such as its name, description, version, creator, etc.;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Support automated governance, supporting quality checks for errors;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Allow for easy portability of the data model in different ways, serving multiple enterprise use cases; and<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Allow users to link to external data models that already exist and can be reused.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Organizations that do not place their data modeling and management at the forefront of their data fabric introduce the risk of scalability issues, limited user-friendly schema views, and hampered utilization of linked open data. Furthermore, the absence of formal <\/span><strong><a href=\"https:\/\/enterprise-knowledge.com\/best-practices-for-successful-metadata-governance\/\" target=\"_blank\" rel=\"noopener\">metadata management<\/a><\/strong><span style=\"font-weight: 400;\"> poses a risk of inadequate alignment with business needs and hinders flexible information discovery within the data fabric. There are different ways of creating and using data models with a TOMS to avoid these risks. One way is to use code or scripts to generate and validate the data model based on the rules and requirements of the domain. Using subject matter expertise input helps to further validate the data model and confirm that it aligns with business needs.\u00a0<\/span><\/p>\n<h2><b>Entity Extraction\u00a0<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">One of the functions of building your data fabric is to perform entity extraction. This is the process of identifying and categorizing named entities in both structured and unstructured data, such as person names, locations, organizations, dates, etc. Entity extraction enriches the data with additional information and enables semantic analysis. Identifying Named Entity Recognition (NER) tools and performing text preprocessing (e.g., tokenization, stop words elimination, coreference resolution) is recommended before determining an entity extraction approach, of which there are several: rule-based, machine learning-based, or a hybrid of both.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Rule-based approaches<\/b><span style=\"font-weight: 400;\"> rely on predefined rules that use syntactic and lexical cues to extract entities. They require domain expertise to develop and maintain, and may not adapt well to new or evolving data.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Machine learning-based approaches<\/b><span style=\"font-weight: 400;\"> use deep learning models that can learn complex patterns in the data and extrapolate to unseen cases. However, they may require large amounts of labeled data and computational resources to train and deploy.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Hybrid approaches (Best Practice)<\/b><span style=\"font-weight: 400;\"> combine rule-based and machine learning-based methods to leverage the strengths of both. Hybrid approaches are recommended for businesses that foresee expanding their data fabric solutions.\u00a0<\/span><\/li>\n<\/ul>\n<h2><b>Relationship Extraction\u00a0<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Relationship extraction is the process of identifying and categorizing semantic relationships that occur between two entities in text, such as who works for whom, what business line sells which product, what is located in what place, and so on. Relationship extraction helps construct a knowledge graph that represents the connections and interactions among entities, which enables semantic analysis and reasoning. However, relationship extraction can be challenging due to the diversity and complexity of natural language.There are again multiple approaches, including rule-based, machine learning-based, or hybrid.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Rule-based approaches<\/b><span style=\"font-weight: 400;\"> rely on predefined rules that use word-sequence patterns and dependency paths in sentences to extract relationships. They require domain expertise to develop and maintain, and they may not capture all the possible variations and nuances of natural language.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>One machine learning approach<\/b><span style=\"font-weight: 400;\"> is to use an n-ary classifier that assigns a probability score to each possible relationship between two entities and selects the highest one. This supports capturing the variations and nuances of natural language and handling complex and ambiguous cases. However, machine learning approaches may require large amounts of labeled data and computational resources to train and deploy.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Hybrid approaches (Best Practice)<\/b><span style=\"font-weight: 400;\"> employ a combination of ontology-driven relationship extraction and machine learning approaches. Ontology-driven relationship extraction uses a predefined set of relationships that are relevant to the domain and the task. This helps avoid generating a sparse relationship matrix that results in a non-traversable knowledge graph.<\/span><\/li>\n<\/ul>\n<h2><b>Data Pipeline Orchestration<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Data pipeline orchestration is the driving force of data fabric creation that brings all the components together. This is the process of integrating data sources with two or more applications or services to populate the knowledge graph initially and update it regularly thereafter. It involves coordinating and scheduling various tasks, such as data extraction, transformation, loading, validation, and analysis, and helps ensure data quality, consistency, and availability across the knowledge graph. Data pipeline orchestration can be performed using different approaches, such as a manual implementation, an open source orchestration engine, or using a vendor-specific orchestration engine \/ cloud service provider.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>A manual approach<\/b><span style=\"font-weight: 400;\"> involves executing each step of the workflow manually, which is time-consuming, error-prone, and costly.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>An open source orchestration<\/b> <b>engine <\/b><span style=\"font-weight: 400;\">approach involves managing ETL pipelines as directed acyclic graphs (DAGs) that define the dependencies and order of execution of each task. This helps automate and monitor the workflow and handle failures and retries. Open source orchestration engines may require installation and configuration, and businesses need to take into account the required features and integrations before opting to use one.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Third-party vendors or cloud service providers<\/b><span style=\"font-weight: 400;\"> can leverage the existing infrastructure and services and provide scalability and reliability. However, vendor specific orchestration engines \/ cloud service providers may have limitations in terms of customization and portability.<\/span><\/li>\n<\/ul>\n<h2><b>Persistent Graph Data Storage\u00a0<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">One of the central ideas behind a data fabric is the ability to store metadata and core relationships centrally while connecting to source data in a federated way. This manage-in-place approach enables data discovery and integration without moving or copying data. Persistent graph data storage is the glue that brings all the components together, storing extracted entities and relationships according to the ontology, and persisting the connected data for use in any downstream applications. A <\/span><strong><a href=\"https:\/\/enterprise-knowledge.com\/expert-analysis-does-my-organization-need-a-graph-database\/\" target=\"_blank\" rel=\"noopener\">graph database<\/a><\/strong><span style=\"font-weight: 400;\"> helps preserve the semantic relationships among the data and enable efficient querying and analysis. However, not all graph databases are created equal. When selecting a graph database, there are 4 key characteristics to consider. Graph databases should be: standards-based, ACID compliant, widely-used, editable, and explorable via a UI.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Standards-based<\/b><span style=\"font-weight: 400;\"> involves making sure the graph database follows a common standard, such as RDF (Resource Description Framework), to ensure interoperability so that it is easier to transition from one tool to another.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>ACID compliant <\/b><span style=\"font-weight: 400;\">means<\/span> <span style=\"font-weight: 400;\">the graph database ensures <\/span><b>A<\/b><span style=\"font-weight: 400;\">tomicity, <\/span><b>C<\/b><span style=\"font-weight: 400;\">onsistency, <\/span><b>I<\/b><span style=\"font-weight: 400;\">solation, and <\/span><b>D<\/b><span style=\"font-weight: 400;\">urability of the data transactions, which protects the data from infrastructure failures.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Strong user and community support <\/b><span style=\"font-weight: 400;\">ensures that developers will have access to good documentation and feedback.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Explorable via a UI supports <\/b><span style=\"font-weight: 400;\">verification by experts to ensure data quality and alignment with domain and use case needs.\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Some of the common approaches for graph databases are using RDF-based graph databases, labeled property graphs, or custom implementations.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>RDF-based graph databases <\/b><span style=\"font-weight: 400;\">use RDF which is the standard model for representing and querying data.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Labeled property graph databases<\/b><span style=\"font-weight: 400;\"> use nodes, edges, and properties as the basic elements for storing and querying data.\u00a0<\/span><\/li>\n<\/ul>\n<h2><b>Data Fabric Architecture for AI<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">A mature data fabric architecture built upon the preceding standards plays a pivotal role in supporting the development of artificial intelligence (AI) for businesses by providing a solid foundation for harnessing the power of data. The data fabric&#8217;s support for data exploration, data preparation, and seamless integration empowers businesses to harness the transformative and generative power of AI.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">By leveraging an existing data fabric architecture, businesses can seamlessly integrate structured and unstructured data, capturing the relationships between them within a standardized, domain-centric format. With the help of the knowledge graph at the core of the data fabric, businesses can empower AI algorithms to discover patterns, make informed decisions, and generate valuable insights by traversing and navigating the graph. This capability allows AI models to uncover valuable insights that are not immediately apparent in isolated data silos.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Furthermore, data fabrics facilitate the process of data preparation and feature engineering, which are crucial steps in AI development. The logical architecture of the data fabric allows for efficient data transformation, aggregation, and enrichment. By streamlining the data preparation pipeline, AI practitioners can focus more on modeling and algorithm development, accelerating the overall AI development process. AI models often need continuous refinement and adaptation, and data fabrics enable seamless integration of new data sources and updates to ensure that AI models have the most up-to-date information.<\/span><\/p>\n<h2><b>Conclusion<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">A data fabric is a modern approach to data management that is crucial for businesses to remain competitive in a data-driven world. However, a data fabric is not a monolithic solution and the supporting architecture and technical approach can vary based on the state of sources, <\/span><a href=\"https:\/\/enterprise-knowledge.com\/top-graph-use-cases-and-enterprise-applications-with-real-world-examples\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\"><strong>supporting use cases<\/strong><\/span><\/a><span style=\"font-weight: 400;\">, and existing tooling at an organization. It\u2019s important to prove out the value of the solutions before investing in costly tool procurement. We recommend starting small and iterating, beginning with a targeted domain in mind and sample source systems to lay a foundation for an enterprise data fabric. Once a data fabric has been established, businesses can unlock the full potential of their data assets, enabling AI algorithms to make intelligent predictions, discover hidden insights, and drive valuable business outcomes. Looking for a kick-start to get your solutions off the ground? <\/span><strong><a href=\"https:\/\/enterprise-knowledge.com\/contact-us\/\" target=\"_blank\" rel=\"noopener\">Contact us<\/a><\/strong> <span style=\"font-weight: 400;\">to get started. <\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction In today\u2019s data-driven world, effective data management is crucial for businesses to remain competitive. A modern approach to data management is the use of data fabric architecture. A data fabric is a data management solution that connects and manages &hellip; <a href=\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/\"  class=\"with-arrow\">Continue reading<\/a><\/p>\n","protected":false},"author":40,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[512,186],"tags":[310,1070,1232,391,882],"article-type":[100],"solution":[1092,1119,1275],"ppma_author":[1401],"class_list":["post-18808","post","type-post","status-publish","format-standard","hentry","category-knowledge-graphs-data-modeling","category-software-development","tag-ai","tag-data-fabric","tag-etl","tag-graph-database","tag-taxonomy-management-system","article-type-blog","solution-enterprise-ai","solution-knowledge-graph","solution-semantic-layer"],"acf":[],"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":"","slideshow":"","slideshow-2x":"","banner":"","home-large":"","home-medium":"","home-small":"","gform-image-choice-sm":"","gform-image-choice-md":"","gform-image-choice-lg":""},"post_excerpt_stackable_v2":"<p>Introduction In today\u2019s data-driven world, effective data management is crucial for businesses to remain competitive. A modern approach to data management is the use of data fabric architecture. A data fabric is a data management solution that connects and manages data in a federated way, employing a logical data architecture that captures connections relevant to the business. Data fabrics help businesses make sense of their data by organizing it in a domain-centric way without physically moving data from source systems. What makes this possible is a shift in focus on metadata as opposed to data itself. At a high level,&hellip;<\/p>\n","category_list_v2":"<a href=\"https:\/\/enterprise-knowledge.com\/category\/knowledge-graphs-data-modeling\/\" rel=\"category tag\">Knowledge Graphs &amp; Data Modeling<\/a>, <a href=\"https:\/\/enterprise-knowledge.com\/category\/software-development\/\" rel=\"category tag\">Technology Solutions<\/a>","author_info_v2":{"name":"Sara Nash","url":"https:\/\/enterprise-knowledge.com\/author\/snash\/"},"comments_num_v2":"0 comments","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is A Data Fabric Architecture and What Are The Design Considerations? - Enterprise Knowledge<\/title>\n<meta name=\"description\" content=\"How to implement a data fabric architecture from a technical approach and tooling perspective that suits a wide variety of business needs\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is A Data Fabric Architecture and What Are The Design Considerations? - Enterprise Knowledge\" \/>\n<meta property=\"og:description\" content=\"How to implement a data fabric architecture from a technical approach and tooling perspective that suits a wide variety of business needs\" \/>\n<meta property=\"og:url\" content=\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/\" \/>\n<meta property=\"og:site_name\" content=\"Enterprise Knowledge\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Enterprise-Knowledge-359618484181651\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-31T14:00:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-09T19:06:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg\" \/>\n<meta name=\"author\" content=\"Sara Nash\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@EKConsulting\" \/>\n<meta name=\"twitter:site\" content=\"@EKConsulting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sara Nash\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/\"},\"author\":{\"name\":\"Sara Nash\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/f7911d47a9a4fbdd2715850895115a2b\"},\"headline\":\"What is A Data Fabric Architecture and What Are The Design Considerations?\",\"datePublished\":\"2023-08-31T14:00:40+00:00\",\"dateModified\":\"2024-02-09T19:06:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/\"},\"wordCount\":1946,\"publisher\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg\",\"keywords\":[\"AI\",\"Data Fabric\",\"ETL\",\"graph database\",\"taxonomy management system\"],\"articleSection\":[\"Knowledge Graphs &amp; Data Modeling\",\"Technology Solutions\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/\",\"url\":\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/\",\"name\":\"What is A Data Fabric Architecture and What Are The Design Considerations? - Enterprise Knowledge\",\"isPartOf\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg\",\"datePublished\":\"2023-08-31T14:00:40+00:00\",\"dateModified\":\"2024-02-09T19:06:17+00:00\",\"description\":\"How to implement a data fabric architecture from a technical approach and tooling perspective that suits a wide variety of business needs\",\"breadcrumb\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#primaryimage\",\"url\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg\",\"contentUrl\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg\",\"width\":2560,\"height\":1340,\"caption\":\"Components of the data fabric architecture\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/enterprise-knowledge.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is A Data Fabric Architecture and What Are The Design Considerations?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#website\",\"url\":\"https:\/\/enterprise-knowledge.com\/\",\"name\":\"Enterprise Knowledge\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/enterprise-knowledge.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#organization\",\"name\":\"Enterprise Knowledge\",\"url\":\"https:\/\/enterprise-knowledge.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2013\/09\/favicon.jpg\",\"contentUrl\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2013\/09\/favicon.jpg\",\"width\":69,\"height\":69,\"caption\":\"Enterprise Knowledge\"},\"image\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Enterprise-Knowledge-359618484181651\/\",\"https:\/\/x.com\/EKConsulting\",\"https:\/\/www.linkedin.com\/company\/enterprise-knowledge-llc\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/f7911d47a9a4fbdd2715850895115a2b\",\"name\":\"Sara Nash\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/image\/1e2433a01fa05dfddc43f2067da45fe0\",\"url\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2025\/05\/SaraNash-2-96x96.png\",\"contentUrl\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2025\/05\/SaraNash-2-96x96.png\",\"caption\":\"Sara Nash\"},\"description\":\"Sara Nash is a Principal Consultant of Semantic Engineering. She specializes in Semantic Layer and Enterprise AI initiatives, leading throughout strategy, design, and implementation. She has led taxonomy\/ontology design, knowledge graph implementation, recommendation engine solutions, and advanced analytics platforms across financial services, pharmaceuticals, ESG consulting, workforce enablement, and more.\",\"url\":\"https:\/\/enterprise-knowledge.com\/author\/snash\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is A Data Fabric Architecture and What Are The Design Considerations? - Enterprise Knowledge","description":"How to implement a data fabric architecture from a technical approach and tooling perspective that suits a wide variety of business needs","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:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/","og_locale":"en_US","og_type":"article","og_title":"What is A Data Fabric Architecture and What Are The Design Considerations? - Enterprise Knowledge","og_description":"How to implement a data fabric architecture from a technical approach and tooling perspective that suits a wide variety of business needs","og_url":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/","og_site_name":"Enterprise Knowledge","article_publisher":"https:\/\/www.facebook.com\/Enterprise-Knowledge-359618484181651\/","article_published_time":"2023-08-31T14:00:40+00:00","article_modified_time":"2024-02-09T19:06:17+00:00","og_image":[{"url":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg","type":"","width":"","height":""}],"author":"Sara Nash","twitter_card":"summary_large_image","twitter_creator":"@EKConsulting","twitter_site":"@EKConsulting","twitter_misc":{"Written by":"Sara Nash","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#article","isPartOf":{"@id":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/"},"author":{"name":"Sara Nash","@id":"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/f7911d47a9a4fbdd2715850895115a2b"},"headline":"What is A Data Fabric Architecture and What Are The Design Considerations?","datePublished":"2023-08-31T14:00:40+00:00","dateModified":"2024-02-09T19:06:17+00:00","mainEntityOfPage":{"@id":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/"},"wordCount":1946,"publisher":{"@id":"https:\/\/enterprise-knowledge.com\/#organization"},"image":{"@id":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#primaryimage"},"thumbnailUrl":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg","keywords":["AI","Data Fabric","ETL","graph database","taxonomy management system"],"articleSection":["Knowledge Graphs &amp; Data Modeling","Technology Solutions"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/","url":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/","name":"What is A Data Fabric Architecture and What Are The Design Considerations? - Enterprise Knowledge","isPartOf":{"@id":"https:\/\/enterprise-knowledge.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#primaryimage"},"image":{"@id":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#primaryimage"},"thumbnailUrl":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg","datePublished":"2023-08-31T14:00:40+00:00","dateModified":"2024-02-09T19:06:17+00:00","description":"How to implement a data fabric architecture from a technical approach and tooling perspective that suits a wide variety of business needs","breadcrumb":{"@id":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#primaryimage","url":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg","contentUrl":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2023\/08\/data_fabric_architecture_img-1-scaled.jpg","width":2560,"height":1340,"caption":"Components of the data fabric architecture"},{"@type":"BreadcrumbList","@id":"https:\/\/enterprise-knowledge.com\/what-is-a-data-fabric-architecture-and-what-are-the-design-considerations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/enterprise-knowledge.com\/"},{"@type":"ListItem","position":2,"name":"What is A Data Fabric Architecture and What Are The Design Considerations?"}]},{"@type":"WebSite","@id":"https:\/\/enterprise-knowledge.com\/#website","url":"https:\/\/enterprise-knowledge.com\/","name":"Enterprise Knowledge","description":"","publisher":{"@id":"https:\/\/enterprise-knowledge.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/enterprise-knowledge.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/enterprise-knowledge.com\/#organization","name":"Enterprise Knowledge","url":"https:\/\/enterprise-knowledge.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enterprise-knowledge.com\/#\/schema\/logo\/image\/","url":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2013\/09\/favicon.jpg","contentUrl":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2013\/09\/favicon.jpg","width":69,"height":69,"caption":"Enterprise Knowledge"},"image":{"@id":"https:\/\/enterprise-knowledge.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Enterprise-Knowledge-359618484181651\/","https:\/\/x.com\/EKConsulting","https:\/\/www.linkedin.com\/company\/enterprise-knowledge-llc"]},{"@type":"Person","@id":"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/f7911d47a9a4fbdd2715850895115a2b","name":"Sara Nash","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/image\/1e2433a01fa05dfddc43f2067da45fe0","url":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2025\/05\/SaraNash-2-96x96.png","contentUrl":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2025\/05\/SaraNash-2-96x96.png","caption":"Sara Nash"},"description":"Sara Nash is a Principal Consultant of Semantic Engineering. She specializes in Semantic Layer and Enterprise AI initiatives, leading throughout strategy, design, and implementation. She has led taxonomy\/ontology design, knowledge graph implementation, recommendation engine solutions, and advanced analytics platforms across financial services, pharmaceuticals, ESG consulting, workforce enablement, and more.","url":"https:\/\/enterprise-knowledge.com\/author\/snash\/"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"slideshow":false,"slideshow-2x":false,"banner":false,"home-large":false,"home-medium":false,"home-small":false,"gform-image-choice-sm":false,"gform-image-choice-md":false,"gform-image-choice-lg":false},"uagb_author_info":{"display_name":"Sara Nash","author_link":"https:\/\/enterprise-knowledge.com\/author\/snash\/"},"uagb_comment_info":0,"uagb_excerpt":"Introduction In today\u2019s data-driven world, effective data management is crucial for businesses to remain competitive. A modern approach to data management is the use of data fabric architecture. A data fabric is a data management solution that connects and manages &hellip; Continue reading","authors":[{"term_id":1401,"user_id":40,"is_guest":0,"slug":"snash","display_name":"Sara Nash","avatar_url":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2025\/05\/SaraNash-2-96x96.png","first_name":"Sara","last_name":"Nash","user_url":"","job_title":"","description":"Sara Nash is a Principal Consultant of Semantic Engineering. She specializes in Semantic Layer and Enterprise AI initiatives, leading throughout strategy, design, and implementation. She has led taxonomy\/ontology design, knowledge graph implementation, recommendation engine solutions, and advanced analytics platforms across financial services, pharmaceuticals, ESG consulting, workforce enablement, and more."}],"_links":{"self":[{"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/posts\/18808","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/comments?post=18808"}],"version-history":[{"count":8,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/posts\/18808\/revisions"}],"predecessor-version":[{"id":18817,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/posts\/18808\/revisions\/18817"}],"wp:attachment":[{"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/media?parent=18808"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/categories?post=18808"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/tags?post=18808"},{"taxonomy":"article-type","embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/article-type?post=18808"},{"taxonomy":"solution","embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/solution?post=18808"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/ppma_author?post=18808"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}