{"id":9007,"date":"2025-05-23T14:40:48","date_gmt":"2025-05-23T09:10:48","guid":{"rendered":"https:\/\/www.digitalogy.co\/blog\/?p=9007"},"modified":"2025-05-23T14:40:50","modified_gmt":"2025-05-23T09:10:50","slug":"graph-data-science-guide","status":"publish","type":"post","link":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/","title":{"rendered":"Graph Data Science Guide 2025 for Tech Teams &amp; Founders"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>What is Graph Data Science?<\/strong><\/h2>\n\n\n\n<p>Most teams say they want deeper insights, but still use tools that treat data like a checklist. You get the what, maybe the when, but the why? That usually slips through.<\/p>\n\n\n\n<p>Traditional analytics looks at isolated events, like a failed transaction, a support ticket, or a sudden signup drop. It catches the dots, but not the lines connecting them.<\/p>\n\n\n\n<p>Graph data science shifts the focus from isolated events to their relationships. It\u2019s not just \u201cwhat happened,\u201d but \u201chow did this link to everything else?\u201d That slight shift opens the door to bigger insights. This is especially true when working with complex systems where relationships matter more than individual actions.<\/p>\n\n\n\n<p>In this guide, you\u2019ll learn what graph data science is, how it works, and why more tech teams are using it to solve real problems.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Graph Data Science vs Traditional Analytics Explained<\/strong><\/h3>\n\n\n\n<p>Graph data science is a way of <a href=\"https:\/\/www.digitalogy.co\/blog\/best-practices-extracting-data-from-apis\/\">analyzing data<\/a> based on how things connect.<\/p>\n\n\n\n<p>Traditional tools treat each data point like it exists in a bubble. You might know a user clicked a button or made a payment, but you don\u2019t see how that action ties into everything else. That\u2019s fine when your dataset is simple, but those gaps start showing once things get messy or interconnected.<\/p>\n\n\n\n<p>Graph data science fills in those gaps. It looks at the relationships between your data points, not just the data points themselves. So instead of asking, \u201cWhat did this customer do?\u201d you start asking, \u201cWho influenced this action?\u201d or \u201cWhat pattern does this behavior follow?\u201d<\/p>\n\n\n\n<p>Let\u2019s take a simple use case: <strong><em>product recommendations.<\/em><\/strong><\/p>\n\n\n\n<p>A traditional system might say, \u201cPeople who bought this also bought that.\u201d It looks at isolated actions and finds surface-level similarities.<\/p>\n\n\n\n<p>Graph data science goes deeper. It considers who else interacted with a product, what they viewed before and after, how they\u2019re connected to other users, and what patterns exist between those paths. The result feels less like a random guess and more like a relevant suggestion.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How Graph Data Science Works<\/strong><\/h3>\n\n\n\n<p>Graph data science isn\u2019t about rows or columns. It\u2019s about connections.<\/p>\n\n\n\n<p>Let\u2019s use a social network as an example. Everyone is a node, and every follow, comment, or message is an edge. Now imagine mapping that to spot who\u2019s most influential, who\u2019s connected behind the scenes, or where conversations tend to cluster. That\u2019s the power of graph data science as it turns isolated data into context you can act on.<\/p>\n\n\n\n<p>Here are the three core building blocks to help you better understand graph data science.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>1. Nodes<\/strong><\/h4>\n\n\n\n<p>Nodes are the individual items in your data. Depending on your use case, they could represent users, products, transactions, locations, or devices. Each node is one point in your system, but what makes it powerful is how it connects to others.<\/p>\n\n\n\n<p>For example, one node in a customer database might be a person. In a fraud investigation, it might be a flagged payment or a reused email. What the node represents changes, but the idea stays the same. It is a single unit in a bigger web.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>2. Edges<\/strong><\/h4>\n\n\n\n<p>Edges are the relationships between nodes. They define how things are connected. A customer referred another. Two accounts share the same shipping address. A device is linked to multiple users.<\/p>\n\n\n\n<p>Edges often carry more than just a link. They can include direction, type, or strength of the connection, such as how frequently something happened or how recently. That extra detail helps you understand what is connected and how and why those relationships matter.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>3. Graph algorithms<\/strong><\/h4>\n\n\n\n<p>This is where the actual analysis happens. Graph algorithms scan your data network to surface patterns, rank relationships, and uncover hidden structures.<\/p>\n\n\n\n<p>Some algorithms find clusters, or groups of tightly connected nodes, while others help identify the most influential points in your network or calculate the shortest path between two places in the graph. These are not just abstract ideas. They help answer questions like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Which customers are central to referral activity?<\/li>\n\n\n\n<li>How does a <a href=\"https:\/\/www.digitalogy.co\/blog\/advanced-malware-protection-guide\/\">suspicious login<\/a> connect to past account breaches?<\/li>\n\n\n\n<li>Where is the fastest path through a supply chain bottleneck?<\/li>\n<\/ul>\n\n\n\n<p>Graph algorithms give you a way in if you\u2019ve ever tried to find patterns in messy, high-volume data. They uncover structure and relationships that row-based<a href=\"https:\/\/www.digitalogy.co\/blog\/best-tools-for-automation-testing\/\"> tools like<\/a> SQL aren\u2019t built to show. They are the engine behind the insights and the reason teams can find real patterns in data that used to feel like noise.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Real-World Applications of Graph Data Science<\/strong><\/h3>\n\n\n\n<p>The more connected your data becomes, the harder it is to make sense of it with traditional tools. You might catch surface-level trends, but you miss the deeper story. Graph data science helps teams reveal patterns you can\u2019t see with row-based tools.<\/p>\n\n\n\n<p>Here\u2019s how it plays out in real scenarios:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>1. Fraud detection<\/strong><\/h4>\n\n\n\n<p>Imagine five accounts are created from different locations, but they all use the same phone number, share login details, and refer each other. A basic system might flag one of them. A graph model sees the entire pattern and connects the dots before the fraud spreads.<\/p>\n\n\n\n<p>Graph analysis helps you stop coordinated attacks, not just spot outliers.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>2. Customer 360<\/strong><\/h4>\n\n\n\n<p>If you\u2019ve tried to create a complete view of your customers, you know how scattered the data can be. One user might appear under slightly different names in your CRM, product logs, payment history, and <a href=\"https:\/\/www.digitalogy.co\/blog\/make-a-chatbot-for-your-business\/\">support chats<\/a>.<\/p>\n\n\n\n<p>Graphs connect all that. You stop seeing customers as single data points and start understanding how they interact, influence others, and move through your ecosystem.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>3. Supply chain<\/strong><\/h4>\n\n\n\n<p>Let\u2019s say one of your suppliers has a delay. With a graph model, you can trace which vendors, products, or shipments are affected. You see the ripple effect, not just the first failure.<\/p>\n\n\n\n<p>That visibility helps you make smarter decisions faster, before things pile up.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>4. Recommendation systems<\/strong><\/h4>\n\n\n\n<p>A basic recommendation system might say, \u201cCustomers who liked this also liked that.\u201d&nbsp;<\/p>\n\n\n\n<p>Graphs go deeper. They consider who interacted with the product, when they did it, what else they viewed, and how their behavior overlaps with others.<\/p>\n\n\n\n<p>This makes the result feel personalized, like your system finally \u201cgets\u201d what users care about, not just what they clicked on.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>5. IT and network operations<\/strong><\/h4>\n\n\n\n<p>One system failure can create a <a href=\"https:\/\/en.wikipedia.org\/wiki\/Domino_effect\" rel=\"nofollow\">domino effect<\/a>. With a graph model, your team can trace the links between systems, identify where the issue started, and see what else is at risk. That means faster resolution and fewer surprises.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Graph Data Science Tools Worth Knowing<\/strong><\/h3>\n\n\n\n<p>You don\u2019t need a complex setup to get started with graph data science. These tools cover most real-world graph projects, whether you&#8217;re experimenting on a small project or supporting large-scale operations.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>1. Neo4j<\/strong><\/h4>\n\n\n\n<p><a href=\"https:\/\/neo4j.com\/\" rel=\"nofollow\">Neo4j<\/a> is one of the easiest tools to start with. You can run it locally or in the cloud, load your data, and start writing queries in Cypher, which reads more naturally than most query languages. It\u2019s a solid option for early exploration, internal demos, or quick experiments that show how things in your data connect.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>2. TigerGraph<\/strong><\/h4>\n\n\n\n<p><a href=\"https:\/\/www.tigergraph.com\/\" rel=\"nofollow\">TigerGraph<\/a> is built for speed and scale. It handles real-time graph workloads and is often used for fraud detection or recommendation engines. It takes more setup than Neo4j, but it&#8217;s worth the effort if you&#8217;re working with a lot of data and need fast results.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>3. Amazon Neptune<\/strong><\/h4>\n\n\n\n<p>If your team already uses AWS, <a href=\"https:\/\/aws.amazon.com\/neptune\/\" rel=\"nofollow\">Neptune<\/a> might be the easiest to integrate. It supports multiple graph models and works with Gremlin and SPARQL. Since it&#8217;s fully managed, you don\u2019t have to worry about infrastructure. It\u2019s a good fit when your team wants something that works inside your existing cloud stack without extra overhead.<\/p>\n\n\n\n<p><em>If you\u2019re deciding where to start:<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Use <\/em><strong><em>Neo4j <\/em><\/strong><em>for quick prototyping, learning, or testing simple graph ideas.<\/em><\/li>\n\n\n\n<li><em>Choose <\/em><strong><em>TigerGraph <\/em><\/strong><em>when your use case involves large-scale data and low-latency performance.<\/em><\/li>\n\n\n\n<li><em>Go with <\/em><strong><em>Neptune <\/em><\/strong><em>if your team already operates in AWS and needs a managed service.<\/em><\/li>\n<\/ul>\n\n\n\n<p><em>Start small. Run one use case that matters to your team and focus on showing a clear result. That\u2019s usually all it takes to get people to pay attention.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Challenges and Considerations<\/strong><\/h3>\n\n\n\n<p>Graph data science opens new ways to work with your data, but it\u2019s not always smooth sailing. There\u2019s a learning curve, and a few things you\u2019ll want to plan for early on.<\/p>\n\n\n\n<p>Here\u2019s what can slow teams down if they\u2019re not ready:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>1. Data complexity<\/strong><\/h4>\n\n\n\n<p>Graph models force you to think differently. Instead of putting everything neatly in tables, you must define entities, relationships, and directions. That shift can be tricky at first. And if the structure is weak, the insights you get will be too.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>2. Scalability<\/strong><\/h4>\n\n\n\n<p>Graphs can grow fast, especially when working with things like interactions, transactions, or <a href=\"https:\/\/www.digitalogy.co\/blog\/what-is-iot\/\">IoT data<\/a>. One user connects to another, then another, and suddenly your system handles thousands of links. If the graph tool isn\u2019t built to handle that volume, things start lagging just when you need speed.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>3. Integration with existing systems<\/strong><\/h4>\n\n\n\n<p>Most teams already have pipelines, dashboards, and a <a href=\"https:\/\/www.digitalogy.co\/blog\/top-data-warehouse-solutions\/\">data warehouse<\/a> they\u2019re used to. Graph tools don\u2019t always slot into those setups cleanly.\u00a0<\/p>\n\n\n\n<p>You might need to rethink parts of your workflow, set up side-by-side systems, or bring in new engineering help to get it working smoothly alongside your existing warehouse or business intelligence (BI) tools. Without a solid data engineering setup, adoption can feel slow or frustrating.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>4. Talent and training<\/strong><\/h4>\n\n\n\n<p>If your team is used to <a href=\"https:\/\/www.digitalogy.co\/blog\/can-llms-replace-data-analyst\/\">working with SQL<\/a>, learning a graph query language like Cypher or Gremlin will take some time. Concepts like node centrality or traversal paths may be completely new. Without internal support or guidance, things can slow down quickly.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>5. Tooling maturity<\/strong><\/h4>\n\n\n\n<p>Graph platforms have improved, but some still feel behind other analytics tools. Documentation can be hit or miss, and visualizations might need extra work to get right. The initial setup might feel rough if your team expects things to work out of the box.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Final Thoughts: How to Choose Based on Your Project\u2019s Needs<\/strong><\/h5>\n\n\n\n<p>Graph data science is not just another analytics tool. It is designed for the problems most teams face today, especially when dealing with messy, interconnected data that traditional models struggle to explain.<\/p>\n\n\n\n<p>It helps you see more than just isolated actions. You get a clearer view of how your data points influence each other and what patterns shape your outcomes. Whether you&#8217;re trying to stop fraud before it spreads, understand how customers move through your product, or spot risk in your supply chain, graph data science gives you visibility that traditional methods often miss.<\/p>\n\n\n\n<p>The learning curve is real, but so is the payoff. Build a small proof of concept and see what traditional tools have been missing.<br>If you&#8217;re ready to stop guessing and finally see the full story behind your data, <a href=\"https:\/\/www.digitalogy.co\/\">Digitalogy<\/a> can connect you with vetted developers who know how to build and scale these solutions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Graph Data Science? Most teams say they want deeper insights, but still use tools that treat data like a checklist. You get the what, maybe the when, but the why? That usually slips through. Traditional analytics looks at isolated events, like a failed transaction, a support ticket, or a sudden signup drop. It &#8230; <a title=\"Graph Data Science Guide 2025 for Tech Teams &amp; Founders\" class=\"read-more\" href=\"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/\" aria-label=\"Read more about Graph Data Science Guide 2025 for Tech Teams &amp; Founders\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":9009,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[65,474],"class_list":["post-9007","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-programming","tag-data-science","tag-graph-data-science"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Graph Data Science Guide 2025 for Tech Teams &amp; Founders<\/title>\n<meta name=\"description\" content=\"Curious about graph data science? Learn how it works, differs from traditional analytics, and how top teams use it for fraud, suggestions, and supply chains.\" \/>\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.digitalogy.co\/blog\/graph-data-science-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Graph Data Science Guide 2025 for Tech Teams &amp; Founders\" \/>\n<meta property=\"og:description\" content=\"Curious about graph data science? Learn how it works, differs from traditional analytics, and how top teams use it for fraud, suggestions, and supply chains.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Digitalogy Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/digitalogycorp\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-23T09:10:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-23T09:10:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.digitalogy.co\/blog\/wp-content\/uploads\/2025\/05\/what-is-graph-data-science.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"420\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Claire D.\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@DigitalogyCorp\" \/>\n<meta name=\"twitter:site\" content=\"@DigitalogyCorp\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Claire D.\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Graph Data Science Guide 2025 for Tech Teams &amp; Founders","description":"Curious about graph data science? Learn how it works, differs from traditional analytics, and how top teams use it for fraud, suggestions, and supply chains.","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.digitalogy.co\/blog\/graph-data-science-guide\/","og_locale":"en_US","og_type":"article","og_title":"Graph Data Science Guide 2025 for Tech Teams &amp; Founders","og_description":"Curious about graph data science? Learn how it works, differs from traditional analytics, and how top teams use it for fraud, suggestions, and supply chains.","og_url":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/","og_site_name":"Digitalogy Blog","article_publisher":"https:\/\/www.facebook.com\/digitalogycorp\/","article_published_time":"2025-05-23T09:10:48+00:00","article_modified_time":"2025-05-23T09:10:50+00:00","og_image":[{"width":800,"height":420,"url":"https:\/\/www.digitalogy.co\/blog\/wp-content\/uploads\/2025\/05\/what-is-graph-data-science.jpg","type":"image\/jpeg"}],"author":"Claire D.","twitter_card":"summary_large_image","twitter_creator":"@DigitalogyCorp","twitter_site":"@DigitalogyCorp","twitter_misc":{"Written by":"Claire D.","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/#article","isPartOf":{"@id":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/"},"author":{"name":"Claire D.","@id":"https:\/\/www.digitalogy.co\/blog\/#\/schema\/person\/d1c654b30b9eba4d6203b273bc467bc3"},"headline":"Graph Data Science Guide 2025 for Tech Teams &amp; Founders","datePublished":"2025-05-23T09:10:48+00:00","dateModified":"2025-05-23T09:10:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/"},"wordCount":1844,"commentCount":0,"publisher":{"@id":"https:\/\/www.digitalogy.co\/blog\/#organization"},"image":{"@id":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.digitalogy.co\/blog\/wp-content\/uploads\/2025\/05\/what-is-graph-data-science.jpg","keywords":["Data Science","graph data science"],"articleSection":["Programming"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/","url":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/","name":"Graph Data Science Guide 2025 for Tech Teams &amp; Founders","isPartOf":{"@id":"https:\/\/www.digitalogy.co\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/#primaryimage"},"image":{"@id":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.digitalogy.co\/blog\/wp-content\/uploads\/2025\/05\/what-is-graph-data-science.jpg","datePublished":"2025-05-23T09:10:48+00:00","dateModified":"2025-05-23T09:10:50+00:00","description":"Curious about graph data science? Learn how it works, differs from traditional analytics, and how top teams use it for fraud, suggestions, and supply chains.","breadcrumb":{"@id":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/#primaryimage","url":"https:\/\/www.digitalogy.co\/blog\/wp-content\/uploads\/2025\/05\/what-is-graph-data-science.jpg","contentUrl":"https:\/\/www.digitalogy.co\/blog\/wp-content\/uploads\/2025\/05\/what-is-graph-data-science.jpg","width":800,"height":420,"caption":"What is Graph Data Science"},{"@type":"BreadcrumbList","@id":"https:\/\/www.digitalogy.co\/blog\/graph-data-science-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.digitalogy.co\/blog\/"},{"@type":"ListItem","position":2,"name":"Programming","item":"https:\/\/www.digitalogy.co\/blog\/category\/programming\/"},{"@type":"ListItem","position":3,"name":"Graph Data Science Guide 2025 for Tech Teams &amp; Founders"}]},{"@type":"WebSite","@id":"https:\/\/www.digitalogy.co\/blog\/#website","url":"https:\/\/www.digitalogy.co\/blog\/","name":"Digitalogy Blog","description":"Insights on Business, Technology and Startups","publisher":{"@id":"https:\/\/www.digitalogy.co\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.digitalogy.co\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.digitalogy.co\/blog\/#organization","name":"Digitalogy","url":"https:\/\/www.digitalogy.co\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.digitalogy.co\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.digitalogy.co\/blog\/wp-content\/uploads\/2023\/11\/digitalogy-logo.png","contentUrl":"https:\/\/www.digitalogy.co\/blog\/wp-content\/uploads\/2023\/11\/digitalogy-logo.png","width":480,"height":480,"caption":"Digitalogy"},"image":{"@id":"https:\/\/www.digitalogy.co\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/digitalogycorp\/","https:\/\/x.com\/DigitalogyCorp"]},{"@type":"Person","@id":"https:\/\/www.digitalogy.co\/blog\/#\/schema\/person\/d1c654b30b9eba4d6203b273bc467bc3","name":"Claire D.","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.digitalogy.co\/blog\/#\/schema\/person\/image\/","url":"https:\/\/www.digitalogy.co\/blog\/wp-content\/litespeed\/avatar\/9c4227964f0b68250a09f9097396ea23.jpg?ver=1776217681","contentUrl":"https:\/\/www.digitalogy.co\/blog\/wp-content\/litespeed\/avatar\/9c4227964f0b68250a09f9097396ea23.jpg?ver=1776217681","caption":"Claire D."},"url":"https:\/\/www.digitalogy.co\/blog\/author\/claire-d\/"}]}},"_links":{"self":[{"href":"https:\/\/www.digitalogy.co\/blog\/wp-json\/wp\/v2\/posts\/9007","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.digitalogy.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.digitalogy.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.digitalogy.co\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.digitalogy.co\/blog\/wp-json\/wp\/v2\/comments?post=9007"}],"version-history":[{"count":1,"href":"https:\/\/www.digitalogy.co\/blog\/wp-json\/wp\/v2\/posts\/9007\/revisions"}],"predecessor-version":[{"id":9008,"href":"https:\/\/www.digitalogy.co\/blog\/wp-json\/wp\/v2\/posts\/9007\/revisions\/9008"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.digitalogy.co\/blog\/wp-json\/wp\/v2\/media\/9009"}],"wp:attachment":[{"href":"https:\/\/www.digitalogy.co\/blog\/wp-json\/wp\/v2\/media?parent=9007"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.digitalogy.co\/blog\/wp-json\/wp\/v2\/categories?post=9007"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.digitalogy.co\/blog\/wp-json\/wp\/v2\/tags?post=9007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}