{"id":25545,"date":"2020-02-03T09:56:14","date_gmt":"2020-02-03T14:56:14","guid":{"rendered":"https:\/\/intelligencecommunitynews.com\/?p=25545"},"modified":"2020-02-03T10:00:21","modified_gmt":"2020-02-03T15:00:21","slug":"dataops-the-pursuit-of-simplicity","status":"publish","type":"post","link":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/","title":{"rendered":"DataOps, The Pursuit of Simplicity"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><em>Enterprise-scale data management and engineering best\npractices in support of advanced analytics<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By Mel Richey, Advanced Technology Manager, NT Concepts<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Intelligence Community (IC) has placed highest\npriority on the continuous delivery of valuable analytic insights, whether\nderived from traditional analytic methodologies, AI and machine learning (ML),\nor human analysis. To support that mission, IC agencies need to operationalize\nthe data stream, make data discoverable with trusted lineage, and treat data\nitself as an asset much like analysis. This is the process called \u201cDataOps.\u201d <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Currently, data is trapped in silos across the\nenterprise. It is also unlabeled, stored in disparate formats, and not\ntransformed to be conducive for ingest into advanced analytic pipelines. DataOps\nis a process which removes the barrier to entry for analysts and technologists for\ndata to building advanced analytic solutions. \u201cOur customers have told us they\nwant to \u2018reduce the cost of curiosity,\u2019\u201d said Justin Nall, vice president of\nIntelligence at NT Concepts. \u201cOperationalizing data as an asset enables this\nfor analysts and technologists; unlocking data that already exists in their\norganization to solve mission problems.\u201d<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Reduce complexity <\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u201cSimple can be harder than complex. You have to work hard\nto get your thinking clean to make it simple. But it\u2019s worth it in the end\nbecause once you get there, you can move mountains.\u201d \u2013 Steve Jobs<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For advanced analytics, software development, or AI\/ML\nsolutions, the most foundational elements are data. Many analytical missions\nare slowed by data discovery, that is, just figuring out what you have.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To be useful, data need to be three things: <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1. <strong>Discoverable<\/strong>. Data needs to be tagged (e.g.,\ncommon or similar metadata tags) and stored in common formats (e.g., Excel\nfiles, json, delimited file formats, etc.). <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. <strong>Accessible<\/strong>. Data needs to be easily callable\nand pullable from their respective storage locations without heavy access\ncontrols (to the extent possible), egress charges, or bandwidth limitations. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3. <strong>Intelligible<\/strong>. Data needs to be internally\nformatted in accordance with an intelligible schema such that when a data file\nis opened, its contents are comprehensible.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Despite these simple data governance standards, there are\nseveral ways in which the data themselves can be incorrect. Custodians of enterprise-scale\ndatasets or newly generated datasets should ensure that their data are:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Comprehensive<\/strong>. Data are considered comprehensive if there are no\nmissing variables or attributes. For example, if data are stored in a columnar\nformat and entities are listed in rows, the columns represent their attributes.\nA comprehensively descriptive dataset is likely to have more than one or two\nattributes. <\/li><li><strong>Complete<\/strong>. Data are considered complete if there are no missing\nvalues. Perhaps a comprehensive dataset is comprised of several thousand rows\nand ten or so attribute columns, but numerous cells in the dataset are empty or\nlabeled <em>NULL<\/em>. This is an example of\nan incomplete dataset.<\/li><li><strong>Accurate<\/strong>. Data are considered accurate if the contents of each\ncell, continuing the example above, are free of approximations, transcriptions\nerrors, rounding errors, or formula errors. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Simplicity and the handling of data as an asset is more a\nrequirement of organizational culture than it is one of tools and technology.<\/strong> Ultimately, the framework for data governance and\ndataset maintenance referenced above is what will drive data simplicity within\nan organization. It will facilitate ease of use for both data access and usage.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Build towards generalizability <\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A common challenge with current AI\/ML practice is the development\nof one-off, purpose-built algorithms that are: 1) not deployable within their\nintended environment, 2) trained on data that are fundamentally different than\nthe data on which they are expected to make predictions, and 3) built to solve\na very specific problem and, when that problem evolves, quickly become\nout-of-date. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The lesson that AI\/ML users now have to learn is one of\nage-old scientific process: generalizability. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The most powerful solutions are those that are extensible\nto more than one use case and applicable in more than one situation. This ties\nin nicely to the idea of simplicity, because the most elegant solutions will be\nthose that do not overfit (i.e., are not over-engineered to the specific\nproblem they are trying to solve). These foundational solutions become building\nblocks for other technologists to fork them and mature them further. It is an\nart for a technologist to be able to identify the foundational elements of\ntheir solution and package their code along with the more mature solution\npurpose-built with a specific problem in mind. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How DataOps works with MLOps and DevSecOps<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">An end-to-end solution requires a combined understanding and\nseamless integration of the data, technology, and science. By integrating the\noperationalization of data, development, and machine learning, a continuous and predictable production-level\ncapability of delivery can be achieved by harnessing&nbsp;organizational&nbsp;data at the speed of mission through\nprovisioning of&nbsp;cross-functional\nteams&nbsp;and integration of&nbsp;agile solution engineering pipelines leveraging secure&nbsp;and\nmodular multi-cloud components.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Compatibility between these core elements is required to produce\nAI\/ML that approximates human reasoning and decision-making. In practice, we\nhire data scientists to create algorithms, software developers to write code, security\nengineers to protect our systems, and data engineers to serve as the custodians\nfor data. The primary responsibilities of engineers working in the DataOps track\nare:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>To <strong>transform<\/strong> data\ninto formats conducive to ingest into advanced analytic pipelines<\/li><li>To <strong>load<\/strong> data\ninto various development environments<\/li><li>To ensure data remain <strong>discoverable<\/strong> through consistent tagging and categorizing<\/li><li>To <strong>split<\/strong> data\ninto training and validation sets, ensuring representativeness in both cases<\/li><li>To create, update, and\/or <strong>maintain schemas and ontologies<\/strong>\n<\/li><li>To <strong>identify additional\ndata<\/strong> and architect the collection mechanisms to keep advanced analytic\nsolutions fresh<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In short, a good data engineer is the data advocate\nthrough project discovery, data discovery, scientific modeling, to deployment. The\nfirst step to truly treating data as a commodity within an organization is to put\na stakeholder at the table that represents it. The practitioner community has\nlearned some hard lessons over the past few years regarding the difficulty of training,\ntesting, and deploying advanced analytic solutions without high-fidelity or <a href=\"http:\/\/bit.ly\/ntc_dataops\">appropriately representative datasets<\/a>. DataOps is the simple solution. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>About NT Concepts<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">NT Concepts is a data-driven technology innovator. We work on\nthe most sensitive and mission-critical programs in National Security. We\nprovide our clients highly differentiated solutions in business operations,\nadvanced analytics, geospatial intelligence, digital platforms and services,\nand security.&nbsp;<a href=\"http:\/\/bit.ly\/37qkFW0\" target=\"_blank\" rel=\"noreferrer noopener\">Read more about our process and how we operationalize\nmachine learning&nbsp;<\/a>at the enterprise level for automation and\nhighly accurate intelligence.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>About IC Insiders<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">IC Insiders is a special sponsored feature that provides\ndeep-dive analysis, interviews with IC leaders, perspective from industry\nexperts, and more.&nbsp;<a href=\"https:\/\/intelligencecommunitynews.com\/sponsorships\" target=\"_blank\" rel=\"noreferrer noopener\">Learn how your company can become an IC Insider<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Enterprise-scale data management and engineering best practices in support of advanced analytics By Mel Richey, Advanced Technology Manager, NT Concepts&#8230;<\/p>\n","protected":false},"author":9,"featured_media":25547,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[13938],"tags":[14129,13944,82,7350],"class_list":["post-25545","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ic-insiders","tag-dataops","tag-ic-insider","tag-metered","tag-nt-concepts"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DataOps, The Pursuit of Simplicity - Intelligence Community News<\/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:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DataOps, The Pursuit of Simplicity - Intelligence Community News\" \/>\n<meta property=\"og:description\" content=\"Enterprise-scale data management and engineering best practices in support of advanced analytics By Mel Richey, Advanced Technology Manager, NT Concepts...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/\" \/>\n<meta property=\"og:site_name\" content=\"Intelligence Community News\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-03T14:56:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-03T15:00:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/intelligencecommunitynews.com\/wp-content\/uploads\/2020\/02\/data_general.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"449\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Loren Blinde\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/\"},\"author\":{\"name\":\"Loren Blinde\",\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/#\\\/schema\\\/person\\\/590ba7108aa0716d32e55d198f757ff0\"},\"headline\":\"DataOps, The Pursuit of Simplicity\",\"datePublished\":\"2020-02-03T14:56:14+00:00\",\"dateModified\":\"2020-02-03T15:00:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/\"},\"wordCount\":1128,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/data_general.jpg\",\"keywords\":[\"DataOps\",\"IC Insider\",\"metered\",\"NT Concepts\"],\"articleSection\":[\"IC Insiders\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/\",\"url\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/\",\"name\":\"DataOps, The Pursuit of Simplicity - Intelligence Community News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/data_general.jpg\",\"datePublished\":\"2020-02-03T14:56:14+00:00\",\"dateModified\":\"2020-02-03T15:00:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/#primaryimage\",\"url\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/data_general.jpg\",\"contentUrl\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/data_general.jpg\",\"width\":800,\"height\":449},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/dataops-the-pursuit-of-simplicity\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DataOps, The Pursuit of Simplicity\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/#website\",\"url\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/\",\"name\":\"Intelligence Community News\",\"description\":\"Breaking news about the market for products, systems and services for the U.S. intelligence community\",\"publisher\":{\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/#organization\",\"name\":\"Intelligence Community News\",\"url\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/wp-content\\\/uploads\\\/2017\\\/03\\\/ICN-news-pro-header.jpg\",\"contentUrl\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/wp-content\\\/uploads\\\/2017\\\/03\\\/ICN-news-pro-header.jpg\",\"width\":451,\"height\":180,\"caption\":\"Intelligence Community News\"},\"image\":{\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/#\\\/schema\\\/person\\\/590ba7108aa0716d32e55d198f757ff0\",\"name\":\"Loren Blinde\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b0de7fa0ff25c4ce2bb5919333760301b32a95302e9b864b00e77fa9a5fe25c9?s=96&d=https%3A%2F%2Fintelligencecommunitynews.com%2Fwp-content%2Fuploads%2F2013%2F10%2Fd6551e841da5a191a827b9934db91be6.jpg&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b0de7fa0ff25c4ce2bb5919333760301b32a95302e9b864b00e77fa9a5fe25c9?s=96&d=https%3A%2F%2Fintelligencecommunitynews.com%2Fwp-content%2Fuploads%2F2013%2F10%2Fd6551e841da5a191a827b9934db91be6.jpg&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b0de7fa0ff25c4ce2bb5919333760301b32a95302e9b864b00e77fa9a5fe25c9?s=96&d=https%3A%2F%2Fintelligencecommunitynews.com%2Fwp-content%2Fuploads%2F2013%2F10%2Fd6551e841da5a191a827b9934db91be6.jpg&r=g\",\"caption\":\"Loren Blinde\"},\"url\":\"https:\\\/\\\/intelligencecommunitynews.com\\\/author\\\/loren-blinde\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DataOps, The Pursuit of Simplicity - Intelligence Community News","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:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/","og_locale":"en_US","og_type":"article","og_title":"DataOps, The Pursuit of Simplicity - Intelligence Community News","og_description":"Enterprise-scale data management and engineering best practices in support of advanced analytics By Mel Richey, Advanced Technology Manager, NT Concepts...","og_url":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/","og_site_name":"Intelligence Community News","article_published_time":"2020-02-03T14:56:14+00:00","article_modified_time":"2020-02-03T15:00:21+00:00","og_image":[{"width":800,"height":449,"url":"https:\/\/intelligencecommunitynews.com\/wp-content\/uploads\/2020\/02\/data_general.jpg","type":"image\/jpeg"}],"author":"Loren Blinde","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/#article","isPartOf":{"@id":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/"},"author":{"name":"Loren Blinde","@id":"https:\/\/intelligencecommunitynews.com\/#\/schema\/person\/590ba7108aa0716d32e55d198f757ff0"},"headline":"DataOps, The Pursuit of Simplicity","datePublished":"2020-02-03T14:56:14+00:00","dateModified":"2020-02-03T15:00:21+00:00","mainEntityOfPage":{"@id":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/"},"wordCount":1128,"commentCount":0,"publisher":{"@id":"https:\/\/intelligencecommunitynews.com\/#organization"},"image":{"@id":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/#primaryimage"},"thumbnailUrl":"https:\/\/intelligencecommunitynews.com\/wp-content\/uploads\/2020\/02\/data_general.jpg","keywords":["DataOps","IC Insider","metered","NT Concepts"],"articleSection":["IC Insiders"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/","url":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/","name":"DataOps, The Pursuit of Simplicity - Intelligence Community News","isPartOf":{"@id":"https:\/\/intelligencecommunitynews.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/#primaryimage"},"image":{"@id":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/#primaryimage"},"thumbnailUrl":"https:\/\/intelligencecommunitynews.com\/wp-content\/uploads\/2020\/02\/data_general.jpg","datePublished":"2020-02-03T14:56:14+00:00","dateModified":"2020-02-03T15:00:21+00:00","breadcrumb":{"@id":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/#primaryimage","url":"https:\/\/intelligencecommunitynews.com\/wp-content\/uploads\/2020\/02\/data_general.jpg","contentUrl":"https:\/\/intelligencecommunitynews.com\/wp-content\/uploads\/2020\/02\/data_general.jpg","width":800,"height":449},{"@type":"BreadcrumbList","@id":"https:\/\/intelligencecommunitynews.com\/dataops-the-pursuit-of-simplicity\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/intelligencecommunitynews.com\/"},{"@type":"ListItem","position":2,"name":"DataOps, The Pursuit of Simplicity"}]},{"@type":"WebSite","@id":"https:\/\/intelligencecommunitynews.com\/#website","url":"https:\/\/intelligencecommunitynews.com\/","name":"Intelligence Community News","description":"Breaking news about the market for products, systems and services for the U.S. intelligence community","publisher":{"@id":"https:\/\/intelligencecommunitynews.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/intelligencecommunitynews.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/intelligencecommunitynews.com\/#organization","name":"Intelligence Community News","url":"https:\/\/intelligencecommunitynews.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/intelligencecommunitynews.com\/#\/schema\/logo\/image\/","url":"https:\/\/intelligencecommunitynews.com\/wp-content\/uploads\/2017\/03\/ICN-news-pro-header.jpg","contentUrl":"https:\/\/intelligencecommunitynews.com\/wp-content\/uploads\/2017\/03\/ICN-news-pro-header.jpg","width":451,"height":180,"caption":"Intelligence Community News"},"image":{"@id":"https:\/\/intelligencecommunitynews.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/intelligencecommunitynews.com\/#\/schema\/person\/590ba7108aa0716d32e55d198f757ff0","name":"Loren Blinde","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b0de7fa0ff25c4ce2bb5919333760301b32a95302e9b864b00e77fa9a5fe25c9?s=96&d=https%3A%2F%2Fintelligencecommunitynews.com%2Fwp-content%2Fuploads%2F2013%2F10%2Fd6551e841da5a191a827b9934db91be6.jpg&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b0de7fa0ff25c4ce2bb5919333760301b32a95302e9b864b00e77fa9a5fe25c9?s=96&d=https%3A%2F%2Fintelligencecommunitynews.com%2Fwp-content%2Fuploads%2F2013%2F10%2Fd6551e841da5a191a827b9934db91be6.jpg&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b0de7fa0ff25c4ce2bb5919333760301b32a95302e9b864b00e77fa9a5fe25c9?s=96&d=https%3A%2F%2Fintelligencecommunitynews.com%2Fwp-content%2Fuploads%2F2013%2F10%2Fd6551e841da5a191a827b9934db91be6.jpg&r=g","caption":"Loren Blinde"},"url":"https:\/\/intelligencecommunitynews.com\/author\/loren-blinde\/"}]}},"jetpack_featured_media_url":"https:\/\/intelligencecommunitynews.com\/wp-content\/uploads\/2020\/02\/data_general.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/intelligencecommunitynews.com\/wp-json\/wp\/v2\/posts\/25545","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/intelligencecommunitynews.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/intelligencecommunitynews.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/intelligencecommunitynews.com\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/intelligencecommunitynews.com\/wp-json\/wp\/v2\/comments?post=25545"}],"version-history":[{"count":1,"href":"https:\/\/intelligencecommunitynews.com\/wp-json\/wp\/v2\/posts\/25545\/revisions"}],"predecessor-version":[{"id":25546,"href":"https:\/\/intelligencecommunitynews.com\/wp-json\/wp\/v2\/posts\/25545\/revisions\/25546"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/intelligencecommunitynews.com\/wp-json\/wp\/v2\/media\/25547"}],"wp:attachment":[{"href":"https:\/\/intelligencecommunitynews.com\/wp-json\/wp\/v2\/media?parent=25545"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/intelligencecommunitynews.com\/wp-json\/wp\/v2\/categories?post=25545"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/intelligencecommunitynews.com\/wp-json\/wp\/v2\/tags?post=25545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}