<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="https://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/"
     xmlns:media="http://search.yahoo.com/mrss/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:cf="https://www.futureplc.com/rss/content-flags"
>
    <channel>
                    <atom:link href="https://www.itpro.com/feeds/tag/big-data" rel="self" type="application/rss+xml" />
                            <title><![CDATA[ Latest from ITPro in Big-data ]]></title>
                <link>https://www.itpro.com/technology/big-data</link>
        <description><![CDATA[ All the latest big-data content from the ITPro team ]]></description>
                                    <lastBuildDate>Mon, 09 Feb 2026 06:00:00 +0000</lastBuildDate>
                            <language>en</language>
                                <item>
                                                            <title><![CDATA[ What is a vector database?  ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/technology/big-data/what-is-a-vector-database</link>
                                                                            <description>
                            <![CDATA[ Storing data as mathematical values provides critical functionality for ML and AI ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">biJbPSsFtFHcxjf2jpGdWL</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/j27KBd3UnvrmEGcCNVGgiB-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 09 Feb 2026 06:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Max Slater-Robins ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/j27KBd3UnvrmEGcCNVGgiB-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[An abstract digital generated image of multicoloured AI data labels and node connections in orange on top of an orange and purple cloud, against light blue background.]]></media:description>                                                            <media:text><![CDATA[An abstract digital generated image of multicoloured AI data labels and node connections in orange on top of an orange and purple cloud, against light blue background.]]></media:text>
                                <media:title type="plain"><![CDATA[An abstract digital generated image of multicoloured AI data labels and node connections in orange on top of an orange and purple cloud, against light blue background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/j27KBd3UnvrmEGcCNVGgiB-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In the enterprise world in 2026, vector databases are increasingly under discussion in the same breath as <a href="https://www.itpro.com/strategy/29606/what-is-the-semantic-web"><u>semantic search</u></a>,<a href="https://www.itpro.com/technology/artificial-intelligence/what-is-retrieval-augmented-generation-rag"><u> retrieval-augmented generation</u></a> (RAG), and other ‘AI-ready’ ways of finding and using information inside an organization.</p><p>The basic driver is straightforward: teams want systems that can retrieve results based on meaning, and similarity, rather than relying solely on exact keywords, rigid schemas, or purely structured querying.</p><p>To understand the sector, <em>ITPro</em> spoke to Devin Pratt, research director at IDC and Noel Yuhanna, VP and principal analyst at Forrester, about what a vector database actually is, where it fits compared to other enterprise options, and what organizations should weigh up. </p><p>Vector databases have gone from a specialist concept to a practical talking point for IT teams in fairly rapid fashion, largely because so many modern AI projects now depend on finding the right information quickly and reliably.</p><h2 id="what-is-a-vector-database-for">What is a vector database for?</h2><p>At its simplest, a vector database is a system designed to make “similarity” a first-class way of searching and retrieving data. </p><p>Instead of treating a query as a strict match, it returns items that are closest to what you asked for, based on how the underlying information is represented, making it particularly relevant for organizations dealing with large volumes of <a href="https://www.itpro.com/big-data-analytics/34532/structured-vs-unstructured-data-management"><u>unstructured data</u></a> – documents, support tickets, product catalogues, and so on – where the intent of a question matters.</p><p>“A vector database is designed to <a href="https://www.itpro.com/technology/artificial-intelligence/oracle-bets-on-vector-search-capabilities-to-drive-enterprise-ai-value">search by semantic meaning</a> rather than exact matches, making it fundamentally different from <a href="https://www.itpro.com/data-insights/31725/what-is-a-relational-database"><u>relational databases</u></a>, key-value stores, or search engines,” Yuhanna explains. </p><p>“Vector databases are built from the ground up to perform fast, large-scale similarity search using specialized indexing and vector embeddings,” he says. “It makes them especially suited for AI use cases like semantic search, RAG, and modern AI applications.” </p><h2 id="how-do-vector-databases-work">How do vector databases work?</h2><p>In practical terms, vector databases rest on the idea that content can be represented in a form that makes “closeness” measurable, so a system can return results that are similar to a query, even when the wording is different.</p><p>This setup is what enables meaning-based retrieval across messy, unstructured information, where a keyword search might miss useful context, or return too much noise.</p><p>The database’s job, then, is not just to store these representations, but to retrieve the nearest matches quickly enough to be useful in real applications. A major reason vector databases can do this at scale is indexing. As Pratt notes, vector databases “implement advanced indexing techniques like HNSW, PQ, or DiskANN to optimize similarity searches.” </p><p>The details vary by product, and that is where performance and cost trade-offs appear. </p><p>Yuhanna points out that “different products use a variety of indexing methods… which can have significant implications for query speed, accuracy, and efficiency depending on the workload.”</p><h2 id="what-can-you-use-a-vector-database-for">What can you use a vector database for?</h2><p>Most organizations look at vector databases when they need better retrieval over unstructured information. The common goal is to help people and systems find the most relevant material even when the query does not share the same wording as the source.</p><p>In that sense, vector databases are often less about 'adding AI' in the abstract and more about making search, discovery, and information access work properly at scale.</p><p>A related capability is combining similarity search with more traditional constraints, such as filtering by department, document type, customer segment, date range, or permissions. </p><p>Yuhanna argues that “The ability to perform hybrid searches that combine vector similarity with non-vector data, such as master data or metadata, will become essential for most enterprise use cases.”</p><p>Vector databases are often compared to <a href="https://www.itpro.com/cloud/367937/best-cloud-databases-in-2022"><u>relational databases</u></a>, key–value stores, and traditional search engines, but the more useful comparison is usually between a purpose-built vector database and a general-purpose platform with vector indexing.</p><p>In other words, the decision is not always “vector database or nothing” – it is whether vector search is central enough to justify adopting a dedicated system, or whether you can meet your needs within the database and operational model you already run.</p><p>Yuhanna is clear that a general-purpose approach can be sensible in the right circumstances: “A general-purpose database with a vector index is sufficient when vector search is secondary, data volumes are moderate, or the application needs to combine vector search with non-vector data to provide a broader context.”</p><h2 id="native-or-integrated-vector-databases">Native or integrated vector databases?</h2><p>In 2026, most organizations will encounter vector search in two broad forms. </p><p>The first is a purpose-built, native vector database, where similarity search is the core design goal. The second is an integrated approach, where vector indexing and query capabilities are added into a general-purpose platform, often to align data, <a href="https://www.itpro.com/security/privacy/ai-is-forcing-a-fundamental-shift-in-data-privacy-and-governance">governance</a>, and operations.</p><p>In practice, the right choice tends to depend less on ideology and more on what you are building, as well as how central vector search is to the application.</p><p>Pratt draws a clear line between the two options, noting that in a native approach “the vector store is purpose-built and optimized specifically for managing high-dimensional vectors,” while integrated platforms are increasingly common because teams want consolidation.</p><p>“Integrated vector databases are the clear platform of choice for storing and querying vector embeddings, as organizations favor unified, governed environments for <a href="https://www.itpro.com/technology/artificial-intelligence/practical-ai-the-age-of-agentic-ai">agentic AI</a>,” he adds.</p><p>More broadly, Pratt explains that vector search is increasingly paired with RAG as an embedded function within mainstream database architectures. </p><p>Pratt also makes the trade-off more concrete. Integrated options can “embed vector stores within a broader framework that combines traditional structured data management with vector processing capabilities”. </p><h2 id="vector-databases-pros-and-cons">Vector databases: Pros and cons</h2><p>In simple terms, the case for vector databases is strongest when an organization needs more effective retrieval across unstructured information, and when “similarity” is a better fit than strict matching.</p><p>Implementing this can unlock experiences where search feels less brittle, and where applications can pull back the most relevant context even when users do not phrase a question in the same way the source content was written. </p><p>In that sense, vector databases are often less about replacing existing systems and more about adding a capability that traditional services struggle with.</p><p>However, the trade-offs tend to appear after deployment, when systems move from a proof of concept to a service that has to meet performance, security, and operational expectations.</p><p>“The biggest risks organizations face after deployment typically include performance bottlenecks at scale, declining search relevance, insufficient data security controls, operational complexity, skills shortages, and a lack of clarity about what vector databases can deliver,” Yuhanna warns.</p><p>From Pratt’s perspective, governance concerns are also front of mind. </p><p>“Security vulnerabilities (26%) and data privacy breaches (24%) are the leading concerns when deploying agentic AI,” he says, which makes it important to treat vector search as an enterprise data problem, not just an experiment</p><h2 id="how-to-choose-and-deploy-safely">How to choose and deploy safely</h2><p>Choosing a vector database is rarely a matter of picking the “best” product in the abstract. Yuhanna urges leaders to filter by “security controls, governance capabilities, TCO, hybrid search, scalability, performance, customization options, and search relevance”. </p><p>He also cautions against over-simplifying the category: “Common misconceptions include assuming that all vector databases scale equally, that all can perform vector and non-vector searches in a single query, or that they all use the same vector indexing <a href="https://www.itpro.com/data-insights/30212/what-is-an-algorithm">algorithm</a>.”</p><p>Leaders keen to implement vector databases can also fall into the trap of focusing too much on the technology and not enough on assessing their specific organizational needs. </p><p>Pratt acknowledges this and warns that vector capability is easy to over-simplify during procurement: “The most misunderstood point is treating ‘vector support’ as a checkbox rather than validating fit across governance needs, indexing requirements, and performance at target scale.”</p><p>In practice, reducing risk means treating deployment as an ongoing operational discipline, rather than a one-off build. </p><p>“Companies mitigate these risks by implementing stronger security controls, continuously monitoring vector performance, managing the lifecycle of vector data, selecting appropriate indexing strategies, and focusing on specific, relevant use cases that vectors can support,” Yuhanna adds.</p><h2 id="vector-databases-in-2026-and-beyond">Vector databases in 2026 and beyond </h2><p>Over the next year and beyond, the most important change is likely to be less about a single breakthrough feature and more about convergence. </p><p>As mainstream database platforms add vector capabilities, and more teams try to run vector search alongside existing operational and analytical workloads, the category is starting to look less like a standalone niche and more like an expected part of the broader data stack.</p><p>Techniques such as <a href="https://www.itpro.com/technology/big-data/what-is-database-sharding-how-benefit-enterprise-it"><u>database sharding</u></a> will be used to partition datasets across nodes, for the faster, distributed similarity searches relied upon by tools such as <a href="https://www.itpro.com/technology/artificial-intelligence/practical-ai-the-age-of-agentic-ai"><u>AI agents</u></a>.</p><p>Both experts predict a convergence of native and integrated vector databases, with the core motivation being better support for AI deployment. But even as the market converges, Yuhanna argues the practical success factors will look familiar to anyone who has put a database into production. </p><p>“Enterprise-grade security, governance, and compliance, along with platforms that can scale automatically and reliably, will be critical to succeed.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What is database sharding and how does it benefit enterprise IT? ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/technology/big-data/what-is-database-sharding-how-benefit-enterprise-it</link>
                                                                            <description>
                            <![CDATA[ Implemented properly, database sharding can radically improve performance and scalability ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">aGtJuYNEdWyBwZFSiAfdE3</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/2UYM3k4bcX6huVPzuVzHuC-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 03 Feb 2026 12:45:13 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Venus Kohli ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/MDHLkwNFLuDTZe75iZQLSU.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Venus is a freelance technology writer specializing in IT, quantum physics, electronics, and among other technical fields. She holds a degree in Electronics and Telecommunications Engineering from Mumbai University, India. &lt;/p&gt;&lt;p&gt;Alongside &lt;em&gt;ITPro&lt;/em&gt;, Venus has written for brands including &lt;em&gt;TechTarget, &lt;/em&gt;Kigen, Wevolver, and Narrato.&lt;/p&gt;&lt;p&gt;With years of experience in writing for global media brands and IT companies, she enjoys translating complex content into engaging stories. When she’s not writing about the latest IT trends, Venus can be found tracking  enterprise trends or the newest processor in town.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/2UYM3k4bcX6huVPzuVzHuC-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A CGI illustration showing yellow server disks rotating around a central point to form a large circle, against a grey background.]]></media:description>                                                            <media:text><![CDATA[A CGI illustration showing yellow server disks rotating around a central point to form a large circle, against a grey background.]]></media:text>
                                <media:title type="plain"><![CDATA[A CGI illustration showing yellow server disks rotating around a central point to form a large circle, against a grey background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/2UYM3k4bcX6huVPzuVzHuC-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>As enterprises grow their operations and customer base, it can become more difficult to keep on top of the amount of data that needs to be stored and managed. In particular, the traditional database server can become a bottleneck when multiple users try to save, access, and retrieve data and in extreme circumstances the system might crash or deliver a compromised user experience. </p><p>Database sharding is the process of splitting a large database into multiple smaller, independent, and manageable databases distributed across multiple machines or nodes within an enterprise network. It exists to alleviate the problems that come with storing enterprise datasets, including big data.</p><p>"Picture a massive library split into separate rooms,” says Paul Done, field CTO Modernization at MongoDB, one of the largest database companies to implement sharding. </p><p>“Instead of cramming every book into one room, books are spread across different rooms. Finding what you need remains quick as the number of books increases over time, and there isn’t a single room that becomes overcrowded."</p><p>A typical database server stores data in multiple rows and columns. Each shard contains unique but interrelated rows and columns of data, which are always a subset of a larger database. </p><p>There are three components of shards:</p><ul><li><strong>Logical shard</strong>: a set of data that has been systematically partitioned into smaller units - the shard we just defined.</li><li><strong>Physical shard</strong>: the actual hardware that “physically” holds logical shards is known as a physical shard.</li><li><strong>Shard key:</strong> a field that determines how data is divided and distributed across shards.</li></ul><h2 id="business-benefits-of-sharding">Business benefits of sharding</h2><p>Databases can be scaled vertically and horizontally. Vertical scaling expands the capabilities of a single database server by using more memory, cloud storage, CPU power, and parallel processing. A vertically scaled database can handle large volumes of data.</p><p><strong>Horizontal scalability</strong>: Sharding can horizontally scale databases. Adding more shards, volume data handling, memory load distribution, and higher transaction throughput support horizontal scaling for big data and intensive deep learning workloads. </p><p><strong>Cost-cutting</strong>: Enterprises increase storage and computational power by spending a significant portion of their IT budgets. “For firms, database sharding is far more cost-effective than upgrading one large server, which at some point isn’t possible to go any further with,” Done explains.</p><p><strong>Improved response time</strong>: Even if a single database server tries to store large chunks of data, it can process a limited number of queries and return small amounts of data. By splitting the database into smaller parts, queries need to search fewer rows and columns. Query response times improve drastically, making it easier for enterprises to retrieve data.</p><p><strong>Fault tolerance</strong>: In <a href="https://www.itpro.com/business/data-and-insights/in-the-age-of-ai-leaders-need-scrap-monolithic-data-transformations"><u>monolithic</u></a> databases, hardware malfunction, software downtime, or even planned maintenance would limit database operations and availability. It results in a single point of failure (SPOF), a total service outage that compromises business continuity. Data sharding is built on a shared-nothing architecture, where each shard is an independent data block. Failure of a shard’s host node does not impact the entire database, which allows the rest of the database to remain functional for enterprise operations. </p><h2 id="how-to-perform-database-sharding">How to perform database sharding</h2><p>Database sharding isn’t a silver bullet, nor is it the method to use in every circumstance. “Sharding methods should be selected based on specific enterprise needs,” says Radoslaw Szulgo, senior product manager at database company Percona. In addition, the choice of shard keys affects the performance and scalability of database management systems.</p><p>Let’s consider a dataset: Customer_id, name, age, and city to understand sharding. </p><div ><table><tbody><tr><td class="firstcol " ><p><strong>Entry number</strong></p></td><td  ><p><strong>Customer ID</strong></p></td><td  ><p><strong>Name</strong></p></td><td  ><p><strong>Age</strong></p></td><td  ><p><strong>City</strong></p></td></tr><tr><td class="firstcol " ><p>1</p></td><td  ><p>1000</p></td><td  ><p>Jack</p></td><td  ><p>35</p></td><td  ><p>London</p></td></tr><tr><td class="firstcol " ><p>2</p></td><td  ><p>1001</p></td><td  ><p>Kim</p></td><td  ><p>28</p></td><td  ><p>Seoul </p></td></tr><tr><td class="firstcol " ><p>3</p></td><td  ><p>1002</p></td><td  ><p>Nick</p></td><td  ><p>43</p></td><td  ><p>Edinburgh</p></td></tr><tr><td class="firstcol " ><p>4</p></td><td  ><p>1003</p></td><td  ><p>Olivia</p></td><td  ><p>22</p></td><td  ><p>Mumbai</p></td></tr><tr><td class="firstcol " ><p>5</p></td><td  ><p>1004</p></td><td  ><p>George</p></td><td  ><p>31</p></td><td  ><p>San Diego</p></td></tr><tr><td class="firstcol " ><p>6</p></td><td  ><p>1005</p></td><td  ><p>Lily</p></td><td  ><p>26</p></td><td  ><p>Tokyo</p></td></tr><tr><td class="firstcol " ><p>7</p></td><td  ><p>1006</p></td><td  ><p>James</p></td><td  ><p>30</p></td><td  ><p>Chicago </p></td></tr><tr><td class="firstcol " ><p>…</p></td><td  ><p>…</p></td><td  ><p>…</p></td><td  ><p>…</p></td><td  ><p>…</p></td></tr><tr><td class="firstcol " ><p>5000</p></td><td  ><p>5999</p></td><td  ><p>Carol</p></td><td  ><p>32</p></td><td  ><p>Berlin</p></td></tr></tbody></table></div><h3 class="article-body__section" id="section-dynamic-sharding"><span>Dynamic sharding</span></h3><p>Also known as range-based sharding, dynamic sharding splits database rows into a range of values, based on any field from the database. By setting a predefined range, data from the larger database is split into shards. </p><p>The system starts with fewer shards. As entries increase, multiple shards appear. When a single shard becomes too large or busy for user queries, it automatically splits into two or more.</p><p>For example, shard A contains all customers from 1 to 5000. When shard A becomes busy, it splits into two shards, A1 containing customer entries from 1 to 2500, and A2 containing customer entries from 2501 to 5000.</p><p>The automatic splitting property and quick implementation make dynamic sharding an ideal choice for enterprises in industries with fast-moving, large-scale information such as healthcare and finance.  </p><h3 class="article-body__section" id="section-hashed-sharding"><span>Hashed sharding</span></h3><p>Hashed sharding is also known as algorithmic sharding because it applies an <a href="https://www.itpro.com/data-insights/30212/what-is-an-algorithm">algorithm</a>, known as the hash function, to the shard key in each row. The value returned by the hash function determines the number of shards and the assignment of entries. </p><p>For example, let’s suppose that the customer ID is the shard key. The hashing function can be Customer_ID % 4.</p><div ><table><tbody><tr><td class="firstcol " ><p><strong>Customer ID</strong></p></td><td  ><p><strong>Shard assignment</strong></p></td></tr><tr><td class="firstcol " ><p>1000</p></td><td  ><p>0</p></td></tr><tr><td class="firstcol " ><p>1001</p></td><td  ><p>1</p></td></tr><tr><td class="firstcol " ><p>1002</p></td><td  ><p>2</p></td></tr><tr><td class="firstcol " ><p>1003</p></td><td  ><p>3</p></td></tr><tr><td class="firstcol " ><p>1004</p></td><td  ><p>0</p></td></tr><tr><td class="firstcol " ><p>1005</p></td><td  ><p>1</p></td></tr><tr><td class="firstcol " ><p>1006</p></td><td  ><p>2</p></td></tr><tr><td class="firstcol " ><p>…</p></td><td  ><p>…</p></td></tr><tr><td class="firstcol " ><p>5999</p></td><td  ><p>3</p></td></tr></tbody></table></div><p>There will be four shards, numbered 0, 1, 2, and 3. The table shows the assignment of customer IDs 1000 and 1004 into shard A and so on. </p><p>"The most common sharding method we’ve seen at enterprises is 'hash-based' sharding because it reliably offers uniform data distribution,” Szulgo says.</p><h3 class="article-body__section" id="section-geolocation-sharding"><span>Geolocation sharding</span></h3><p>Geolocation sharding, used by large-scale multinational corporations, considers location as the shard key. Physical shards are geo-located. </p><div ><table><tbody><tr><td class="firstcol " ><p><strong>Name</strong></p></td><td  ><p><strong>City</strong></p></td><td  ><p><strong>Shard</strong></p></td></tr><tr><td class="firstcol " ><p>Jack</p></td><td  ><p>London</p></td><td  ><p>Europe</p></td></tr><tr><td class="firstcol " ><p>Kim</p></td><td  ><p>Seoul </p></td><td  ><p>Asia</p></td></tr><tr><td class="firstcol " ><p>Nick</p></td><td  ><p>Edinburgh</p></td><td  ><p>Europe</p></td></tr><tr><td class="firstcol " ><p>Olivia</p></td><td  ><p>Mumbai</p></td><td  ><p>Asia</p></td></tr><tr><td class="firstcol " ><p>George</p></td><td  ><p>San Diego</p></td><td  ><p>North America </p></td></tr><tr><td class="firstcol " ><p>Lily</p></td><td  ><p>Tokyo</p></td><td  ><p>Asia</p></td></tr><tr><td class="firstcol " ><p>James</p></td><td  ><p>Chicago </p></td><td  ><p>North America</p></td></tr><tr><td class="firstcol " ><p>…</p></td><td  ><p>…</p></td><td  ><p>…</p></td></tr><tr><td class="firstcol " ><p>Carol</p></td><td  ><p>Berlin</p></td><td  ><p>Europe</p></td></tr></tbody></table></div><p>As data is stored near the customer location, <a href="https://www.itpro.com/infrastructure/networking/is-latency-always-important"><u>latency</u></a> and <a href="https://www.itpro.com/business/policy-and-legislation/governance-risk-and-compliance-is-a-major-growth-opportunity-but-how-will-the-market-develop"><u>compliance</u></a> risks remain low. Due to extensive use in certain regions, some shards can become overloaded while others in less active locations remain near empty. These ‘data hotspots’ limit the ability of sharded databases to perform load balancing and run fast queries.</p><p>To get around this, enterprises can further divide popular locations into distinct shards, or fine-tune the distribution of shard keys.</p><p>Shard keys must have high cardinality, which are unique values that facilitate even distribution of data. Another factor is the frequency of the shard key, which defines how often a value appears in a database. The frequency of a shard key must not be too high or low, but balanced. </p><h2 id="enterprise-strategy-sharding-with-partitioning-and-replication">Enterprise strategy: sharding with partitioning and replication</h2><p>Data replication maintains identical copies across multiple physical nodes in the enterprise network. When data replication is implemented with sharding, each shard is a replica set so that if one shard becomes unavailable, the database remains functional. Due to replication, shards that run on multiple nodes are consistent with a similar schema or design. Hence, data can be retrieved from another shard. </p><p>Data partitioning is another database management strategy that divides data into manageable segments, known as partitions. The difference between partitioning and sharding is that partitioning runs on the same database server while shards run on different servers and machines. Enterprises implement partitioning for databases that handle a high volume of read operations, whereas sharding is used for write operations.</p><p>Enterprises implement partitioning for databases that handle a high volume of read operations, whereas sharding is used for write operations. Done properly, they can work in tandem to radically improve performance. But enterprises need to carefully consider their data architecture and implementation lest they accidentally overcomplicate systems and introduce data silos.</p><p>"Frequent queries and cross-system requests require intricate coordination, sometimes leading to ungoverned local copies and security risks,” explains Tom Peirson-Webber, VP Engineering at Harbr Data.</p><p>"The solution is architectural – centralizing access and governance while keeping storage distributed.”</p><p>Enterprises need to consider whether their database is large enough to be sharded. Big data, in the order of multiple terabytes and petabytes, must be sharded because vertical scaling would exhaust <a href="https://www.itpro.com/broadband/30274/what-is-bandwidth">bandwidth</a> and increase latency. The overhead of managing multiple complex database partitions would burn CapEX. </p><p>Database sharding can lower latency radically, but the architecture needs a router to check multiple shards to return queries. Higher volume may burden routers in communicating with multiple shards and collecting data. This results in query overload and increased workload on a single physical node. </p><p>While growing databases call for high computational power, operational overhead, and increased costs, database sharding improves data storage patterns and contributes to effective big data management.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ UK channel partners to increase data-driven innovation for growth in 2026  ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/technology/big-data/uk-channel-partners-to-increase-data-driven-innovation-for-growth-in-2026</link>
                                                                            <description>
                            <![CDATA[ The latest research from Westcon-Comstor has revealed that almost half of UK channel firms plan to invest in data-led offerings over the coming year ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">JM9XEf8WU7oUAyyqNvrK8W</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/NpxpFqwAS5keGwNzDknpE-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 12 Jan 2026 16:42:03 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (Daniel Todd) ]]></author>                    <dc:creator><![CDATA[ Daniel Todd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SRyC34qeLpNDj3dJtsVDhT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/NpxpFqwAS5keGwNzDknpE-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Digital generated image of abstract flowing data made out of numbers and glowing blue and red splines moving away from camera on black background.]]></media:description>                                                            <media:text><![CDATA[Digital generated image of abstract flowing data made out of numbers and glowing blue and red splines moving away from camera on black background.]]></media:text>
                                <media:title type="plain"><![CDATA[Digital generated image of abstract flowing data made out of numbers and glowing blue and red splines moving away from camera on black background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/NpxpFqwAS5keGwNzDknpE-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>UK channel partners are prioritizing data-driven innovation in their quest for new growth in 2026, according to the latest research from tech distribution giant Westcon-Comstor.</p><p>As part of its Future Ready program, the company recently quizzed 500 IT strategy decision makers and influencers at partner organizations in the UK, Spain, UAE, Australia, and Singapore on their latest channel priorities.</p><p>The results revealed that almost half (47%) of UK firms plan to invest in <a href="https://www.itpro.com/business-strategy/data-insights/369366/taking-a-design-led-data-driven-approach-to-experience">data-led</a> offerings to help drive new opportunities and increase profitability over the coming year, outpacing the global average of 40%.</p><p>Additionally, 24% of UK respondents view data-driven consulting services as the single most promising revenue stream arising from digital transformation.</p><p>This heightened focus on data edged out other priorities such as market expansion and pivoting to managed services or subscription models, the distributor revealed.</p><p>"UK channel partners are leading the charge on <a href="https://www.itpro.com/technology/artificial-intelligence/maximize-your-data-insights-with-ai">data-driven innovation</a>, with nearly half prioritising analytics to fuel growth in 2026," commented Rene Klein, Westcon-Comstor's executive vice president for Europe. "It's a clear sign that the UK market is setting the pace for smarter, insight-led strategies that unlock new opportunities and deliver real competitive advantage."</p><h2 id="real-time-data">Real-time data</h2><p>Across all five countries surveyed, a majority of partners were found to already be leveraging real-time data to drive customer experience improvements and inform their business decisions.</p><p>Top applications include tracking customer behaviour and preferences (57%), refining marketing and sales strategies (50%), followed by identifying market trends (42%).</p><p>Westcon-Comstor said the findings coincide with increased adoption of its own analytics-driven sales program, Intelligent Demand (ID), which uses predictive analytics to drive growth, customer value improvements, as well as scope new markets for partners and vendors.</p><p>During 2025, Intelligent Demand supported more than 1,200 channel campaigns – up from 540 the previous year and marking a 132% year-on-year increase.</p><p><strong>'Critical driver'</strong></p><p>Commenting on the findings, Atul Damani, Westcon-Comstor's chief data officer said that data-driven innovation has become "embedded as a critical driver" of <a href="https://www.itpro.com/business/business-strategy/ai-is-now-vital-to-msp-growth-but-adoption-challenges-could-hamper-success">AI growth</a> and differentiation across the channel.</p><p>"In the era of lifecycle selling, leveraging AI-powered data and analytics can enable partners to save time, uncover highly targeted sales opportunities, and focus their energy on where they'll get results," he explained.</p><p>"As channel evolution accelerates, the importance of data will only grow, and at Westcon-Comstor, we feel distribution has a vital role to play in ensuring partners are equipped with the insights and capabilities they need to thrive."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ IBM is targeting 'quantum advantage' in 12 months – and says useful quantum computing is just a few years away ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/technology/big-data/ibm-is-targeting-quantum-advantage-in-12-months-and-says-useful-quantum-computing-is-just-a-few-years-away</link>
                                                                            <description>
                            <![CDATA[ Leading organizations are already preparing for quantum computing, which could upend our understanding of linear mathematical problems ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ocCui2k6MVPcpPf4U8LHES</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/UnQMyk4c2W9CEnH6aTa34g-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 17 Nov 2025 09:25:08 +0000</pubDate>                                                                                                                                <updated>Mon, 17 Nov 2025 09:43:19 +0000</updated>
                                                                                                                                            <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ rory.bathgate@futurenet.com (Rory Bathgate) ]]></author>                    <dc:creator><![CDATA[ Rory Bathgate ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LFPWMoCGDVHowHbMpHJZkU.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Rory Bathgate is the Features and Multimedia Editor at ITPro, overseeing all in-depth content and case studies. He is a subject expert on artificial intelligence and business networks but in his time at ITPro has also covered a wide range of areas including cyber security and hardware. Throughout his time at ITPro, Rory has charted the rise in popularity of generative AI and specifically companies such as Microsoft, OpenAI, and Google. &lt;/p&gt;&lt;p&gt;Alongside this, he has delved into increasing calls for ethical and responsible AI as global legislators circle the technology, as well as the latest in mobile networking technology, from 5G mmWave to the 3G sunset and how it will affect businesses.&lt;/p&gt;&lt;p&gt;He has provided coverage from high-profile tech conferences such as Dell Technologies World, SuiteWorld, and VMware Explore Europe. His on-the-ground coverage has included live blogs, extensive daily coverage of the most significant announcements, analysis pieces, and podcasts.&lt;/p&gt;&lt;p&gt;Indeed, Rory is also a full-time co-host of the ITPro Podcast alongside Jane McCallion, where he swaps a keyboard for a microphone to discuss the latest learnings in tech. Each week, a guest comes onto the show to discuss topics such as cyber security, productivity, or digital transformation in detail.&lt;/p&gt;&lt;p&gt;Rory has an MA in Eighteenth-Century Studies from King’s College London, as well as a BA in English and American Literature from the University of Kent. He joined ITPro in 2022 as a graduate, after four years in student journalism.&lt;/p&gt;&lt;p&gt;In his free time, Rory enjoys photography and video editing, and can often be found at the cinema or reading a good science fiction paperback.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/UnQMyk4c2W9CEnH6aTa34g-1280-80.jpg">
                                                            <media:credit><![CDATA[ITPro/Rory Bathgate]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[IBM Quantum System One display pictured at the company&#039;s London headquarters. ]]></media:description>                                                            <media:text><![CDATA[IBM Quantum System One display pictured at the company&#039;s London headquarters. ]]></media:text>
                                <media:title type="plain"><![CDATA[IBM Quantum System One display pictured at the company&#039;s London headquarters. ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/UnQMyk4c2W9CEnH6aTa34g-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.itpro.com/tag/ibm">IBM</a> predicts it will reach “quantum advantage” in the next 12 months, meaning the time at which quantum algorithms can begin to complement traditional computing for widespread benefits.</p><p>The technology giant has been working on <a href="https://www.itpro.com/technology/31818/what-is-quantum-computing">quantum computing</a> for decades, but in recent years has signaled that quantum computers that can deliver tangible benefits to businesses are just around the corner.</p><p>Further, the firm predicts return on investment (ROI) in quantum across select industries within the next three to five years.</p><p>For example, HSBC has partnered with IBM to develop a new <a href="https://www.itpro.com/strategy/28071/what-is-machine-learning"><u>machine learning (ML)</u></a> model for trades, with the intention of improving its margin via better predictions of buying and selling prices.</p><p>IBM took a year’s worth of HSBC’s data and applied a quantum algorithm for ‘feature selection’, a process that highlights the most relevant aspects of a dataset to improve model performance.</p><p>In tests, IBM and HSBC tracked a 34% increase in successful trades. </p><p>At a briefing on the breakthroughs, Adam Hammond, business leader at IBM Quantum EMEA, told assembled media that the model is not yet in production and still needs more training.</p><p>Nevertheless, it acts as a tangible example of how quantum algorithms could improve business performance. Outside of banking, Hammond said IBM is hoping to apply quantum computing to a wide range of sectors.</p><p>His team is working with Moderna on mRNA vaccines, the Wellcome Sanger Institute on genomics, Boeing on surface chemistry, and Bosch on superconducting hardware, as well as organizations in the farming, life sciences, and electric vehicles sectors.</p><h2 id="a-seismic-shift-in-compute-complexity">A seismic shift in compute complexity</h2><p>At the center of IBM’s latest quantum roadmap is Nighthawk, its new quantum processor which can process up to 120 qubits linked together for a 30% overall increase in complexity. </p><p>“One of the key factors in getting to quantum advantage and to useful quantum is being able to fit the size of your problem into the capabilities of the machine that's running it,” Hammond explained. </p><p>IBM measures quantum performance in ‘operations per circuit’ (OPC), with today’s chips capable of 5,000 OPC. The Nighthawk chip will use these 5,000 operations more efficiently, Hammond explained, providing a boost in the complexity of tasks that Nighthawk can complete.</p><p>On a technical level, IBM has unlocked this capability by moving from a chip layout in which each qubit was entangled with two or three others to one where each qubit is reliably entangled with four qubits. </p><p>Hammond noted that this new configuration could lead to breakthroughs in chemistry in particular, as its lattice-like structure mirrors the makeup of the chemical world.</p><p>By 2028, IBM believes it will be able to reach 15,000 OPC, tackling problems three times larger than today’s. The next year, in 2029, it is targeting full quantum fault tolerance, at which point its quantum systems will be able to produce reliable results.</p><p>The company said it will achieve this with its new large-scale Starling quantum computer, powered by its Loon chip, which will represent a seismic leap forward for the quantum sector. </p><p>It’s aiming for this system to run at 100 million OPC, the computational equivalent of one quindecillion of the world’s most powerful supercomputers – a one followed by 48 zeroes.</p><p>When <em>ITPro </em>asked Hammond to explain what this would mean for the 2030s, he explained that it was incredibly difficult to predict the future.</p><p>“Three years ago, the largest machine we had was 27 qubits – you can simulate a 27 qubit machine on your laptop,” he said.</p><p>“It's only when you get above 100 qubits that actually you can't even simulate that on the largest supercomputer in the world. In fact, actually, if you network them all together, you wouldn't be able to simulate it. </p><p>“So the hardware has made a really dramatic increase in capability in the last three years. Three years ago, I wasn't talking about real use cases with clients. We were talking about doing experimentation. Now we're really actively exploring real use cases in preparation for machines being large enough to run those in production.”</p><p>Despite this, Hammond was resolute that classical computers and AI algorithms will continue to play a huge role in the future of computing. This is because quantum computers are best suited to complex, linear equations – and worse at tasks that today’s computers excel at.</p><p>“So in the same way a GPU solves matrix algebra, what a quantum computer does is it solves complex sets of linear equations – and it so happens that that's something that classical computers really aren't very good at doing,” he said. </p><p>“So optimization tasks actually simulating nature at a sort of a molecular level, is a complex set of linear equations, linear algebra, if you're doing computational fluid dynamics. So I think what will happen is that some of those tasks that we currently use super computers to do today may well get offloaded to quantum processes.</p><p>“But that's all quantum machines do. You're never going to have Excel running on a quantum processor – you might have a particular bit of maths in your Excel spreadsheet that a quantum processor can help you with, but they're never going to replace it.”</p><p>Going forward, IBM is also looking at how these complex quantum algorithms can be integrated in existing enterprise architectures.</p><p>Hammond said in the case of HSBC, it would need to consider how its machine learning model for trading could be made to follow its checks for security, privacy, performance, and resilience.</p><h3 class="article-body__section" id="section-more-from-itpro"><span>MORE FROM ITPRO</span></h3><ul><li><a href="https://www.itpro.com/technology/future-proofing-cybersecurity-understanding-quantum-safe-ai-and-how-to-create-resilient-defences">Understanding quantum-safe AI and how to create resilient defenses</a></li><li><a href="https://www.itpro.com/technology/preparing-for-the-quantum-revolution">Preparing for the quantum revolution</a></li><li><a href="https://www.itpro.com/business/post-quantum-cryptography-is-now-top-of-mind-for-cybersecurity-leaders">Post-quantum cryptography is now top of mind for security leaders</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ SAP and Google Cloud unveil new open data offering ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/technology/big-data/sap-and-google-cloud-unveil-new-open-data-offering</link>
                                                                            <description>
                            <![CDATA[ The expanded partnership aims to help “break down barriers” between disparate systems and enable enterprises to view their entire data estates in real time ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">hVFWGFbkTbzWspKHAMhPSA</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/qW8XpXnf8qX5dycPKRfWxm-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 12 May 2023 11:00:15 +0000</pubDate>                                                                                                                                <updated>Mon, 15 May 2023 10:55:52 +0000</updated>
                                                                                                                                            <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Daniel Todd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SRyC34qeLpNDj3dJtsVDhT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/qW8XpXnf8qX5dycPKRfWxm-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[SAP and Google Cloud logos appearing on same image that&#039;s split diagonally, with one logo in each half of the image]]></media:description>                                                            <media:text><![CDATA[SAP and Google Cloud logos appearing on same image that&#039;s split diagonally, with one logo in each half of the image]]></media:text>
                                <media:title type="plain"><![CDATA[SAP and Google Cloud logos appearing on same image that&#039;s split diagonally, with one logo in each half of the image]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/qW8XpXnf8qX5dycPKRfWxm-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>SAP and Google Cloud have expanded their partnership to include a comprehensive new open data offering, designed to simplify data landscapes and help enterprises view their entire data estates in real time.</p><p>The new integration will help customers build an end-to-end data cloud that pulls together data from across the enterprise landscape using both SAP Datasphere and Google’s data cloud, without the risk of duplication.</p><p>By combining critical business data – such as supply chain information, financial forecasting, and human resources records - with non-SAP data from Google Cloud, organizations can leverage a “fully-defined data foundation”, the long-time tech collaborators said.</p><p>In an announcement, Christian Klein, CEO and member of the executive board of SAP SE, said the development introduces “entirely new opportunities” for organizations to “derive more value from their full data footprints”. </p><p>“SAP and Google Cloud share a commitment to open data and our extended partnership will help break down barriers between data stored in disparate systems, databases, and environments,” he said.</p><p>“Our customers not only benefit from the business AI already built into our systems, but also from a unified data foundation.”</p><p>This disparate business data is pulled together using SAP Datasphere and sent to Google Cloud’s fully managed, serverless data warehouse offering <a href="https://www.itpro.com/cloud/cloud-computing/369289/google-cloud-makes-significant-bigquery-upgrade-in-pursuit-of"><u>BigQuery</u></a>, where users can perform further analysis.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="pXT8vPBnFRXHG59Sn5XA6U" name="Four steps to better business decisions_listing.jpg" caption="" alt="Whitepaper cover with title next to  an image of female wearing glasses sat on orange sofa" src="https://cdn.mos.cms.futurecdn.net/pXT8vPBnFRXHG59Sn5XA6U.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: IBM)</span></figcaption></figure><p class="fancy-box__body-text"><strong>Four steps to better business decisions</strong></p><p class="fancy-box__body-text"><em>Determining where data can help your business</em></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/data-mining/369854/four-steps-to-better-business-decisions"><strong>DOWNLOAD FOR FREE</strong></a></p></div></div><p>That includes actioning queries to blend data from both SAP and non-SAP software, eliminating common data siloes from various sources across the likes of marketing, sales, finance, and the supply chain.</p><p>Additionally, users can generate trusted insights using Google Cloud’s <a href="https://www.itpro.com/strategy/28181/what-is-ai"><u>artificial intelligence (AI)</u></a> and <a href="https://www.itpro.com/strategy/28071/what-is-machine-learning"><u>machine learning (ML)</u></a> services to train data models from both SAP and non-SAP systems, as well as perform advanced analysis to explore financial and business outcomes.</p><p>“SAP and Google Cloud now offer an incredibly comprehensive and open data cloud, providing a foundation for the future of enterprise AI,” said Thomas Kurian, Google Cloud CEO. “Few resources are as important to digital transformation as data. </p><p>“By deeply integrating SAP data and systems with our data cloud, customers will be able to utilize our analytics capabilities, as well as advanced AI tools and large language models to find new insights from their data.”</p><p>The companies also revealed they plan to partner on joint <a href="https://www.itpro.com/business-strategy/31699/what-is-a-gtm-strategy"><u>go-to-market initiatives</u></a> for enterprises’ largest data projects, enabling customers to adopt data products from both SAP and Google Cloud.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Gartner: Data analytics teams failing to deliver benefits despite rising budgets ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business/business-strategy/370305/gartner-data-analytics-teams-failing-deliver-benefits-rising-budgets</link>
                                                                            <description>
                            <![CDATA[ Human-related challenges, such as lack of talent, were highlighted as key impediments to data strategy success ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">2L8p5rAzkKmNS5Sv4mDnEg</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Prunzt2EWPr6QsKQo7BVE4-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 22 Mar 2023 11:23:14 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Ross Kelly ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/Y5vrV2V98Np6jHAGmAtCd3.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Prunzt2EWPr6QsKQo7BVE4-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Business management strategy]]></media:description>                                                            <media:text><![CDATA[Business management strategy]]></media:text>
                                <media:title type="plain"><![CDATA[Business management strategy]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Prunzt2EWPr6QsKQo7BVE4-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Less than half of data and analytics (D&A) leaders believe their team is effectively delivering value to their organisation.</p><p>A survey of more than 500 D&A leaders globally found that just 44% reported their teams are unlocking tangible long-term benefits for their firms despite rising budgets and growing expertise. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/chief-data-officer-cdo/370082/role-of-the-chief-data-officer-cdo-evolve" data-original-url="/business-strategy/chief-data-officer-cdo/370082/role-of-the-chief-data-officer-cdo-evolve">How the role of the chief data officer (CDO) will evolve in 2023</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/data-insights/367519/in-unpredictable-times-a-data-strategy-is-key" data-original-url="/business-strategy/data-insights/367519/in-unpredictable-times-a-data-strategy-is-key">In unpredictable times, a data strategy is key</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/data-insights/369275/data-science-vs-data-analytics-which-field-is-right-for-you" data-original-url="/business-strategy/data-insights/369275/data-science-vs-data-analytics-which-field-is-right-for-you">Data science vs data analytics: Which field is right for you?</a></p></div></div><p>D&A budgets have risen steadily as organisations seek to deliver greater value from data, streamline operations, and enhance operational agility. The mean D&A budget now stands at $5.41 million (£4.4 million), the research from Gartner found, while 44% of D&A teams also increased in size over the last year. </p><p>However, while rising budgets reflect increasing confidence in the data function, this is placing additional pressure to deliver impactful results, resulting in a negative impact on both teams and leaders, said Donna Medeiros, senior director analyst at Gartner. </p><p>“The demands being placed upon D&A, as well as increased investment, reflect a growing confidence in CDAO’s abilities and recognition of the data office as an indispensable business function,” she said. </p><p>“However, this leads to more work as pressure grows for D&A to achieve tangible business results.” </p><p>Gartner’s study found that D&A functions are receiving increased investment across a range of areas. Nearly two-thirds (65%) of leaders reported increased investment in <a href="https://www.itpro.com/data-insights/data-management/369283/magic-quadrant-for-master-data-management-solutions" data-original-url="https://www.itpro.com/data-insights/data-management/369283/magic-quadrant-for-master-data-management-solutions">data management</a> while 63% and 60% reported investment in <a href="https://www.itpro.com/policy-legislation/data-governance/369834/building-a-data-governance-strategy" data-original-url="https://www.itpro.com/policy-legislation/data-governance/369834/building-a-data-governance-strategy">data governance</a> and advanced analytics capabilities respectively. </p><h2 id="growing-responsibilities-present-challenges">Growing responsibilities present challenges</h2><p>Chief data and analytics officers (CDAOs) now find themselves tasked with an expanding range of responsibilities within their organisation, Gartner found. </p><p>60% said they are now responsible for defining and <a href="https://www.itpro.com/business-strategy/data-insights/367519/in-unpredictable-times-a-data-strategy-is-key" data-original-url="https://www.itpro.com/business-strategy/data-insights/367519/in-unpredictable-times-a-data-strategy-is-key">implementing data strategies</a>, with 59% also taking responsibility for oversight of said strategies. </p><p>Management of data-driven culture change was also a key responsibility highlighted by 54% of respondents. </p><p>This widening array of responsibilities means that some CDAOs are struggling to meet increasingly complex leadership demands, however. </p><p>Leaders that committed time to their own professional development were found to be far more effective than those who did not, highlighting the critical need for continual learning and evolution to accommodate the changing demands of the role. </p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="g2Uwn8NVanGCyWdKQ7MYeW" name="g2Uwn8NVanGCyWdKQ7MYeW.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/g2Uwn8NVanGCyWdKQ7MYeW.png" mos="https://cdn.mos.cms.futurecdn.net/g2Uwn8NVanGCyWdKQ7MYeW.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Innovation to boost productivity and provide better data insights</strong></p><p class="fancy-box__body-text">Dell Technologies continuously modern storage</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/big-data/370148/innovation-to-boost-productivity-and-provider-better-data-insights" data-original-url="/data-insights/big-data/370148/innovation-to-boost-productivity-and-provider-better-data-insights">FREE DOWNLOAD</a></p></div></div><p>Nearly half (43%) of “top-performing” D&A leaders reported increased effectiveness in both their own ability and the broader team by committing time to professional development, compared with just 19% of “low performers”. </p><p>“Successful CDAOs must be elite leaders,” said Alan Duncan, distinguished VP analyst at Gartner. “Top-performing CDAOs invest in their success by developing skills to thrive in ambiguous circumstances, articulate compelling value stories and identify D&A products, and services that can drive business impact.” </p><h2 id="human-related-challenges-to-success">Human-related challenges to success </h2><p>Difficulty meeting the complexity of demands placed on D&A teams is being exacerbated by an acute shortage of talent, Gartner noted. </p><p>More than one-third (39%) said that a <a href="https://www.itpro.com/business-strategy/careers-training/362063/digital-transformation-projects-failing-lack-of-talent" data-original-url="https://www.itpro.com/business-strategy/careers-training/362063/digital-transformation-projects-failing-lack-of-talent">lack of available talent</a> had become a major impediment to success in the data function. </p><p>In fact, the top six key roadblocks for D&A leaders were all human-related challenges, including poor <a href="https://www.itpro.com/data-insights/business-intelligence-bi/359541/data-literacy-problem-financial-services" data-original-url="https://www.itpro.com/data-insights/business-intelligence-bi/359541/data-literacy-problem-financial-services">data literacy</a> across the broader organisation and culture change acceptance. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Robotic process automation ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business-strategy/automation/369933/robotic-process-automation</link>
                                                                            <description>
                            <![CDATA[ A no-hype buyer's guide ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">c3KAoS1Cvr8TFhV6nC6Hfp</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/niZYfCmv6aTP9mVTXWpppf-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 25 Jan 2023 11:30:10 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/niZYfCmv6aTP9mVTXWpppf-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with topic matrix below an image of a building construction with support beams between floors ]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with topic matrix below an image of a building construction with support beams between floors ]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with topic matrix below an image of a building construction with support beams between floors ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/niZYfCmv6aTP9mVTXWpppf-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Automation can enable greater efficiencies for organisations, with streamlined processes and better experiences for both users and customers. On the journey to digital improvements, there are a few business options that offer different advantages, benefits, and drawbacks.</p><p>This guide is designed to help purchasers of robotic process automation (RPA) technology make a more informed decision. It explains the benefits and limitations of RPA, where it fits in the automation landscape and how to choose the right level of RPA.</p><p>Read this guide for tips for choosing the right RPA provider and how to get started.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="rQy9MUeL7vDLefQJcJuEZZ" name="" alt="IBM logo" src="https://cdn.mos.cms.futurecdn.net/rQy9MUeL7vDLefQJcJuEZZ.png" mos="https://cdn.mos.cms.futurecdn.net/rQy9MUeL7vDLefQJcJuEZZ.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="high" data-lazy-src="https://dennis.cvtr.io/forms/49900/ibm-q1-2023-robotic-process-automation-a-nohype-buyers-guide?locale=1&p=false&wp=10734"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The increasing need for environmental intelligence solutions ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business-strategy/sustainability/369930/the-increasing-need-for-environmental-intelligence</link>
                                                                            <description>
                            <![CDATA[ How sustainability has become a major business priority and is continuing to grow in importance ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jRXQG9n6SZCXzDoTDFXnLD</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/mNNpk9EegHiXhYhxXkVa7G-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 25 Jan 2023 10:57:45 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/mNNpk9EegHiXhYhxXkVa7G-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with title and contributor image over a photo of green trees]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with title and contributor image over a photo of green trees]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with title and contributor image over a photo of green trees]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/mNNpk9EegHiXhYhxXkVa7G-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Sustainability has a become a business imperative for organisations globally, with business leaders increasingly needing comprehensive data intelligence suites that can address sustainability issues more holistically.</p><p>This recent IDC paper examines how sophisticated technology trends can process data from various sources, curate it, and translate it into usable formats that meet the requirements for standardised, quantitative, metrics-driven ESG information.</p><p>Download now to realise the full value of sustainable intelligence solutions.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="rQy9MUeL7vDLefQJcJuEZZ" name="" alt="IBM logo" src="https://cdn.mos.cms.futurecdn.net/rQy9MUeL7vDLefQJcJuEZZ.png" mos="https://cdn.mos.cms.futurecdn.net/rQy9MUeL7vDLefQJcJuEZZ.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49900/ibm-q1-2023-en?locale=1&p=false&wp=10759"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Automate security intelligence with IBM Security QRadar SIEM ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/security/369799/automate-security-intelligence-with-ibm-security-qradar-siem</link>
                                                                            <description>
                            <![CDATA[ Simplify and improve threat detection, investigation and response with reducing overheads ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">it22DtURa1QUHyVvirJcp5</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/LTMrgEvSNMdUH7gB9RYH7b-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 05 Jan 2023 11:01:38 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/LTMrgEvSNMdUH7gB9RYH7b-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with title, logo on black header banner, and bar graphs]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with title, logo on black header banner, and bar graphs]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with title, logo on black header banner, and bar graphs]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/LTMrgEvSNMdUH7gB9RYH7b-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Research from the Enterprise Strategy Group (ESG) reveals that IT professionals struggle to identify the most valuable data available to them, so priority investments include the centralisation of data with increased security controls, as well as comprehensive analytics to identify complex attacks. As a solution, organisations are investing in SIEM infrastructure but admit they find it difficult to manage it effectively.</p><p>In this technical product review of IBM Security QRadar SIEM, ESG makes several observations, including QRadar's ability to prioritise events, lower costs, integrate with both IBM and 3rd party solutions, and more.</p><p>Download the full report for more details and how to overcome the most challenging attributes of SIEM for your business.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="rQy9MUeL7vDLefQJcJuEZZ" name="" alt="IBM logo" src="https://cdn.mos.cms.futurecdn.net/rQy9MUeL7vDLefQJcJuEZZ.png" mos="https://cdn.mos.cms.futurecdn.net/rQy9MUeL7vDLefQJcJuEZZ.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49900/ibm-q1-2023-en?locale=1&p=false&wp=10659"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 2022 Magic Quadrant for data integration tools ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business-strategy/data-insights/369569/2022-magic-quadrant-for-data-integration-tools</link>
                                                                            <description>
                            <![CDATA[ Using research to evaluate suitable vendors for their existing and upcoming data integration use cases ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">eDcApok2jNsCc2UCgeG314</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/D5hMvexLRr9gCNnmppmmEG-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 22 Nov 2022 15:14:56 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/D5hMvexLRr9gCNnmppmmEG-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with title and text below a black header banner]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with title and text below a black header banner]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with title and text below a black header banner]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/D5hMvexLRr9gCNnmppmmEG-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The data integration tools market is seeing renewed momentum driven by requirements for multi-cloud and hybrid data integration and data fabric design patterns. Data and analytics leaders should use this research to evaluate suitable vendors for their existing and upcoming data integration use cases.</p><p>This whitepaper evaluates the core capabilities and functional requirements of current data integration tool vendors, ensuring they can offer organisations consistent access and delivery of data across a variety of data sources.</p><p>Download now to learn how the vendors measure up and why IBM is considered a leader in this field.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="rQy9MUeL7vDLefQJcJuEZZ" name="" alt="IBM logo" src="https://cdn.mos.cms.futurecdn.net/rQy9MUeL7vDLefQJcJuEZZ.png" mos="https://cdn.mos.cms.futurecdn.net/rQy9MUeL7vDLefQJcJuEZZ.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49813/ibm-q4-2022-gartner-magic-quadrant-for-data-integration?locale=1&p=false&wp=10542"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Appian Europe: 'Our data fabric system offers features unavailable anywhere else' ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/cloud/369525/appian-europe-2022-data-fabric-system-features-unavailable-anywhere-else</link>
                                                                            <description>
                            <![CDATA[ The cloud firm says its updated system gives customers more control over their data than ever before, while retaining its low-code pedigree ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">deqGQPv5tvcWckc6yzLhm8</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/dTVtks44KUseawJpWpQZfP-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 16 Nov 2022 13:21:20 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rory Bathgate ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/DnNrFxEA7RRECVgFxXR4V7.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/dTVtks44KUseawJpWpQZfP-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A screen showing the logo for Appian Europe 2022]]></media:description>                                                            <media:text><![CDATA[A screen showing the logo for Appian Europe 2022]]></media:text>
                                <media:title type="plain"><![CDATA[A screen showing the logo for Appian Europe 2022]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/dTVtks44KUseawJpWpQZfP-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Cloud computing firm Appian has championed its newly-released Appian Data Fabric system, claiming the system's real-time read/write feature offers capabilities that aren't offered by any competing vendor.</p><p>In the keynote that opened its annual Appian Europe conference, the system, which launched as part of <a href="https://appian.com/blog/2022/appian-22-4--codeless-data-fabric-plus-better-portals-devops-process-mining-security.html">Appian 22.4</a> last week, was the central talking point. The solution combines the automation and <a href="https://www.itpro.com/software/development/367576/low-code-vs-no-code" data-original-url="https://www.itpro.com/software/development/367576/low-code-vs-no-code">low-code</a> development for which Appian is known across a single virtual data model, allowing customers to access unified data and identify areas in which to implement systems such as <a href="https://www.itpro.com/automation/34592/what-is-robotic-process-automation" data-original-url="https://www.itpro.com/automation/34592/what-is-robotic-process-automation">robotic process automation (RPA)</a>.</p><p>Appian insisted that while rival data fabric systems are available, none can offer its ease of adoption. The firm said 45% of its customers have already leveraged Data Sync, a process for caching source data that is at the heart of the data fabric system, and stated that for all its benefits Appian Data Fabric is no step up from these existing systems.</p><p>The workloads, automations, and queries set up by customers already laid the groundwork for Appian Data Fabric, as metadata from all of this can be used to optimise data management within the platform.</p><p>For example, by analysing how a customer builds its processes, what it automates, and which queries that analysis will require, Appian’s data fabric can automatically repartition and re-index data within its virtual model to ensure it can be accessed with maximum efficiency.</p><p>“When other clients say ‘oh yeah, we have a data fabric,’ what they're talking about is probably much more like a data lake,” said Michael Beckley, CTO and a founder at Appian.</p><p>“They might be able to analyse data from different locations. But being able to write transactions to the fabric in real-time, and read from it, that’s what the Appian data service can do, that no one else can.”</p><p>In his keynote address, Beckley also stressed that the data fabric is an improvement to the system that customers already use rather than a new product, and comes with no new training requirements or added cost.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="nJTt7CBdokYFK7EPEx65UQ" name="nJTt7CBdokYFK7EPEx65UQ.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/nJTt7CBdokYFK7EPEx65UQ.jpg" mos="https://cdn.mos.cms.futurecdn.net/nJTt7CBdokYFK7EPEx65UQ.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Why smart businesses view a data fabric as an inevitable approach to becoming data driven</strong></p><p class="fancy-box__body-text">Adopting a data-driven strategy for success</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/data-management/362125/why-smart-businesses-view-a-data-fabric-as-an-inevitable" data-original-url="/data-insights/data-management/362125/why-smart-businesses-view-a-data-fabric-as-an-inevitable">FREE DOWNLOAD</a></p></div></div><p>He also stated that the company sees Data Fabric as an alternative to rip and replace models, or any vendor lock-in, giving the example of a data fabric that connects Oracle, Microsoft, and Salesforce alongside the Appian database.</p><p>“The answer is not just Appian. The answer is using Appian to take advantage of the technology investments you already have. And with Appian's data fabric, we're confident you'll be able to do that.”</p><p>A data fabric is a <a href="https://www.itpro.com/data-management/30216/three-keys-to-successful-data-management" data-original-url="https://www.itpro.com/data-management/30216/three-keys-to-successful-data-management">data management</a> architecture that integrates multiple data pipelines or cloud environments in an end-to-end data environment, allowing customers to access their data through an optimised access point that requires little to no code.</p><p>The firm claimed that Appian Data Fabric has doubled search speeds, requires customers to use 75% less code to build charts, and allows zero-code apps to be built up to ten times faster than previously possible.</p><p>Last year, Gartner <a href="https://www.gartner.com/en/documents/4006916">named</a> data fabric as a key technology trend for 2022, noting its potential for adding to existing infrastructure. Since then, a number of companies have offered data fabric systems, <a href="https://www.itpro.com/data-insights/big-data-analytics/359676/google-cloud-launches-three-data-service-previews" data-original-url="https://www.itpro.com/data-insights/big-data-analytics/359676/google-cloud-launches-three-data-service-previews">such as Google Cloud</a>.</p><p>Down the line, Appian said its existing data system could also be used to measure parameters such as carbon impact across a number of silos.</p><p>Gartner recently published findings that marked <a href="https://www.itpro.com/business/business-strategy/369343/sustainability-key-strategic-tech-trend-for-2023-gartner" data-original-url="https://www.itpro.com/business/business-strategy/369343/sustainability-key-strategic-tech-trend-for-2023-gartner">sustainability as a key technology trend for 2023</a>, and that businesses investing in it are doing so to <a href="https://www.itpro.com/business-strategy/sustainability/369509/businesses-bet-on-sustainability-to-tackle-disruption-gartner" data-original-url="https://www.itpro.com/business-strategy/sustainability/369509/businesses-bet-on-sustainability-to-tackle-disruption-gartner">tackle disruption, and reap its short and long-benefits</a>.</p><p>Malcolm Ross, deputy CTO at Appian, told <em>IT Pro</em> that regulatory pressure increases in a recession, and that <a href="https://www.itpro.com/business/business-strategy/366974/esg-race-to-net-zero-bad-corporate-governance" data-original-url="https://www.itpro.com/business/business-strategy/366974/esg-race-to-net-zero-bad-corporate-governance">environmental, social, and corporate governance (ESG)</a> will be core to this.</p><p>“ESG is definitely the next GDPR-level type of regulatory oversight that companies will have to report their carbon footprint. They will have to report how their governance modelling, their board, is accurately collecting the culture of that organisation or that country as well.”</p><p>Ross also stated that efficiency savings through efforts such as <a href="https://www.itpro.com/business-strategy/automation/368115/ai-is-now-powerful-enough-to-automate-the-back-office" data-original-url="https://www.itpro.com/business-strategy/automation/368115/ai-is-now-powerful-enough-to-automate-the-back-office">automating the back office</a> are unlikely to provide meaningful results with sustainability in mind. He argues that only holistic oversight, allowing for proper identification of weaknesses through processes such as b<a href="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics" data-original-url="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics">ig data analytics</a>, will be necessary.</p><p>“You're not going to become better at ESG and sustainability, by just doing automation what you need is visibility.”</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business/business-strategy/369500/view-from-the-airport-vmware-explore-europe-2022" data-original-url="/business/business-strategy/369500/view-from-the-airport-vmware-explore-europe-2022">VMware vows to fight 'cloud chaos' with a solution for every problem</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/sustainability/369509/businesses-bet-on-sustainability-to-tackle-disruption-gartner" data-original-url="/business-strategy/sustainability/369509/businesses-bet-on-sustainability-to-tackle-disruption-gartner">Businesses bet on sustainability to tackle disruption, says Gartner</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-computing/369475/microsoft-cispe-anti-competition-complaint-over-cloud-licences" data-original-url="/cloud/cloud-computing/369475/microsoft-cispe-anti-competition-complaint-over-cloud-licences">Microsoft hit with fresh anti-competition claims over new cloud licences</a></p></div></div><p>Head of <a href="https://www.itpro.com/strategy/28185/what-is-data-mining" data-original-url="https://www.itpro.com/strategy/28185/what-is-data-mining">process mining</a> Karina Buschsieweke told <em>IT Pro</em> that Appian’s data fabric is already capable of providing this visibility, and that growing regulatory pressures might lead to more specific focus on this process down the line.</p><p>“How process mining works is, you have attribute data, so you have a process and you can add as many attributes to that as you like, so can be location, product, etc.," said Buschsieweke</p><p>"But it could also be CO2 as a further data attribute. Now, of course, today the major challenge for all companies is where to get the CO2 impact data from, because that's also a whole different issue - how to standardise it, and make it comparable.”</p><p>“However, if you have the data already, you could do this with our solution today. And then probably, there could be features that might even make it easier for customers than this. I think at some point in the future, companies will be required to report on CO2 the same way as they have to report their euros.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Lenovo chooses Veeam as key partner on new backup as a service platform ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/server-storage/backup/369409/lenovo-chooses-veeam-as-key-partner-on-new-backup-as-a-service</link>
                                                                            <description>
                            <![CDATA[ The data management specialist becomes the first data protection partner added to Lenovo’s TruScale offering ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gD72cSaiB9nT7U7NUeUUTY</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/kW9bkDca2SUv9DuuTrnT7b-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 27 Oct 2022 09:58:33 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Daniel Todd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SRyC34qeLpNDj3dJtsVDhT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/kW9bkDca2SUv9DuuTrnT7b-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[An image of a bright cloud amidst a dark sky]]></media:description>                                                            <media:text><![CDATA[An image of a bright cloud amidst a dark sky]]></media:text>
                                <media:title type="plain"><![CDATA[An image of a bright cloud amidst a dark sky]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/kW9bkDca2SUv9DuuTrnT7b-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Backup, recovery and data management solutions provider Veeam has been selected as the data protection provider of the new Lenovo TruScale backup as a service (BaaS) platform.</p><p>Veeam becomes the first data protection solution added to TruScale and will provide Lenovo users with ‘pay as you go’ BaaS via Lenovo’s infrastructure as a service (IaaS) platform.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="gdp6Zt2X7LNJNn7YMdXTk4" name="gdp6Zt2X7LNJNn7YMdXTk4.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/gdp6Zt2X7LNJNn7YMdXTk4.png" mos="https://cdn.mos.cms.futurecdn.net/gdp6Zt2X7LNJNn7YMdXTk4.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Building the ideal master data management RFP</strong></p><p class="fancy-box__body-text">100+ questions to help kickstart your MDM decision</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/data-management/369261/building-the-ideal-master-data-management-rfp" data-original-url="/data-insights/data-management/369261/building-the-ideal-master-data-management-rfp">FREE DOWNLOAD</a></p></div></div><p>Announcing the move, the firm said the solution aims to modernise enterprises’ data protection strategy, help manage growing data volumes, tackle increasing performance and multi-workload demands, as well as lowering total cost of ownership (TCO) with a flexible cost model.</p><p>“As a leader of modern data protection, we’re proud to be a part of Lenovo TruScale to deliver expert-built and managed BaaS and disaster recovery as a service (DRaaS),” said John Jester, chief revenue officer at Veeam.</p><p>“This new Veeam and Lenovo solution will help enterprises reduce the complexity of modernising their <a href="https://www.itpro.com/data-protection/28177/data-protection-policies-and-procedures" data-original-url="https://www.itpro.com/data-protection/28177/data-protection-policies-and-procedures">data protection strategy</a> from legacy solutions and ensure confidence in the protection of their data. </p><p>“They can focus on what matters most – their customers, innovation, and strategic initiatives to propel their business forward.”</p><p>The new collaboration builds on the companies’ existing relationship, which has already seen the pair offer intelligent <a href="https://www.itpro.com/data-management/30216/three-keys-to-successful-data-management" data-original-url="https://www.itpro.com/data-management/30216/three-keys-to-successful-data-management">data management</a> solutions for Lenovo software-defined infrastructures since 2020. </p><p>This enterprise-level data protection now combines Lenovo ThinkSystem Servers and its DE and DM storage series with Veeam’s backup and replication functionality to maximise availability and simplicity for customers. </p><p>Optimised for daily IT requirements, the offering promises reliable recovery and reduced management time, digital resiliency for rapid recoveries, data sovereignty, as well as protection for the <a href="https://www.itpro.com/strategy/29134/what-is-a-datacentre" data-original-url="https://www.itpro.com/strategy/29134/what-is-a-datacentre">data centre</a>, <a href="https://www.itpro.com/cloud/31389/what-is-edge-computing" data-original-url="https://www.itpro.com/cloud/31389/what-is-edge-computing">edge</a>, and <a href="https://www.itpro.com/cloud/cloud-computing/362965/cloud-computing-market-to-hit-195-trillion-by-2032" data-original-url="https://www.itpro.com/cloud/cloud-computing/362965/cloud-computing-market-to-hit-195-trillion-by-2032">cloud</a>. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/server-storage/backup/357713/how-good-is-your-backup-really" data-original-url="/server-storage/backup/357713/how-good-is-your-backup-really">How good is your backup, really?</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/software/backup-software/361822/buying-business-backup-software-in-2022" data-original-url="/software/backup-software/361822/buying-business-backup-software-in-2022">Buying business backup software in 2022</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/cloud-backup/30817/your-data-backup-could-be-a-disaster-waiting-to-happen" data-original-url="/cloud-backup/30817/your-data-backup-could-be-a-disaster-waiting-to-happen">Your data backup could be a disaster waiting to happen</a></p></div></div><p>General availability of Lenovo TruScale backup as a service with Veeam is expected to arrive in 2023.</p><p>“Lenovo TruScale delivers the devices, infrastructure, services and solutions, from pocket to cloud, that our customers need, with the simplicity and flexibility of a scalable consumption model,” said Dale Aultman, VP and GM, TruScale and managed services, solutions, and services group at Lenovo. </p><p>“Veeam is the first data protection partner being added to TruScale for data management portfolio, allowing customers to control their data while letting Lenovo manage the infrastructure. This partnership provides customers with robust and reliable data protection and data loss prevention, future-proofing their businesses as they digitalise.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Fujitsu and Keio University partner on automated internet 'trust layer' ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/data-processing/369321/fujitsu-keio-university-trusted-internet-layer</link>
                                                                            <description>
                            <![CDATA[ The pair want to create an interface that draws information from different sources, like experts or physical tools like sensors, to verify the authenticity of data posted on the internet ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">hXC8vSoUTn6zPmQEoQMKjU</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/mJnmvQ974QXZsG83ysSrTG-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 14 Oct 2022 11:50:39 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Zach Marzouk ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/ncLkbsDMZ6b76Lc5iS6mZh.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/mJnmvQ974QXZsG83ysSrTG-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Fujitsu office building]]></media:description>                                                            <media:text><![CDATA[Fujitsu office building]]></media:text>
                                <media:title type="plain"><![CDATA[Fujitsu office building]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/mJnmvQ974QXZsG83ysSrTG-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Fujitsu and a Japanese university research institute have published research on the concept of a 'Trustable Internet', which aims to make it easier to verify the authenticity of data on the internet.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="tCgzGZNVzmHGYVZhGqErHL" name="tCgzGZNVzmHGYVZhGqErHL.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/tCgzGZNVzmHGYVZhGqErHL.png" mos="https://cdn.mos.cms.futurecdn.net/tCgzGZNVzmHGYVZhGqErHL.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>CIO Priorities: 2020 vs 2023</strong></p><p class="fancy-box__body-text">Zero Trust, SaaS Security, and its impact on SD-WAN being a priority</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/369173/cio-priorities-2020-vs-2023" data-original-url="/security/369173/cio-priorities-2020-vs-2023">FREE DOWNLOAD</a></p></div></div><p>The Japan-based tech company teamed up with the Keio Research Institute at Keio University to publish a whitepaper on the Trustable Internet concept. The companies said that the verification of large amounts of information on the Internet remains a difficult task, highlighting the need for a more general-purpose method to prove the authenticity of <a href="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics" target="_blank" data-original-url="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics">data</a>.</p><p>The pair's proposal would aim to help verify the authenticity of data by adding an interface, which they have dubbed the 'Endorsement Layer', which would theoretically help users confirm the credibility of various data based on additional information related to the generation and <a href="https://www.itpro.com/business-operations/31681/what-is-data-processing" target="_blank" data-original-url="https://www.itpro.com/business-operations/31681/what-is-data-processing">processing of data</a>. </p><p>This includes information on confirmation and evaluation by third parties that have viewed the data, and information on physical spaces related to the data including from sensors, for example.</p><p>“This enables users to judge the credibility of data from a variety of perspectives to ultimately prevent the use of unverified data and the spread, unintentional or otherwise, of false and unverified information ('fake news'),” said the companies in the <a href="http://tial.sfc.keio.ac.jp/blob/Trustable_Internet_Whitepaper_V1.0.pdf">research</a>.</p><p>An example that the companies gave in a <a href="https://www.youtube.com/watch?v=8_wEfEO5vTg" target="_blank">video</a> was a person seeing a river swollen by heavy rain and consequently posting on <a href="https://www.itpro.com/social-media-marketing/33251/choosing-the-right-social-media-platform" data-original-url="https://www.itpro.com/social-media-marketing/33251/choosing-the-right-social-media-platform">social media</a> that a flood is about to occur.</p><p>The companies said the message could be misinterpreted that a flood is about to occur, or has occurred, generating anxiety among the general public as well as triggering social and economic confusion.</p><p>If the companies’ technology was applied in this case, it could inform the users reading the message about the source of the data and the process by which it was generated, as well as extra information like the actual water level of the river, collected from sensors, or the fact that no evacuation is needed since no message has been issued from the authorities. </p><p>“In this way, a chain of verifiable data is established, reinforcing the certainty of the data,” said the narrator in the video. “The confirmed data is then presented to the viewer in a way that is easy to be understood. Viewers can compare the posted message to the confirmed data and act with common confidence without confusion.” </p><p>The two companies suggested the proposed Endorsement Layer should sit between the existing 'Internet Layer' and the 'Web/App' layer. This configuration can be implemented without impacting the existing internet, they said, and allows users to use the internet and applications as usual.</p><p>If necessary, they could also obtain additional information to verify the authenticity of data and information.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="VA2oDU8cXtKqkhdR99FUUU" name="" alt="An image showing how the different layers interact with the endorsement layer" src="https://cdn.mos.cms.futurecdn.net/VA2oDU8cXtKqkhdR99FUUU.jpg" mos="https://cdn.mos.cms.futurecdn.net/VA2oDU8cXtKqkhdR99FUUU.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div><figcaption itemprop="caption description" class="pull-"><span class="credit" itemprop="copyrightHolder">(Image credit: Fujitsu)</span></figcaption></figure><p>The additional information can be used to verify the authenticity of <a href="https://www.itpro.com/business-intelligence/28173/what-is-big-data" target="_blank" data-original-url="https://www.itpro.com/business-intelligence/28173/what-is-big-data">data</a> and can be provided by people and devices at the time of data generation, including information on the name, affiliation, and qualifications of the creator of the data, such as the person or company, or the device used, place, and date and time.</p><p>Extra information also includes verifications and evaluation from third parties such as independent experts and information obtained from physical spaces including <a href="https://www.itpro.com/technology/artificial-intelligence-ai/369114/fighting-wildfires-with-sensors-ai-and-drones" target="_blank" data-original-url="https://www.itpro.com/technology/artificial-intelligence-ai/369114/fighting-wildfires-with-sensors-ai-and-drones">sensor measurements</a> that can be added after the data is generated.</p><p>Users would be able to search and check additional information necessary to verify the authenticity of data on the <a href="https://www.itpro.com/infrastructure/network-internet/361600/gatekeeping-the-internet-is-uk-net-neutrality-under-threat" data-original-url="https://www.itpro.com/infrastructure/network-internet/361600/gatekeeping-the-internet-is-uk-net-neutrality-under-threat">internet</a> in the Endorsement Layer, where information would be stored as graph data.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/careers-training/368294/fujitsu-to-build-ps22m-science-and-tech-centre-in-the" data-original-url="/business-strategy/careers-training/368294/fujitsu-to-build-ps22m-science-and-tech-centre-in-the">Fujitsu to build £22m science and tech centre in the north west of England</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/hardware/368867/fujitsu-and-riken-set-to-offer-quantum-computers-to-companies-in-japan" data-original-url="/hardware/368867/fujitsu-and-riken-set-to-offer-quantum-computers-to-companies-in-japan">Fujitsu becomes Japan's first domestic company to commercialise quantum computing</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence-ai/367437/fujitsu-taps-indias-ai-talent-with-new-research-centre" data-original-url="/technology/artificial-intelligence-ai/367437/fujitsu-taps-indias-ai-talent-with-new-research-centre">Fujitsu taps India’s AI talent with new research centre in Bengaluru</a></p></div></div><p>Through this, the companies hope users would be able to evaluate data authenticity from a different perspective, to make data-driven decisions more accurate, and help to prevent the spread of unverified data.</p><p>“By providing a mechanism that enables users to verify and judge the reliability of data available on the internet from various perspectives, we contribute to the health of society and economic activities,” the companies stated. “This is what we are aiming for a trustable internet that people can use information securely.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Gartner peer insights: Voice of the customer ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/data-management/369285/gartner-peer-insights-voice-of-the-customer</link>
                                                                            <description>
                            <![CDATA[ Master data management solutions ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">fnaP8Mziv2j1V4GKjvyHFq</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/L7xQxYyipUq6AoiAFwcq4K-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 10 Oct 2022 15:34:01 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/L7xQxYyipUq6AoiAFwcq4K-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper with title, Gartner logo, and text]]></media:description>                                                            <media:text><![CDATA[Whitepaper with title, Gartner logo, and text]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper with title, Gartner logo, and text]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/L7xQxYyipUq6AoiAFwcq4K-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Gartner Peer Insights is a free peer review and ratings platform designed for enterprise software and services decision makers. Reviews go through a strict validation and moderation process in an effort to ensure they are authentic.</p><p>The “Voice of the Customer” is a document that synthesizes Gartner Peer Insights’ reviews into insights for IT decision makers. This aggregated peer perspective, along with the individual detailed reviews, is complementary to Gartner expert research and can play a key role in your buying process, as it focuses on direct peer experiences of implementing and operating a solution.</p><p>In this document, only vendors with 20 or more eligible published reviews during the specified 18-month submission period are included. Reviews from end users of companies with less than $50M in revenue are excluded from this methodology.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="tPQ3K8bu28kdSaySatZZd9" name="" alt="Informatica logo" src="https://cdn.mos.cms.futurecdn.net/tPQ3K8bu28kdSaySatZZd9.png" mos="https://cdn.mos.cms.futurecdn.net/tPQ3K8bu28kdSaySatZZd9.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49786/informatica-efus016944?locale=1&p=false&wp=10202"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Magic quadrant for master data management solutions ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/data-management/369283/magic-quadrant-for-master-data-management-solutions</link>
                                                                            <description>
                            <![CDATA[ Informing your MDM solution choices ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">etd7Fm8LrSZs8YnJgBjStf</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/XD5ZLwWmUpF9vTqGwsBgRe-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 10 Oct 2022 14:29:36 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/XD5ZLwWmUpF9vTqGwsBgRe-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with title, Gartner logo, and text]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with title, Gartner logo, and text]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with title, Gartner logo, and text]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/XD5ZLwWmUpF9vTqGwsBgRe-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The Master Data Management (MDM) market is evolving to meet the needs of a broader range of stakeholders who are seeking the business agility afforded by a single, trusted, enterprisewide view of master data. Data and analytics leaders should use this research to inform their MDM solution choices.</p><p>Gartner defines MDM as a technology-enabled business discipline in which business and IT work together to ensure the uniformity, accuracy, stewardship, governance, semantic consistency and accountability of an enterprise’s official shared master data assets.</p><p>Download this whitepaper to discover the pros and cons of the current vendors in the MDM solutions market.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="tPQ3K8bu28kdSaySatZZd9" name="" alt="Informatica logo" src="https://cdn.mos.cms.futurecdn.net/tPQ3K8bu28kdSaySatZZd9.png" mos="https://cdn.mos.cms.futurecdn.net/tPQ3K8bu28kdSaySatZZd9.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49786/informatica-efus016944?locale=1&p=false&wp=10200"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Redefining modern master data management in the cloud ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/data-management/369259/redefining-modern-master-data-management-in-the-cloud</link>
                                                                            <description>
                            <![CDATA[ Why you need a modern MDM solution built for the cloud ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">j1khuC4yo1vYEbijZPa4gG</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/cCLyby5kYor2n27nE495pF-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 06 Oct 2022 13:01:40 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/cCLyby5kYor2n27nE495pF-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with title and right side image of smiling woman overlaid with more images of smiling women using smartphones]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with title and right side image of smiling woman overlaid with more images of smiling women using smartphones]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with title and right side image of smiling woman overlaid with more images of smiling women using smartphones]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/cCLyby5kYor2n27nE495pF-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Organisations deploy a master data management (MDM) strategy to gain a single, trusted source of reliable information to deliver business value. Until recently, those seeking an MDM solution had to choose between a fullfeatured on-premises master data management platform or a more limited cloud-based solution.</p><p>For the agility to deliver results at the speed of innovation, you need an all-in-one MDM solution with the robust capabilities to meet all your end to-end requirements in the cloud.</p><p>This eBook describes why organizations are increasingly looking to move their MDM strategy to the cloud, and what to look for in a cloud based solution that can successfully support your MDM strategy. </p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="tPQ3K8bu28kdSaySatZZd9" name="" alt="Informatica logo" src="https://cdn.mos.cms.futurecdn.net/tPQ3K8bu28kdSaySatZZd9.png" mos="https://cdn.mos.cms.futurecdn.net/tPQ3K8bu28kdSaySatZZd9.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49786/informatica-efus016944?locale=1&p=false&wp=10197"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Magic quadrant for data quality solutions ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/policy-legislation/data-governance/369255/magic-quadrant-for-data-quality-solutions</link>
                                                                            <description>
                            <![CDATA[ Amplifying analytics for better insights and for making trusted, data-driven decisions ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">9nvgGvkExZdVUDXDEqCLR7</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ChWxfPyPBKTdUEubedmBsX-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 06 Oct 2022 10:09:49 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/ChWxfPyPBKTdUEubedmBsX-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with title and text]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with title and text]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with title and text]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ChWxfPyPBKTdUEubedmBsX-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Data quality has traditionally been mandated to fulfill compliance and governance requirements and to reduce operational risks and costs. It's a competitive advantage that data and analytics (D&A) leaders must continuously engage with in order to achieve those goals.</p><p>The data quality management practice has been maturing in recent years and the vendor landscape is focused on addressing many of the market requirements. It covers much more than just technology. It includes workflow, roles, collaboration and processes (such as those for monitoring, reporting and remediating data quality issues).</p><p>Download this paper to learn why evaluating and selecting data quality solutions is much less of a specialized IT task than it was formerly. It now requires greater collaboration with business leaders and users.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="kgDTPeaETioGdU4urXAuiT" name="" alt="Informatica logo" src="https://cdn.mos.cms.futurecdn.net/kgDTPeaETioGdU4urXAuiT.png" mos="https://cdn.mos.cms.futurecdn.net/kgDTPeaETioGdU4urXAuiT.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49786/informatica-efus016944?locale=1&p=false&wp=10196"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Kyndryl partners with Teradata to boost AI and data modernisation ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business/business-strategy/369226/kyndryl-partners-with-teradata-to-boost-ai-and-data-modernisation</link>
                                                                            <description>
                            <![CDATA[ The new service combines Kyndryl’s data and AI expertise with Teradata’s cloud analytics platform to help customers migrate data to the cloud ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">fosAu6rJBWWb851X87a4jJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/6srPXgudwdNQpHzbgAarxL-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 04 Oct 2022 09:50:31 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Daniel Todd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SRyC34qeLpNDj3dJtsVDhT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/6srPXgudwdNQpHzbgAarxL-1280-80.jpg">
                                                            <media:credit><![CDATA[Kyndryl]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Kyndryl&amp;#039;s logo displayed on screens at the NYC stock exchange]]></media:description>                                                            <media:text><![CDATA[Kyndryl&amp;#039;s logo displayed on screens at the NYC stock exchange]]></media:text>
                                <media:title type="plain"><![CDATA[Kyndryl&amp;#039;s logo displayed on screens at the NYC stock exchange]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/6srPXgudwdNQpHzbgAarxL-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>IT infrastructure services provider Kyndryl has announced a new strategic partnership with Teradata, a multi-cloud data platform for enterprise analytics. </p><p>The collaboration aims to help customers apply artificial intelligence (AI) and data modernisation techniques across their IT environments to boost the performance of various projects and speed up time-to-value. </p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="zxdxbmCM25db4aTpRymJHX" name="zxdxbmCM25db4aTpRymJHX.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/zxdxbmCM25db4aTpRymJHX.png" mos="https://cdn.mos.cms.futurecdn.net/zxdxbmCM25db4aTpRymJHX.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Autonomous data management</strong></p><p class="fancy-box__body-text">Requirements, use cases and guidelines</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/data-management/369131/autonomous-data-management" data-original-url="/data-insights/data-management/369131/autonomous-data-management">FREE DOWNLOAD</a></p></div></div><p>Kyndryl’s data and AI services, as well as its infrastructure management tools, will be paired with Teradata’s high-performance cloud analytics and data platform in a move the pair claim will help customers migrate their on-premises data warehouses to the cloud with hyperscaler platforms.</p><p>In an announcement, the companies said they will help customers harness <a href="https://www.itpro.com/machine-learning/31708/what-are-the-pros-and-cons-of-ai" data-original-url="https://www.itpro.com/machine-learning/31708/what-are-the-pros-and-cons-of-ai">AI</a> to gain better insights from their hybrid and multi-cloud data environments by designing, enabling, and supporting enterprise data modernisation solutions.</p><p>“We are thrilled to partner with Teradata who is a trusted and valued technology partner to many customers, providing a best-in-class analytics and data platform for enterprises across the globe,” said Nicolas Sekkaki, applications, data and AI global practice leader at Kyndryl.</p><p>“We look forward to deepening our partnership so we can deliver greater value and results that help companies transform and compete in their industries and around the world.”</p><p>London-based Teradata has created VantageCloud, a connected multi-cloud analytics platform for the enterprise, designed to help businesses leverage data and analytics to drive performance.</p><p>The firm says this new strategic partnership will help customers to leverage Kyndryl’s expertise – which includes advisory, implementation, and managed services – to get the most out of the platform.</p><p>There will also be a focus on delivering industry-specific analytics services geared toward customer modernisation challenges across key verticals such as manufacturing, communications, financial services, retail and CPG industries.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/mergers-and-acquisitions/364101/could-ibms-kyndryl-spin-off-cause-confusion" data-original-url="/business-strategy/mergers-and-acquisitions/364101/could-ibms-kyndryl-spin-off-cause-confusion">Could IBM's Kyndryl spin-off cause confusion?</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/it-infrastructure/368555/kyndryl-to-modernize-it-infrastructure-for-hondas-us" data-original-url="/business-strategy/it-infrastructure/368555/kyndryl-to-modernize-it-infrastructure-for-hondas-us">Kyndryl to modernize IT Infrastructure for Honda's US subsidiary</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/it-infrastructure/368355/kyndryl-strikes-up-new-delivery-partnership-with-oracle" data-original-url="/business-strategy/it-infrastructure/368355/kyndryl-strikes-up-new-delivery-partnership-with-oracle">Kyndryl strikes up new delivery partnership with Oracle</a></p></div></div><p>“This joint expertise will enable our customers to drive more actionable insights and higher value from their data through advanced analytics and AI/ML initiatives,” said Lisa Stewart, SVP of worldwide partners and alliances at Teradata.</p><p>Formed just last year as a spin-off from IBM, IT infrastructure services provider Kyndryl designs, builds, and manages complex mission-critical information systems for customers across more than 60 countries.</p><p>The firm’s partnership with Teradata is the latest in a string of collaborations struck since it went solo at the tail end of 2021. Recent deals include a hybrid cloud and edge partnership with <a href="https://www.itpro.com/cloud/hybrid-cloud/367178/kyndryl-and-lenovo-collaborate-on-hybrid-cloud-and-edge-computing" data-original-url="https://www.itpro.com/cloud/hybrid-cloud/367178/kyndryl-and-lenovo-collaborate-on-hybrid-cloud-and-edge-computing">Lenovo</a>, a cyber resilience collaboration with <a href="https://www.itpro.com/business-strategy/disaster-recovery-dr/367424/kyndryl-dell-partner-on-cyber-resilience-recovery" data-original-url="https://www.itpro.com/business-strategy/disaster-recovery-dr/367424/kyndryl-dell-partner-on-cyber-resilience-recovery">Dell</a>, as well as a delivery partnership with Oracle, which was <a href="https://www.itpro.com/business-strategy/it-infrastructure/368355/kyndryl-strikes-up-new-delivery-partnership-with-oracle" data-original-url="https://www.itpro.com/business-strategy/it-infrastructure/368355/kyndryl-strikes-up-new-delivery-partnership-with-oracle">announced</a> back in June.</p><p>The company also has agreements in place with the three largest cloud providers, <a href="https://www.itpro.com/cloud/amazon-web-services-aws/362951/kyndryl-aws-partner-cloud--centre-of-excellence" data-original-url="https://www.itpro.com/cloud/amazon-web-services-aws/362951/kyndryl-aws-partner-cloud--centre-of-excellence">AWS</a>, Google Cloud and <a href="https://www.itpro.com/business/business-strategy/361524/kyndryl-microsoft-cloud-deal-first-since-ibm-split" data-original-url="https://www.itpro.com/business/business-strategy/361524/kyndryl-microsoft-cloud-deal-first-since-ibm-split">Microsoft</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Salesforce unveils new real-time data platform Genie ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/marketing-comms/marketing-automation/369113/salesforce-unveils-new-real-time-data-platform-genie</link>
                                                                            <description>
                            <![CDATA[ New hyperscale real-time data offering powers the entire Salesforce Customer 360 CRM platform ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">pNRwkdGo4gy8Tsy1HHafwP</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/CXhVVxomCwSNBhnQewRirW-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 21 Sep 2022 10:17:32 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Daniel Todd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SRyC34qeLpNDj3dJtsVDhT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/CXhVVxomCwSNBhnQewRirW-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Salesforce Logo on wall of office Reception]]></media:description>                                                            <media:text><![CDATA[Salesforce Logo on wall of office Reception]]></media:text>
                                <media:title type="plain"><![CDATA[Salesforce Logo on wall of office Reception]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/CXhVVxomCwSNBhnQewRirW-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Salesforce has announced the arrival of Salesforce Genie, its new hyperscale data platform that creates real-time customer profiles to help businesses deliver personalized experiences.</p><p>Detailing the platform at its <em>Dreamforce ’22</em> event, Salesforce said Genie powers the entire Customer 360 CRM platform to provide a “more automated, intelligent, and real-time” experience.</p><p>Complete with its data lake, the platform is designed to help businesses deliver highly personalized experiences across sales, services, marketing, and commerce, that continually adapt to customer needs in real-time.</p><p>“Every business leader wants to take advantage of real-time data to create compelling, personalized customer experiences — milliseconds matter in this new digital-first world,” commented David Schmaier, President and Chief Product Officer, Salesforce. </p><p>“That’s why we built Genie, our most significant innovation ever on the Salesforce Platform. Genie makes every part of Customer 360 more automated, intelligent, and real-time.”</p><p>Genie gathers and stores real-time data streams at scale and combines them with Salesforce transactional data. It does this using built-in connectors that bring in data from across all channels – including mobile, web, and APIs – as well as legacy data through MuleSoft and historical data from proprietary data lakes.</p><p>It then transforms this data into a real-time customer graph which acts as a unified customer profile record. Everything in this graph is visible and actionable across the entire Customer 360, industry solution, AppExchange, and customer apps.</p><p>Salesforce says the offering enables Einstein AI and Flow automation services to create more responsive and dynamic actions and engagement based on real-time data. The platform also runs on the firm’s public cloud infrastructure Hyperforce, which provides data residency, security, privacy, and regulatory compliance controls.</p><p>Partnerships also expand Genie’s abilities, Salesforce added. These include real-time data sharing between Salesforce and Snowflake, tailored AI model building with Amazon SageMaker, first-party advertising with the likes of Amazon Ads or Meta, as well as a new Genie collection on AppExchange. </p><p>Penny Gillespie, VP and analyst at Gartner, said Genie has the potential to bring real-time personalization across the entire enterprise. </p><p>“It harmonizes disparate data with privacy consent and compliance, automation, intelligence (Einstein), and speed,” she said. “It enables the discernment of millions of records to have one unified customer profile which is neither easily achieved nor highly available today with suggested real-time actions—be it a presentation layer change for a digital experience or coaching a sales or service employee.”</p><p>With the ability to know and discern every aspect of what a customer is trying to achieve, Gillespie added that the days of asking customers a lot of questions to help them may now be surpassed.</p><p>“Coupling the power of customer knowledge with AI has the power to solve the customer’s problem before the customer has even framed the problem—regardless of whether the area is service, sales, etc,” she explained. </p><p>“The result is truly effortless customer experiences which we know foster customer satisfaction, loyalty, and repurchase.”</p><p>Salesforce’s Customer Data Platform, which is powered by Genie, is available now, alongside Genie for Industries, Tableau + CDP Connector, and MuleSoft Anypoint Connector. Further integrations will be released from December and into 2023, the company said. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Majority of CIOs concerned that cloud complexity exceeds human ability ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/cloud/cloud-management/369086/majority-cios-concerned-cloud-complexity-exceeds-human-ability</link>
                                                                            <description>
                            <![CDATA[ Greater observability and rollout of automated systems are also needed to reduce IT team strain and burnout ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">womjX7ykf1Tcm4k4j9Yh2L</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/aeuSUe5vDaDmphejnd7X2S-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 15 Sep 2022 12:34:10 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rory Bathgate ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/DnNrFxEA7RRECVgFxXR4V7.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/aeuSUe5vDaDmphejnd7X2S-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A pale blue cloud, made up of thousands of connections of thin lines on a grey background]]></media:description>                                                            <media:text><![CDATA[A pale blue cloud, made up of thousands of connections of thin lines on a grey background]]></media:text>
                                <media:title type="plain"><![CDATA[A pale blue cloud, made up of thousands of connections of thin lines on a grey background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/aeuSUe5vDaDmphejnd7X2S-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>71% of CIOs say that the increasing amount of data resulting from cloud-native technology stacks exceeds human management capabilities, according to a new study.</p><p>According to the results, CIOs are increasingly concerned about the strain that managing technology stacks puts on their team members, and advise strategy change now before cloud complexity overwhelms teams entirely. </p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="HBJCqJ7juCEJcy4h52gZJP" name="HBJCqJ7juCEJcy4h52gZJP.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/HBJCqJ7juCEJcy4h52gZJP.png" mos="https://cdn.mos.cms.futurecdn.net/HBJCqJ7juCEJcy4h52gZJP.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Organisations are improving the way they consume data centre infrastructure</strong></p><p class="fancy-box__body-text">Dell Technologies delivers on as-a-Service with APEX data storage services</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/data-insights/368835/organisations-are-improving-the-way-they-consume-data-centre" data-original-url="/business-strategy/data-insights/368835/organisations-are-improving-the-way-they-consume-data-centre">FREE DOWNLOAD</a></p></div></div><p>Software intelligence and <a href="https://www.itpro.com/strategy/29899/three-reasons-why-digital-transformation-is-essential-for-business-growth" data-original-url="https://www.itpro.com/strategy/29899/three-reasons-why-digital-transformation-is-essential-for-business-growth">digital transformation</a> firm Dynatrace announced the results after a survey of 1,303 senior IT professionals, including CIOs and IT operations managers, across five continents. The survey indicates that complexity is already at unmanageable levels, with the average technology stack relying on seven separate platforms and systems, and each transaction involving an average of 35 different technologies from end to end.</p><p>Lack of overall insight into issues within the technology stack stood out among IT professionals as a problem arising from the scale of stacks. 97% of organisations state that obstacles are preventing them from achieving <a href="https://www.itpro.com/cloud/cloud-management/367560/how-full-stack-observability-can-accelerate-it-innovation" data-original-url="https://www.itpro.com/cloud/cloud-management/367560/how-full-stack-observability-can-accelerate-it-innovation">full-stack observability</a>, or from adequately expanding security across their <a href="https://www.itpro.com/cloud/34476/what-is-multi-cloud" data-original-url="https://www.itpro.com/cloud/34476/what-is-multi-cloud">multi-cloud</a> environments. On average, surveyed organisations had end-to-end observability of just 9% of their cloud environment.</p><p>Pressures of the coronavirus pandemic led to the widespread acceleration of digital services across the UK and the world, in both the private and <a href="https://www.itpro.com/business-strategy/public-sector/356081/how-coronavirus-has-accelerated-the-digital-transformation" data-original-url="https://www.itpro.com/business-strategy/public-sector/356081/how-coronavirus-has-accelerated-the-digital-transformation">public sectors</a>. This has led to many benefits, particularly for small and medium-sized businesses (SMBs) whose transformation allowed for far greater <a href="https://www.itpro.com/data-insights/business-intelligence-bi/354839/why-predictive-analytics-is-a-top-benefit-of-cloud" data-original-url="https://www.itpro.com/data-insights/business-intelligence-bi/354839/why-predictive-analytics-is-a-top-benefit-of-cloud">predictive analytics</a>.</p><p>But respondents also identified the rapidly changing nature of their environment as a source of strain, with 77% of CIOs indicating that their IT environment changes every minute or less. Amongst UK CIOs, this figure was even higher, at 93%.</p><p>The general lack of observability, the results make clear, is having a large knock-on effect on organisations, particularly over their ability to properly carry out and utilise <a href="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics" data-original-url="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics">big data analytics</a>. Over half (57%) of the surveyed organisations state that data is frequently unavailable for analytics on demand, and just under two-thirds (63%) point to rehydration delays, in which data is located and decompressed for use, as preventing businesses from unlocking the value of their data. </p><p>Many respondents indicated that to improve efficiency and utilise team skills more effectively, a far greater level of <a href="https://www.itpro.com/business-strategy/automation/368115/ai-is-now-powerful-enough-to-automate-the-back-office" data-original-url="https://www.itpro.com/business-strategy/automation/368115/ai-is-now-powerful-enough-to-automate-the-back-office">back-end automation</a> is required. 59% of CIOs state that without increased automation, their respective teams could become overwhelmed by the sheer scale and complexity of their stack, and the majority of CIOs (93%) argue that <a href="https://www.itpro.com/machine-learning/31708/what-are-the-pros-and-cons-of-ai" data-original-url="https://www.itpro.com/machine-learning/31708/what-are-the-pros-and-cons-of-ai">artificial intelligence</a> in the form of <a href="https://www.itpro.com/development/devops/358442/what-to-expect-from-aiops-in-the-future" data-original-url="https://www.itpro.com/development/devops/358442/what-to-expect-from-aiops-in-the-future">AIOPs</a> is becoming ever more integral to staving off <a href="https://www.itpro.com/business-operations/business-management/361660/podcast-transcript-how-to-beat-burnout" data-original-url="https://www.itpro.com/business-operations/business-management/361660/podcast-transcript-how-to-beat-burnout">burnout</a>.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/chief-information-officer-cio/368785/what-is-a-virtual-cio-vcio" data-original-url="/business-strategy/chief-information-officer-cio/368785/what-is-a-virtual-cio-vcio">What is a virtual CIO (vCIO) and does your business need one?</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/29196/how-the-cloud-can-add-value-to-big-data" data-original-url="/cloud/29196/how-the-cloud-can-add-value-to-big-data">How the cloud can add value to Big Data</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/security/cyber-attacks/368824/most-business-leaders-only-prioritise-cyber-security-after-a-major-breach" data-original-url="/security/cyber-attacks/368824/most-business-leaders-only-prioritise-cyber-security-after-a-major-breach">Most business leaders only prioritise cyber security after a major breach, report finds</a></p></div></div><p>IT teams indicated that 40% of their time is currently spent simply “keeping the lights on”, and that automation will allow this time to be put to better use elsewhere. To use automation at its limitless potential, however, CIOs also indicate that an overhaul of data repositories is required. Almost half (47%) of surveyed CIOs want to see more adoption of the data lakehouse, a relatively new repository model that combines <a href="https://www.itpro.com/data-insights/data-warehousing/354409/your-ultimate-guide-to-cloud-data-warehousing" data-original-url="https://www.itpro.com/data-insights/data-warehousing/354409/your-ultimate-guide-to-cloud-data-warehousing">data warehousing</a> and data lake techniques to allow for greater searchability through raw data that requires far less DevOp time to be spent on manual retrieval or rehydration.</p><p>“Multicloud and cloud-native architectures are critical to helping organizations achieve their digital transformation goals,” stated Bernd Greifeneder, Dynatrace founder and CTO. </p><p>“While organizations benefit from the flexibility and scale that these technologies bring, the explosion of observability and security data they produce is increasingly hard to manage and analyze. </p><p>“Existing tools – and there can be dozens of them – keep data in silos, making it difficult and expensive to unlock insights when organizations need them. As a result, they struggle to achieve the highest standards for security and performance across their digital services.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Oracle to act as US data auditor for TikTok ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business/business-operations/368830/oracle-to-act-as-us-data-auditor-for-tiktok</link>
                                                                            <description>
                            <![CDATA[ All US traffic on the social media platform will be routed through Oracle's cloud infrastructure ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">fZJM8jEyJpCeN1dDZmDtMH</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/A4SdFN7dxHCpieMcuBEoDG-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 17 Aug 2022 16:40:17 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rory Bathgate ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/DnNrFxEA7RRECVgFxXR4V7.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/A4SdFN7dxHCpieMcuBEoDG-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Oracle sign on a red background]]></media:description>                                                            <media:text><![CDATA[Oracle sign on a red background]]></media:text>
                                <media:title type="plain"><![CDATA[Oracle sign on a red background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/A4SdFN7dxHCpieMcuBEoDG-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Oracle has entered into an agreement with TikTok to receive the entirety of the social media firm's US user data, as well as perform data management and auditing services for the company.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="8WX4f4WCHxb2tQFV2tBi7i" name="8WX4f4WCHxb2tQFV2tBi7i.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/8WX4f4WCHxb2tQFV2tBi7i.png" mos="https://cdn.mos.cms.futurecdn.net/8WX4f4WCHxb2tQFV2tBi7i.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Future proofing data infrastructure with more performance, scalability, and resiliency</strong></p><p class="fancy-box__body-text">Dell PowerStore</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/infrastructure/server-storage/368834/future-proofing-data-infrastructure-with-more-performance" data-original-url="/infrastructure/server-storage/368834/future-proofing-data-infrastructure-with-more-performance">FREE DOWNLOAD</a></p></div></div><p>Under the arrangement, first reported on by <em>Axios</em>, all US TikTok data will be sent through Oracle’s cloud infrastructure, with an eventual goal for TikTok to delete US user data from all its servers and fully migrate this to Oracle cloud servers.</p><p>Oracle will also be given access to TikTok’s content algorithms, as well as conduct audits on both manual and automated content moderation systems. With <a href="https://wallaroomedia.com/blog/social-media/tiktok-statistics/#:~:text=U.S.%20Audience%20%E2%80%93%20As%20we%20mentioned,users%20in%20the%20United%20States.">over 80 million users</a> in the US, the deal represents a serious undertaking for Oracle.</p><p>Oracle regularly audits data, but governance on this scale is unusual. TikTok’s <a href="https://newsroom.tiktok.com/en-us/delivering-on-our-us-data-governance">stated goal</a> to hand all US data to Oracle’s servers and continually work with the cloud giant to improve its data signals a willingness by the company to more firmly situate itself in the US tech sector, and move away from its central hosting in Singapore.</p><p>The deal comes almost two years after TikTok was forced to enter discussions with Oracle after former President Trump mandated the company to consider divestment options or face a total ban in the US over national security concerns.</p><p>TikTok and its parent company ByteDance have been the subject of controversy in recent months. In June, the FCC commissioner <a href="https://www.itpro.com/policy-legislation/data-protection/368387/fcc-commissioner-urges-apple-and-google-to-remove-tiktok" data-original-url="https://www.itpro.com/policy-legislation/data-protection/368387/fcc-commissioner-urges-apple-and-google-to-remove-tiktok">publicly urged Apple and Google</a> to delist the app from app stores, citing concerns over TikTok’s access to sensitive data, while in July <em>Buzzfeed News</em> alleged that <a href="https://www.buzzfeednews.com/article/emilybakerwhite/tiktok-tapes-us-user-data-china-bytedance-access">China-based ByteDance employees have accessed US tiktok user data</a>.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/policy-legislation/data-governance/368517/oracle-to-build-sovereign-cloud-regions-in-the-eu-for-2023" data-original-url="/policy-legislation/data-governance/368517/oracle-to-build-sovereign-cloud-regions-in-the-eu-for-2023">Oracle to build sovereign cloud regions in the EU for 2023</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/hardware/368755/us-china-trade-tensions-spark-chinese-interest-in-chipmaking-stocks" data-original-url="/hardware/368755/us-china-trade-tensions-spark-chinese-interest-in-chipmaking-stocks">US-China trade tensions spark Chinese interest in chipmaking stocks</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business/business-operations/368667/tiktok-to-give-researchers-new-api-for-insight-greater-transparency" data-original-url="/business/business-operations/368667/tiktok-to-give-researchers-new-api-for-insight-greater-transparency">TikTok to give researchers new API for insight, greater transparency</a></p></div></div><p>TikTok reasserted its dedication to transparency in July, with the announcement of <a href="https://www.itpro.com/business/business-operations/368667/tiktok-to-give-researchers-new-api-for-insight-greater-transparency" data-original-url="https://www.itpro.com/business/business-operations/368667/tiktok-to-give-researchers-new-api-for-insight-greater-transparencyhttps://www.itpro.com/business/business-operations/368667/tiktok-to-give-researchers-new-api-for-insight-greater-transparency">a new API for researchers</a>.</p><p>There had initially been discussions over Oracle <a href="https://www.itpro.com/business-strategy/mergers-and-acquisitions/357126/oracle-and-tiktok-deal-close-but-bytedance-wants" data-original-url="https://www.itpro.com/business-strategy/mergers-and-acquisitions/357126/oracle-and-tiktok-deal-close-but-bytedance-wants">buying US operations of TikTok outright</a>, alongside <a href="https://www.itpro.com/business-strategy/mergers-and-acquisitions/356632/microsoft-pursuing-major-tiktok-acquisition" data-original-url="https://www.itpro.com/business-strategy/mergers-and-acquisitions/356632/microsoft-pursuing-major-tiktok-acquisition">a proposal by Microsoft</a> for a similar acquisition. In June, TikTok made a <a href="https://newsroom.tiktok.com/en-us/delivering-on-our-us-data-governance">blog post</a> addressing its governance strategy with regards to user data and the agreement with Oracle.</p><p>“For more than a year, we've been working with Oracle on several measures as part of our commercial relationship to better safeguard our app, systems, and the security of US user data,” the company stated.</p><p>“In addition, we're working closely with Oracle to develop data management protocols that Oracle will audit and manage to give users even more peace of mind.”</p><p><em>IT Pro</em> has approached Oracle for comment.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Datadog Database Monitoring extends to SQL Server and Azure database platforms ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/databases/368822/datadog-database-monitoring-extends-to-sql-server-and-azure-database</link>
                                                                            <description>
                            <![CDATA[ The tool offers increased visibility into query-level metrics and detailed explanation plans ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">niuj7ZDmUsB7ciGcQFKhsT</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/R7ervTnDVhpb8Yy9QQYHR9-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 17 Aug 2022 09:34:22 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Praharsha Anand ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/R7ervTnDVhpb8Yy9QQYHR9-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Rows of SQL code on a computer screen]]></media:description>                                                            <media:text><![CDATA[Rows of SQL code on a computer screen]]></media:text>
                                <media:title type="plain"><![CDATA[Rows of SQL code on a computer screen]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/R7ervTnDVhpb8Yy9QQYHR9-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Datadog has announced its Database Monitoring service now supports Microsoft SQL Server and Microsoft Azure database platforms. </p><p>The expanded support enables engineers and database administrators to swiftly identify and resolve database performance issues including slow queries, incorrect indexes in SQL Server and/or Azure databases, and application bottlenecks.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="WvTN5p4tPpqD7o7rbLAShY" name="WvTN5p4tPpqD7o7rbLAShY.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/WvTN5p4tPpqD7o7rbLAShY.jpg" mos="https://cdn.mos.cms.futurecdn.net/WvTN5p4tPpqD7o7rbLAShY.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>2021 Gartner critical capabilities for data integration tools</strong></p><p class="fancy-box__body-text">How to identify the right tool in support of your data management solutions</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/machine-learning/368471/2021-gartner-critical-capabilities-for-data-integration-tools" data-original-url="/technology/machine-learning/368471/2021-gartner-critical-capabilities-for-data-integration-tools">FREE DOWNLOAD</a></p></div></div><p>"Microsoft Azure SQL Database and SQL Managed Instance are fully managed database services that feature built-in security controls, automated maintenance and are always up to date," said Ramnik Gulati, senior director, product marketing, data & AI at Microsoft. </p><p>"The expanded support of Datadog's Database Monitoring product further strengthens this collaboration by providing Microsoft customers with deep insights into their managed and self-hosted SQL Server, PostgreSQL and MySQL databases, enabling them to build and scale workloads with confidence," added Gulati.</p><p>Notable Datadog Database Monitoring features for Microsoft SQL Server and Azure database platforms include valuable query metrics, explain plan analysis, and centralized query, database and infrastructure metrics.</p><p>"We launched Database Monitoring last year because we wanted to help our customers reduce database costs, troubleshoot performance inefficiencies and increase collaboration between engineers and database administrators," said Omri Sass, group product manager of application performance monitoring at Datadog. </p><p>"By adding support for SQL Server and Azure database services, Microsoft users are better able to accomplish these goals and discover and implement the right database improvements while saving time communicating and reconciling information."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Priming your business for the new age of quantum computing ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/technology/368578/priming-your-business-for-quantum-computing</link>
                                                                            <description>
                            <![CDATA[ As quantum computing begins to shape business processes, how will enterprises determine their quantum future? ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gQaK2aDjK4PzCk5oTd9DJL</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/28EsXWL6zqtPPVuqt67w2W-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 26 Jul 2022 07:00:07 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ David Howell ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/QST9gbWQZLs5T4KfoM2StL.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/28EsXWL6zqtPPVuqt67w2W-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The inner-workings of a quantum computer]]></media:description>                                                            <media:text><![CDATA[The inner-workings of a quantum computer]]></media:text>
                                <media:title type="plain"><![CDATA[The inner-workings of a quantum computer]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/28EsXWL6zqtPPVuqt67w2W-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The majority of UK business leaders (81%) expect industry disruption from quantum computing by 2030, according to <a href="https://www.ey.com/en_uk/news/2022/06/81-of-uk-business-leaders-expect-industry-disruption-from-quantum-computing-by-2030-according-to-ey-study">EY research</a>. That’s a bold claim for a technology that’s yet to have a proven business case. The UK, though, is betting the near future will see the practical application of quantum computing in a wide range of industries. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/31818/what-is-quantum-computing" data-original-url="/technology/31818/what-is-quantum-computing">What is quantum computing?</a></p></div></div><p>Last year also saw the establishment of the National Quantum Computing Centre (NQCC). Commenting on EY’s research when it was published, Dr Simon Plant, deputy director for Innovation at the NQCC, said: "<a href="https://www.itpro.com/technology/31818/what-is-quantum-computing" target="_blank" data-original-url="https://www.itpro.com/technology/31818/what-is-quantum-computing">Quantum computing</a> is expected to significantly speed up the time to solution for certain tasks, addressing computational problems that are currently intractable using conventional digital technologies. As a result, the pace of development is accelerating, and the question is how and when – not if – quantum computing can address industrially-relevant use cases.”</p><h2 id="sparking-quantum-disruption">Sparking quantum disruption</h2><p>We must first quantify the claim that quantum computing will be disruptive, and define this within the context of business processes. The pharmaceutical, finance and automotive sectors, for instance, are likely to be the first adopters. Moving away from classical computing architectures could revolutionise the development of new drugs, for example, radically cutting the typical ten-year development cycle and slashing the $2 billion average cost of bringing a new drug to market.</p><p><a href="https://www.itpro.com/technology/34752/what-are-the-benefits-of-quantum-computing" target="_blank" data-original-url="https://www.itpro.com/technology/34752/what-are-the-benefits-of-quantum-computing">Quantum advantage</a>, however, is fast approaching for all businesses, according to managing director of Accenture Technology in the UK and Ireland, Maynard Williams. “The power that this new generation of machines will create will start to make these core challenges achievable, with quantum at the pinnacle of next-generation problem solving. The single biggest watershed moment for computing will be when quantum computers solve the problems that were considered quite literally intractable – making the impossible possible.”</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/34752/what-are-the-benefits-of-quantum-computing" data-original-url="/technology/34752/what-are-the-benefits-of-quantum-computing">What are the benefits of quantum computing?</a></p></div></div><p>The key to harnessing quantum computers will be to place them into context and use these machines alongside binary computers. Classic computers, indeed, have their own place in the computing landscape in such a way that all enterprises, no matter their size, can take full commercial advantage of the next technological wave.</p><p>“I hope the detailed quantum strategy will put a strong focus on industry skills in addition to research and development,” says Richard Hopkins, distinguished engineer and fellow of the Institute of Engineering and Technology from IBM. His company is one of many striving to achieve <a href="https://www.itpro.com/infrastructure/355422/quantum-supremacy-is-here-so-what" target="_blank" data-original-url="https://www.itpro.com/infrastructure/355422/quantum-supremacy-is-here-so-what">quantum supremacy</a> alongside the likes of D-Wave and Google. "There's a lot of value the UK could derive by being the first to apply quantum computing to real-world industrial problems, but that will need us to invest in the associated skills.</p><h2 id="the-business-case-for-quantum">The business case for quantum</h2><p>The popularity behind the potential of adopting quantum commuting is vast, as research by <a href="https://www.fujitsu.com/global/imagesgig5/analyst-report_is-business-ready-to-make-the-quantum-leap.pdf" target="_blank">Fujitsu</a> and the Tecknowlodgy Group – looking closely at how quantum computing could be applied across a diverse business landscape – found. The study saw 81% of business leaders across sectors including manufacturing, life sciences, retail, transport, and utilities saying optimising business processes can help them to tackle <a href="https://www.itpro.com/strategy/28047/what-is-digital-transformation" target="_blank" data-original-url="https://www.itpro.com/strategy/28047/what-is-digital-transformation">digital transformation</a> challenges. It’ll also allow such businesses to remain competitive in a fast-changing market.</p><p>It’s telling that there's been a profound shift in the quantum computing discourse, with the conversation moving from theory to how to apply the technology in practice. Now the worst of COVID-19 has passed, businesses must also be more agile and innovate at speed, which includes establishing how to adopt emerging and once-gimmicky technologies like quantum computing. Business leaders now see this new frontier for computing as a tool in the arsenal towards boosting innovation, including the likes of BASF and Volkswagen, which are already using quantum <a href="https://www.itpro.com/data-insights/30212/what-is-an-algorithm" target="_blank" data-original-url="https://www.itpro.com/data-insights/30212/what-is-an-algorithm">algorithms</a> within their businesses.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="H3k96qoN9pPtZVuRW5sqWY" name="H3k96qoN9pPtZVuRW5sqWY.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/H3k96qoN9pPtZVuRW5sqWY.jpg" mos="https://cdn.mos.cms.futurecdn.net/H3k96qoN9pPtZVuRW5sqWY.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>The Total Economic Impact™ of IBM Watson Assistant</strong></p><p class="fancy-box__body-text">Cost savings and business benefits enabled by Watson Assistant</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence-ai/367031/the-total-economic-impacttm-of-ibm-watson-assistant" data-original-url="/technology/artificial-intelligence-ai/367031/the-total-economic-impacttm-of-ibm-watson-assistant">FREE DOWNLOAD</a></p></div></div><p>In March this year, HSBC detailed its intention to <a href="https://www.itpro.com/cloud/cloud-computing/367238/hsbc-and-ibm-partner-on-financial-quantum-computing-applications" target="_blank" data-original-url="https://www.itpro.com/cloud/cloud-computing/367238/hsbc-and-ibm-partner-on-financial-quantum-computing-applications">join the IBM Quantum Accelerator programme</a>, which would give the bank access to the company's 127-qubit processor known as Eagle. “This technology has the potential to transform how we run areas of the bank by addressing challenges which classical computers may never be able to solve alone,” commented HSBC Bank plc and HSBC Europe <a href="https://www.itpro.com/strategy/28224/ceo-job-description-what-does-a-ceo-do" target="_blank" data-original-url="https://www.itpro.com/strategy/28224/ceo-job-description-what-does-a-ceo-do">chief executive officer (CEO)</a>, Colin Bell, on the announcement.</p><p>Accenture’s Maynard Williams also advises that businesses should begin their strategic planning to shape their quantum future. "The quickest action business leaders can take on the journey to quantum readiness is to begin evaluating how these technologies will shape the operations of their enterprise,” he says. “This will allow them to identify their knowledge and operational gaps, and begin filling them in before it's too late.”</p><h2 id="striving-for-a-quantum-advantage">Striving for a quantum advantage</h2><p>The cost of investment has, until today, positioned quantum computing almost exclusively within the corporate realm. Smaller and medium-sized businesses (SMBs) and <a href="https://www.itpro.com/business-strategy/startups/356990/uk-tech-startups-to-watch" target="_blank" data-original-url="https://www.itpro.com/business-strategy/startups/356990/uk-tech-startups-to-watch">startups</a>, however, will also be keen to tap into its potential. Is the quantum door closed to them?</p><p>Access to technology has always shaped business cases. What we are seeing in the marketplace right now is the major cloud service providers developing quantum as a service (QaaS) platforms that offer the high level of computing capability to the broadest possible audience. IBM has been offering its <a href="https://www.itpro.com/cloud/34442/ibms-quantum-cloud-offers-access-to-the-single-largest-quantum-computer-system" target="_blank" data-original-url="https://www.itpro.com/cloud/34442/ibms-quantum-cloud-offers-access-to-the-single-largest-quantum-computer-system">quantum computers through the cloud</a> for some time, with the likes of AWS offering a rival <a href="https://www.itpro.com/technology/356774/aws-launches-amazon-braket-quantum-cloud-service" target="_blank" data-original-url="https://www.itpro.com/technology/356774/aws-launches-amazon-braket-quantum-cloud-service">Braket quantum cloud service</a> and <a href="https://www.itpro.com/server-storage/high-performance-computing-hpc/367139/pasqal-quantum-computers-to-become-available" target="_blank" data-original-url="https://www.itpro.com/server-storage/high-performance-computing-hpc/367139/pasqal-quantum-computers-to-become-available">Microsoft offering Pasqal machines</a> through Azure.</p><p>Digital Annealer, produced by Fujitsu, is another quantum-inspired technology architecture designed to help businesses solve complex combinatorial challenges beyond the capabilities of today's computers. Although not an actual deployment of quantum computing, this technology does show the way to the quantum future many businesses can see as part of their development over the next decade.</p><iframe allow="encrypted-media" frameborder="0" height="" width="100%" data-lazy-priority="low" data-lazy-src="https://open.spotify.com/embed-podcast/episode/3eBmL2VD2a8MbfF0GMLq2O"></iframe><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/infrastructure/355422/quantum-supremacy-is-here-so-what" data-original-url="/infrastructure/355422/quantum-supremacy-is-here-so-what">Quantum supremacy is here — so what?</a></p></div></div><p>In some sectors in which there are many smaller businesses – notably financial services and <a href="https://www.itpro.com/business-strategy/startups/360553/what-does-it-take-to-to-launch-a-successful-fintech-startup" target="_blank" data-original-url="https://www.itpro.com/business-strategy/startups/360553/what-does-it-take-to-to-launch-a-successful-fintech-startup">fintech</a> especially – quantum computing is seen as a potential business differentiator, and certainly a technology that could deliver commercial advantages. Despite the progress made in recent years, however, the real-world practical applications of quantum computing won’t arrive until 2030, according to <a href="https://www.mckinsey.com/~/media/mckinsey/business%20functions/mckinsey%20digital/our%20insights/quantum%20computing%20use%20cases%20are%20getting%20real%20what%20you%20need%20to%20know/quantum-computing-an-emerging-ecosystem.pdf" target="_blank">McKinsey</a>. Until then, quantum-inspired algorithms will continue to be developed and deployed in association with high performance computing (HPC) models.</p><p>Do all businesses have a quantum future? “Given the difference in the nature of this technology, organisations may wish to ‘phone a friend’ to help them develop their quantum strategy and start their initial investigations,” Deloitte’s Scott Buchholz, national emerging technology research director and <a href="https://www.itpro.com/strategy/28237/cto-job-description-what-does-a-cto-do" target="_blank" data-original-url="https://www.itpro.com/strategy/28237/cto-job-description-what-does-a-cto-do">CTO</a> for government and public services tells <em>IT Pro.</em> “Done with the right partner, that approach will save time and speed up the learning process.”</p><p>Jan Beitner, lead data scientist at Boston Consulting Group, also advises businesses should take practical action today: "Businesses should start by examining their <a href="https://www.itpro.com/strategy/28710/what-is-the-supply-chain-1" target="_blank" data-original-url="https://www.itpro.com/strategy/28710/what-is-the-supply-chain-1">value chain</a> and identifying the use cases most relevant to them. From there, they need to quantify them and, with the support of experts, work out when computers can address them. From that starting point companies can then build a roadmap to prepare for the application and integration of quantum as its potential gets unlocked by advances in the technology.”</p><p>As businesses look to re-draw their <a href="https://www.itpro.com/strategy/29899/three-reasons-why-digital-transformation-is-essential-for-business-growth" target="_blank" data-original-url="https://www.itpro.com/strategy/29899/three-reasons-why-digital-transformation-is-essential-for-business-growth">digital transformation</a> roadmaps in the wake of COVID-19, quantum computing should be a component of that journey. As development continues, we’re not far from a breakthrough that will see quantum computers enter perhaps not the mainstream, per se, but become a transformative technology all businesses can access. The key is having a clear deployment strategy and defined business cases to harness quantum computing's unique properties.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Oracle and Microsoft announce Oracle Database Service for Azure ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/databases/368612/oracle-and-microsoft-announce-oracle-database-service-for-azure</link>
                                                                            <description>
                            <![CDATA[ Azure users can now easily provision, access, and monitor enterprise-grade Oracle Database services in Oracle Cloud Infrastructure ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">5FpZ8PSyBg1RVm6i1EFPqJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/uLbzj5AjjvhQWEpAhwM7VH-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 21 Jul 2022 09:11:20 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Daniel Todd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SRyC34qeLpNDj3dJtsVDhT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/uLbzj5AjjvhQWEpAhwM7VH-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Microsoft Azure logo on a black background through a magnifying glass]]></media:description>                                                            <media:text><![CDATA[Microsoft Azure logo on a black background through a magnifying glass]]></media:text>
                                <media:title type="plain"><![CDATA[Microsoft Azure logo on a black background through a magnifying glass]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/uLbzj5AjjvhQWEpAhwM7VH-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Oracle and Microsoft have teamed up to deliver Oracle Database Service for Microsoft Azure, designed to provide Azure users with direct and streamlined access to Oracle databases on Oracle Cloud Infrastructure (OCI).</p><p>The deal allows users to provision, access, and monitor enterprise-grade Oracle Database services in OCI in a way that is familiar, Microsoft said in an announcement.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="fG765ZeR5gmv7Ja5n8yweU" name="fG765ZeR5gmv7Ja5n8yweU.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/fG765ZeR5gmv7Ja5n8yweU.png" mos="https://cdn.mos.cms.futurecdn.net/fG765ZeR5gmv7Ja5n8yweU.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Your key to digital differentiation and competence</strong></p><p class="fancy-box__body-text">Database services fit for app modernisation, cloud-native innovation, and data-driven strategies</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/databases/368549/your-key-to-digital-differentiation-and-competence" data-original-url="/data-insights/databases/368549/your-key-to-digital-differentiation-and-competence">FREE DOWNLOAD</a></p></div></div><p>Users can migrate or build new applications on Azure and then connect to Oracle’s high-performance, high-availability database services.</p><p>“Microsoft and Oracle have <a href="https://www.itpro.com/cloud/363083/microsoft-and-oracle-expand-strategic-cloud-partnership" data-original-url="https://www.itpro.com/cloud/363083/microsoft-and-oracle-expand-strategic-cloud-partnership">a long history of working together</a> to support the needs of our joint customers, and this partnership is an example of how we offer customer choice and flexibility as they digitally transform with cloud technology,” explained Corey Sanders, corporate vice president, Microsoft Cloud for Industry and Global Expansion.</p><p>“Oracle’s decision to select Microsoft as its preferred partner deepens the relationship between our two companies and provides customers with the assurance of working with two industry leaders.”</p><p>The solution builds on Oracle Interconnect’s core capabilities to enable customers to easily integrate workloads on the cloud platform with Oracle Database Services on OCI.</p><p>In a matter of a few clicks, users can connect their Azure subscriptions to their OCI tenancy, with the service then configuring everything required to link the two cloud environments and incorporate Azure Active Directory identities.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/software-license/361361/microsoft-and-oracle-slammed-for-anti-competitive-software" data-original-url="/software/software-license/361361/microsoft-and-oracle-slammed-for-anti-competitive-software">Microsoft and Oracle slammed over 'anti-competitive' software practices</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/policy-legislation/data-governance/368517/oracle-to-build-sovereign-cloud-regions-in-the-eu-for-2023" data-original-url="/policy-legislation/data-governance/368517/oracle-to-build-sovereign-cloud-regions-in-the-eu-for-2023">Oracle to build sovereign cloud regions in the EU for 2023</a></p></div></div><p>There are no charges for using Oracle Database Service, Oracle Interconnect, or data egress or ingress when moving data between OCI and Azure, either. Instead, customers will only pay for the other Azure or Oracle services they consume – such as Azure Synapse or Oracle Autonomous Database.</p><p>Clay Magouyrk, executive vice president of Oracle Cloud Infrastructure, said the solution gives customers the ability to “easily test and demonstrate the value of combining Oracle databases with Azure applications".</p><p>“There is no need for deep skills on both of our platforms or complex configurations – anyone can use the Azure Portal to get the power of our two clouds together,” he said.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The infrastructure barriers to building your own next-generation apps ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/databases/367678/the-infrastructure-barriers-to-building-your-own-next-generation</link>
                                                                            <description>
                            <![CDATA[ Traditional database architecture is creating obstacles to the development of next-gen apps. Moving to cloud-based, open source DBaaS removes them ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">e3qinzhE6wknFCHZcXvBQh</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/fCvcAKbnVnaXSKLtYfk7oT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 12 Jul 2022 13:39:26 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Ross Kelly ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/Y5vrV2V98Np6jHAGmAtCd3.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                    <sponsoredContent>true</sponsoredContent>
                                <cf:isSponsored>true</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/fCvcAKbnVnaXSKLtYfk7oT-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Database graphic]]></media:description>                                                            <media:text><![CDATA[Database graphic]]></media:text>
                                <media:title type="plain"><![CDATA[Database graphic]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/fCvcAKbnVnaXSKLtYfk7oT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Bespoke, data-rich and highly available applications are at the heart of the next wave of digital transformation. These applications will be key in giving enterprises a deeper understanding of their customers and their needs and helping them to build new digital experiences to engage those customers with.</p><p>They could provide real-time visibility and analytics across their business. Yet development of these applications is being hampered by issues relating to the provisioning and management of data architecture – in particular, the traditional data architecture being run from on-premises servers. Legacy database technology is holding innovation back.</p><p>Why is this? The fundamental reason is that traditional, SQL-based databases and the architecture they run on were designed to support the needs of very different applications, built for industries and markets that didn’t involve the same quantities of data or operate at today’s speeds. Traditional on-premises data architecture is slow to provision and slow to scale, which is a problem when you need to be able to scale upwards rapidly to meet peaks of demand or scale down to keep costs and complexity under control. </p><p>Enterprises are already handling larger volumes of data, and those volumes threaten to get larger still. IDC’s StorageSphere Forecast 2021-2025 predicted that worldwide data storage capacity would grow from 6.7 zettabytes in 2020 to 16.1 in 2025, meaning an increase of 240% in the infrastructure and services required to store and manage it. On the level of the individual enterprise, that means more servers and infrastructure to manage, as well as a wider range of different architectures to cover different applications and requirements. Server sprawl is becoming a serious issue.</p><p>This in turn demands even more of database administrators (DBAs), which is an issue when there’s a growing skills shortage in the field. A 2021 report by EFG Research puts DBAs within the top 10 most common IT roles facing shortages. The UK government’s May 2021 paper, Quantifying the UK Data Skills Gap, puts database management as the seventh most in-need skill for UK businesses. The growing complexity of the role is only exacerbating the shortages. As a recent article for <em>Global Banking and Finance Review</em> puts it, “It is common that database professionals have been tasked with developing a working knowledge of multiple database systems, but they might not know each of them well enough to be considered an expert, and that’s what is needed.”</p><p>DBAs are also having to contend with the growing challenges of database security in environments where instant, high-speed availability is crucial, and where more advanced applications in AI, analytics and machine learning need to handle complex datasets in real time. Ransomware threats are on the rise, while many organisations are struggling to build a robust data retention strategy. Overall, traditional architectures are proving difficult to manage and secure, while actively slowing down enterprises’ path to insight. Is it any wonder that many enterprises are looking for a smarter way to work?</p><p>As with so many IT challenges, the answer lies in the cloud. Back in 2019, Gartner predicted that, by 2022, 75% of all databases will be deployed or migrated to a cloud platform, and that only 5% of these would ever be considered for repatriation to on-premises hardware. Flexera’s 2022 State of the Cloud report shows data warehousing, relational database-as-a-service (DBaaS) and NoSQL DBaaS making up three of the four most used platform-as-a-service (PaaS) cloud services. What’s more, open source technologies are taking off. Gartner has also predicted that 70% of new in-house applications will be developed on an open source database management system (OSBDMS) or OSDBMS-based database-platform-as-a-service (dbPaaS).</p><h3 class="article-body__section" id="section-next-gen-apps-need-a-modern-architecture"><span>Next gen apps need a modern architecture</span></h3><p>These open source technologies and cloud-based database platforms are a better fit for this new generation of applications. MongoDB is built for high-speed analytics and innovation. You can spin up new applications and services without wasting precious time configuring and tuning the architecture. MySQL is fast, scalable, highly customisable and cost-effective. As an object-relational database system, PostgreSQL has powerful features that increase its flexibility and make it easier to organise and model data with a higher level of consistency. Meanwhile, Redis and Apache Kafka are ideal for caching and streaming data securely, at high speeds, for real-time applications, while OpenSearch provides fast access, analytics and search with integrated visualisation tools.</p><p>What these platforms all have in common is that they’re highly scalable, both up and down, and that they enable innovation, with rapid deployment, high security and high availability. What’s more, as they’re open source, there’s no vendor lock-in. While switching from one platform to another is never trivial, the architectural features and available tools actively support it.</p><p>Yet simply moving to a modern, cloud-based database architecture is no silver bullet; DBAs and IT teams still face challenges in managing and securing them, particularly with multiple systems in place, working with existing, traditional architecture within a hybrid estate. That’s why it makes sense to work with off-the-shelf and custom DBaaS solutions from a provider such as OVHcloud. OVHcloud Managed DBaaS solutions give you instant provisioning across an infrastructure designed for modern data architectures, with scalability, security and high availability built-in. The platforms are true open-source, with no vendor lock-in, and offer a market-leading, highly cost-efficient price/performance ratio, with transparent, predictable pricing. </p><p>Perhaps most importantly, there’s no need for any time-consuming infrastructure management, meaning DBAs and IT teams can spend less time and manpower just maintaining back-end operations, and more time delivering solutions that add value. OVHcloud manages all logs and metrics, backups, database management system (DBMS) installations and updates, not to mention operating system installations and updates. OVHcloud handles all the hardware and server maintenance, and is responsible for delivering availability, power and network access according to the terms of the SLA. Everything is in place to spin up new nodes – or spin them down – within minutes rather than days. OVHcloud has been one of Europe’s leading cloud and infrastructure providers since 1999, enterprises can be confident that they won’t run into CLOUD Act issues, establish data sovereignty and feel assured that they’re working with a company they can trust.</p><p>If the next stage of digital transformation depends on a company's abilities to develop and operate custom-built, data-rich apps, OVHcloud is working to support them, through DBaaS platforms that are agile, scalable and based on managed infrastructure. That gives enterprises the freedom to grow and move rapidly, and build the products, tools and services their customers’ demand.</p><p><a href="https://www.ovhcloud.com/en-gb/lp/cloud-databases-what-is-dbaas/?at_medium=display&at_campaign=CloudPro&at_creation=gb_kpg_2022_ovh_multi_multi_clouddatabases_traffic_acquisition_UK&at_variant=dimg_leaderboard_728x90_V1_ARTICLE" rel="nofollow" target="_blank"><strong><em>Learn more about OVHcloud’s database-as-a-service offering</em></strong></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Databricks announces major contributions to flagship open source projects ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/development/open-source/368384/databricks-announces-major-contributions-to-flagship-open-source</link>
                                                                            <description>
                            <![CDATA[ The Data and AI specialist will contribute new Delta Lake features and enhancements to the Linux Foundation ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">c1NMfeXJRvy4ojKSwxRthy</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/arEdsu8xpxHaKkUEb5KrTK-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 29 Jun 2022 10:22:44 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Daniel Todd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SRyC34qeLpNDj3dJtsVDhT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/arEdsu8xpxHaKkUEb5KrTK-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Open source cloud with endpoints underneath]]></media:description>                                                            <media:text><![CDATA[Open source cloud with endpoints underneath]]></media:text>
                                <media:title type="plain"><![CDATA[Open source cloud with endpoints underneath]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/arEdsu8xpxHaKkUEb5KrTK-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Databricks has announced several new contributions to popular data and AI open source projects, including Delta Lake, ML flow, and Apache Spark.</p><p>At its Data + AI Summit, the data and AI specialist said it will contribute all features and enhancements it has made to Delta Lake to the Linux Foundation, as well as make all Delta Lake APIs open source as part of its Delta Lake 2.0 release.</p><p>That means the open source community will benefit from the full functionality and enhanced performance of the Delta Lake 2.0 ecosystem, enabling the building of high-performance data lakehouses on open standards. The Delta Lake 2.0 Release Candidate is now available, with a full release expected later this year.</p><p>The firm also announced the next iteration of open source machine learning project MLflow 2.0, which introduces MLflow pipelines to the platform. The addition aims to substantially decrease time to production and improve execution at scale through standardisation.</p><p>MLflow Pipelines offers data scientists pre-defined, production-ready templates based on the model type they’re building, allowing them to bootstrap and accelerate model development without requiring intervention from production engineers.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="toidssHdhW2sgUqaLxYUAF" name="toidssHdhW2sgUqaLxYUAF.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/toidssHdhW2sgUqaLxYUAF.png" mos="https://cdn.mos.cms.futurecdn.net/toidssHdhW2sgUqaLxYUAF.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>What is contextual analytics?</strong></p><p class="fancy-box__body-text">Creating more customer value in HR software applications</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/data-insights/367615/what-is-contextual-analytics" data-original-url="/business-strategy/data-insights/367615/what-is-contextual-analytics">FREE DOWNLOAD</a></p></div></div><p>Additionally, Databricks revealed its new Spark Connect, which will enable the use of the unified data analytics engine Spark on virtually any device, as well as Project Lightspeed, a next-gen Spark Structured Streaming engine for data streaming on the lakehouse platform.</p><p>“From the beginning, Databricks has been committed to open standards and the open source community,” commented Ali Ghodsi, Co-Founder and CEO of Databricks. “We have created, contributed to, fostered the growth of, and donated some of the most impactful innovations in modern open source technology.</p><p>“Open data lakehouses are quickly becoming the standard for how the most innovative companies handle their data and AI. Delta Lake, MLflow and Spark are all core to this architectural transformation, and we’re proud to do our part in accelerating their innovation and adoption.”</p><p><strong>New Lakehouse innovations</strong></p><p>Databricks also unveiled several innovations for its Lakehouse Platform at the Data + AI Summit. New capabilities include data warehousing performance and functionality, expanded data governance, and new data sharing innovations which include Databricks Marketplace and Data Cleanrooms for secure data collaboration.</p><p>There’s also automatic cost optimization for ETL operations, as well as machine learning lifecycle improvements to “radically simplify” MLOps at production scale.</p><p>“Today’s announcements are a significant step forward in advancing our Lakehouse vision, as we are making it faster and easier than ever to maximise the value of data, both within and across companies,” Ghodsi said.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Boeing taps Aireon’s space data stream ‌for improved‌ ‌flight‌ ‌safety ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/analytics/368354/boeing-taps-aireons-space-data-stream-for-improved-flight-safety</link>
                                                                            <description>
                            <![CDATA[ ADS-B data from Aireon will further strengthen Boeing’s data and safety analytics tools ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">52dekKRiTA2h7A6vTuN71i</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/rQj8sXKJNRSQg753NDc9T6-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 23 Jun 2022 12:06:55 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Praharsha Anand ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/rQj8sXKJNRSQg753NDc9T6-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A photo of the back of a plane taking off at sunset]]></media:description>                                                            <media:text><![CDATA[A photo of the back of a plane taking off at sunset]]></media:text>
                                <media:title type="plain"><![CDATA[A photo of the back of a plane taking off at sunset]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/rQj8sXKJNRSQg753NDc9T6-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Boeing has struck a deal with space-based automatic dependent surveillance-broadcast (ADS-B) service provider Aireon to better predict and prevent aviation hazards.</p><p>Per the accord, Aireon will offer its flight data stream to Boeing, expanding the aerospace firm’s <a href="https://www.itpro.com/business-intelligence/28220/what-is-data-analytics" data-original-url="https://www.itpro.com/business-intelligence/28220/what-is-data-analytics">data analytics</a> capabilities. Select Boeing airplane programs will have access to historical aircraft data, including near real-time aircraft event data, via AireonINSIGHTS.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="H3k96qoN9pPtZVuRW5sqWY" name="H3k96qoN9pPtZVuRW5sqWY.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/H3k96qoN9pPtZVuRW5sqWY.jpg" mos="https://cdn.mos.cms.futurecdn.net/H3k96qoN9pPtZVuRW5sqWY.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>The Total Economic Impact™ of IBM Watson Assistant</strong></p><p class="fancy-box__body-text">Cost savings and business benefits enabled by Watson Assistant</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence-ai/367031/the-total-economic-impacttm-of-ibm-watson-assistant" data-original-url="/technology/artificial-intelligence-ai/367031/the-total-economic-impacttm-of-ibm-watson-assistant">FREE DOWNLOAD</a></p></div></div><p>“The global space-based ADS-B data from AireonINSIGHTS can help customers gain insights to key performance indicators on flight safety,” stated Aireon.</p><p>Boeing will notably integrate Aireon-provided ADS-B data into enterprise Safety Management System (SMS), in a bid to proactively monitor risks and ‌<a href="https://www.itpro.com/security/cyber-security/360456/how-the-cyber-security-threat-landscape-is-changing" data-original-url="https://www.itpro.com/security/cyber-security/360456/how-the-cyber-security-threat-landscape-is-changing">changing‌ ‌safety trends</a>.</p><p>Oceanic, polar, and outlying areas can be monitored by space-based ADS-B, which adds to conventional ground-based surveillance limited to terrestrial airspace.</p><p>"We are investing in a data stream that can be transformed into safety intelligence," commented Vishwa Uddanwadiker, vice president of aerospace safety analytics at Boeing.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-computing/367349/boeing-inks-massive-cloud-deals-aws-google-cloud-microsoft" data-original-url="/cloud/cloud-computing/367349/boeing-inks-massive-cloud-deals-aws-google-cloud-microsoft">Boeing inks massive cloud deals with AWS, Google Cloud, and Microsoft</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/infrastructure/network-internet/361448/boeing-gets-green-light-for-satellite-internet" data-original-url="/infrastructure/network-internet/361448/boeing-gets-green-light-for-satellite-internet">Boeing gets green light for satellite internet</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/digital-transformation/367372/google-cloud-airasia-deal-customer-app" data-original-url="/business-strategy/digital-transformation/367372/google-cloud-airasia-deal-customer-app">Google Cloud wins AirAsia contract to overhaul its customer app</a></p></div></div><p>"We are adding this to our data analytics ecosystem to help predict and prevent safety risks, while identifying other opportunities to strengthen our Safety Management System."</p><p>Aireon CEO Don Thoma said, "The power of the Aireon data unlocks a cache of information for Boeing regarding the operations of its aircraft in the global airspace. With this integration, Boeing will have data to provide a full operational view of its fleet, and we are excited to partner with them.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Datadog launches Observability Pipelines for enterprise data management ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/data-quality/368319/datadog-observability-pipelines-enterprise-data-management</link>
                                                                            <description>
                            <![CDATA[ The service lets businesses ‌centrally‌ ‌analyze‌ ‌massive volumes‌ ‌of‌ ‌application‌ ‌metrics,‌ ‌logs, and‌ ‌traces ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">dGwbMF4WmYQJ16oHx36g6w</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/wB4JUDzH3MDynfo2qYDj2T-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jun 2022 13:21:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Praharsha Anand ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/wB4JUDzH3MDynfo2qYDj2T-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A person holding a smartphone in front of the Datadog logo]]></media:description>                                                            <media:text><![CDATA[A person holding a smartphone in front of the Datadog logo]]></media:text>
                                <media:title type="plain"><![CDATA[A person holding a smartphone in front of the Datadog logo]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/wB4JUDzH3MDynfo2qYDj2T-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Datadog has launched a new service to help organizations aggregate, filter, and route ‌large volumes‌ ‌of observability data.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/it-infrastructure/360990/the-it-pro-podcast-keeping-an-eye-on-observability" data-original-url="/business-strategy/it-infrastructure/360990/the-it-pro-podcast-keeping-an-eye-on-observability">The IT Pro Podcast: Keeping an eye on observability</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-intelligence-bi/29773/how-to-measure-data-quality" data-original-url="/business-intelligence-bi/29773/how-to-measure-data-quality">How to measure data quality</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/security/367546/datadogs-asm-platform-unmasks-attack-flows-at-code-level" data-original-url="/security/367546/datadogs-asm-platform-unmasks-attack-flows-at-code-level">Datadog's ASM platform unmasks attack flows at code level</a></p></div></div><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="i3xCnRmQAt6CmPaMfStfCm" name="i3xCnRmQAt6CmPaMfStfCm.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/i3xCnRmQAt6CmPaMfStfCm.png" mos="https://cdn.mos.cms.futurecdn.net/i3xCnRmQAt6CmPaMfStfCm.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Unlocking the value of data with data innovation acceleration</strong></p><p class="fancy-box__body-text">Diving into what a mature data innovation practice looks like</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/data-management/367714/unlocking-the-value-of-data-with-data-innovation-acceleration" data-original-url="/data-insights/data-management/367714/unlocking-the-value-of-data-with-data-innovation-acceleration">FREE DOWNLOAD</a></p></div></div><p>Dubbed Observability Pipelines, the vendor-agnostic tool offers customers with a unified view of infrastructure and application metrics, logs, and traces.</p><p>The granular outlook helps with lowering costs, reducing technology lock-in, <a href="https://www.itpro.com/business-intelligence-bi/29773/how-to-measure-data-quality" data-original-url="https://www.itpro.com/business-intelligence-bi/29773/how-to-measure-data-quality">standardizing data quality</a>, improving compliance, and scaling observability practices, according to Datadog.</p><p>Most notably, businesses can gather, enrich, transform, sanitize, and route observability data from any source to any destination at <a href="https://www.itpro.com/storage/30251/what-are-petabytes-and-just-how-big-are-they" data-original-url="https://www.itpro.com/storage/30251/what-are-petabytes-and-just-how-big-are-they">petabyte</a> scale. Rule-based throttles and reactive routing strategies ‌can also be deployed to protect against data spikes.</p><p>If need be, organizations can also choose to redact sensitive data from a data stream ‌before‌ ‌it‌ ‌leaves‌ ‌the company‌ ‌network.</p><p>"As the amount of telemetry continues to grow at an organization, teams are often completely overwhelmed—if they're not blind to—the runaway costs, reliability and compliance risks that come from a lack of visibility into infrastructure and application data," said Zach Sherman, senior product manager at Datadog. </p><p>“We built Datadog Observability Pipelines to give organizations a powerful way to take back control of their data, without compromising visibility for engineering, security and SRE teams," added Sherman.</p><p>Datadog’s Observability Pipelines also comes with an extensive list of integrations or built-in connectors that give organizations the ability to collect and route data quickly and easily to any existing tools.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ KPMG to add automation across its business with Alteryx partnership ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/business-plan/368302/kpmg-adds-automated-analytics-with-alteryx-partnership</link>
                                                                            <description>
                            <![CDATA[ Accountancy giant undergoing a "cultural shift" as it moves further into software-powered analytics ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mRQuhD8CVSa7aWQJ4oiVmr</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/smuc7zv8o4LcxnrT8Pf6UC-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 16 Jun 2022 10:32:21 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Bobby Hellard ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/bsR2tHSyVKUoyXZF5pNsDA.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/smuc7zv8o4LcxnrT8Pf6UC-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A photo of a grey building with the KPMG logo displayed on the side]]></media:description>                                                            <media:text><![CDATA[A photo of a grey building with the KPMG logo displayed on the side]]></media:text>
                                <media:title type="plain"><![CDATA[A photo of a grey building with the KPMG logo displayed on the side]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/smuc7zv8o4LcxnrT8Pf6UC-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>KPMG has signed a 'strategic alliance' with Californian tech firm Alteryx that will aim to boost the accountancy giant's data analytics services.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/business-software/367817/kpmg-to-double-its-technical-staff-heavy-digital-investment" data-original-url="/software/business-software/367817/kpmg-to-double-its-technical-staff-heavy-digital-investment">KPMG to double its technical staff as it invests heavily in enterprise digital transformation</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/flexible-working/359434/kpmg-offers-staff-four-day-fortnight-in-hybrid-work-plans" data-original-url="/business-strategy/flexible-working/359434/kpmg-offers-staff-four-day-fortnight-in-hybrid-work-plans">KPMG offers staff 'four-day fortnight' in hybrid work plans</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/business-analytics/362899/sas-partners-with-aws-to-put-big-data-analytics-into-the" data-original-url="/data-insights/business-analytics/362899/sas-partners-with-aws-to-put-big-data-analytics-into-the">SAS partners with AWS to put big data analytics into the cloud</a></p></div></div><p>With Alteryx, KPMG will seek to push forward plans to automate its own systems, while simultaneously ramping up its data handling platforms.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="i3xCnRmQAt6CmPaMfStfCm" name="i3xCnRmQAt6CmPaMfStfCm.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/i3xCnRmQAt6CmPaMfStfCm.png" mos="https://cdn.mos.cms.futurecdn.net/i3xCnRmQAt6CmPaMfStfCm.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Unlocking the value of data with data innovation acceleration</strong></p><p class="fancy-box__body-text">Diving into what a mature data innovation practice looks like</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/data-management/367714/unlocking-the-value-of-data-with-data-innovation-acceleration" data-original-url="/data-insights/data-management/367714/unlocking-the-value-of-data-with-data-innovation-acceleration">FREE DOWNLOAD</a></p></div></div><p>The two firms will combine their expertise in developing data strategies and <a href="https://www.itpro.com/strategy/28047/what-is-digital-transformation" target="_blank" data-original-url="https://www.itpro.com/strategy/28047/what-is-digital-transformation">digital transformation</a> programs to help companies deploy "automated analytics" into everyday business processes so they can make "smarter and faster decisions". All of this will be powered by Alteryx's unified end-to-end analytics automation platform, which is rolling out across KPMG's systems over the coming months.</p><p>The two companies will be able to deliver actionable insights and also reduce operational costs, according to KPMG, with shared clients able to accelerate digital transformation plans with data-driven insights powering <a href="https://www.itpro.com/business-strategy/automation/367382/hyperautomation-in-action-most-exciting-examples" data-original-url="https://www.itpro.com/business-strategy/automation/367382/hyperautomation-in-action-most-exciting-examples">automation</a>.</p><p>"<a href="https://www.itpro.com/software/business-software/367817/kpmg-to-double-its-technical-staff-heavy-digital-investment" target="_blank" data-original-url="https://www.itpro.com/software/business-software/367817/kpmg-to-double-its-technical-staff-heavy-digital-investment">As we adapt to the digital age</a>, we are seeing a cultural shift across the firm to one founded in technology and data," said Emily Watkins, KPMG's head of deal analytics. "But trapping our capabilities in our technology teams is simply unsustainable. Working with Alteryx will put the power of data science and <a href="https://www.itpro.com/business-intelligence/28220/what-is-data-analytics" target="_blank" data-original-url="https://www.itpro.com/business-intelligence/28220/what-is-data-analytics">automated analytics</a> in the hands of our people and our clients - empowering the next generation of data workers to capitalise on what their data is telling them."</p><p>Alteryx, which was founded in 1997 by the software entrepreneur Dean Stoecker, was originally known as 'SRC LLC'. The company provided demographic mapping systems to the US government for use in its yearly census.</p><p>The term 'Alteryx' was a type of data mapping software the company released in 2006, which it adopted as its name four years later. The company went public in 2017, floating on the New York stock exchange, and is headquartered in Irvine, California, with a development centre in Colorado.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Death of the tick mark ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/policy-legislation/data-governance/368135/death-of-the-tick-mark</link>
                                                                            <description>
                            <![CDATA[ How to prevent internal audit becoming obsolete ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">5LVvReSf1pRMbdZoBLLddV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9N4bQ9sjXRDaa3JaZz7rdc-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Tue, 07 Jun 2022 13:12:03 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/9N4bQ9sjXRDaa3JaZz7rdc-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with image of a hand holding a pen over a tick list]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with image of a hand holding a pen over a tick list]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with image of a hand holding a pen over a tick list]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9N4bQ9sjXRDaa3JaZz7rdc-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Auditing is an independent consulting activity, intended to help organisations improve their operations, as it evaluates ways to improve risk management. However within the technology industry, auditors are being replaced by automation, and with CFOs looking to reduce spending, the function of audit and compliance could become obsolete.</p><p>The audit process needs to change for the better, and with emerging technology, there’s great potential for auditing to adapt and drive real value in relation to data analytics and risk management monitoring.</p><p>Download this whitepaper to learn where audit technology is headed, and what it means for your organisation.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="UtvAeeAcF8dVU7LoiMht4J" name="" alt="Diligent logo" src="https://cdn.mos.cms.futurecdn.net/UtvAeeAcF8dVU7LoiMht4J.png" mos="https://cdn.mos.cms.futurecdn.net/UtvAeeAcF8dVU7LoiMht4J.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49676/diligent-fy22-risk-and-compliance?locale=1&p=false&wp=9650"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Automotive data management market poised to reach $4,807m by 2030 ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/data-management/367909/automotive-data-management-market-poised-to-reach-4807m-by</link>
                                                                            <description>
                            <![CDATA[ North America ‌‌‌is‌ ‌anticipated‌ ‌to‌ ‌hold‌ ‌the‌ ‌largest‌ ‌share‌ ‌of‌ ‌the‌ ‌market over the forecast period ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">3QGWVmn9XDtrqx7Th1fjaG</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/U5RYv6vSeEJkMkcJuyE3SJ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 01 Jun 2022 09:51:32 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Praharsha Anand ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/U5RYv6vSeEJkMkcJuyE3SJ-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Automotive]]></media:description>                                                            <media:text><![CDATA[Automotive]]></media:text>
                                <media:title type="plain"><![CDATA[Automotive]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/U5RYv6vSeEJkMkcJuyE3SJ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The global automotive data management market size is projected to reach $4,807 million by 2030, according to a recently published report by Acumen Research and Consulting (ARC).</p><p>The market research firm estimates a compound annual growth rate (CAGR) exceeding 20.5% over the forecast period beginning 2022 through 2030.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="i3xCnRmQAt6CmPaMfStfCm" name="i3xCnRmQAt6CmPaMfStfCm.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/i3xCnRmQAt6CmPaMfStfCm.png" mos="https://cdn.mos.cms.futurecdn.net/i3xCnRmQAt6CmPaMfStfCm.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Unlocking the value of data with data innovation acceleration</strong></p><p class="fancy-box__body-text">Diving into what a mature data innovation practice looks like</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/data-management/367714/unlocking-the-value-of-data-with-data-innovation-acceleration" data-original-url="/data-insights/data-management/367714/unlocking-the-value-of-data-with-data-innovation-acceleration">FREE DOWNLOAD</a></p></div></div><p>“Previously limited to marketing and sales, data analytics is now being used in product development, industrial processes, logistics, and aftermarket solutions.” </p><p>“However, the increasing use of connected vehicles is increasing the demand for automotive data management. The growing usage of embedded sensors in self-driving automobiles is driving the automotive data management market forward,” explained ARC.</p><p>The firm also affirmed, “automotive sector confronts strong competition, and fresh developments are required to stay competitive.”</p><p>Acerta Analytics Solutions, Caruso GmbH, AMO Foundation, Amodo D.o.o, AWS, and IBM are among the key vendors influencing the automotive data management industry. </p><p>By region, North America is anticipated to hold the majority of the global automotive data management market share during the forecast period, due to a large number of automakers in this region, along with the widespread implementation of lean analytics and deep learning.</p><p>In the next few years, analysts expect Europe to be the second-largest market for automotive data management. The region's share of the market is predicted to grow exponentially as a result of increased car production, advancements in vehicle electronics layout, connected automobiles, V2V & V2I innovations, and the expansion of key OEMs.</p><p>“The increased demand for built-in informatics and telematics in automotive has resulted in advancements in technology aimed at improving the entire in-vehicle experience for both passengers and drivers. With the connected vehicle, ubiquitous inbuilt cellular connections provide new opportunities to educate and engage drivers, as well as service the vehicles throughout their existence,” stated ARC in its <a href="https://www.acumenresearchandconsulting.com/automotive-data-management-market">report</a>. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Elastic expands cloud collaboration with AWS ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/cloud/amazon-web-services-aws/367754/elastic-expands-cloud-collaboration-with-aws</link>
                                                                            <description>
                            <![CDATA[ Partnership aims to ease migration to Elastic Cloud on AWS, as well as simplify onboarding and drive go-to-market initiatives ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">8MPGtQ7qWFWyznXue8CLH2</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Db5rrqpgHyn64rgTL5ubVC-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 20 May 2022 11:02:34 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Daniel Todd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SRyC34qeLpNDj3dJtsVDhT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Db5rrqpgHyn64rgTL5ubVC-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AWS logo on building window]]></media:description>                                                            <media:text><![CDATA[AWS logo on building window]]></media:text>
                                <media:title type="plain"><![CDATA[AWS logo on building window]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Db5rrqpgHyn64rgTL5ubVC-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Search-powered solutions provider Elastic has announced an expansion of its collaboration with Amazon Web Services (AWS).</p><p>The pair will work together to build, market, and deliver seamless access to Elastic Cloud on AWS, while leveraging the cloud giant’s global footprint and wide range of services.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="urkRWxF6bNsYkgW2n5HFR3" name="urkRWxF6bNsYkgW2n5HFR3.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/urkRWxF6bNsYkgW2n5HFR3.jpg" mos="https://cdn.mos.cms.futurecdn.net/urkRWxF6bNsYkgW2n5HFR3.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Business value on AWS</strong></p><p class="fancy-box__body-text">Four key dimensions that will help to build a comprehensive business case for the cloud</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/367530/business-value-on-aws" data-original-url="/cloud/367530/business-value-on-aws">FREE DOWNLOAD</a></p></div></div><p>Elastic said the collaboration will enable easier migration to Elastic Cloud through expanded competencies, as well as simplified onboarding and new joint <a href="https://www.itpro.com/business-strategy/31699/what-is-a-gtm-strategy" data-original-url="https://www.itpro.com/business-strategy/31699/what-is-a-gtm-strategy">go-to-market initiatives</a>.</p><p>“Through our collaboration, customers can take advantage of simplified data collection from AWS services, and cloud-optimised features that optimise their Enterprise Search, Observability, and Security solutions with Elastic Cloud on AWS," explained Steve Kearns, vice president of Elastic Platform at Elastic.</p><p>"Elastic is committed to delivering a proven subscription experience for our Elasticsearch service through the AWS Marketplace, and we look forward to continuing to work with AWS to help organisations get the most value out of their deployment and focus on what is critical to their business.”</p><p>In terms of expanded competencies, Elastic has been certified as an AWS ISV Workload Migration Program (WMP) Partner to support the migration of customers to Elastic Cloud on AWS. The firm has also earned multiple new AWS validated technical qualifications.</p><p>Elastic said it is also aiming to simplify onboarding to Elastic Cloud on AWS and will focus on offering enhanced integration for account creation and setup – reducing the initial setup time “from hours to minutes".</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-computing/355137/uncovering-the-hidden-costs-of-cloud-migration" data-original-url="/cloud/cloud-computing/355137/uncovering-the-hidden-costs-of-cloud-migration">Uncovering the hidden costs of cloud migration</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/security/cyber-attacks/367752/microsoft-provides-over-100-million-in-support-to-ukraine-government" data-original-url="/security/cyber-attacks/367752/microsoft-provides-over-100-million-in-support-to-ukraine-government">Microsoft says it's provided over $100 million in tech support to Ukrainian government</a></p></div></div><p>In fact, the pair have already completed more than 20 integrations to streamline data ingestion into Elastic Cloud on AWS, including integrations with AWS FireLens, <a href="https://www.itpro.com/cloud/amazon-s3/367664/what-is-amazon-s3" data-original-url="https://www.itpro.com/cloud/amazon-s3/367664/what-is-amazon-s3">Amazon S3</a> Storage Lens, AWS WAF, and AWS Network Firewall, along with the Elastic serverless forwarder.</p><p>Additionally, the two companies have committed to investing in joint go-to-market initiatives, which include a free seven-day trial via the AWS Marketplace.</p><p>Stephen Orban, vice president of AWS Marketplace, Partner Engineering, and ISVs at AWS, said the companies’ relationship is “rooted in listening to customers".</p><p>“Enabling frictionless migration and operation of Elastic Cloud on AWS and a streamlined subscription experience is just the beginning,” he said. “Through our expanded efforts, we are ensuring our joint customers have easier access to Elastic Cloud on AWS so they can focus on solving their most complex challenges.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Netsuite integration checklist ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/integration/367732/netsuite-integration-checklist</link>
                                                                            <description>
                            <![CDATA[ Understand your integration needs ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">3pEeGpBiDRNbcYLEMtYSX9</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/rnT29TdGPbdGiU9i6a8DGF-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Wed, 18 May 2022 13:11:42 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/rnT29TdGPbdGiU9i6a8DGF-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with title and logo and circular image of hands at a keyboard]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with title and logo and circular image of hands at a keyboard]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with title and logo and circular image of hands at a keyboard]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/rnT29TdGPbdGiU9i6a8DGF-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>With the wide-ranging capabilities that Netsuite offers, Netsuite integration projects can involve many applications. This guide can support you in simplifying this process with a checklist of things to consider in your planning.</p><p>From the people involved, to the data flow processes, the applications, and the data, this guide takes into account how to identify each stage, what you need to determine - including specifications and recommended methods - as well as common issues.</p><p>Download this checklist now to ensure your Netsuite integration is straightforward, and gives you a competitive advantage.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="GJVxdPL7dzLbZoJyVKevUA" name="" alt="Boomi logo" src="https://cdn.mos.cms.futurecdn.net/GJVxdPL7dzLbZoJyVKevUA.png" mos="https://cdn.mos.cms.futurecdn.net/GJVxdPL7dzLbZoJyVKevUA.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49670/boomi?locale=1&p=false&wp=9402"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Salesforce integration checklist ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business-operations/sales-crm/367730/salesforce-integration-checklist</link>
                                                                            <description>
                            <![CDATA[ A tool to help you plan and manage any Salesforce integration project ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">pDeA12YZTdvvEdBnR7Budw</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/UKqUwFQkJLgCiAyzccMnbg-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Wed, 18 May 2022 13:02:28 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/UKqUwFQkJLgCiAyzccMnbg-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with title and logo and circular image with red surround of colleagues looking over documents]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with title and logo and circular image with red surround of colleagues looking over documents]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with title and logo and circular image with red surround of colleagues looking over documents]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/UKqUwFQkJLgCiAyzccMnbg-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>This asset shares advice and tips on the technical requirements you might need, as well as key considerations for your Salesforce integration project.</p><p>From the people involved, to the data flow processes, and the applications, this guide takes into account how to identify each stage, what you need to determine, as well as common issues and customisation considerations.</p><p>Download this checklist now to future proof your Salesforce integration.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="GJVxdPL7dzLbZoJyVKevUA" name="" alt="Boomi logo" src="https://cdn.mos.cms.futurecdn.net/GJVxdPL7dzLbZoJyVKevUA.png" mos="https://cdn.mos.cms.futurecdn.net/GJVxdPL7dzLbZoJyVKevUA.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49670/boomi?locale=1&p=false&wp=9401"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What is contextual analytics? ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business-strategy/data-insights/367615/what-is-contextual-analytics</link>
                                                                            <description>
                            <![CDATA[ Creating more customer value in HR software applications ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">qU9WvWvQxj8SXC9q8J2NfA</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/toidssHdhW2sgUqaLxYUAF-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 09 May 2022 13:00:24 +0000</pubDate>                                                                                                                                <updated>Tue, 30 Aug 2022 13:00:24 +0000</updated>
                                                                                                                                            <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/toidssHdhW2sgUqaLxYUAF-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with data dashboard image]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with data dashboard image]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with data dashboard image]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/toidssHdhW2sgUqaLxYUAF-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>It’s clear that embedded analytics as a core part of most enterprise software is a useful tool. However dashboards and data reporting have often been bolted on to existing software in the past, rather than being a core component of the application.</p><p>This can mean limitations when analysis is reviewed separately, causing disruption in workflows, lack of context, and friction in the user experience.</p><p>Download this whitepaper to better understand:</p><ul><li>What contextual analytics is and how it can enhance your business software</li><li>How the maturity model can help speed up modernisation</li><li>Why contextual analytics should be part of your next innovation</li></ul><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="fQkb63tNHWFdEbzfES7wrE" name="" alt="Yellowfin logo" src="https://cdn.mos.cms.futurecdn.net/fQkb63tNHWFdEbzfES7wrE.png" mos="https://cdn.mos.cms.futurecdn.net/fQkb63tNHWFdEbzfES7wrE.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49656/yellowfin-fy23q2?locale=1&p=false&wp=9202"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The data-driven enterprise ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business-strategy/data-insights/367531/the-data-driven-enterprise</link>
                                                                            <description>
                            <![CDATA[ How organisations can truly make the most of their data ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">fDK67aArnL8GBB8HvHQZ7e</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/tQxQMv6NHaWYD8822zXMXP-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 28 Apr 2022 13:41:10 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/tQxQMv6NHaWYD8822zXMXP-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with aerial view of a city and river with digital lines]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with aerial view of a city and river with digital lines]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with aerial view of a city and river with digital lines]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/tQxQMv6NHaWYD8822zXMXP-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>While there is a broad understanding that successful organisations need to be data-driven, what does that mean in practice and how can your business achieve this?</p><p>This whitepaper lays out the key steps a company needs to take to become a truly data-driven institution that bases strategic business decisions on concrete evidence, and how agility, digital transformation and continuous innovation tie into this project.</p><p>Download now to learn how other companies are making the best use of their data and what that can teach your organisation.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="TTFdqMZ2i4cHSjQkyxGMJ" name="" alt="AWS logo" src="https://cdn.mos.cms.futurecdn.net/TTFdqMZ2i4cHSjQkyxGMJ.jpg" mos="https://cdn.mos.cms.futurecdn.net/TTFdqMZ2i4cHSjQkyxGMJ.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49633/aws-standard-form-en?locale=1&p=false&wp=9010"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Kyndryl and Dell partner on new cyber resilience and recovery service ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business-strategy/disaster-recovery-dr/367424/kyndryl-dell-partner-on-cyber-resilience-recovery</link>
                                                                            <description>
                            <![CDATA[ New expanded alliance aims to help businesses improve performance and availability of critical data ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mrEEvErQSu2d5nD4ev9n7r</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/NEWt6BeUVRzvR9MeBbmqHN-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 14 Apr 2022 13:00:09 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Daniel Todd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SRyC34qeLpNDj3dJtsVDhT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/NEWt6BeUVRzvR9MeBbmqHN-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A close up shot of a hard drive on fire]]></media:description>                                                            <media:text><![CDATA[A close up shot of a hard drive on fire]]></media:text>
                                <media:title type="plain"><![CDATA[A close up shot of a hard drive on fire]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/NEWt6BeUVRzvR9MeBbmqHN-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>IT infrastructure services provider Kyndryl has expanded its global alliance with Dell Technologies in the form of a new cyber resilience solution to protect critical business data.</p><p>The partnership is focused on providing cyber incident recovery, offering cyber resilience through Dell’s high-performance storage, servers, and data protection systems.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business/business-strategy/361524/kyndryl-microsoft-cloud-deal-first-since-ibm-split" data-original-url="/business/business-strategy/361524/kyndryl-microsoft-cloud-deal-first-since-ibm-split">Kyndryl partners with Microsoft in first major deal since IBM split</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/careers-training/360100/ibms-tosca-colangeli-appointed-kyndryls-first-uk-ireland" data-original-url="/business-strategy/careers-training/360100/ibms-tosca-colangeli-appointed-kyndryls-first-uk-ireland">IBM’s Tosca Colangeli appointed Kyndryl’s first UK & Ireland president</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/hybrid-cloud/362064/ibm-reports-biggest-sales-growth-in-last-ten-years" data-original-url="/cloud/hybrid-cloud/362064/ibm-reports-biggest-sales-growth-in-last-ten-years">IBM reports biggest sales growth in ten years</a></p></div></div><p>Kyndryl says the new jointly developed solution has been designed to help secure critical data sets and provide a verified process to <a href="https://www.itpro.com/server-storage/data-recovery/358038/best-data-recovery-tools-restore-your-lost-files" data-original-url="https://www.itpro.com/server-storage/data-recovery/358038/best-data-recovery-tools-restore-your-lost-files">recover data</a> back into a business.</p><p>It uses an “air-gapped” data vault from Dell, which means one copy of the data is offline and cannot be accessed to help <a href="https://www.itpro.com/disaster-recovery-dr/33803/tips-to-improve-your-disaster-recovery-strategy" data-original-url="https://www.itpro.com/disaster-recovery-dr/33803/tips-to-improve-your-disaster-recovery-strategy">ensure availability in the event of a cyber incident</a>.</p><p>“We’re excited to expand our relationship with Dell and look forward to delivering solutions, services and support that customers need to store and protect their data and recover from cyber threats,” commented Kris Lovejoy, Global Security and Resiliency practice leader at Kyndryl.</p><p>“Through this important alliance, we will work together to help companies improve performance and availability of critical data, predictive maintenance, non-disruptive upgrades and refreshes.”</p><p>Dell recently elevated Kyndryl to Titanium Black Global Partner status in the Dell Technologies Partner Program – a status that recognises partners it deems best equipped to support customers through their digital transformation.</p><p>Building on 20 years of engineering and go-to-market collaboration, the firm says its new status and expanded alliance will enable customers to enhance their <a href="https://www.itpro.com/strategy/29899/three-reasons-why-digital-transformation-is-essential-for-business-growth" data-original-url="https://www.itpro.com/strategy/29899/three-reasons-why-digital-transformation-is-essential-for-business-growth">digital innovation</a> and business transformation.</p><p>Ultimately, Kyndryl’s new Cyber Incident Recovery with Dell Technologies offering aims to enhance and complement existing backup and disaster recovery solutions, help minimise the impact of cyber incidents, as well as enable a quicker return to normal operations with a greater likelihood of recovering critical data.</p><p>“It’s more important than ever for companies to have confidence in the protection of their critical data to ensure cyber resiliency,” said Denise Millard, senior vice president, Global Alliances, Dell Technologies. “Dell and Kyndryl are well positioned to help our customers succeed in the multicloud and data era.”</p><p>The partnership follows a string of deals for Kyndryl, which completed its spin off from IBM in November 2021. These include a <a href="https://www.itpro.com/business/business-strategy/361524/kyndryl-microsoft-cloud-deal-first-since-ibm-split" data-original-url="https://www.itpro.com/business/business-strategy/361524/kyndryl-microsoft-cloud-deal-first-since-ibm-split">major cloud migration deal with Microsoft</a>, two separate edge computing partnerships with <a href="https://www.itpro.com/mobile/5g/362286/kyndryl-and-nokia-partnership-targets-510bn-industry-40-market" data-original-url="https://www.itpro.com/mobile/5g/362286/kyndryl-and-nokia-partnership-targets-510bn-industry-40-market">Nokia</a> and <a href="https://www.itpro.com/cloud/hybrid-cloud/367178/kyndryl-and-lenovo-collaborate-on-hybrid-cloud-and-edge-computing" data-original-url="https://www.itpro.com/cloud/hybrid-cloud/367178/kyndryl-and-lenovo-collaborate-on-hybrid-cloud-and-edge-computing">Lenovo</a>, and <a href="https://www.itpro.com/cloud/amazon-web-services-aws/362951/kyndryl-aws-partner-cloud--centre-of-excellence" data-original-url="https://www.itpro.com/cloud/amazon-web-services-aws/362951/kyndryl-aws-partner-cloud--centre-of-excellence">a deal with AWS</a> to create a cloud 'centre of excellence' for customers.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Google Cloud aims to remove data limits through BigLake ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/data-management/367341/google-cloud-aims-to-remove-data-limits-through-biglake</link>
                                                                            <description>
                            <![CDATA[ Tech giant also announced the formation of the Data Cloud Alliance initiative to help global businesses undergo digital transformation ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">t9uvGFjsiEKFryybNZa7mH</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Bde5Kr3zxtpjGC9wFZusa4-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 06 Apr 2022 10:23:50 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Zach Marzouk ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/ncLkbsDMZ6b76Lc5iS6mZh.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Bde5Kr3zxtpjGC9wFZusa4-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A glowing particle and binary wave pattern on dark background]]></media:description>                                                            <media:text><![CDATA[A glowing particle and binary wave pattern on dark background]]></media:text>
                                <media:title type="plain"><![CDATA[A glowing particle and binary wave pattern on dark background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Bde5Kr3zxtpjGC9wFZusa4-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Google Cloud has introduced a preview of BigLake today, a data lake storage engine, it said would remove data limits by unifying data lakes and warehouses.</p><p>The tech giant said that managing <a href="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics" target="_blank" data-original-url="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics">data</a> across disparate lakes and warehouses create silos and increases risk and cost, especially when data needs to be moved. Through BigLake, it hopes to allow companies to unify their data warehouses and lakes to analyse data without worrying about the underlying storage format or system. This, it said, eliminates the need to duplicate or move data from a source and reduces cost and inefficiencies.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-computing/367334/google-cloud-unveils-new-chronicle-mssp-program" data-original-url="/cloud/cloud-computing/367334/google-cloud-unveils-new-chronicle-mssp-program">Google Cloud unveils new Chronicle MSSP Program</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/digital-transformation/365392/google-cloud-partners-with-flipkart-for-digital" data-original-url="/business-strategy/digital-transformation/365392/google-cloud-partners-with-flipkart-for-digital">Google Cloud partners with Flipkart for digital transformation</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-computing/366980/google-cloud-pricing-increase" data-original-url="/cloud/cloud-computing/366980/google-cloud-pricing-increase">Google Cloud will hike pricing for some storage and data services</a></p></div></div><p>Google Cloud customers will gain access controls through BigLake, with an <a href="https://www.itpro.com/application-programming-interface-api/33557/the-api-economy-what-your-business-needs-to-know" target="_blank" data-original-url="https://www.itpro.com/application-programming-interface-api/33557/the-api-economy-what-your-business-needs-to-know">API</a> interface spanning Google Cloud and open file formats like Parquet, as well as open-source processing engines like Apache Spark. The company said these capabilities extend a decade’s worth of innovations with BigQuery to data lakes on Google Cloud Storage to enable a flexible and cost-effective open lake house <a href="https://www.itpro.com/server-storage/31782/what-is-serverless-architecture" target="_blank" data-original-url="https://www.itpro.com/server-storage/31782/what-is-serverless-architecture">architecture</a>.</p><p>BigLake is set to be the centre of the company’s overall strategy from a storage perspective, revealed Sudhir Hasbe, Google Cloud’s data analytics product manager.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="oMkurt6uLjEqZhbFrQbgnP" name="oMkurt6uLjEqZhbFrQbgnP.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/oMkurt6uLjEqZhbFrQbgnP.jpg" mos="https://cdn.mos.cms.futurecdn.net/oMkurt6uLjEqZhbFrQbgnP.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Automating the modern data warehouse</strong></p><p class="fancy-box__body-text">Freedom from constraints on your data</p><p class="fancy-box__body-text">FREE DOWNLOAD</p></div></div><p>“We are going to make sure all of our tools and capabilities work seamlessly with BigLake,” he said. “Similarly, all of our analytics engines, whether it's BigQuery, whether it's our Spark engine, or whether it's our data flow engine, all of these engines will seamlessly integrate out of the box with BigLake.”</p><p>The company also announced the formation of the Data Cloud Alliance, a new initiative to ensure global businesses have more seamless access and insights into the data required for <a href="https://www.itpro.com/strategy/29899/three-reasons-why-digital-transformation-is-essential-for-business-growth" target="_blank" data-original-url="https://www.itpro.com/strategy/29899/three-reasons-why-digital-transformation-is-essential-for-business-growth">digital transformation</a>. </p><p>The alliance comprises Google Cloud, Accenture, Confluent, Databricks, Dataiku, Deloitte, Elastic, Fivetran, MongoDB, Neo4j, Redis, and Starburst. The companies said they are committed to making data more portable and accessible across disparate business systems, platforms, and environments.</p><p>Google Cloud said that the proliferation of data means businesses increasingly need common digital data standards and a commitment to open <a href="https://www.itpro.com/business-operations/31681/what-is-data-processing" target="_blank" data-original-url="https://www.itpro.com/business-operations/31681/what-is-data-processing">data</a>, to effectively use data to digitally transform.</p><p>The Data Cloud Alliance is committed to accelerating the adoption of data analytics, <a href="https://www.itpro.com/strategy/29848/is-artificial-intelligence-safe" target="_blank" data-original-url="https://www.itpro.com/strategy/29848/is-artificial-intelligence-safe">artificial intelligence</a>, and machine learning best practices across industries through common industry data models, open standards, and integrated processes. </p><p>The alliance’s members will work together to help reduce customer challenges and complexity with data governance, data privacy, data loss prevention, and global compliance. They will provide infrastructure, APIs, and integration support to ensure data portability and accessibility between multiple platforms and products across multiple environments.</p><p>Each alliance member is also set to collaborate on new, common industry data models, processes, and platform integrations to increase data portability and reduce the complexity associated with data governance and global compliance.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ HPE’s supercomputer helps ISS astronauts experiment in space ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/server-storage/high-performance-computing-hpc/367323/hpes-supercomputer-helps-iss-astronauts</link>
                                                                            <description>
                            <![CDATA[ Installed in May 2021, HPE claims it’s the first in-space commercial edge computing and AI system to run on the ISS ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">6Lz3j3k28HbAM7wEDmnq4z</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/H2qXzPcu6PhjQN7zgxw9hA-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Tue, 05 Apr 2022 10:26:48 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Zach Marzouk ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/ncLkbsDMZ6b76Lc5iS6mZh.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/H2qXzPcu6PhjQN7zgxw9hA-1280-80.png">
                                                            <media:credit><![CDATA[NASA]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[HPE&amp;#039;s supercomputer installed on the ISS]]></media:description>                                                            <media:text><![CDATA[HPE&amp;#039;s supercomputer installed on the ISS]]></media:text>
                                <media:title type="plain"><![CDATA[HPE&amp;#039;s supercomputer installed on the ISS]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/H2qXzPcu6PhjQN7zgxw9hA-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>HPE’s Spaceborne Computer-2 (SBC-2) has successfully completed 24 research experiments on the International Space Station (ISS). The company claims this has accelerated time-to-insight from months and days to minutes.</p><p>The SBC-2 is the first in-space commercial edge computing and AI-enabled system to run on the ISS, according to HPE, and was installed in May 2021. The experiments involved real-time data processing and testing of new applications to prove reliability in space to increase autonomy for astronauts. The experiments were focused on healthcare, image processing, natural disaster recovery, 3D printing, <a href="https://www.itpro.com/mobile/28081/what-is-5g" target="_blank" data-original-url="https://www.itpro.com/mobile/28081/what-is-5g">5G</a>, and AI. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/big-data-analytics/362201/french-space-agency-orange-toulouse-space-race" data-original-url="/data-insights/big-data-analytics/362201/french-space-agency-orange-toulouse-space-race">Data is key to the next space race – and Toulouse is at the heart of it</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/data-processing/358600/its-time-to-give-edge-computing-some-space" data-original-url="/data-insights/data-processing/358600/its-time-to-give-edge-computing-some-space">It’s time to give edge computing some space</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/server-storage/high-performance-computing-hpc/359359/hpe-scores-ps22m-singapore-supercomputer" data-original-url="/server-storage/high-performance-computing-hpc/359359/hpe-scores-ps22m-singapore-supercomputer">HPE scores £22 million Singapore supercomputer contract</a></p></div></div><p>SBC-2 consists of HPE’s edge computing <a href="https://www.itpro.com/hardware/357087/when-should-you-upgrade-your-hardware" target="_blank" data-original-url="https://www.itpro.com/hardware/357087/when-should-you-upgrade-your-hardware">hardware</a>, including the HPE Edgeline Converged EL4000 Edge system, which is designed to perform in harsher edge environments, such as space. It’s also made up of the HPE ProLiant DL360 server, a server for additional high-performing capabilities to target a range of workloads, including edge, HPC and AI.</p><p>The supercomputer is part of a mission to advance computing and reduce dependence on communications as humans travel further into space to the moon, Mars, and beyond. It aims to demonstrate ways astronauts can increase self-sufficiency when processing data directly on the space station, bypassing longer latency and wait times that occur when relying on sending raw data to Earth to be processed and analysed, and sent back to space.</p><p>For example, HPE outlined that previously, 1.8 GB of raw DNA sequence data took an average time of 12.2 hours just to download to Earth for initial <a href="https://www.itpro.com/business-operations/31681/what-is-data-processing" target="_blank" data-original-url="https://www.itpro.com/business-operations/31681/what-is-data-processing">processing</a>. With SBC-2, researchers on the ISS could process the same data in just six minutes to gather meaningful insights, compress it to 92 KB, and send it to Earth in just two seconds, representing a 20,000X speed-up.</p><p>“By introducing edge computing and AI capabilities to the International Space Station with Spaceborne Computer-2, we have helped foster a growing, collaborative research community that shares a common goal to make scientific and engineering breakthroughs that benefit humankind, on space and here on Earth,” said Mark Fernandez, principal investigator of Spaceborne Computer-2 at HPE. “We are proud of this ongoing work, which has already resulted in 24 completed experiments, from various organisations, demonstrating new possibilities for space exploration and milestones for humanity.” </p><h2 id="what-experiments-have-the-spaceborne-computer-2-been-involved-in">What experiments have the Spaceborne Computer-2 been involved in?</h2><p>The SBC-2 has run experiments for researchers developing capabilities for space exploration, like Axiom Space, Cornell University, Cumucore, Microsoft, NASA, and Titan Space Technologies.</p><h3 class="article-body__section" id="section-using-ai-enabled-damage-detection-in-astronaut-gloves"><span>Using AI-enabled damage detection in astronaut gloves</span></h3><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="FGYRjTEtttwon4NZiQxoLn" name="FGYRjTEtttwon4NZiQxoLn.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/FGYRjTEtttwon4NZiQxoLn.png" mos="https://cdn.mos.cms.futurecdn.net/FGYRjTEtttwon4NZiQxoLn.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Building an open, secure, and flexible edge infrastructure</strong></p><p class="fancy-box__body-text">Driving the next wave of innovation</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/infrastructure/367305/building-an-open-secure-and-flexible-edge-infrastructure" data-original-url="/infrastructure/367305/building-an-open-secure-and-flexible-edge-infrastructure">FREE DOWNLOAD</a></p></div></div><p>Astronauts on the ISS are often on spacewalks where they repair equipment, install new instruments and upgrade features and functions on the space station. They wear essential gloves that can experience natural erosion, along with even rips and cuts, that can present potential safety concerns. </p><p>In an experiment led by NASA, HPE and Microsoft, photos and recorded video taken in space of recently worn gloves by astronauts were processed using SBC-2’s AI capabilities. The glove analyzer model was then used to rapidly look for signs of damage on-orbit, in space. If damage is detected, an AI-annotated photo is generated in space and immediately sent to Earth, highlighting areas for further review by NASA engineers.</p><h3 class="article-body__section" id="section-automatic-interpretation-of-satellite-imagery-after-a-disaster"><span>Automatic interpretation of satellite imagery after a disaster</span></h3><p>NASA Jet Propulsion Laboratory (JPL) observes Earth from <a href="https://www.itpro.com/data-insights/big-data-analytics/362201/french-space-agency-orange-toulouse-space-race" target="_blank" data-original-url="https://www.itpro.com/data-insights/big-data-analytics/362201/french-space-agency-orange-toulouse-space-race">space</a> to study science and climate, as well as support disaster response. Using Spaceborne Computer-2 along with embedded processors, NASA JPL tested several deep learning inference networks to automatically interpret remote sensed images from land and structures after a disaster. </p><p>Two of these techniques use radar data to determine flood extent, such as from a hurricane, and to determine urban building damage, such as from an earthquake. HPE said these techniques could be used onboard future spacecraft to rapidly deliver actionable products to relevant authorities to assist in disaster recovery.</p><h3 class="article-body__section" id="section-3d-printing-in-space-through-validated-software"><span>3D printing in space through validated software</span></h3><p>As humans look to future deep space travel, ordering supplies to repair or build new equipment from Earth will not be timely and practical, explained HPE. To increase self-sufficiency by enabling additive manufacturing for humans travelling beyond low Earth orbit (LEO), Cornell Fracture Group, part of Cornell University, developed a modelling <a href="https://www.itpro.com/business-strategy/careers-training/356509/how-to-become-a-software-developer" target="_blank" data-original-url="https://www.itpro.com/business-strategy/careers-training/356509/how-to-become-a-software-developer">software</a> that can simulate 3D printing of metal parts and even predict failure and deformation that may result when printing in space. HPE said the software was successfully tested on SBC-2, showing that it can be used in space to digitally simulate a part and understand how it will perform in reality.</p><h3 class="article-body__section" id="section-expanding-network-capability-on-the-iss-with-a-5g-core-prototype"><span>Expanding network capability on the ISS with a 5G core prototype</span></h3><p>Cumucore, a private mobile network, tested its 5G core network, along with RAN emulators and other features, on SBC-2, to emulate current capabilities on the base station and end-user devices. HPE underlined that the experiment showed the potential to install state-of-the-art 5G capabilities on selected satellites and spacecraft to access a new level of communications in space.</p><h3 class="article-body__section" id="section-developing-software-codes-to-calculate-fuel-requirements-based-on-space-travel-distance"><span>Developing software codes to calculate fuel requirements based on space travel distance</span></h3><p>HPE opened up SBC-2 to students in India involved in Codewars, an educational community and competition for computer programming. The projects largely focused on <a href="https://www.itpro.com/business-strategy/careers-training/357264/learn-to-code-online-with-these-6-websites" target="_blank" data-original-url="https://www.itpro.com/business-strategy/careers-training/357264/learn-to-code-online-with-these-6-websites">developing code</a> using C++, Python and Fortran, with one involving C++ Pythagoras theorem code to calculate how much fuel is needed for a given space travel distance to directly travel to without requiring refuelling.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Telefónica Tech acquires Microsoft partner Incremental for £175m ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business-operations/managed-service-provider-msp/367198/telefonica-tech-acquires-microsoft-partner</link>
                                                                            <description>
                            <![CDATA[ Glasgow-based Microsoft Dynamics partner will strengthen Telefonica Tech’s presence in the UK and Ireland ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">d5UyjqcwahbZYGz7mcAfNw</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/CqjRqBBpzn72CXoB7EMeTa-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 24 Mar 2022 10:41:23 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Daniel Todd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SRyC34qeLpNDj3dJtsVDhT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/CqjRqBBpzn72CXoB7EMeTa-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A photo of the inside of Telefonica Tech&amp;#039;s Dublin office]]></media:description>                                                            <media:text><![CDATA[A photo of the inside of Telefonica Tech&amp;#039;s Dublin office]]></media:text>
                                <media:title type="plain"><![CDATA[A photo of the inside of Telefonica Tech&amp;#039;s Dublin office]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/CqjRqBBpzn72CXoB7EMeTa-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Telefónica Tech has announced the acquisition of UK-based Microsoft partner Incremental for up to £175 million, including potential contingent payments linked to future performance.</p><p>The move strengthens Telefónica Tech’s presence in the UK and Ireland, as well as its scale and competencies in Microsoft technologies, the firm said.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/microsoft-azure/367029/microsoft-rebrands-partner-network-to-strengthen-cloud-focus" data-original-url="/cloud/microsoft-azure/367029/microsoft-rebrands-partner-network-to-strengthen-cloud-focus">Microsoft rebrands Partner Network to strengthen cloud focus</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/channel/366264/microsoft-partners-commit-to-2050-net-zero-target" data-original-url="/channel/366264/microsoft-partners-commit-to-2050-net-zero-target">Microsoft partners commit to 2050 net zero target</a></p></div></div><p>Launched in 2016, Incremental Group has become one of the leading Microsoft Dynamics Partners in the UK and is also a major player in the data and analytics market.</p><p>The company has been a Microsoft Business Applications Inner Circle member for the past three years and is one of just two partners in EMEA on the Redmond giant’s Global Advisory Board for data analytics.</p><p>The acquisition means Telefónica Tech now becomes <a href="https://www.itpro.com/cloud/microsoft-azure/367029/microsoft-rebrands-partner-network-to-strengthen-cloud-focus" data-original-url="https://www.itpro.com/cloud/microsoft-azure/367029/microsoft-rebrands-partner-network-to-strengthen-cloud-focus">one of Microsoft’s largest partners</a> in the UK, with 16 Gold Competencies and 5 Advanced Specialisations.</p><p>Telefónica said the addition of Incremental’s business applications, power apps, data analytics and management capabilities to its cloud services portfolio will enable it to enhance its end-to-end cloud offering for mid-market, large enterprise, and government customers.</p><p>“We warmly welcome Incremental Group, and are delighted that this acquisition enables us to strengthen our position as a leader in the UK market for IT services,” commented José Cerdán, CEO of Telefónica Tech.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="QEPYokd4VBjLGhnpqqocNc" name="QEPYokd4VBjLGhnpqqocNc.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/QEPYokd4VBjLGhnpqqocNc.jpg" mos="https://cdn.mos.cms.futurecdn.net/QEPYokd4VBjLGhnpqqocNc.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Oracle autonomous database for dummies</strong></p><p class="fancy-box__body-text">Freedom from mundane, manual database management</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/databases/361789/oracle-autonomous-database-for-dummies" data-original-url="/data-insights/databases/361789/oracle-autonomous-database-for-dummies">FREE DOWNLOAD</a></p></div></div><p>“We are now able to provide end-to-end Microsoft services, including digital transformation, managed services and data analytics, and achieve attractive cross-selling synergies with Telefónica Tech UK&I, complementing and positioning us as a leading Microsoft-focused company in the UK.”</p><p>Glasgow-headquartered Incremental has experienced significant organic and inorganic growth in recent years. Early last year, the firm acquired Redspire in a bid to expand its capabilities in the financial services market and become one of the UK’s largest Microsoft Dynamics partners. </p><p>It then snapped up data analytics company Adatis, which enabled the business to offer end-to-end digital transformation to customers.</p><p>Today, Incremental has more than 350 employees on its books, which will take Telefónica Tech UK&I’s headcount to around 1,000 staff post-transaction.</p><p>Neil Logan, CEO at Incremental Group, said the focus was on securing the “right support for the long term” as the business looked to the next stage of its development.</p><p>“Becoming part of Telefonica Tech propels us into the next phase of our journey and enables us to further scale the business, creating exciting opportunities for our people and our customers,” he said.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The channel is readier than ever for B2B e-commerce ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/marketing-comms/e-commerce/367024/the-channel-is-readier-than-ever-for-b2b-e-commerce</link>
                                                                            <description>
                            <![CDATA[ Despite outdated notions of online being all about marketing, channel customers are primed for a “very different era” ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">sRHvvrCwt5nJhZy6NcmUwD</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/AwqYYKyqaRtTb5LahLd4T9-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 18 Mar 2022 08:00:08 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Fleur Doidge ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/AwqYYKyqaRtTb5LahLd4T9-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Businessman with a tablet projecting charts and figures to show sales growth]]></media:description>                                                            <media:text><![CDATA[Businessman with a tablet projecting charts and figures to show sales growth]]></media:text>
                                <media:title type="plain"><![CDATA[Businessman with a tablet projecting charts and figures to show sales growth]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/AwqYYKyqaRtTb5LahLd4T9-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>If you want to win in the channel, B2B <a href="https://www.itpro.com/business-operations/sales-crm/355091/whats-next-for-e-commerce" data-original-url="https://www.itpro.com/business-operations/sales-crm/355091/whats-next-for-e-commerce">e-commerce</a> is a tool you can't afford to ignore, and, <a href="https://www.mckinsey.com/business-functions/marketing-and-sales/our-insights/busting-the-five-biggest-b2b-e-commerce-myths">according to McKinsey</a>, it's now the leading edge of successful B2B sales. </p><p>Indeed, larger channel players like Westcoast, Tech Data and SCC have been working on their e-commerce propositions for years, anticipating further potential as <a href="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics" data-original-url="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics">data and analytics</a> are further integrated into the technology landscape. That's despite persistent myths surrounding B2B e-commerce – including notions that customers aren't ready; that it's only for simple repeat business; and that customers always prefer face-to-face interactions.</p><p>Ian Briffett, director of sales process optimisation at Tech Data, confirms the distie continues to invest in digital platforms as part of its own <a href="https://www.itpro.com/strategy/29899/three-reasons-why-digital-transformation-is-essential-for-business-growth" data-original-url="https://www.itpro.com/strategy/29899/three-reasons-why-digital-transformation-is-essential-for-business-growth">digital transformation</a> strategy, spurred on by the last two years of disruption. “If nothing else, that made people sit up and look for where we need to make a difference,” he tells <em>IT Pro</em>.</p><p>Briffett, however, “broadly agrees” with McKinsey that B2B e-commerce strategies can suffer from misperceptions, relying on outdated notions of online as being all about an advertising shopfront.</p><p>“If you go back about two years, many people did look at B2B e-commerce as being either marketing or purely transactional; it was a very different era,” he explains. “What's changed is it's more about how we enable a broad channel and provide additional capabilities and value to help customers grow their businesses.”</p><h2 id="fully-integrated-platforms-will-drive-success">Fully integrated platforms will drive success</h2><p>From working out how to increase software licensing and recurring revenues to providing the right levels of customer service, platforms that can drive processes will enable success.</p><p>Most B2B companies (65%) now offer e-commerce, according to McKinsey, meaning they can fully transact sales online – up from 53% in early 2021. Would the channel not be further ahead than non-tech sectors? Tech Data reportedly <a href="https://www.digitalcommerce360.com/2017/04/17/tech-data-surpasses-50-sales-via-e-commerce">earned 50% of its revenues via e-commerce</a> five years ago; back in 2017. </p><p>Canalys chief analyst Alastair Edwards says their research suggests 40% offer “some form of e-commerce online”, with another 20% planning online sales channels.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/software-as-a-service-saas/354688/saas-is-about-more-than-monthly-subscriptions" data-original-url="/cloud/software-as-a-service-saas/354688/saas-is-about-more-than-monthly-subscriptions">SaaS is about more than monthly subscriptions</a></p></div></div><p>“It’s complex. What is a channel digital marketplace, as opposed to an e-commerce site?” asks Edwards. “We see large distributors and bigger partners, however, building digital marketplaces as a necessity as more <a href="https://www.itpro.com/cloud/software-as-a-service-saas/354688/saas-is-about-more-than-monthly-subscriptions" data-original-url="https://www.itpro.com/cloud/software-as-a-service-saas/354688/saas-is-about-more-than-monthly-subscriptions">software as a service (SaaS)</a>, <a href="https://www.itpro.com/security/28133/what-is-cyber-security" data-original-url="https://www.itpro.com/security/28133/what-is-cyber-security">cyber security</a> and cloud-based services are transacted digitally.”</p><p>Data, and its growing role in digital transformation, poses questions to businesses that can be answered with e-commerce solutions, <a href="https://www.itpro.com/business-strategy/data-insights/359995/it-pro-panel-building-a-data-first-culture" data-original-url="https://www.itpro.com/business-strategy/data-insights/359995/it-pro-panel-building-a-data-first-culture">creating data that drives further insights</a>, prompting further questions, and so on. From addressing immediate problems and pain points, e-commerce moves into driving new business incrementally.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="4tEvunnhNH3hyoz8H9hNLe" name="4tEvunnhNH3hyoz8H9hNLe.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/4tEvunnhNH3hyoz8H9hNLe.jpg" mos="https://cdn.mos.cms.futurecdn.net/4tEvunnhNH3hyoz8H9hNLe.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Six myths of SIEM</strong></p><p class="fancy-box__body-text">Things have changed when it comes to SIEM solutions</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/security-information-and-event-management-siem/367048/six-myths-of-siem" data-original-url="/security/security-information-and-event-management-siem/367048/six-myths-of-siem">FREE DOWNLOAD</a></p></div></div><p>“Software vendors, too, are pivoting away from selling traditional perpetual licences now to a subscription model,” Briffett adds. “Once you've sold something to a customer, you have to retain them, get them to renew.”</p><p>By helping vendors or distributors put the right information in front of the right people – at the right time – they should be better positioned to go and drive the “right cadence” of activities, he says.</p><p>“The other piece is to migrate these customers now to this <a href="https://www.itpro.com/business-strategy/30354/the-benefits-of-a-subscription-service" data-original-url="https://www.itpro.com/business-strategy/30354/the-benefits-of-a-subscription-service">subscription licence</a>,” he continues. “We, therefore, need to be offering alternate quotes and help customers make informed decisions in an appropriate amount of time. That’s good for us, good for customers and good for vendors.”</p><p>For maximum benefit, information can be provided in a number of ways, including through portals, social media and other channels. If a channel partner needs a quotation to go from A to B, Tech Data publishes it automatically, for instance. Information can also be targeted to specific customers.</p><p>“We know that customers that got red boxes can move to blue boxes – or if they got one product from a vendor that they can move to another product in that portfolio,” Briffett says.</p><h2 id="will-omnichannel-become-omnipresent">Will Omnichannel become omnipresent?</h2><p>For each stage of the sales process B2B customers now employ a roughly even mix of traditional, remote, and self-service sales using e-commerce and digital portals, <a href="https://www.mckinsey.com/business-functions/marketing-and-sales/our-insights/b2b-sales-omnichannel-everywhere-every-time">McKinsey suggests</a>. Now, 94% of decision-makers say omnichannel sales are “as effective or better” than pre-pandemic models. </p><p>Many partner e-commerce forays are mostly for marketing, addressing different points in the customer journey. SCC, for instance, just <a href="https://www.sccnewsbyte.co.uk/product/welcome-to-the-scc-and-ibm-engagement-centre-online-experience">partnered with IBM</a> on a series of “virtual engagement” centres. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/marketing-comms/customer-experience-cx/356003/customer-experience-top-opportunity-for-growth" data-original-url="/marketing-comms/customer-experience-cx/356003/customer-experience-top-opportunity-for-growth">Why customer experience is a top opportunity for growth</a></p></div></div><p>Tech Data, meanwhile, <a href="https://www.channelpro.co.uk/news/12209/tech-data-adds-online-change-management-consultancy-services">offers specific platforms and services</a> for different tasks – such as for cloud services set-up with “appropriate” automated billing. Traditional account management, however, will remain important, not only for in-person calls or meetings but support and guidance. E-commerce platforms should facilitate, rather than take away, the entire burden. </p><p>“Partners, however, aren't there because we're beating them with a stick,” says Briffett. Canalys' Edwards warns, too, that face-to-face interactions can be preferred for complex projects or systems. Sophisticated e-commerce engines, meanwhile, perhaps embedded with AI analytics, mainly suits the scale of the Bechtles, Dustins, Ateas or Insights of the world. Without sufficient digital presence, however, partners can miss customer opportunities.</p><p>“Closed intranet-type procurement models are one potential differentiator, where pricing and discounts are pre-agreed,” Edwards says. “Capturing customer usage data from digital platforms can drive targeting that supports customer lifecycle strategies.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The role of data management platforms in building a robust digital strategy ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/data-management/366305/the-role-of-data-management-platforms-in-building-a-robust</link>
                                                                            <description>
                            <![CDATA[ The technology enabling business to get the most out of their customer data ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ueK3C8PPzqFyKhZswsT5uj</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/DPkSsCMje6QwNHMDjsB67n-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 14 Mar 2022 08:00:07 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ IT Pro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                    <sponsoredContent>true</sponsoredContent>
                                <cf:isSponsored>true</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/DPkSsCMje6QwNHMDjsB67n-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Data visualisation with cloud and document icons]]></media:description>                                                            <media:text><![CDATA[Data visualisation with cloud and document icons]]></media:text>
                                <media:title type="plain"><![CDATA[Data visualisation with cloud and document icons]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/DPkSsCMje6QwNHMDjsB67n-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Knowledge is power, or so they say. It’s an axiom that the business world has taken to heart. For the past several years, organisations have been making efforts to gather as much data as possible, using new digital tools and services to fuel data ingestion on an unprecedented scale.</p><p>This includes operational data like sales figures as well as technical metrics around application performance and uptime, but the area that businesses have arguably been putting most of their data collection energies into is customer profiles. In some ways, this represents a natural extension of their pre-digital behaviour, evolving from the analogue record-keeping efforts which drove mailing lists and the like. Today’s companies are putting ever-larger investment into building digital data warehouses filled with every scrap of information about their customers that they can conceivably muster.</p><h3 class="article-body__section" id="section-making-the-most-of-the-data"><span>Making the most of the data</span></h3><p>However, while they’ve been focused on growing those data warehouses, organisations haven’t necessarily been putting the data itself to use in ways that benefit their customers. As Adobe’s head of audience and data technologies Steve Allison points out, changing regulations are inspiring many businesses to re-evaluate their strategies. Recent regulatory frameworks like GDPR and CCPA have prompted, and been prompted by, a growing awareness among customers of just how valuable their data is.</p><p>“The whole thing around consent has been really important,” Allison says. “It focuses [companies] on what they actually need in order to make personalisation work on their site. And it's interesting because often that leads to the question of what personalisation is. The ‘Hi Steve, welcome back’ stuff is fine, but it's not a great, sophisticated use of personalisation, and I think now we're discovering new ways of using data to make it meaningful for the actual person giving you the data.”</p><p>One of the most significant shifts Adobe is seeing in this regard is a move away from large-scale, upfront data collection at the commencement of a customer relationship, with more emphasis on “drip-collection of data”. In this model, users expect organisations to demonstrate the value exchange of handing over any information before they do so, and will only share additional details if they feel they’re getting an appropriate benefit.</p><p>To do this effectively, Allison says, organisations must focus on making common customer journeys easier. This could be something as simple as pre-populating the fields in an order form with information that a user has previously provided, but he also notes that businesses need to ensure that they’re looking at how data and personalisation can be applied to interactions beyond an initial sale, over the course of an entire customer lifecycle.</p><h3 class="article-body__section" id="section-the-tools-for-a-robust-strategy"><span>The tools for a robust strategy</span></h3><p>Utilising customer data can bring many benefits beyond just marketing and sales. Recognising that data-driven personalisation can be leveraged throughout an organisation is a key aspect of building an effective data strategy. However, building that strategy around a robust technical foundation such as Adobe’s Real-time Customer Data Platform (CDP) is also crucial for ensuring that these benefits can be effectively realised.</p><p>Adobe’s Real-time CDP is a customer data aggregation and management platform which allows enterprises to collate all the first-party data they have pertaining to customers – including identity information, on-site actions and behaviour, comms preferences and more – into a single, governable profile. The aim is to provide a complete picture of customers that dynamically adapts to changing data and events, and allows organisations to make business decisions in real time.</p><p>“It's about making sure that marketing, servicing, post-sales, etc all have visibility to the data at the right time, at the right stage of the journey that user’s in. It actually makes the enterprise more aware of that customer, and that's the beauty of having a customer profile that is manageable and open to all elements of the business,” Allison explains, “rather than the more siloed approach that we often had before.”</p><p>In-stream segmentation is one use-case for this CDP technology. Rather than having to ingest and process data on user behaviour before you could re-segment users for the purposes of more effective content targeting, this re-categorisation can now be done on the fly, based on real-time actions that those users are taking, which minimises page loads and ensures more accurate targeting.</p><p>“Having that data accessible also means that you will start to do more intelligent processing of it,” Allison continues. “So you can automatically be calculating things like propensity scores, or churn scores, or machine learning-based fraud detection, out there on the edge, doing that analysis in real time as the data is happening.”</p><p>In addition to the marketing and sales teams, implementing a CDP also brings marked benefits for CIOs and IT departments, particularly where data management and portability is concerned. The standardisation of data model and schema definition can be helpful not just in terms of importing and sharing data, Allison says, but also for helping IT departments to properly understand the data itself. A CDP can also help free up time and resource, allowing IT departments to focus on their other duties and bigger-picture strategy.</p><p>Because CDPs pull data from various pre-existing locations like data warehouses, data lakes, CRM systems and point-of-sale units as well as incoming data streams, they can be used to create a central cache of all of that information without having to substantially re-engineer backend systems. CDPs also allow CIOs to reconcile a potentially large number of front-end tags for various data collection tools, and replace them with a single set of universal tags, cutting down on workload and minimising potential conflicts.</p><h3 class="article-body__section" id="section-deeper-consideration"><span>Deeper consideration</span></h3><p>Of course, this kind of data management strategy isn’t without challenges. According to Allison, the primary thing that organisations will need to be mindful of is how they approach data governance. While modern data platforms like a CDP allow businesses to easily layer and map consent information onto their data using a scalable model, thought must still be given to what kinds of data are collected, how long it’s stored for and what purposes it’s put towards – all with the goal of providing genuine value to customers in exchange.</p><p>“A lot of the people I talk to at the moment are going through that process of rethinking exactly what kind of interactions they want to have with customers,” says Allison. “And a lot of that navel gazing is changing the ways that they want to interact and therefore the data that they need in order to actually make that interaction take place.”</p><p>Organisations are taking an increasingly strategic view of their data assets and how they can best be used to benefit the business, but a strong data strategy is only as good as the technology used to actualise it. A unified data management toolset like Adobe’s Real-time CDP can accelerate innovation throughout the enterprise, giving multiple departments the ability to contribute to and manipulate customer profiles in a non-destructive manner, creating a single source of truth from known and unknown customer data that delivers actionable insights in real time.</p><p>“The one piece of advice is start simple: start small,” says Allison. “Start with stuff that you know is going to make a difference, because the beautiful thing about a CDP is that you can add on use cases all the time… you can expand it as much as you want.”</p><p><em><strong>Sign up for sessions at Adobe Summit (15-16 March) <a href="https://summit.adobe.com/na" rel="nofollow" target="_blank">here</a> and read more about </strong><strong>Adobe’s Real-time Customer Data Platform <a href="https://business.adobe.com/uk/products/real-time-customer-data-platform/RTCDP.html" rel="nofollow" target="_blank">here</a></strong></em></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Solving big data challenges with Multi-Cloud Data Services for Dell EMC PowerScale ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/big-data/366426/solving-big-data-challenges-with-multi-cloud-data-services-for-dell</link>
                                                                            <description>
                            <![CDATA[ Achieve cost-effective performance at scale and leverage multiple public clouds at the same ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">J7E7n4e7md8pG9berhrer</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/xFhLBnz6SPY3nAo8DLnKXk-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 10 Mar 2022 17:22:47 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/xFhLBnz6SPY3nAo8DLnKXk-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with text and yellow gradient shading at top]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with text and yellow gradient shading at top]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with text and yellow gradient shading at top]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/xFhLBnz6SPY3nAo8DLnKXk-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>To achieve cost-effective performance at scale and leverage multiple public clouds at the same time, Dell EMC PowerScale for Multi-Cloud has proved itself to be one of the most easy-to-use cloud file services today.</p><p>Enabling high availability for business continuity, data resiliency and flexible scalability, this technical review, as part of the Multi-Cloud Data Services for Dell EMC PowerScale, demonstrates how your organisation can solve your data challenges in the public cloud effectively.</p><p>Download this whitepaper to learn how Dell EMC PowerScale for Multi-Cloud can enable:</p><ul><li>Compute cost savings</li><li>Storage cost savings</li><li>And analytics efficiencies</li></ul><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="yPmBGEV73QXkBefZrz9rBT" name="" alt="Dell Technologies and Intel logo" src="https://cdn.mos.cms.futurecdn.net/yPmBGEV73QXkBefZrz9rBT.png" mos="https://cdn.mos.cms.futurecdn.net/yPmBGEV73QXkBefZrz9rBT.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49535/form-9460?locale=1&p=false&wp=8381"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Building data-driven government with the Microsoft Power Platform ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business-strategy/public-sector/365792/building-data-driven-government-with-the-microsoft-power</link>
                                                                            <description>
                            <![CDATA[ How to break down data silos and reap valuable data insights ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">2Z6VUpWtN6JSj9WfvsxqwV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/GB4geS2XJv4utU2k4rQWGE-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Wed, 09 Mar 2022 11:56:48 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/GB4geS2XJv4utU2k4rQWGE-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with title with image of building from ground looking up and block green bar across it]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with title with image of building from ground looking up and block green bar across it]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with title with image of building from ground looking up and block green bar across it]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/GB4geS2XJv4utU2k4rQWGE-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>With the world changing faster than ever, governments and local authorities are under pressure to respond to a growing list of problems, but this sector is notoriously plagued with IT struggles that limit what they’re able to do with the wealth of data these public bodies hold.</p><p>Having a better understanding of public sector transformation and the factors holding this back can support governments to empower non-technical staff and gain valuable insights from their data.</p><p>Download this report now to learn how to maximise existing data assets, make your digital services even smarter and deliver cost savings.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="LmVLXZFDSkSZxiHWy2BjCc" name="" alt="Civica logo" src="https://cdn.mos.cms.futurecdn.net/LmVLXZFDSkSZxiHWy2BjCc.png" mos="https://cdn.mos.cms.futurecdn.net/LmVLXZFDSkSZxiHWy2BjCc.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49581/civica-uk-leads-march-2022-efpl078706?locale=1&p=false&wp=8660"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Most public sector leaders think their data infrastructure is not fit for purpose ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business-strategy/public-sector/364070/56-of-public-sector-leaders-think-their-data-infrastructure</link>
                                                                            <description>
                            <![CDATA[ Report reveals that the majority will maintain or grow their cloud expenditure, with 53% expecting to increase usage, over the next 12 months ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">o7X3w3oVuYGhJveVo8PFWV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/J7XujBeEQDMtmV7JDQnKnX-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 02 Mar 2022 10:22:46 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Zach Marzouk ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/ncLkbsDMZ6b76Lc5iS6mZh.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/J7XujBeEQDMtmV7JDQnKnX-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Digital generated image of cityscape data]]></media:description>                                                            <media:text><![CDATA[Digital generated image of cityscape data]]></media:text>
                                <media:title type="plain"><![CDATA[Digital generated image of cityscape data]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/J7XujBeEQDMtmV7JDQnKnX-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>More than half of public sector leaders believe that their organisation’s data is stored on <a href="https://www.itpro.com/infrastructure" target="_blank" data-original-url="https://www.itpro.com/infrastructure">infrastructure</a> that is not fit for purpose.</p><p>A survey of 200 UK public sector decision makers across central and local <a href="https://www.itpro.com/tag/government" target="_blank" data-original-url="https://www.itpro.com/search/government">government</a>, health and social care, emergency services, education, and defence organisations, commissioned by NetApp, found that cloud growth will accelerate and investment in skills will increase over the next 12 months. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/data-insights/358516/narrowly-focused-data-strategy-not-enough-to-build-on-local" data-original-url="/business-strategy/data-insights/358516/narrowly-focused-data-strategy-not-enough-to-build-on-local">'Narrowly-focused' data strategy not enough to build on local government progress</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/data-processing/357041/gov-to-launch-national-data-strategy-to-boost-economic" data-original-url="/data-insights/data-processing/357041/gov-to-launch-national-data-strategy-to-boost-economic">Government launches National Data Strategy to boost economic recovery</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence-ai/361691/uk-gov-launches-algorithmic-transparency-standard" data-original-url="/technology/artificial-intelligence-ai/361691/uk-gov-launches-algorithmic-transparency-standard">Industry "delighted" with UK's 'landmark' anti-bias AI standard</a></p></div></div><p>While 56% of leaders think their data infrastructure isn’t fit for purpose, 47% of respondents believe that building a platform to implement more ambitious data strategies and deliver digital services will require additional investment.</p><p>However, 75% of public sector leaders believe that the <a href="https://www.itpro.com/data-insights/data-processing/357041/gov-to-launch-national-data-strategy-to-boost-economic" target="_blank" data-original-url="https://www.itpro.com/data-insights/data-processing/357041/gov-to-launch-national-data-strategy-to-boost-economic">National Data Strategy</a>, which aims to consolidate the country’s position as a global digital leader through data, is imperative to the <a href="https://www.itpro.com/uk" target="_blank" data-original-url="https://www.itpro.com/search/uk">UK’s</a> future economic growth. 73% of respondents said that it will help the UK cement its position as a global digital leader.</p><p>79% of public sector leaders also said that their organisation has a policy for how it uses data that is aligned to the <a href="https://www.itpro.com/business/data-and-insights" target="_blank" data-original-url="https://www.itpro.com/search/data">data</a> strategy. 87% also said that they will maintain or grow their expenditure in the cloud, with 53% expecting to increase usage in the next 12 months.</p><p>NetApp said the study shows that cloud and data strategies are maturing across the public sector. Although 79% of organisations currently store data in the cloud, only 30% consciously adopt a cloud-first approach. When modernising their infrastructure, leadership remain pragmatic in their selection criteria to ensure their choices deliver the best performance at the lowest cost, said NetApp.</p><p>Public sector organisations also acknowledged the need to adapt culturally and to upskill employees to deliver on the National Data Strategy’s aims. 69% said their organisation must change its culture to transform digitally, while 63% think further employee training and support from senior management is required to meet digital objectives in 2022.</p><p>What's more, 65% of leaders also believe digitally upskilling existing employees will help their organisation overcome shortages in technical skills across the UK.</p><iframe frameborder="0" height="200px" width="100%" data-lazy-priority="low" data-lazy-src="https://widget.spreaker.com/player?episode_id=47756191&theme=light&playlist=false&playlist-continuous=false&chapters-image=true&episode_image_position=right&hide-logo=false&hide-likes=true&hide-comments=true&hide-sharing=true&hide-download=true&color=ffe019"></iframe><p>“Public sector organisations experienced tremendous digital acceleration in response to Covid-19, and continuing the progress made by increasing their capabilities to use and share data will be fundamental to shaping the UK’s recovery over the next 12 months,” said Tim Skinner, UKI head of public sector at NetApp.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="24wofwQovdLTfB5NmEHDRR" name="24wofwQovdLTfB5NmEHDRR.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/24wofwQovdLTfB5NmEHDRR.jpg" mos="https://cdn.mos.cms.futurecdn.net/24wofwQovdLTfB5NmEHDRR.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Modernise your server infrastructure for speed and security</strong></p><p class="fancy-box__body-text">Infrastructure lifecycle automation paves the way for an adaptive, resilient organisation</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/server-storage/servers/362204/modernise-your-server-infrastructure-for-speed-and-security" data-original-url="/server-storage/servers/362204/modernise-your-server-infrastructure-for-speed-and-security">FREE DOWNLOAD</a></p></div></div><p>“Modernising infrastructure, continuing cloud migration, and equipping employees with sufficient digital skills will enable this, but the National Data Strategy is an essential piece of the puzzle, providing clear direction for creating a truly digital society.”</p><p>The <a href="https://www.itpro.com/business-strategy/data-insights/358516/narrowly-focused-data-strategy-not-enough-to-build-on-local" data-original-url="https://www.itpro.com/business-strategy/data-insights/358516/narrowly-focused-data-strategy-not-enough-to-build-on-local">government’s existing data strategy was insufficient to maintain the momentum</a> built during the COVID-19 pandemic with regards to how local authorities use data to transform public services, warned the Centre for Data Ethics and Innovation (CDEI) a year ago. Despite that the pandemic had led to substantial positive developments when it came to the way local government uses data, it risked being undermined by a narrowly-focused set of measures that won’t guarantee any long-term positive changes as we move beyond the pandemic.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ A taskmining application with automated data analysis ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/data-mining/362836/a-taskmining-application-with-automated-data-analysis</link>
                                                                            <description>
                            <![CDATA[ Pre-processing data for enriched insights ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">bhRR96J3xuGFRHxMuok54J</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/8T2ZBXdoaUeyV8jb2W4r2S-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Tue, 22 Feb 2022 15:30:41 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/8T2ZBXdoaUeyV8jb2W4r2S-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with title and copy and gradient band at top from blue to yellow]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with title and copy and gradient band at top from blue to yellow]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with title and copy and gradient band at top from blue to yellow]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/8T2ZBXdoaUeyV8jb2W4r2S-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>UltimateSuite offers four stages to its task mining, from data capture to pre-processing and enrichment, through to data analysis output, and they stand out from competitors with automation of much of the manual analysis that the more typical tools offer.</p><p>Download this whitepaper to learn more about UtlimateSuite and what this task mining tool can offer your business, as well as how easy it is to set up.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="uUAFCE74Ckzwwv9fgsCb2K" name="" alt="Ultimate Suite logo" src="https://cdn.mos.cms.futurecdn.net/uUAFCE74Ckzwwv9fgsCb2K.png" mos="https://cdn.mos.cms.futurecdn.net/uUAFCE74Ckzwwv9fgsCb2K.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49537/ultimate?locale=1&p=false&wp=8392"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ NordPass teams up with insurance provider Cowbell Cyber to improve security awareness ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/security/cyber-security/362304/nordpass-teams-with-cyber-insurance-provider-cowbell-cyber</link>
                                                                            <description>
                            <![CDATA[ Policy holders will be eligible for a 15% discount on NordPass Business ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">8AEdLgkQqkuBECUZcjzFBo</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/FBAz686afN3nNwWvoPfQBj-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Fri, 18 Feb 2022 11:29:43 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Praharsha Anand ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/FBAz686afN3nNwWvoPfQBj-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A person holding a tablet with the NordPass app displayed]]></media:description>                                                            <media:text><![CDATA[A person holding a tablet with the NordPass app displayed]]></media:text>
                                <media:title type="plain"><![CDATA[A person holding a tablet with the NordPass app displayed]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/FBAz686afN3nNwWvoPfQBj-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Password manager NordPass has inked a new deal with cyber insurance provider Cowbell Cyber, which will provide its policy holders with discounted cyber security tools.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/cyber-security/361099/cyber-security-and-insurance-companies-evolving-with-the-threat-of-ransomware" data-original-url="/security/cyber-security/361099/cyber-security-and-insurance-companies-evolving-with-the-threat-of-ransomware">How are cyber security and insurance companies evolving with the threat of ransomware?</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/security/cyber-security/361039/amazon-to-offer-cyber-insurance-to-uk-smbs" data-original-url="/security/cyber-security/361039/amazon-to-offer-cyber-insurance-to-uk-smbs">Amazon to offer cyber insurance to UK SMBs</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/security/ransomware/361137/only-a-third-of-businesses-have-ransomware-insurance" data-original-url="/security/ransomware/361137/only-a-third-of-businesses-have-ransomware-insurance">Only a third of businesses have taken out insurance against ransomware attacks</a></p></div></div><p>Cowbell Cyber, which provides custom-designed policies based on risk profiles, operates a <a href="https://www.itpro.com/disaster-recovery-dr/33803/tips-to-improve-your-disaster-recovery-strategy" data-original-url="https://www.itpro.com/disaster-recovery-dr/33803/tips-to-improve-your-disaster-recovery-strategy">continuous risk assessment</a> platform that alerts policyholders to security vulnerabilities, improving risk posture and preventing potential incidents.</p><p><a href="https://www.itpro.com/security/cyber-security/361813/top-200-most-common-passwords-of-2021-revealed" data-original-url="https://www.itpro.com/security/cyber-security/361813/top-200-most-common-passwords-of-2021-revealed">NordPass</a> will now be incorporated into Cowbell Rx, Cowbell's referral platform for cyber security solutions and risk management, as part of the deal. Policy holders will also be offered a 15% discount on NordPass Business.</p><p>“With ever-increasing cybercrime, we highly encourage all of our customers to think about cyber insurance. Implementing and using a password manager, having <a href="https://www.itpro.com/security/29982/what-is-two-factor-authentication" data-original-url="https://www.itpro.com/security/29982/what-is-two-factor-authentication">Multi-Factor Authentication (MFA)</a> in place, or having an import detection response tool - all of these things reduce your risk, and that ultimately may increase your chances of <a href="https://www.itpro.com/security/cyber-security/360131/cyber-insurance-premiums-increased-by-a-third-in-the-last-12-months" data-original-url="https://www.itpro.com/security/cyber-security/360131/cyber-insurance-premiums-increased-by-a-third-in-the-last-12-months">securing a cyber-insurance policy</a>,” commented ​​Gerald Kasulis, head of business and channel operations at NordPass.</p><p>NordPass has also announced an upcoming free webinar on cyber insurance and ways to assess cyber hygiene. Participants will be able to hear about the biggest concerns they have regarding cyber-risks, as well as how they can improve their cyber security.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="D3vMu3mdChC5wPGRmKXEDQ" name="D3vMu3mdChC5wPGRmKXEDQ.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/D3vMu3mdChC5wPGRmKXEDQ.png" mos="https://cdn.mos.cms.futurecdn.net/D3vMu3mdChC5wPGRmKXEDQ.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Putting the insurance industry back in safe hands</strong></p><p class="fancy-box__body-text">The role of payments in digital transformation</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/digital-transformation/362198/putting-the-insurance-industry-back-in-safe-hands" data-original-url="/business-strategy/digital-transformation/362198/putting-the-insurance-industry-back-in-safe-hands">FREE DOWNLOAD</a></p></div></div><p>The webinar is being led by Arch Insurance Group’s VP and cyber risk product leader Shiraz Saeed, AmTrust Financial Services’ VP and head of cyber claims Andrew Lipton, and Cowbell Cyber’s head of claims and risk engineering Theresa Le.</p><p>“Together with our partners NordPass, Cowbell brings streamlined access to top cybersecurity solutions to current and future policyholders to maximize their ability to be secure,” said Theresa Le.</p><p>“We connect directly with trusted partners to improve the cyber risk profile of our policyholders.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Manage the multiple database journey ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/databases/362177/manage-the-multiple-database-journey</link>
                                                                            <description>
                            <![CDATA[ Ensuring efficient and effective operations across multiple databases ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">kUFiLu9AYRSGg2GDTCwtsX</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/v7gxLSDDRBLUwj7nN7KMUk-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 07 Feb 2022 17:11:48 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/v7gxLSDDRBLUwj7nN7KMUk-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with image of man stood in front of multiple turquoise servers with wires running along the floor]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with image of man stood in front of multiple turquoise servers with wires running along the floor]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with image of man stood in front of multiple turquoise servers with wires running along the floor]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/v7gxLSDDRBLUwj7nN7KMUk-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The database is the backbone of the enterprise. Data is the currency of modern business, and organisations need to ensure consistent, optimal database performance to keep their business running smoothly.</p><p>The consequences of compromised or even suboptimal database performance can be significant; including delays in responses to customer enquiries, sales processes, and transaction processing. </p><p>This report looks at how ensuring efficient and effective operations across multiple databases is critical to maintaining business continuity and performance.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="94NJw7w9uL5jxnBPnaMZgU" name="" alt="SolarWinds logo" src="https://cdn.mos.cms.futurecdn.net/94NJw7w9uL5jxnBPnaMZgU.png" mos="https://cdn.mos.cms.futurecdn.net/94NJw7w9uL5jxnBPnaMZgU.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49533/solawinds-form?locale=1&p=false&wp=8365"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Google adds Python support to privacy-preserving data analysis tool ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/big-data-analytics/362093/google-adds-python-to-differential-privacy-tool</link>
                                                                            <description>
                            <![CDATA[ The addition of Python opens up the open-source differential privacy library to nearly half of all developers worldwide ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">cAsiQtEp7wYL9bowonwRYg</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/TghVxXCUbCX4neQDMD3WbB-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 28 Jan 2022 14:03:35 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Connor Jones ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LPjgE2kGKixS9aF7Jdp2mT.png ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/TghVxXCUbCX4neQDMD3WbB-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Google employees walking into work at the California office]]></media:description>                                                            <media:text><![CDATA[Google employees walking into work at the California office]]></media:text>
                                <media:title type="plain"><![CDATA[Google employees walking into work at the California office]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/TghVxXCUbCX4neQDMD3WbB-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Google has expanded its open-source differential privacy (DP) platform to support the Python programming language, widening availability to millions more developers and data analysts.</p><p>The announcement makes <a href="https://www.itpro.com/business-strategy/careers-training/356640/how-to-become-a-python-software-developer" data-original-url="https://www.itpro.com/business-strategy/careers-training/356640/how-to-become-a-python-software-developer">Python</a> the fourth language supported by the project after <a href="https://www.itpro.com/big-data-analytics/34348/google-makes-privacy-focused-data-analysis-tool-open-source" data-original-url="https://www.itpro.com/big-data-analytics/34348/google-makes-privacy-focused-data-analysis-tool-open-source">initially launching in 2019</a> with support for C++, Java, and Google-created language Go, sometimes referred to as Golang.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics" data-original-url="/business-strategy/28163/what-is-big-data-analytics">What is big data analytics?</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/data-protection/28177/data-protection-policies-and-procedures" data-original-url="/data-protection/28177/data-protection-policies-and-procedures">Data protection policies and procedures</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/big-data-analytics/34348/google-makes-privacy-focused-data-analysis-tool-open-source" data-original-url="/big-data-analytics/34348/google-makes-privacy-focused-data-analysis-tool-open-source">Google makes privacy-focused data analysis tool open source</a></p></div></div><p>It comes after <a href="https://www.itpro.com/software/google" data-original-url="https://www.itpro.com/search/google">Google</a> reported a significant number of developers contacting the company expressing their interest in using the <a href="https://www.itpro.com/software/28109/what-is-open-source" data-original-url="https://www.itpro.com/software/28109/what-is-open-source">open-source</a> library for their Python projects. Google worked for more than a year with OpenMined on Python support and said numerous projects have already used its DP library, including Australian developers who have accelerated scientific discoveries through analysing medical data in a private way.</p><p>DP is a system used by data analysts to preserve the privacy of the individuals whose data is used in an analysed data set. Work to develop strong DP dates back decades, but only in recent years have tech giants such as Google and Apple embraced the system.</p><p>One of the key areas of DP development for Google in the past year has been on providing a tool for developers within the library to fine-tune the 'epsilon' - a mathematical measure of privacy. Finding the optimum epsilon requires a great deal of trial and error to perfect and having a tool within the library that allows developers to make adjustments to yield a lower epsilon, which indicates a more private release, means individual projects are able to be tuned as privately as possible.</p><p>Google said now Python is supported, the DP library is now available to nearly half of all developers worldwide which means more developers and researchers will be able to analyse data and make new discoveries while preserving the privacy of users to whom the data belongs.</p><p>Python is <a href="https://www.itpro.com/careers/29133/the-top-programming-languages-you-need-to-learn" data-original-url="https://www.itpro.com/careers/29133/the-top-programming-languages-you-need-to-learn">among the most popular programming languages</a> currently in use and won 'Language of the Year 2021' from the <a href="https://www.tiobe.com/tiobe-index">TIOBE index</a>, which ranks programming languages based on their popularity. Python is useful for a wide range of programming activities but is especially well-known for its capabilities in data analysis, making it a natural progression for Google's DP library.</p><p>As part of the launch, Google has released a new web-based product, <a href="http://pipleinedp.io">pipleinedp.io</a>, which allows any Python developer to analyse their dataset with differential privacy. Google also said it has seen organisations experimenting with new use cases such as showing a website's most visited web pages by country, in an anonymised fashion.</p><p>The library is compatible with leading large <a href="https://www.itpro.com/business-operations/31681/what-is-data-processing" data-original-url="https://www.itpro.com/business-operations/31681/what-is-data-processing">data processing</a> engines, the Spark and Beam frameworks, and Google will be launching an additional tool to help users "visualise and better tune the parameters used to produce differentially private information".</p><p>"We encourage developers around the world to take this opportunity to experiment with differential privacy use cases like statistical analysis and machine learning, but most importantly, provide us with feedback," said Google announcing the news. "We are excited to learn more about the applications you all can develop and the features we can provide to help along the way.</p><p>"We will continue investing in democratising access to critical privacy-enhancing technologies and hope developers join us in this journey to improve usability and coverage. As we’ve said before, we believe that every Internet user in the world deserves world-class privacy, and we’ll continue partnering with organisations to further that goal."</p><h3 class="article-body__section" id="section-what-is-differential-privacy"><span>What is differential privacy?</span></h3><p>Differential privacy is a tool that has gained acclaim in recent years as data and identity protection have become focal points for <a href="https://www.itpro.com/security/25710/mits-untraceable-communications-network-is-more-secure-than-tor" data-original-url="https://www.itpro.com/security/25710/mits-untraceable-communications-network-is-more-secure-than-tor">researchers</a>, businesses, and regulators alike.</p><p>Some argue it is fundamentally necessary in data analytics <a href="https://www.itpro.com/data-protection/28177/data-protection-policies-and-procedures" data-original-url="https://www.itpro.com/data-protection/28177/data-protection-policies-and-procedures">to preserve the privacy and hide the identity of people whose data is being analysed</a>. For technology companies especially, it has been at the forefront of how their users expect them to handle the data they hold on others.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="wYRY2NQiuWys3PgkS46wLB" name="wYRY2NQiuWys3PgkS46wLB.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/wYRY2NQiuWys3PgkS46wLB.png" mos="https://cdn.mos.cms.futurecdn.net/wYRY2NQiuWys3PgkS46wLB.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Content syndication isn't dead, but your data processes might be</strong></p><p class="fancy-box__body-text">It's a new (lead) generation</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/data-insights/data-processing/361546/content-syndication-isnt-dead-but-your-data-processes-might-be" data-original-url="/data-insights/data-processing/361546/content-syndication-isnt-dead-but-your-data-processes-might-be">FREE DOWNLOAD</a></p></div></div><p>DP works by adding 'controlled noise' to datasets so that people cannot be individually identified by the data they provide to the dataset. For example, if residents of a neighbourhood supplied <a href="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics" data-original-url="https://www.itpro.com/business-strategy/28163/what-is-big-data-analytics">data for analysis</a> involving their salaries which were then represented as an average, and one resident left the neighbourhood, their salary information could be tied to their identity by looking at the difference in the data pre- and post-move.</p><p>Similarly, if two databases were analysed, one with a single data point on 50 people and one with a single data point on 51 people, the analysis results for both would have to be indistinguishable from each other to avoid identifying that 51st person, in order to qualify as differentially private.</p><p>Adding controlled noise to a dataset would remove the possibility of identifying an individual by skewing the statistics just enough to remove the element of identification, without significantly compromising the accuracy of the results.</p><p>All major Big Tech firms have embraced DP in different ways. Microsoft's AI Lab works with Harvard University on projects to facilitate DP-enabled research. Apple has used DP on its products since macOS Sierra and iOS 10, and Facebook and Amazon also have experience working with the system too.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Establishing a strong foundation for DataOps ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/data-management/361920/establishing-a-strong-foundation-for-dataops</link>
                                                                            <description>
                            <![CDATA[ How to gain a competitive advantage with your available data ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">rAaVpFxWqgSwy6wYKEVFPS</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/oxZ77o4or4eWr8kndJnTjW-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 06 Jan 2022 16:31:42 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Big Data]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (ITPro) ]]></author>                    <dc:creator><![CDATA[ ITPro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/oxZ77o4or4eWr8kndJnTjW-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Whitepaper cover with titles, text and blue graphics]]></media:description>                                                            <media:text><![CDATA[Whitepaper cover with titles, text and blue graphics]]></media:text>
                                <media:title type="plain"><![CDATA[Whitepaper cover with titles, text and blue graphics]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/oxZ77o4or4eWr8kndJnTjW-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>DataOps is the key to leveraging data for competitive advantage, but success depends on the establishment of a strong functional infrastructure.</p><p>The foundation for DataOps requires an integrated storage and data management platform to unify the capture, storage, movement, classification, ingestion, and protection of data to make it available for high-value data engineering and data leverage purposes.</p><p>Download this resource to understand how to tackle the challenges presented by data growth and how to overcome them for greater agility.</p><p><em>Provided by</em></p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="ZKaRmhMSQULkuGf8qk2qDU" name="" alt="CDW logo" src="https://cdn.mos.cms.futurecdn.net/ZKaRmhMSQULkuGf8qk2qDU.png" mos="https://cdn.mos.cms.futurecdn.net/ZKaRmhMSQULkuGf8qk2qDU.png" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><iframe frameborder="0" height="1000" width="100%" data-lazy-priority="low" data-lazy-src="https://dennis.cvtr.io/forms/49492/form-8913?locale=1&p=false&wp=8142"></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
            </channel>
</rss>