{"id":24830,"date":"2020-08-03T06:00:00","date_gmt":"2020-08-03T13:00:00","guid":{"rendered":"https:\/\/insidebigdata.com\/?p=24830"},"modified":"2020-08-04T09:19:55","modified_gmt":"2020-08-04T16:19:55","slug":"analyze-then-store-the-journey-to-continuous-intelligence-2","status":"publish","type":"post","link":"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/","title":{"rendered":"Analyze-then-Store: The Journey to Continuous Intelligence &#8211; Part 2"},"content":{"rendered":"\n<p>A Technical Article Series for Data Architects<\/p>\n\n\n\n<p>This multi-part article series is intended for data architects and anyone else interested in learning how to design modern real-time data analytics solutions. It explores key principles and implications of event streaming and streaming analytics, and concludes that the biggest opportunity to derive meaningful value from data \u2013 and gain continuous intelligence about the state of things &#8211; lies in the ability to analyze, learn and predict from real-time events in concert with contextual, static and dynamic data. This article series places continuous intelligence in an architectural context, with reference to established technologies and use cases in place today.<\/p>\n\n\n\n<p><strong>Part 2: Event Streaming Applications<\/strong><\/p>\n\n\n\n<p>Brokers don\u2019t execute applications &#8211; they simply act as a buffer between the real world and applications.&nbsp;The broker keeps an index per application and topic so if an application restarts, it can resume processing from the next event in each queue &#8211; if it is stateful.&nbsp;If not, it must start from the head of each queue again.&nbsp;But re-playing events for a long period of (real-world) time is wasteful and leaves the application even further behind the real-world, which never stops!<\/p>\n\n\n\n<p>Every application that delivers useful insights needs a model of the system generating events.&nbsp;The stream may be used to deliver data to a machine learning pipeline, or modify a relational or graph database, but ultimately the reasoning about the <em>meaning<\/em> of each event and the state changes it communicates both to an entity and to related entities in the context of the system overall requires a <em>stateful mod<\/em>el which is typically saved in a database. &nbsp;The unfortunate consequence is that now applications need to deal with two sources of delay &#8211; topic queues at the broker and a database at the application layer.&nbsp; Neither is predictable in its delay characteristics, making it impossible to bound response times.<\/p>\n\n\n\n<p>If the application state is organized in a database, event streaming fits nicely into a microservices architecture. Applications can scale by adding stateless microservice instances to consume events.&nbsp; Each instance independently asks the broker for the next event &#8211; avoiding the need for a load balancer, and if an instance fails it can simply restart and carry on.&nbsp;<\/p>\n\n\n\n<p>But applications are always stateful, and pushing the hard problems of distribution, consistency, availability, load balancing and resilience onto the database layer impacts performance and ultimately cannot deliver continuous intelligence:&nbsp;A database is after all simply a repository that reflects an application\u2019s current model of the system &#8211; it doesn\u2019t compute based on that. Context is problematic too: Processing a single event can cause scores of database accesses as its knock-on effects change the states of many additional entities. Each access adds to the end-to-end processing latency for each event.<\/p>\n\n\n\n<p><strong>Brokers Buffer Data<\/strong><\/p>\n\n\n\n<p>Historically databases attempted to represent the current state of the system, on disk.&nbsp; But the demand for data-driven computation of insights or responses means that the idea of a database as an organized repository for state is no longer sufficient. The application logic \u2013 analysis, learning and prediction \u2013 need to be carried out in real-time, continuously, as data flows into the application. Time is of the essence: If the app is too slow it will lose track and deliver useless insights, and \u201cstore-then-analyze\u201d architectures fall into this trap.&nbsp;<\/p>\n\n\n\n<p>Unfortunately, topic queues managed by the broker introduce a serious problem:<\/p>\n\n\n\n<ul><li>Applications can only process events in a topic in arrival order.&nbsp; But they cannot control the number of events that are admitted to the queue for a given topic in a time window, so if they process events too slowly, they will fall behind or must drop events, losing fidelity.&nbsp; Yet there is no way for the broker to communicate the arrival rate or depth of the queue to the application to enable it to appropriately scale resources.<\/li><li>How many topics does your app need? If you get it wrong, it\u2019s difficult to fix later. For any choice that results in more than one data source per topic, the app may end up having to read a lot of unimportant or out of date events from the queue to find information that\u2019s important.&nbsp; Because of this, there\u2019s no way to bound application response times.&nbsp; For an answer that is effectively \u201cone source per topic\u201d the challenge is the broker limit on topic queues.&nbsp; Even a million topics is too few for large applications.&nbsp; &nbsp;<\/li><li>An application might need to consume and discard many events that are not of interest before finding one that is critical.&nbsp; Since there is no way to know what might be in the queue, there\u2019s no way to reason about the response time of the application.&nbsp; Will it always find the critical event in time?<\/li><li>Brokers are un-opinionated about the <em>meaning <\/em>of events &#8211; with no understanding of urgency, importance or irrelevance (they are just events in the queue). So, an app may find itself processing useless or out of date events just to get to a critical insight &#8211; wasting time and making it impossible to deliver a real-time response.&nbsp;&nbsp;<\/li><li>Finally, brokers don\u2019t reason across events, so for example a series of events that, if correlated, could trigger an application layer response, is not interpreted.<\/li><\/ul>\n\n\n\n<p>Application layer insights that rely on logical or mathematical <em>relationships between<\/em> data sources and their <em>states<\/em>, are not the domain of the broker.&nbsp; It just buffers data.&nbsp; As mentioned above, applications need to be built around a stateful model, which inevitably requires a database of some sort. This makes application response times dependent on the database round-trip time (RTT), and poses another more serious challenge: If the data-driven part of the app is tasked with merely updating the database, what triggers and runs analysis on the resulting state changes?&nbsp;This lack of an end-to-end architecture for analysis, learning and prediction is a real roadblock to delivery of continuous intelligence.<\/p>\n\n\n\n<p><strong>About the Author<\/strong><\/p>\n\n\n\n<p><em>Simon&nbsp;Crosby is CTO at <a href=\"http:\/\/swim.ai\" target=\"_blank\" rel=\"noreferrer noopener\">Swim<\/a>. Swim offers the first open core, enterprise-grade platform for continuous intelligence at scale, providing businesses with complete situational awareness and operational decision support at every moment.&nbsp;Simon&nbsp;co-founded Bromium (now HP SureClick) in 2010 and currently serves as a strategic advisor. Previously, he was the CTO of the Data Center and Cloud Division at Citrix Systems; founder, CTO, and vice president of strategy and corporate development at XenSource; and a principal engineer at Intel, as well as a faculty member at Cambridge University, where he led the research on network performance and control and multimedia operating systems.<\/em><\/p>\n\n\n\n<p><em>Simon&nbsp;is an equity partner at DCVC, serves on the board of Cambridge in America, and is an investor in and advisor to numerous startups. He is the author of 35 research papers and patents on a number of data center and networking topics, including security, network and server virtualization, and resource optimization and performance. He holds a PhD in computer science from the University of Cambridge, an MSc from the University of Stellenbosch, South Africa, and a BSc (with honors) in computer science and mathematics from the University of Cape Town, South Africa.<\/em><em><\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This multi-part article series by our friends at Swim is intended for data architects and anyone else interested in learning how to design modern real-time data analytics solutions. It explores key principles and implications of event streaming and streaming analytics, and concludes that the biggest opportunity to derive meaningful value from data \u2013 and gain continuous intelligence about the state of things &#8211; lies in the ability to analyze, learn and predict from real-time events in concert with contextual, static and dynamic data. This article series places continuous intelligence in an architectural context, with reference to established technologies and use cases in place today.<\/p>\n","protected":false},"author":10513,"featured_media":24770,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"categories":[65,115,87,180,183,56,311,1],"tags":[335,488,95],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Analyze-then-Store: The Journey to Continuous Intelligence - Part 2 - insideBIGDATA<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Analyze-then-Store: The Journey to Continuous Intelligence - Part 2 - insideBIGDATA\" \/>\n<meta property=\"og:description\" content=\"This multi-part article series by our friends at Swim is intended for data architects and anyone else interested in learning how to design modern real-time data analytics solutions. It explores key principles and implications of event streaming and streaming analytics, and concludes that the biggest opportunity to derive meaningful value from data \u2013 and gain continuous intelligence about the state of things - lies in the ability to analyze, learn and predict from real-time events in concert with contextual, static and dynamic data. This article series places continuous intelligence in an architectural context, with reference to established technologies and use cases in place today.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/\" \/>\n<meta property=\"og:site_name\" content=\"insideBIGDATA\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/insidebigdata\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-03T13:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-04T16:19:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/07\/Data_architecture_shutterstock_562411702.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"212\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Editorial Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@insideBigData\" \/>\n<meta name=\"twitter:site\" content=\"@insideBigData\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editorial Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/\",\"url\":\"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/\",\"name\":\"Analyze-then-Store: The Journey to Continuous Intelligence - Part 2 - insideBIGDATA\",\"isPartOf\":{\"@id\":\"https:\/\/insidebigdata.com\/#website\"},\"datePublished\":\"2020-08-03T13:00:00+00:00\",\"dateModified\":\"2020-08-04T16:19:55+00:00\",\"author\":{\"@id\":\"https:\/\/insidebigdata.com\/#\/schema\/person\/2949e412c144601cdbcc803bd234e1b9\"},\"breadcrumb\":{\"@id\":\"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/insidebigdata.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Analyze-then-Store: The Journey to Continuous Intelligence &#8211; Part 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/insidebigdata.com\/#website\",\"url\":\"https:\/\/insidebigdata.com\/\",\"name\":\"insideBIGDATA\",\"description\":\"Your Source for AI, Data Science, Deep Learning &amp; Machine Learning Strategies\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/insidebigdata.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/insidebigdata.com\/#\/schema\/person\/2949e412c144601cdbcc803bd234e1b9\",\"name\":\"Editorial Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/insidebigdata.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e137ce7ea40e38bd4d25bb7860cfe3e4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e137ce7ea40e38bd4d25bb7860cfe3e4?s=96&d=mm&r=g\",\"caption\":\"Editorial Team\"},\"sameAs\":[\"http:\/\/www.insidebigdata.com\"],\"url\":\"https:\/\/insidebigdata.com\/author\/editorial\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Analyze-then-Store: The Journey to Continuous Intelligence - Part 2 - insideBIGDATA","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:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/","og_locale":"en_US","og_type":"article","og_title":"Analyze-then-Store: The Journey to Continuous Intelligence - Part 2 - insideBIGDATA","og_description":"This multi-part article series by our friends at Swim is intended for data architects and anyone else interested in learning how to design modern real-time data analytics solutions. It explores key principles and implications of event streaming and streaming analytics, and concludes that the biggest opportunity to derive meaningful value from data \u2013 and gain continuous intelligence about the state of things - lies in the ability to analyze, learn and predict from real-time events in concert with contextual, static and dynamic data. This article series places continuous intelligence in an architectural context, with reference to established technologies and use cases in place today.","og_url":"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/","og_site_name":"insideBIGDATA","article_publisher":"http:\/\/www.facebook.com\/insidebigdata","article_published_time":"2020-08-03T13:00:00+00:00","article_modified_time":"2020-08-04T16:19:55+00:00","og_image":[{"width":300,"height":212,"url":"https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/07\/Data_architecture_shutterstock_562411702.jpg","type":"image\/jpeg"}],"author":"Editorial Team","twitter_card":"summary_large_image","twitter_creator":"@insideBigData","twitter_site":"@insideBigData","twitter_misc":{"Written by":"Editorial Team","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/","url":"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/","name":"Analyze-then-Store: The Journey to Continuous Intelligence - Part 2 - insideBIGDATA","isPartOf":{"@id":"https:\/\/insidebigdata.com\/#website"},"datePublished":"2020-08-03T13:00:00+00:00","dateModified":"2020-08-04T16:19:55+00:00","author":{"@id":"https:\/\/insidebigdata.com\/#\/schema\/person\/2949e412c144601cdbcc803bd234e1b9"},"breadcrumb":{"@id":"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/insidebigdata.com\/2020\/08\/03\/analyze-then-store-the-journey-to-continuous-intelligence-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/insidebigdata.com\/"},{"@type":"ListItem","position":2,"name":"Analyze-then-Store: The Journey to Continuous Intelligence &#8211; Part 2"}]},{"@type":"WebSite","@id":"https:\/\/insidebigdata.com\/#website","url":"https:\/\/insidebigdata.com\/","name":"insideBIGDATA","description":"Your Source for AI, Data Science, Deep Learning &amp; Machine Learning Strategies","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/insidebigdata.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/insidebigdata.com\/#\/schema\/person\/2949e412c144601cdbcc803bd234e1b9","name":"Editorial Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/insidebigdata.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e137ce7ea40e38bd4d25bb7860cfe3e4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e137ce7ea40e38bd4d25bb7860cfe3e4?s=96&d=mm&r=g","caption":"Editorial Team"},"sameAs":["http:\/\/www.insidebigdata.com"],"url":"https:\/\/insidebigdata.com\/author\/editorial\/"}]}},"jetpack_featured_media_url":"https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/07\/Data_architecture_shutterstock_562411702.jpg","jetpack_shortlink":"https:\/\/wp.me\/p9eA3j-6su","jetpack-related-posts":[{"id":25070,"url":"https:\/\/insidebigdata.com\/2020\/10\/05\/analyze-then-store-the-journey-to-continuous-intelligence-part-6\/","url_meta":{"origin":24830,"position":0},"title":"Analyze-then-Store: The Journey to Continuous Intelligence \u2013 Part 6","date":"October 5, 2020","format":false,"excerpt":"This multi-part article series by our friends at Swim is intended for data architects and anyone else interested in learning how to design modern real-time data analytics solutions. It explores key principles and implications of event streaming and streaming analytics, and concludes that the biggest opportunity to derive meaningful value\u2026","rel":"","context":"In &quot;Analytics&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Figure-part-6.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":24889,"url":"https:\/\/insidebigdata.com\/2020\/08\/17\/analyze-then-store-the-journey-to-continuous-intelligence-part-3\/","url_meta":{"origin":24830,"position":1},"title":"Analyze-then-Store: The Journey to Continuous Intelligence \u2013 Part 3","date":"August 17, 2020","format":false,"excerpt":"This multi-part article series by our friends at Swim is intended for data architects and anyone else interested in learning how to design modern real-time data analytics solutions. It explores key principles and implications of event streaming and streaming analytics, and concludes that the biggest opportunity to derive meaningful value\u2026","rel":"","context":"In &quot;Analytics&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2020\/08\/Swim_fig4.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":25011,"url":"https:\/\/insidebigdata.com\/2020\/09\/21\/analyze-then-store-the-journey-to-continuous-intelligence-part-5\/","url_meta":{"origin":24830,"position":2},"title":"Analyze-then-Store: The Journey to Continuous Intelligence &#8211; Part 5","date":"September 21, 2020","format":false,"excerpt":"This multi-part article series by our friends at Swim is intended for data architects and anyone else interested in learning how to design modern real-time data analytics solutions. It explores key principles and implications of event streaming and streaming analytics, and concludes that the biggest opportunity to derive meaningful value\u2026","rel":"","context":"In &quot;Analytics&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Part5_fig1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":24766,"url":"https:\/\/insidebigdata.com\/2020\/07\/20\/analyze-then-store-the-journey-to-continuous-intelligence\/","url_meta":{"origin":24830,"position":3},"title":"Analyze-then-Store: The Journey to Continuous Intelligence","date":"July 20, 2020","format":false,"excerpt":"In this technical blog for data architects by our friends over at Swim, we learn how to design modern real-time data analytics solutions. It explores key principles and implications of event streaming and streaming analytics, and concludes that the biggest opportunity to derive meaningful value from data \u2013 and gain\u2026","rel":"","context":"In &quot;Analytics&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2020\/07\/Fig1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":24936,"url":"https:\/\/insidebigdata.com\/2020\/08\/31\/analyze-then-store-the-journey-to-continuous-intelligence-part-4\/","url_meta":{"origin":24830,"position":4},"title":"Analyze-then-Store: The Journey to Continuous Intelligence \u2013 Part 4","date":"August 31, 2020","format":false,"excerpt":"This multi-part article series by our friends at Swim is intended for data architects and anyone else interested in learning how to design modern real-time data analytics solutions. It explores key principles and implications of event streaming and streaming analytics, and concludes that the biggest opportunity to derive meaningful value\u2026","rel":"","context":"In &quot;Analytics&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2020\/07\/Data_architecture_shutterstock_562411702.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":25075,"url":"https:\/\/insidebigdata.com\/2020\/10\/07\/swim-releases-new-platform-for-managing-continuous-intelligence-at-scale\/","url_meta":{"origin":24830,"position":5},"title":"Swim Releases New Platform for Managing Continuous Intelligence at Scale","date":"October 7, 2020","format":false,"excerpt":"Swim, the developer of the industry\u2019s first open core platform for continuous intelligence at scale, today announced Swim Continuum 4.0, the newest release of its flagship product. Providing enterprises with a live window into the current state of their business by concurrently processing and analyzing streaming and contextual data, Swim\u2026","rel":"","context":"In &quot;Analytics&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/posts\/24830"}],"collection":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/users\/10513"}],"replies":[{"embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/comments?post=24830"}],"version-history":[{"count":0,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/posts\/24830\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/media\/24770"}],"wp:attachment":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/media?parent=24830"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/categories?post=24830"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/tags?post=24830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}