Image Title

Search Results for Power BI:

Ameesh Divatia, Baffle | AWS re:Inforce 2022


 

(upbeat music) >> Okay, welcome back everyone in live coverage here at theCUBE, Boston, Massachusetts, for AWS re:inforce 22 security conference for Amazon Web Services. Obviously reinvent the end of the years' the big celebration, "re:Mars" is the new show that we've covered as well. The res are here with theCUBE. I'm John Furrier, host with a great guest, Ameesh Divatia, co-founder, and CEO of a company called "Baffle." Ameesh, thanks for joining us on theCUBE today, congratulations. >> Thank you. It's good to be here. >> And we got the custom encrypted socks. >> Yup, limited edition >> 64 bitter 128. >> Base 64 encoding. >> Okay.(chuckles) >> Secret message in there. >> Okay.(chuckles) Secret message.(chuckles) We'll have to put a little meme on the internet, figure it out. Well, thanks for comin' on. You guys are goin' hot right now. You guys a hot startup, but you're in an area that's going to explode, we believe. >> Yeah. >> The SuperCloud is here, we've been covering that on theCUBE that people are building on top of the Amazon Hyperscalers. And without the capex, they're building platforms. The application tsunami has come and still coming, it's not stopping. Modern applications are faster, they're better, and they're driving a lot of change under the covers. >> Absolutely. Yeah. >> And you're seeing structural change happening in real time, in ops, the network. You guys got something going on in the encryption area. >> Yes >> Data. Talk about what you guys do. >> Yeah. So we believe very strongly that the next frontier in security is data. We've had multiple waves in security. The next one is data, because data is really where the threats will persist. If the data shows up in the wrong place, you get into a lot of trouble with compliance. So we believe in protecting the data all the way down at the field, or record level. That's what we do. >> And you guys doing all kinds of encryption, or other things? >> Yes. So we do data transformation, which encompasses three different things. It can be tokenization, which is format preserving. We do real encryption with counter mode, or we can do masked views. So tokenization, encryption, and masking, all with the same platform. >> So pretty wide ranging capabilities with respect to having that kind of safety. >> Yes. Because it all depends on how the data is used down the road. Data is created all the time. Data flows through pipelines all the time. You want to make sure that you protect the data, but don't lose the utility of the data. That's where we provide all that flexibility. >> So Kurt was on stage today on one of the keynotes. He's the VP of the platform at AWS. >> Yes. >> He was talking about encrypts, everything. He said it needs, we need to rethink encryption. Okay, okay, good job. We like that. But then he said, "We have encryption at rest." >> Yes. >> That's kind of been there, done that. >> Yes. >> And, in-flight? >> Yeah. That's been there. >> But what about in-use? >> So that's exactly what we plug. What happens right now is that data at rest is protected because of discs that are already self-encrypting, or you have transparent data encryption that comes native with the database. You have data in-flight that is protected because of SSL. But when the data is actually being processed, it's in the memory of the database or datastore, it is exposed. So the threat is, if the credentials of the database are compromised, as happened back then with Starwood, or if the cloud infrastructure is compromised with some sort of an insider threat like a Capital One, that data is exposed. That's precisely what we solve by making sure that the data is protected as soon as it's created. We use standard encryption algorithms, AES, and we either do format preserving, or true encryption with counter mode. And that data, it doesn't really matter where it ends up, >> Yeah. >> because it's always protected. >> Well, that's awesome. And I think this brings up the point that we want been covering on SiliconAngle in theCUBE, is that there's been structural change that's happened, >> Yes. >> called cloud computing, >> Yes. >> and then hybrid. Okay. Scale, role of data, higher level abstraction of services, developers are in charge, value creations, startups, and big companies. That success is causing now, a new structural change happening now. >> Yes. >> This is one of them. What areas do you see that are happening right now that are structurally changing, that's right in front of us? One is, more cloud native. So the success has become now the problem to solve - >> Yes. >> to get to the next level. >> Yeah. >> What are those, some of those? >> What we see is that instead of security being an afterthought, something that you use as a watchdog, you create ways of monitoring where data is being exposed, or data is being exfiltrated, you want to build security into the data pipeline itself. As soon as data is created, you identify what is sensitive data, and you encrypt it, or tokenize it as it flows into the pipeline using things like Kafka plugins, or what we are very clearly differentiating ourselves with is, proxy architectures so that it's completely transparent. You think you're writing to the datastore, but you're actually writing to the proxy, which in turn encrypts the data before its stored. >> Do you think that's an efficient way to do it, or is the only way to do it? >> It is a much more efficient way of doing it because of the fact that you don't need any app-dev resources. There are many other ways of doing it. In fact, the cloud vendors provide development kits where you can just go do it yourself. So that is actually something that we completely avoid. And what makes it really, really interesting is that once the data is encrypted in the data store, or database, we can do what is known as "Privacy Enhanced Computation." >> Mm. >> So we can actually process that data without decrypting it. >> Yeah. And so proxies then, with cloud computing, can be very fast, not a bottleneck that could be. >> In fact, the cloud makes it so. It's very hard to - >> You believe that? >> do these things in static infrastructure. In the cloud, there's infinite amount of processing available, and there's containerization. >> And you have good network. >> You have very good network, you have load balancers, you have ways of creating redundancy. >> Mm. So the cloud is actually enabling solutions like this. >> And the old way, proxies were seen as an architectural fail, in the old antiquated static web. >> And this is where startups don't have the baggage, right? We didn't have that baggage. (John laughs) We looked at the problem and said, of course we're going to use a proxy because this is the best way to do this in an efficient way. >> Well, you bring up something that's happening right now that I hear a lot of CSOs and CIOs and executives say, CXOs say all the time, "Our", I won't say the word, "Our stuff has gotten complicated." >> Yes. >> So now I have tool sprawl, >> Yeah. >> I have skill gaps, and on the rise, all these new managed services coming at me from the vendors who have never experienced my problem. And their reaction is, they don't get my problem, and they don't have the right solutions, it's more complexity. They solve the complexity by adding more complexity. >> Yes. I think we, again, the proxy approach is a very simple. >> That you're solving that with that approach. >> Exactly. It's very simple. And again, we don't get in the way. That's really the the biggest differentiator. The forcing function really here is compliance, right? Because compliance is forcing these CSOs to actually adopt these solutions. >> All right, so love the compliance angle, love the proxy as an ease of use, take the heavy lifting away, no operational problems, and deviations. Now let's talk about workloads. >> Yeah. >> 'Cause this is where the use is. So you got, or workloads being run large scale, lot a data moving around, computin' as well. What's the challenge there? >> I think it's the volume of the data. Traditional solutions that we're relying on legacy tokenizations, I think would replicate the entire storage because it would create a token wall, for example. You cannot do that at this scale. You have to do something that's a lot more efficient, which is where you have to do it with a cryptography approach. So the workloads are diverse, lots of large files in the workloads as well as structured workloads. What we have is a solution that actually goes across the board. We can do unstructured data with HTTP proxies, we can do structured data with SQL proxies. And that's how we are able to provide a complete solution for the pipeline. >> So, I mean, show about the on-premise versus the cloud workload dynamic right now. Hybrid is a steady state right now. >> Yeah. >> Multi-cloud is a consequence of having multiple vendors, not true multi-cloud but like, okay, they have Azure there, AWS here, I get that. But hybrid really is the steady state. >> Yes. >> Cloud operations. How are the workloads and the analytics the data being managed on-prem, and in the cloud, what's their relationship? What's the trend? What are you seeing happening there? >> I think the biggest trend we see is pipelining, right? The new ETL is streaming. You have these Kafka and Kinesis capabilities that are coming into the picture where data is being ingested all the time. It is not a one time migration. It's a stream. >> Yeah. >> So plugging into that stream is very important from an ingestion perspective. >> So it's not just a watchdog. >> No. >> It's the pipelining. >> It's built in. It's built-in, it's real time, that's where the streaming gets another diverse access to data. >> Exactly. >> Data lakes. You got data lakes, you have pipeline, you got streaming, you mentioned that. So talk about the old school OLTP, the old BI world. I think Power BI's like a $30 billion product. >> Yeah. >> And you got Tableau built on OLTP building cubes. Aren't we just building cubes in a new way, or, >> Well. >> is there any relevance to the old school? >> I think there, there is some relevance and in fact that's again, another place where the proxy architecture really helps, because it doesn't matter when your application was built. You can use Tableau, which nobody has any control over, and still process encrypted data. And so can with Power BI, any Sequel application can be used. And that's actually exactly what we like to. >> So we were, I was talking to your team, I knew you were coming on, and they gave me a sound bite that I'm going to read to the audience and I want to get your reaction to. >> Sure. >> 'Cause I love this. I fell out of my chair when I first read this. "Data is the new oil." In 2010 that was mentioned here on theCUBE, of course. "Data is the new oil, but we have to ensure that it does not become the next asbestos." Okay. That is really clever. So we all know about asbestos. I add to the Dave Vellante, "Lead paint too." Remember lead paint? (Ameesh laughs) You got to scrape it out and repaint the house. Asbestos obviously causes a lot of cancer. You know, joking aside, the point is, it's problematic. >> It's the asset. >> Explain why that sentence is relevant. >> Sure. It's the assets and liabilities argument, right? You have an asset which is data, but thanks to compliance regulations and Gartner says 75% of the world will be subject to privacy regulations by 2023. It's a liability. So if you don't store your data well, if you don't process your data responsibly, you are going to be liable. So while it might be the oil and you're going to get lots of value out of it, be careful about the, the flip side. >> And the point is, there could be the "Grim Reaper" waiting for you if you don't do it right, the consequences that are quantified would be being out of business. >> Yes. But here's something that we just discovered actually from our survey that we did. While 93% of respondents said that they have had lots of compliance related effects on their budgets. 75% actually thought that it makes them better. They can use the security postures as a competitive differentiator. That's very heartening to us. We don't like to sell the fear aspect of this. >> Yeah. We like to sell the fact that you look better compared to your neighbor, if you have better data hygiene, back to the. >> There's the fear of missing out, or as they say, "Keeping up with the Joneses", making sure that your yard looks better than the next one. I get the vanity of that, but you're solving real problems. And this is interesting. And I want to get your thoughts on this. I found, I read that you guys protect more than a 100 billion records across highly regulated industries. Financial services, healthcare, industrial IOT, retail, and government. Is that true? >> Absolutely. Because what we are doing is enabling SaaS vendors to actually allow their customers to control their data. So we've had the SaaS vendor who has been working with us for over three years now. They store confidential data from 30 different banks in the country. >> That's a lot of records. >> That's where the record, and. >> How many customers do you have? >> Well, I think. >> The next round of funding's (Ameesh laughs) probably they're linin' up to put money into you guys. >> Well, again, this is a very important problem, and there are, people's businesses are dependent on this. We're just happy to provide the best tool out there that can do this. >> Okay, so what's your business model behind? I love the success, by the way, I wanted to quote that stat to one verify it. What's the business model service, software? >> The business model is software. We don't want anybody to send us their confidential data. We embed our software into our customers environments. In case of SaaS, we are not even visible, we are completely embedded. We are doing other relationships like that right now. >> And they pay you how? >> They pay us based on the volume of the data that they're protecting. >> Got it. >> That in that case which is a large customers, large enterprise customers. >> Pay as you go. >> It is pay as you go, everything is annual licenses. Although, multi-year licenses are very common because once you adopt the solution, it is very sticky. And then for smaller customers, we do base our pricing also just on databases. >> Got it. >> The number of databases. >> And the technology just reviewed low-code, no-code implementation kind of thing, right? >> It is by definition, no code when it comes to proxy. >> Yeah. >> When it comes to API integration, it could be low code. Yeah, it's all cloud-friendly, cloud-native. >> No disruption to operations. >> Exactly. >> That's the culprit. >> Well, yeah. >> Well somethin' like non-disruptive operations.(laughs) >> No, actually I'll give an example of a migration, right? We can do live migrations. So while the databases are still alive, as you write your. >> Live secure migrations. >> Exactly. You're securing - >> That's the one that manifests. >> your data as it migrates. >> Awright, so how much funding have you guys raised so far? >> We raised 36 and a half, series A, and B now. We raised that late last year. >> Congratulations. >> Thank you. >> Who's the venture funders? >> True Ventures is our largest investor, followed by Celesta Capital, National Grid Partners is an investor, and so is Engineering Capital and Clear Vision Ventures. >> And the seed and it was from Engineering? >> Seed was from Engineering. >> Engineering Capital. >> And then True came in very early on. >> Okay. >> Greenspring is also an investor in us, so is Industrial Ventures. >> Well, privacy has a big concern, big application for you guys. Privacy, secure migrations. >> Very much so. So what we are believe very strongly in the security's personal, security is yours and my data. Privacy is what the data collector is responsible for. (John laughs) So the enterprise better be making sure that they've complied with privacy regulations because they don't tell you how to protect the data. They just fine you. >> Well, you're not, you're technically long, six year old start company. Six, seven years old. >> Yeah. >> Roughly. So yeah, startups can go on long like this, still startup, privately held, you're growing, got big records under management there, congratulations. What's next? >> I think scaling the business. We are seeing lots of applications for this particular solution. It's going beyond just regulated industries. Like I said, it's a differentiating factor now. >> Yeah >> So retail, and a lot of other IOT related industrial customers - >> Yeah. >> are also coming. >> Ameesh, talk about the show here. We're at re:inforce, actually we're live here on the ground, the show floor buzzing. What's your takeaway? What's the vibe this year? What if you had to share what your opinion the top story here at the show, what would be the two top things, or three things? >> I think it's two things. First of all, it feels like we are back. (both laugh) It's amazing to see people on the show floor. >> Yeah. >> People coming in and asking questions and getting to see the product. The second thing that I think is very gratifying is, people come in and say, "Oh, I've heard of you guys." So thanks to digital media, and digital marketing. >> They weren't baffled. They want baffled. >> Exactly. >> They use baffled. >> Looks like, our outreach has helped, >> Yeah. >> and has kept the continuity, which is a big deal. >> Yeah, and now you're a CUBE alumni, welcome to the fold. >> Thank you. >> Appreciate you coming on. And we're looking forward to profiling you some day in our startup showcase, and certainly, we'll see you in the Palo Alto studios. Love to have you come in for a deeper dive. >> Sounds great. Looking forward to it. >> Congratulations on all your success, and thanks for coming on theCUBE, here at re:inforce. >> Thank you, John. >> Okay, we're here in, on the ground live coverage, Boston, Massachusetts for AWS re:inforce 22. I'm John Furrier, your host of theCUBE with Dave Vellante, who's in an analyst session, right? He'll be right back with us on the next interview, coming up shortly. Thanks for watching. (gentle music)

Published Date : Jul 26 2022

SUMMARY :

is the new show that we've It's good to be here. meme on the internet, that people are building on Yeah. on in the encryption area. Talk about what you guys do. strongly that the next frontier So tokenization, encryption, and masking, that kind of safety. Data is created all the time. He's the VP of the platform at AWS. to rethink encryption. by making sure that the data is protected the point that we want been and then hybrid. So the success has become now the problem into the data pipeline itself. of the fact that you don't without decrypting it. that could be. In fact, the cloud makes it so. In the cloud, you have load balancers, you have ways Mm. So the cloud is actually And the old way, proxies were seen don't have the baggage, right? say, CXOs say all the time, and on the rise, all these the proxy approach is a very solving that with that That's really the love the proxy as an ease of What's the challenge there? So the workloads are diverse, So, I mean, show about the But hybrid really is the steady state. and in the cloud, what's coming into the picture So plugging into that gets another diverse access to data. So talk about the old school OLTP, And you got Tableau built the proxy architecture really helps, bite that I'm going to read "Data is the new oil." that sentence is relevant. 75% of the world will be And the point is, there could from our survey that we did. that you look better compared I get the vanity of that, but from 30 different banks in the country. up to put money into you guys. provide the best tool out I love the success, In case of SaaS, we are not even visible, the volume of the data That in that case It is pay as you go, It is by definition, no When it comes to API like still alive, as you write your. Exactly. That's the one that We raised that late last year. True Ventures is our largest investor, Greenspring is also an investor in us, big application for you guys. So the enterprise better be making sure Well, you're not, So yeah, startups can I think scaling the business. Ameesh, talk about the show here. on the show floor. see the product. They want baffled. and has kept the continuity, Yeah, and now you're a CUBE alumni, in the Palo Alto studios. Looking forward to it. and thanks for coming on the ground live coverage,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
KurtPERSON

0.99+

Dave VellantePERSON

0.99+

AmeeshPERSON

0.99+

John FurrierPERSON

0.99+

AWSORGANIZATION

0.99+

2010DATE

0.99+

National Grid PartnersORGANIZATION

0.99+

JohnPERSON

0.99+

six yearQUANTITY

0.99+

Engineering CapitalORGANIZATION

0.99+

$30 billionQUANTITY

0.99+

SixQUANTITY

0.99+

Celesta CapitalORGANIZATION

0.99+

Ameesh DivatiaPERSON

0.99+

75%QUANTITY

0.99+

Clear Vision VenturesORGANIZATION

0.99+

93%QUANTITY

0.99+

30 different banksQUANTITY

0.99+

GreenspringORGANIZATION

0.99+

True VenturesORGANIZATION

0.99+

TrueORGANIZATION

0.99+

todayDATE

0.99+

2023DATE

0.99+

Amazon Web ServicesORGANIZATION

0.99+

Palo AltoLOCATION

0.99+

oneQUANTITY

0.99+

two thingsQUANTITY

0.99+

GartnerORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

bothQUANTITY

0.99+

Power BITITLE

0.98+

seven yearsQUANTITY

0.98+

over three yearsQUANTITY

0.98+

Dave VellantePERSON

0.98+

FirstQUANTITY

0.98+

theCUBEORGANIZATION

0.98+

TableauTITLE

0.98+

firstQUANTITY

0.97+

three thingsQUANTITY

0.97+

36 and a halfQUANTITY

0.97+

second thingQUANTITY

0.97+

one timeQUANTITY

0.97+

series AOTHER

0.97+

this yearDATE

0.96+

late last yearDATE

0.96+

BaffleORGANIZATION

0.96+

Capital OneORGANIZATION

0.96+

Industrial VenturesORGANIZATION

0.96+

128QUANTITY

0.95+

Boston,LOCATION

0.95+

KafkaTITLE

0.95+

more than a 100 billion recordsQUANTITY

0.95+

StarwoodORGANIZATION

0.94+

two top thingsQUANTITY

0.93+

Boston, MassachusettsLOCATION

0.93+

CUBEORGANIZATION

0.91+

SQLTITLE

0.89+

re:MarsTITLE

0.88+

capexORGANIZATION

0.87+

three different thingsQUANTITY

0.86+

OneQUANTITY

0.85+

64QUANTITY

0.83+

AzureTITLE

0.83+

HyperscalersCOMMERCIAL_ITEM

0.82+

OLTPTITLE

0.8+

MassachusettsLOCATION

0.67+

re:inforce 22 security conferenceEVENT

0.65+

SiliconAngleORGANIZATION

0.59+

ComputationOTHER

0.55+

SuperCloudORGANIZATION

0.55+

SequelTITLE

0.53+

KinesisORGANIZATION

0.48+

2022DATE

0.41+

JonesesTITLE

0.27+

Sanjeev Mohan, SanjMo & Nong Li, Okera | AWS Startup Showcase


 

(cheerful music) >> Hello everyone, welcome to today's session of theCUBE's presentation of AWS Startup Showcase, New Breakthroughs in DevOps, Data Analytics, Cloud Management Tools, featuring Okera from the cloud management migration track. I'm John Furrier, your host. We've got two great special guests today, Nong Li, founder and CTO of Okera, and Sanjeev Mohan, principal @SanjMo, and former research vice president of big data and advanced analytics at Gartner. He's a legend, been around the industry for a long time, seen the big data trends from the past, present, and knows the future. Got a great lineup here. Gentlemen, thank you for this, so, life in the trenches, lessons learned across compliance, cloud migration, analytics, and use cases for Fortune 1000s. Thanks for joining us. >> Thanks for having us. >> So Sanjeev, great to see you, I know you've seen this movie, I was saying that in the open, you've at Gartner seen all the visionaries, the leaders, you know everything about this space. It's changing extremely fast, and one of the big topics right out of the gate is not just innovation, we'll get to that, that's the fun part, but it's the regulatory compliance and audit piece of it. It's keeping people up at night, and frankly if not done right, slows things down. This is a big part of the showcase here, is to solve these problems. Share us your thoughts, what's your take on this wide-ranging issue? >> So, thank you, John, for bringing this up, and I'm so happy you mentioned the fact that, there's this notion that it can slow things down. Well I have to say that the old way of doing governance slowed things down, because it was very much about control and command. But the new approach to data governance is actually in my opinion, it's liberating data. If you want to democratize or monetize, whatever you want to call it, you cannot do it 'til you know you can trust said data and it's governed in some ways, so data governance has actually become very interesting, and today if you want to talk about three different areas within compliance regulatory, for example, we all know about the EU GDPR, we know California has CCPA, and in fact California is now getting even a more stringent version called CPRA in a couple of years, which is more aligned to GDPR. That is a first area we know we need to comply to that, we don't have any way out. But then, there are other areas, there is insider trading, there is how you secure the data that comes from third parties, you know, vendors, partners, suppliers, so Nong, I'd love to hand it over to you, and see if you can maybe throw some light into how our customers are handling these use cases. >> Yeah, absolutely, and I love what you said about balancing agility and liberating, in the face of what may be seen as things that slow you down. So we work with customers across verticals with old and new regulations, so you know, you brought up GDPR. One of our clients is using this to great effect to power their ecosystem. They are a very large retail company that has operations and customers across the world, obviously the importance of GDPR, and the regulations that imposes on them are very top of mind, and at the same time, being able to do effective targeting analytics on customer information is equally critical, right? So they're exactly at that spot where they need this customer insight for powering their business, and then the regulatory concerns are extremely prevalent for them. So in the context of GDPR, you'll hear about things like consent management and right to be forgotten, right? I, as a customer of that retailer should say "I don't want my information used for this purpose," right? "Use it for this, but not this." And you can imagine at a very, very large scale, when you have a billion customers, managing that, all the data you've collected over time through all of your devices, all of your telemetry, really, really challenging. And they're leveraging Okera embedded into their analytics platform so they can do both, right? Their data scientists and analysts who need to do everything they're doing to power the business, not have to think about these kind of very granular customer filtering requirements that need to happen, and then they leverage us to do that. So that's kind of new, right, GDPR, relatively new stuff at this point, but we obviously also work with customers that have regulations from a long long time ago, right? So I think you also mentioned insider trading and that supply chain, so we'll talk to customers, and they want really data-driven decisions on their supply chain, everything about their production pipeline, right? They want to understand all of that, and of course that makes sense, whether you're the CFO, if you're going to make business decisions, you need that information readily available, and supply chains as we know get more and more and more complex, we have more and more integrated into manufacturing and other verticals. So that's your, you're a little bit stuck, right? You want to be data-driven on those supply chain analytics, but at the same time, knowing the details of all the supply chain across all of your dependencies exposes your internal team to very high blackout periods or insider trading concerns, right? For example, if you knew Apple was buying a bunch of something, that's maybe information that only a select few people can have, and the way that manifests into data policies, 'cause you need the ability to have very, very scalable, per employee kind of scalable data restriction policies, so they can do their job easier, right? If we talk about speeding things up, instead of a very complex process for them to get approved, and approved on SEC regulations, all that kind of stuff, you can now go give them access to the part of the supply chain that they need, and no more, and limit their exposure and the company's exposure and all of that kind of stuff. So one of our customers able to do this, getting two orders of magnitude, a 100x reduction in the policies to manage the system like that. >> When I hear you talking like that, I think the old days of "Oh yeah, regulatory, it kind of slows down innovation, got to go faster," pretty basic variables, not a lot of combination of things to check. Now with cloud, there seems to be combinations, Sanjeev, because how complicated has the regulatory compliance and audit environment gotten in the past few years, because I hear security in a supply chain, I hear insider threats, I mean these are security channels, not just compliance department G&A kind of functions. You're talking about large-scale, potentially combinations of access, distribution, I mean it seems complicated. How much more complicated is it now, just than it was a few years ago? >> So, you know the way I look at it is, I'm just mentioning these companies just as an example, when PayPal or Ebay, all these companies started, they started in California. Anybody who ever did business on Ebay or PayPal, guess where that data was? In the US in some data center. Today you cannot do it. Today, data residency laws are really tough, and so now these organizations have to really understand what data needs to remain where. On top of that, we now have so many regulations. You know, earlier on if you were healthcare, you needed to be HIPAA compliant, or banking PCI DSS, but today, in the cloud, you really need to know, what data I have, what sensitive data I have, how do I discover it? So that data discovery becomes really important. What roles I have, so for example, let's say I work for a bank in the US, and I decide to move to Germany. Now, the old school is that a new rule will be created for me, because of German... >> John: New email address, all these new things happen, right? >> Right, exactly. So you end up with this really, a mass of rules and... And these are all static. >> Rules and tools, oh my god. >> Yeah. So Okera actually makes a lot of this dynamic, which reduces your cloud migration overhead, and Nong used some great examples, in fact, sorry if I take just a second, without mentioning any names, there's one of the largest banks in the world is going global in the digital space for the first time, and they're taking Okera with them. So... >> But what's the point? This is my next topic in cloud migration, I want to bring this up because, complexity, when you're in that old school kind of data center, waterfall, these old rules and tools, you have to roll this out, and it's a pain in the butt for everybody, it's a hassle, huge hassle. Cloud gives the agility, we know that, and cloud's becoming more secure, and I think now people see the on-premise, certainly things that'd be on-premises for secure things, I get that, but when you start getting into agility, and you now have cloud regions, you can start being more programmatic, so I want to get you guys' thoughts on the cloud migration, how companies who are now lifting and shifting, replatforming, what's the refactoring beyond that, because you can replatform in the cloud, and still some are kind of holding back on that. Then when you're in the cloud, the ones that are winning, the companies that are winning are the ones that are refactoring in the cloud. Doing things different with new services. Sanjeev, you start. >> Yeah, so you know, in fact lot of people tell me, "You know, we are just going to lift and shift into the cloud." But you're literally using cloud as a data center. You still have all the, if I may say, junk you had on-prem, you just moved it into the cloud, and now you're paying for it. In cloud, nothing is free. Every storage, every processing, you're going to pay for it. The most successful companies are the ones that are replatforming, they are taking advantage of the platform as a service or software as a service, so that includes things like, you pay as you go, you pay for exactly the amount you use, so you scale up and scale down or scale out and scale in, pretty quickly, you know? So you're handling that demand, so without replatforming, you are not really utilizing your- >> John: It's just hosting. >> Yeah, you're just hosting. >> It's basically hosting if you're not doing anything right there. >> Right. The reason why people sometimes resist to replatform, is because there's a hidden cost that we don't really talk about, PaaS adds 3x to IaaS cost. So, some organizations that are very mature, and they have a few thousand people in the IT department, for them, they're like "No, we just want to run it in the cloud, we have the expertise, and it's cheaper for us." But in the long run, to get the most benefit, people should think of using cloud as a service. >> Nong what's your take, because you see examples of companies, I'll just call one out, Snowflake for instance, they're essentially a data warehouse in the cloud, they refactored and they replatformed, they have a competitive advantage with the scale, so they have things that others don't have, that just hosting. Or even on-premise. The new model developing where there's real advantages, and how should companies think about this when they have to manage these data lakes, and they have to manage all these new access methods, but they want to maintain that operational stability and control and growth? >> Yeah, so. No? Yeah. >> There's a few topics that are all (indistinct) this topic. (indistinct) enterprises moving to the cloud, they do this maybe for some cost savings, but a ton of it is agility, right? The motor that the business can run at is just so much faster. So we'll work with companies in the context of cloud migration for data, where they might have a data warehouse they've been using for 20 years, and building policies over that time, right? And it's taking a long time to go proof of access and those kind of things, made more sense, right? If it took you months to procure a physical infrastructure, get machines shipped to your data center, then this data access taking so long feels okay, right? That's kind of the same rate that everything is moving. In the cloud, you can spin up new infrastructure instantly, so you don't want approvals for getting policies, creating rules, all that stuff that Sanjeev was talking about, that being slow is a huge, huge problem. So this is a very common environment that we see where they're trying to do that kind of thing. And then, for replatforming, again, they've been building these roles and processes and policies for 20 years. What they don't want to do is take 20 years to go migrate all that stuff into the cloud, right? That's probably an experience nobody wants to repeat, and frankly for many of them, people who did it originally may or may not be involved in this kind of effort. So we work with a lot of companies like that, they have their, they want stability, they got to have the business running as normal, they got to get moving into the new infrastructure, doing it in a new way that, you know, with all the kind of lessons learned, so, as Sanjeev said, one of these big banks that we work with, that classical story of on-premise data warehousing, maybe a little bit of Hadoop, moved onto AWS, S3, Snowflake, that kind of setup, extremely intricate policies, but let's go reimagine how we can do this faster, right? What we like to talk about is, you're an organization, you need a design that, if you onboarded 1000 more data users, that's got to be way, way easier than the first 10 you onboarded, right? You got to get it to be easier over time, in a really, really significant way. >> Talk about the data authorization safety factor, because I can almost imagine all the intricacies of these different tools creates specialism amongst people who operate them. And each one might have their own little authorization nuance. Trend is not to have that siloed mentality. What's your take on clients that want to just "Hey, you know what? I want to have the maximum agility, but I don't want to get caught in the weeds on some of these tripwires around access and authorization." >> Yeah, absolutely, I think it's real important to get the balance of it, right? Because if you are an enterprise, or if you have diversive teams, you want them to have the ability to use tools as best of breed for their purpose, right? But you don't want to have it be so that every tool has its own access and provisioning and whatever, that's definitely going to be a security, or at least, a lot of friction for you to get things going. So we think about that really hard, I think we've seen great success with things like SSO and Okta, right? Unifying authentication. We think there's a very, very similar thing about to happen with authorization. You want that single control plane that can integrate with all the tools, and still get the best of what you need, but it's much, much easier (indistinct). >> Okta's a great example, if people don't want to build their own thing and just go with that, same with what you guys are doing. That seems to be the dots that are connecting you, Sanjeev. The ease of use, but yet the stability factor. >> Right. Yeah, because John, today I may want to bring up a SQL editor to go into Snowflake, just as an example. Tomorrow, I may want to use the Azure Bot, you know? I may not even want to go to Snowflake, I may want to go to an underlying piece of data, or I may use Power BI, you know, for some reason, and come from Azure side, so the point is that, unless we are able to control, in some sort of a centralized manner, we will not get that consistency. And security you know is all or nothing. You cannot say "Well, I secured my Snowflake, but if you come through HTFS, Hadoop, or some, you know, that is outside of my realm, or my scope," what's the point? So that is why it is really important to have a watertight way, in fact I'm using just a few examples, maybe tomorrow I decide to use a data catalog, or I use Denodo as my data virtualization and I run a query. I'm the same identity, but I'm using different tools. I may use it from home, over VPN, or I may use it from the office, so you want this kind of flexibility, all encompassed in a policy, rather than a separate rule if you do this and this, if you do that, because then you end up with literally thousands of rules. >> And it's never going to stop, either, it's like fashion, the next tool's going to come out, it's going to be cool, and people are going to want to use it, again, you don't want to have to then move the train from the compliance side this way or that way, it's a lot of hassle, right? So we have that one capability, you can bring on new things pretty quickly. Nong, am I getting it right, this is kind of like the trend, that you're going to see more and more tools and/or things that are relevant or, certain use cases that might justify it, but yet, AppSec review, compliance review, I mean, good luck with that, right? >> Yeah, absolutely, I mean we certainly expect tools to continue to get more and more diverse, and better, right? Most innovation in the data space, and I think we... This is a great time for that, a lot of things that need to happen, and so on and so forth. So I think one of the early goals of the company, when we were just brainstorming, is we don't want data teams to not be able to use the tools because it doesn't have the right security (indistinct), right? Often those tools may not be focused on that particular area. They're great at what they do, but we want to make sure they're enabled, they do some enterprise investments, they see broader adoption much easier. A lot of those things. >> And I can hear the sirens in the background, that's someone who's not using your platform, they need some help there. But that's the case, I mean if you don't get this right, there are some consequences, and I think one of the things I would like to bring up on next track is, to talk through with you guys is, the persona pigeonhole role, "Oh yeah, a data person, the developer, the DevOps, the SRE," you start to see now, developers and with cloud developers, and data folks, people, however they get pigeonholed, kind of blending in, okay? You got data services, you got analytics, you got data scientists, you got more democratization, all these things are being kicked around, but the notion of a developer now is a data developer, because cloud is about DevOps, data is now a big part of it, it's not just some department, it's actually blending in. Just a cultural shift, can you guys share your thoughts on this trend of data people versus developers now becoming kind of one, do you guys see this happening, and if so, how? >> So when, John, I started my career, I was a DBA, and then a data architect. Today, I think you cannot have a DBA who's not a developer. That's just my opinion. Because there is so much of CICD, DevOps, that happens today, and you know, you write your code in Python, you put it in version control, you deploy using Jenkins, you roll back if there's a problem. And then, you are interacting, you're building your data to be consumed as a service. People in the past, you would have a thick client that would connect to the database over TCP/IP. Today, people don't want to connect over TCP/IP necessarily, they want to go by HTTP. And they want an API gateway in the middle. So, if you're a data architect or DBA, now you have to worry about, "I have a REST API call that's coming in, how am I going to secure that, and make sure that people are allowed to see that?" And that was just yesterday. >> Exactly. Got to build an abstraction layer. You got to build an abstraction layer. The old days, you have to worry about schema, and do all that, it was hard work back then, but now, it's much different. You got serverless, functions are going to show way... It's happening. >> Correct, GraphQL, and semantic layer, that just blows me away because, it used to be, it was all in database, then we took it out of database and we put it in a BI tool. So we said, like BusinessObjects started this whole trend. So we're like "Let's put the semantic layer there," well okay, great, but that was when everything was surrounding BusinessObjects and Oracle Database, or some other database, but today what if somebody brings Power BI or Tableau or Qlik, you know? Now you don't have a semantic layer access. So you cannot have it in the BI layer, so you move it down to its own layer. So now you've got a semantic layer, then where do you store your metrics? Same story repeats, you have a metrics layer, then the data centers want to do feature engineering, where do you store your features? You have a feature store. And before you know, this stack has disaggregated over and over and over, and then you've got layers and layers of specialization that are happening, there's query accelerators like Dremio or Trino, so you've got your data here, which Nong is trying really hard to protect, and then you've got layers and layers and layers of abstraction, and networks are fast, so the end user gets great service, but it's a nightmare for architects to bring all these things together. >> How do you tame the complexity? What's the bottom line? >> Nong? >> Yeah, so, I think... So there's a few things you need to do, right? So, we need to re-think how we express security permanence, right? I think you guys have just maybe in passing (indistinct) talked about creating all these rules and all that kind of stuff, that's been the way we've done things forever. We get to think about policies and mechanisms that are much more dynamic, right? You need to really think about not having to do any additional work, for the new things you add to the system. That's really, really core to solving the complexity problem, right? 'Cause that gets you those orders of magnitude reduction, system's got to be more expressive and map to those policies. That's one. And then second, it's got to be implemented at the right layer, right, to Sanjeev's point, close to the data, and it can service all of those applications and use cases at the same time, and have that uniformity and breadth of support. So those two things have to happen. >> Love this universal data authorization vision that you guys have. Super impressive, we had a CUBE Conversation earlier with Nick Halsey, who's a veteran in the industry, and he likes it. That's a good sign, 'cause he's seen a lot of stuff, too, Sanjeev, like yourself. This is a new thing, you're seeing compliance being addressed, and with programmatic, I'm imagining there's going to be bots someday, very quickly with AI that's going to scale that up, so they kind of don't get in the innovation way, they can still get what they need, and enable innovation. You've got cloud migration, which is only going faster and faster. Nong, you mentioned speed, that's what CloudOps is all about, developers want speed, not things in days or hours, they want it in minutes and seconds. And then finally, ultimately, how's it scale up, how does it scale up for the people operating and/or programming? These are three major pieces. What happens next? Where do we go from here, what's, the customer's sitting there saying "I need help, I need trust, I need scale, I need security." >> So, I just wrote a blog, if I may diverge a bit, on data observability. And you know, so there are a lot of these little topics that are critical, DataOps is one of them, so to me data observability is really having a transparent view of, what is the state of your data in the pipeline, anywhere in the pipeline? So you know, when we talk to these large banks, these banks have like 1000, over 1000 data pipelines working every night, because they've got that hundred, 200 data sources from which they're bringing data in. Then they're doing all kinds of data integration, they have, you know, we talked about Python or Informatica, or whatever data integration, data transformation product you're using, so you're combining this data, writing it into an analytical data store, something's going to break. So, to me, data observability becomes a very critical thing, because it shows me something broke, walk me down the pipeline, so I know where it broke. Maybe the data drifted. And I know Okera does a lot of work in data drift, you know? So this is... Nong, jump in any time, because I know we have use cases for that. >> Nong, before you get in there, I just want to highlight a quick point. I think you're onto something there, Sanjeev, because we've been reporting, and we believe, that data workflows is intellectual property. And has to be protected. Nong, go ahead, your thoughts, go ahead. >> Yeah, I mean, the observability thing is critically important. I would say when you want to think about what's next, I think it's really effectively bridging tools and processes and systems and teams that are focused on data production, with the data analysts, data scientists, that are focused on data consumption, right? I think bridging those two, which cover a lot of the topics we talked about, that's kind of where security almost meets, that's kind of where you got to draw it. I think for observability and pipelines and data movement, understanding that is essential. And I think broadly, on all of these topics, where all of us can be better, is if we're able to close the loop, get the feedback loop of success. So data drift is an example of the loop rarely being closed. It drifts upstream, and downstream users can take forever to figure out what's going on. And we'll have similar examples related to buy-ins, or data quality, all those kind of things, so I think that's really a problem that a lot of us should think about. How do we make sure that loop is closed as quickly as possible? >> Great insight. Quick aside, as the founder CTO, how's life going for you, you feel good? I mean, you started a company, doing great, it's not drifting, it's right in the stream, mainstream, right in the wheelhouse of where the trends are, you guys have a really crosshairs on the real issues, how you feeling, tell us a little bit about how you see the vision. >> Yeah, I obviously feel really good, I mean we started the company a little over five years ago, there are kind of a few things that we bet would happen, and I think those things were out of our control, I don't think we would've predicted GDPR security and those kind of things being as prominent as they are. Those things have really matured, probably as best as we could've hoped, so that feels awesome. Yeah, (indistinct) really expanded in these years, and it feels good. Feels like we're in the right spot. >> Yeah, it's great, data's competitive advantage, and certainly has a lot of issues. It could be a blocker if not done properly, and you're doing great work. Congratulations on your company. Sanjeev, thanks for kind of being my cohost in this segment, great to have you on, been following your work, and you continue to unpack it at your new place that you started. SanjMo, good to see your Twitter handle taking on the name of your new firm, congratulations. Thanks for coming on. >> Thank you so much, such a pleasure. >> Appreciate it. Okay, I'm John Furrier with theCUBE, you're watching today's session presentation of AWS Startup Showcase, featuring Okera, a hot startup, check 'em out, great solution, with a really great concept. Thanks for watching. (calm music)

Published Date : Sep 22 2021

SUMMARY :

and knows the future. and one of the big topics and I'm so happy you in the policies to manage of things to check. and I decide to move to Germany. So you end up with this really, is going global in the digital and you now have cloud regions, Yeah, so you know, if you're not doing anything right there. But in the long run, to and they have to manage all Yeah, so. In the cloud, you can spin up get caught in the weeds and still get the best of what you need, with what you guys are doing. the Azure Bot, you know? are going to want to use it, a lot of things that need to happen, the SRE," you start to see now, People in the past, you The old days, you have and networks are fast, so the for the new things you add to the system. that you guys have. So you know, when we talk Nong, before you get in there, I would say when you want I mean, you started a and I think those things and you continue to unpack it Thank you so much, of AWS Startup Showcase,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Nick HalseyPERSON

0.99+

JohnPERSON

0.99+

John FurrierPERSON

0.99+

CaliforniaLOCATION

0.99+

USLOCATION

0.99+

Nong LiPERSON

0.99+

AppleORGANIZATION

0.99+

GermanyLOCATION

0.99+

EbayORGANIZATION

0.99+

PayPalORGANIZATION

0.99+

20 yearsQUANTITY

0.99+

SanjeevPERSON

0.99+

TomorrowDATE

0.99+

twoQUANTITY

0.99+

GDPRTITLE

0.99+

Sanjeev MohanPERSON

0.99+

TodayDATE

0.99+

OneQUANTITY

0.99+

yesterdayDATE

0.99+

SnowflakeTITLE

0.99+

todayDATE

0.99+

PythonTITLE

0.99+

GartnerORGANIZATION

0.99+

TableauTITLE

0.99+

first timeQUANTITY

0.99+

3xQUANTITY

0.99+

bothQUANTITY

0.99+

100xQUANTITY

0.99+

oneQUANTITY

0.99+

OkeraORGANIZATION

0.99+

InformaticaORGANIZATION

0.98+

two ordersQUANTITY

0.98+

NongORGANIZATION

0.98+

SanjMoPERSON

0.98+

secondQUANTITY

0.98+

Power BITITLE

0.98+

1000QUANTITY

0.98+

tomorrowDATE

0.98+

two thingsQUANTITY

0.98+

QlikTITLE

0.98+

each oneQUANTITY

0.97+

thousands of rulesQUANTITY

0.97+

1000 more data usersQUANTITY

0.96+

TwitterORGANIZATION

0.96+

first 10QUANTITY

0.96+

OkeraPERSON

0.96+

AWSORGANIZATION

0.96+

hundred, 200 data sourcesQUANTITY

0.95+

HIPAATITLE

0.94+

EUORGANIZATION

0.94+

CCPATITLE

0.94+

over 1000 data pipelinesQUANTITY

0.93+

singleQUANTITY

0.93+

first areaQUANTITY

0.93+

two great special guestsQUANTITY

0.92+

BusinessObjectsTITLE

0.92+

Dan Sheehan, COO | theCUBE on Cloud 2021


 

Hello, everyone, and welcome back to the special presentation from theCUBE, where we're exploring the future of cloud and its business impact in the coming decade, kind of where we've come from and where we're going. My name is Dave Vellante, and with me is a CIO/CTO/COO, and longtime colleague, Dan Sheehan. Hello, Dan, how're you doing? >> Hey, Dave, how are you doing? Thank you for having me. >> Yeah, you're very welcome. So folks, Dan has been in the technology industry for a number of years. He's overseen, you know, large-multi, tens of millions of dollar ERP application development efforts, He was a CIO of a marketing, you know, direct mail company. Dan, we met at ADVO, it seems like such a (snickers) long time ago. >> Yeah, that was a long time ago, back in Connecticut. Back in the early 2000s. >> Yeah, ancient days. But pretty serious data for back then, you know, the early 2000s, and then you did a six-year stint as a EVP and CIO at Dunkin' Brands. I remember I came out to see you when I was starting Wikibon and trying to understand. >> Oh yeah. >> You know, what the CIOs cared about. You were so helpful and thanks for that. And that was a big deal. I mean, Dunkin', 17,000 points of distribution. I mean, that was sort of a complicated situation, right? >> Oh yeah. >> So, great experience. >> I mean, when you get involved with franchisees and trying to make everybody happy, yes, that was a lot of fun. >> And then you had a number of other roles, one was as COO at Modell's, and then to fast-forward, Beacon Health. You were EVP and CIO there. And you also, it looked like you had a kind of a business and operational role. You helped the company get acquired by Anthem Blue Cross. So awesome, congrats on that. That must've been a great experience. >> It was. A year of my life, yes. (both laugh) >> You're still standing. So anyway, you can see Dan, he's like this multi-tool star, he's seen a lot of changes in the technology business. So Dan, again, welcome back. Dan Sheehan. >> Oh, thank you. >> So when you started in your career, you know, there was no cloud, right? I mean, you had to do everything. It's funny, I remember I was... You probably know Bill Rucci, CIO of Hartford Steam Boiler. I remember we were talking one day, and this again was pre-cloud and he said, you know, I'm thinking, do I really need to manage my own email? I mean, back then, we did everything. So you had to provision infrastructure so you could write apps, and that was important. That frustrated CFOs, but it was a necessary piece of the value chain. So how have you seen that sort of IT value contribution shift over the years? Let's start there. >> Ah, well, I think it comes down to demand versus capacity. If you look at where companies want to go, they want to do a lot with technology. Technology has taken on a larger role. It's no longer and has not been a, so to speak, cost center. So I think the demand for making change and driving a company forward or reducing costs, there are other executives, peers to the CIO, to the CTO that are looking to do more, and when it comes to doing more, that means more demand, and you step back and you look at what the CIO has for capacity. Looking at Quick Solution's data, solutions in the cloud is appealing, and there are, you know, times where other functions talk to a vendor and see that they can get a vertical solution done pretty quickly. They go off and take that on, or it could be, you know, a ServiceNow capability that you want to implement across the company, and you do that just like an ERP type of roll up. But the bottom line is there are solutions out there that have pushed, I would say the IT organization to look at their capacity versus demand, and sometimes you can get things done quicker with a cloud type of solution. >> So how did you look at that shadow IT as a CIO? Was it something that kind of ticked you off or like you're sort of implying that it made you better? >> Well, I think it does ultimately make you better, but I think you have to partner with the functions because if you don't, you get these types of scenarios, and I've been involved in these just as well. You are busy with, you know, fulfilling your objectives as the leader of IT, and then you get a knock on the door from, let's say marketing or operations, and they say, hey, we just purchased this X solution and we want to integrate it with A, B and C. Well, that was not on the budget or on the IT roadmap or the IT strategy that was linked to the IT, I'm sorry, to the business strategy, and all of a sudden now you have more demand versus the capacity, and then you have to go start reprioritizing. So it's more of, yeah, kind of disrupted, but at the same time, it pushed, you know, the needle of the company forward. But it's all about just working together to make it happen. And that's a lot of, you know, hard conversations when you have to start reprioritizing capacity. >> Well, so let's talk about that alignment. I mean, there's always been a sort of a schism between IT and its ability to deliver, manage demand, and the business will always want you to go faster. They want IT to develop the systems, you know, of course, for less and then they want you to eat the cost of maintaining them, so (chuckles) there's been that tension. But in many ways, that CIO's job is alignment. I mean, it seems to me anyway that schism has certainly narrowed and the cloud's been been part of that, but what do you see as that trajectory over the years and where do you see it going? >> Well, I think it's going to continue to move forward, and depending upon the service, you know, companies are going to take advantage of those services. So yes, some of the non-mission critical capabilities that you would want to move out to the cloud or have somebody else do it, so to speak, that's going to continue to happen because they should be able to do it a lot cheaper than you can, just like use you mentioned a few moments ago about email. I did not want to maintain, you know, exchange service and keeping that all up and running. I moved quickly to Microsoft 365 and that's been a world of difference, but that's just one example. But when you have mission critical apps, you're going to have to make a decision if you want to continue to house them in-house or push them out to an AWS and house them there. So maybe you don't need a large data center and you can utilize some of the best and brightest around security, around managing size of the infrastructure and getting some of their engineering help, which can help. So it just depends upon the application, so to speak, or a function that you're trying to support. And you got to really look at your enterprise architecture and see where that makes sense. So you got to have a hybrid. I see and I have, you know, managed towards a hybrid way of looking at your architecture. >> Okay, so obviously the cloud played a role in that change, and of course, you were in healthcare too so you had to be somewhat careful, >> Yep. >> With the cloud. But you mentioned this hybrid architecture. I mean, from a technologist standpoint and a business standpoint, what do you want out of, you know, you hear a hybrid, multi, all the buzz words. What are you looking for then? Is it a consistent experience? Is it a consistent security? Or is it sort of more horses for courses, where you're trying to run a workload in the right place? What's your philosophy on that? >> Well, I mean, all those things matter, but you're looking at obviously, cost, you're looking at engagement. How does these services engage? Whether it's internal employees or external clients who you're servicing, and you want to get to a cost structure that makes sense in terms of managing those services as well as those mission critical apps. So it comes down to looking at the dollars and cents, as well as what type of services you can provide. In many cases, if you can provide a cheaper and increase the overall services, you're going to go down that path. And just like we did with ServiceNow, I did that at Beacon and also at DentaQuest two healthcare companies. We were able to, you know, remove duplicated, so to speak, ticketing systems and move to one and allow a better experience for the internal employee. They can do self-service, they can look at metrics, they can see status, real-time status on where their request was. So that made a bigger difference. So you engaged the employee differently, better, and then you also reduce your costs. >> Well, how about the economics? I mean, your experience that cloud is cheaper. You hear a lot of the, you know, a lot of the legacy players are saying, oh, no cloud's super expensive. Wait till you get that Amazon bill. (laughs) What's the truth? >> Well, I think there's still a lot of maturing that needs to go on, because unfortunately, depending upon the company, so let's use a couple of examples. So let's look at a startup. You look at a startup, they're probably going to look at all their services being in the cloud and being delivered through a SaaS model, and that's going to be an expense, that's going to be most likely a per user expense per month or per year, however, they structure the contract. And right out of the gate, that's going to be a top line expense that has to be managed going forward. Now you look at companies that have been around for a while, and two of the last companies I worked with, had a lot of technical debt, had on-prem applications. And when you started to look at how to move forward, you know, you had CFOs that were used to going to buy software, capitalize in that software over, you know, five years, sometimes three years, and using that investment to be capitalized, and that would sit below the line, so to speak. Now, don't get me wrong, you still have to pay for it, it's just a matter of where it sits. And when you're running a company and you're looking at the financials, not having that cost on your operational expenses, so to speak, if you're not looking at the depreciation through those numbers, that was advantageous to a CFO many years ago. Now you come to them and say, hey, we're going to move forward with a new HR system, and it's all increasing the expense because there's nothing else to capitalize. Those are different conversations, and all of a sudden your expenses have increased, and yes, you have to make sure that the businesses behind you, with respects to an ROI and supporting it. >> Yeah, so as long as the value is there, and that's a part of the alignment. I want to ask you about cloud pricing strategies because you mentioned ServiceNow, you know, Salesforce is in there, Workday. If you look at the way these guys price, it's really not true cloud pricing in a way, cause they're going to have you sign up for an annual license, you know, a lot of times you got pay up front, or if you want a discount, you're going to have to sign up for two years or three years. But now you see guys like Snowflake coming in, you know, big high-profile IPO. They actually charge you on a consumption-based model. What are your thoughts on that? Do you see that as sort of a trend in the coming decade? >> No, I absolutely think it's going to be on a trend, because consumption means more transactions and more transactions means more computing, and they're going to look at charging it just like any other utility charges. So yes, I see that trend continuing. Did a big deal with UltiPro HR, and yeah, that was all based upon user head count, but they were talking about looking at their payroll and changing their costing on payroll down the road. With their merger, or they went from being a public company to a private company, and now looking to merge with Kronos. I can see where time and attendance and payroll will stop being looked at as a transaction, right? It's a weekly or bi-weekly or monthly, however the company pays, and yes, there is dollars to be made there. >> Well, so let me ask you as a CIO and a business, you know, COO. One of the challenges that you hear with the cloud is okay, if I get my Amazon bill, it's something that Snowflake has talked about, where you know, to me, it's the ideal model, but on the other hand, the transparency is not necessarily there. You don't know what it's going to be at the end of (mumbles) Would you rather have more certainty as to what that bill's going to look like? Or would you rather have it aligned with consumption and the value to the business? >> Well, you know, that's a great question, because yes, I mean, budgets are usually built upon a number that's fixed. Now, no, don't get me wrong. I mean, when I look at the wide area network, the cost for internet services, yes, sometimes we need to increase and that means an increase in the overall cost, but that consumption, that transactional, that's going to be a different way of having to go ahead and budget. You have to budget now for the maximum transactions you anticipate with a growth of a company, and then you need to take a look at that you know, if you're budgeting. I know we were on a calendar fiscal year, so we started up budgeting process in August and we finalized at sometime in the end of October, November for the proceeding year, and if that's the case, you need to get a little bit better on what your consumptions are going to be, because especially if you're a public company, going out on the street with some numbers, those numbers could vary based upon a high transaction volume and the cost, and maybe you're not getting the results on the top end, on the revenue side. So I think, yeah, it's going to be an interesting dilemma as we move forward. >> Yeah. So, I mean, it comes back to alignment, doesn't it? I mean, I know in our small example, you know, we're doing now, we were used to be physical events with theCUBE, now it's all virtual events and our Amazon bill is going through the roof because we're supporting all these users on these virtual events, and our CFO's like, well, look at this Amazon bill, and you say, yeah, but look at the revenue, it's supporting. And so to your point, if the revenue is there, if the ROI is there, then it makes sense. You can kind of live with it because you're growing with it, but if not, then you really got to question it. >> Yeah. So you got to need to partner with your financial folks and come up with better modeling around some of these transactional services and build that into your modeling for your budget and for your, you know, your top line and your expenses. >> So what do you think of some of these SaaS companies? I mean, you've had a lot of experience. They're really coming at it from largely an application perspective, although you've managed a lot of infrastructure too. But we've talked about ServiceNow. They've kind of mopped up in the ITSM. I mean, there's nobody left. I mean, ServiceNow has sort of taken over the whole (mumbles) You know, Salesforce, >> Yeah. >> I guess, sort of similarly, sort of dominating the CRM space. You hear a lot of complaints now about, you know, ServiceNow pricing. There is somebody the other day called them the Oracle of ITSM. Do you see that potentially getting disrupted by maybe some cloud native developers who are developing tools on top? You see in, like, for instance, Datadog going after Splunk and LogRhythm. And there seem to be examples popping up. Well, what's your take on all this? >> No, absolutely. I think cause, you know, when we were talking about back when I first met you, when I was at the ADVO, I mean, Oracle was on it's, you know, rise with their suite of capabilities, and then before you know it, other companies were popping up and took over, whether it was Firstbeat, PeopleSoft, Workday, and then other companies that just came into play, cause it's going to happen because people are going to get, you know, frustrated. And yes, I did get a little frustrated with ServiceNow when I was looking at a couple of new modules because the pricing was a little bit higher than it was when I first started out. So yes, when you're good and you're able to provide the right services, they're going to start pricing it that way. But yes, I think you're going to get smaller players, and then those smaller players will start grabbing up, so to speak, market share and get into it. I mean, look at Salesforce. I mean, there are some pretty good CRMs. I mean, even, ServiceNow is getting into the CRM space big time, as well as a company like Sugar and a few others that will continue to push Salesforce to look at their pricing as well as their services. I mean, they're out there buying up companies, but you just can't automatically assume that they're going to, you know, integrate day one, and it's going to take time for some of their services to come and become reality, so to speak. So yes, I agree that there will be players out there that will push these lager SaaS companies, and hopefully get the right behaviors and right pricing. >> I've said for years, Dan, that I've predicted that ServiceNow and Salesforce are on a collision course. It didn't really happen, but it's starting to, because ServiceNow, the valuation is so huge. They have to grow into other markets much in the same way that Salesforce has. So maybe we'll see McDermott start doing some acquisitions. It's maybe a little tougher for ServiceNow given their whole multi-instance architecture and sort of their own cloud. That's going to be interesting to see how that plays out. >> Yeah. Yeah. You got to play in that type of architecture, let's put it that way. Yes, it'll be interesting to see how that does play out. >> What are your thoughts on the big hyperscalers; Amazon, Microsoft, Google? What's the right strategy there? Do you go all in on one cloud like AWS or are you more worried about lock-in? Do you want to spread your bets across clouds? How real is multi-cloud? Is it a strategy or more sort of a reality that you get M and A and you got shadow IT? What's your take on all that? >> Yeah, that's a great question because it does make you think a little differently around you know, where to put all your eggs. And it's getting tougher because you do want to distribute those eggs out to multiple vendors, if you would, service providers. But, you know, for instance we had a situation where we were building a brand new business intelligence data warehouse, and we decided to go with Microsoft as its core database. And we did a bake-off on business analytic tools. We had like seven of them at Beacon and we ended up choosing Microsoft's Power BI, and a good part of that reason, not all of it, but a good part of it was because we felt they did everything else that the Tableau's and others did, but, you know, Microsoft would work to give, you know, additional capabilities to Power BI if it's sitting on their database. So we had to take that into consideration, and we did and we ended up going with Power BI. With Amazon, I think Amazon's a little bit more, I'll put it horizontal, whereby they can help you out because of the database and just kind of be in that data center, if you would, and be able to move some of your homegrown applications, some of your technical debt over to that, I'll say cloud. But it'll get interesting because when you talk about integration, when you talk about moving forward with a new functionality, yeah, you have to put your architecture in a somewhat of a center point, and then look to see what is easier, cheaper, cost-effective, but, you know, what's happening to my functionality over the next three to five years. >> But it sounds like you'd subscribe to a horses for courses approach, where you put the right workload in the right cloud, as opposed to saying, I'm going to go all in on one cloud and it's going to be, you know, same skillset, same security, et cetera. It sounds like you'd lean toward the former versus going all in with, you know, MANO cloud. >> Yeah, I guess again, when I look at the architecture. There will be major, you know, breaks if you would. So yes, there is somewhat of a, you know, movement to you know, go with one horse. But, you know, I could see looking back at the Beacon architecture that we could, you know, lift and put the claims adjudication capabilities up in Amazon and then have that conduct, you know, the left to right claims processing, and then those transactions could then be moved into Microsoft's data warehouse. So, you know, there is ways to go about spreading it out so that you don't have all those eggs in one basket and that you reduce the amount of risk, but that weighed heavily on my mind. >> So I was going to ask you, how much of a factor lock-in is it? It sounds like it's more, you know, spreading your eggs around, as you say and reducing your risk as opposed to, you know, worried about lock-in, but as a CIO, how worried are you about lock-in? Where is that fit in the sort of decision tree? >> Ah, I mean, I would say it's up there, but unfortunately, there's no number one, there's like five number ones, if you would. So it's definitely up there and it's something to consider when you're looking at, like you said, the cost, risk integration, and then time. You know, sometimes you're up against the time. And again, security, like I said. Security is a big key in healthcare. And actually security overall, whether you're retail, you're going to always have situations no matter what industry, you got to protect the business. >> Yeah, so I want to ask you about security. That's the other number one. Well, you might've been a defacto CSO, but kind of when we started in this business security was the problem of the security teams, and you know, it's now a team sport. But in thinking about the cloud and security, how big of a concern is the cloud? Is it just more, you're looking for consistency and be able to apply the corporate edicts? Are there other concerns like the shared responsibility model? What are your thoughts on security in the cloud? >> Well, it probably goes back to again, the industry, but when I looked at the past five years in healthcare, doing a lot of work with the CMS and Medicaid, Medicare, they had certain requirements and certain restrictions. So we had to make sure that we follow those requirements. And when you got audited, you needed to make sure that you can show that you are adhering to their requirements. So over the past, probably two years with Amazon's government capabilities that those restrictions have changed, but we were always looking to make sure that we owned and managed how we manage the provider and member data, because yes, we did not want to have obviously a breach, but we wanted to make sure we were following the guidelines, whether it's state or federal, and then and even some cases healthcare guidelines around managing that data. So yes, top of mind, making sure that we're protecting, you know, in my case so we had 37 million members, patients, and we needed to make sure that if we did put it in the cloud or if it was on-prem, that it was being protected. And as you mentioned, recently come off of, I was going to say Amazon, but it was an acquisition. That company that was looking at us doing the due diligence, they gave us thumbs up because of how we were managing the data at the lowest point and all the different levels within the architecture. So Anthem who did the acquisition, had a breach back in, I think it was 2015. That was top of mind for them. We had more questions during the due diligence around security than any other functional area. So it is critical, and I think slowly, some of that type of data will get up into the cloud, but again, it's going to go through some massive risk management and security measures, and audits, because how fragile that is. >> Yeah, I mean, that could be a deal breaker in an acquisition. I got two other questions for you. One is, you know, I know you follow the technologies very closely, but there's all the buzz words, the digital transformation, the AI, these new SaaS models that we talked about. You know, a lot of CIOs tell me, look, Dave, get the business right and the technology is the easy part. It's people, it's process. But what are you seeing in terms of some of this new stuff coming out, there's machine learning, you know, obviously massive scale, new cloud workloads. Anything out there that really excites you and that you could see on the horizon that could be, you know, really change agents for the next decade? >> Yeah, I think we did some RPA, robotics on some of the tasks that, you know, where, you know, if the analysis types of situations. So I think RPA is going to be a game changer as it continues to evolve. But I agree with what you just said. Doing this for quite a while now, it still comes down to the people. I can get the technology to do what it needs to do as long as I have the right requirements, so that goes back to people. Making sure we have the partnership that goes back to leadership and the people. And then the change management aspects. Right out of the gate, you should be worrying about how is it going to affect and then the adoption and engagement. Because adoption is critical, because you can go create the best thing you think from a technology perspective, but if it doesn't get used correctly, it's not worth the investment. So I agree, whether it's digital transformation or innovation, it still comes down to understanding the business model and injecting and utilizing technology to grow or reduce costs, grow the business or reduce costs. >> Yeah, usage really means value. Sorry, my last question. What's the one thing that vendors shouldn't do? What's the vendor no-no that'll alienate CIO's? >> To this day, I still don't like, there's a company out there that starts with an O. I still don't like it to that, every single technology module, if you would, has a separate sales rep. I want to work with my strategic partners and have one relationship and that single point of contact that spark and go back into their company and bring me whatever it is that we're looking at so that I don't get, you know, for instance from that company that starts with an O, you know, 17 calls from 17 different sales reps trying to sell me 17 different things. So what irritates me is, you know, you have a company that has a lot of breadth, a lot of, you know, capability and functional, you know that I may want. Give me one person that I can deal with. So a single point of contact, then that makes my life a lot easier. >> Well, Dan Sheehan, I really appreciate you spending some time on theCUBE, it's always a pleasure catching up with you and really appreciate you sharing your insights with our audience. Thank you. >> Oh, thank you, David. I appreciate the opportunity. You have a great day. >> All right. You too. And thank you for watching everybody. This is Dave Vellante for theCUBE on Cloud. Keep it right there. We'll be back with our next guest right after the short break. Awesome, Dan.

Published Date : Jan 22 2021

SUMMARY :

Hello, Dan, how're you doing? Hey, Dave, how are you doing? He's overseen, you know, large-multi, Back in the early 2000s. I remember I came out to see you I mean, that was sort of a I mean, when you get And then you had a It was. So anyway, you can see Dan, I mean, you had to do everything. and there are, you know, and then you have to go and then they want you to eat and you can utilize some you know, you hear a hybrid, and then you also reduce your costs. You hear a lot of the, you know, and yes, you have to make sure cause they're going to have you and now looking to merge with Kronos. and a business, you know, COO. and then you need to take a look at that and you say, yeah, but look at and build that into your So what do you think of you know, ServiceNow pricing. and then before you know it, and sort of their own cloud. You got to play in that to multiple vendors, if you you know, same skillset, and that you reduce the amount of risk, and it's something to consider and you know, it's now a team sport. that you can show that and that you could see on Right out of the gate, you What's the one thing that and functional, you know that I may want. I really appreciate you I appreciate the opportunity. And thank you for watching everybody.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavidPERSON

0.99+

AmazonORGANIZATION

0.99+

Dan SheehanPERSON

0.99+

GoogleORGANIZATION

0.99+

DanPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Dave VellantePERSON

0.99+

2015DATE

0.99+

DavePERSON

0.99+

Bill RucciPERSON

0.99+

DentaQuestORGANIZATION

0.99+

17 callsQUANTITY

0.99+

AugustDATE

0.99+

ConnecticutLOCATION

0.99+

three yearsQUANTITY

0.99+

two yearsQUANTITY

0.99+

AWSORGANIZATION

0.99+

OneQUANTITY

0.99+

five yearsQUANTITY

0.99+

twoQUANTITY

0.99+

OracleORGANIZATION

0.99+

six-yearQUANTITY

0.99+

BeaconORGANIZATION

0.99+

KronosORGANIZATION

0.99+

17 different sales repsQUANTITY

0.99+

sevenQUANTITY

0.99+

one horseQUANTITY

0.99+

one basketQUANTITY

0.99+

Hartford Steam BoilerORGANIZATION

0.99+

Power BITITLE

0.99+

SalesforceORGANIZATION

0.98+

early 2000sDATE

0.98+

one personQUANTITY

0.98+

PeopleSoftORGANIZATION

0.98+

SugarORGANIZATION

0.98+

ADVOORGANIZATION

0.98+

two other questionsQUANTITY

0.98+

MedicaidORGANIZATION

0.98+

one exampleQUANTITY

0.98+

firstQUANTITY

0.98+

FirstbeatORGANIZATION

0.98+

next decadeDATE

0.98+

single pointQUANTITY

0.97+

one relationshipQUANTITY

0.97+

ServiceNowORGANIZATION

0.97+

oneQUANTITY

0.97+

17,000 pointsQUANTITY

0.97+

one cloudQUANTITY

0.97+

WorkdayORGANIZATION

0.96+

Dunkin' BrandsORGANIZATION

0.96+

McDermottORGANIZATION

0.96+

DatadogORGANIZATION

0.96+

MedicareORGANIZATION

0.95+

ITSMORGANIZATION

0.95+

UltiPro HRORGANIZATION

0.94+

17 different thingsQUANTITY

0.94+

37 million membersQUANTITY

0.93+

SnowflakeORGANIZATION

0.93+

ServiceNowTITLE

0.91+

Dan Sheehan, CIO/DTO/COO | CUBE On Cloud


 

>> Go on my lead. >> Dan: All right, very good. >> Five, four. Hello, everyone, and welcome back to the special presentation from theCUBE, where we're exploring the future of cloud and its business impact in the coming decade, kind of where we've come from and where we're going. My name is Dave Vellante, and with me is a CIO/CTO/COO, and longtime colleague, Dan Sheehan. Hello, Dan, how're you doing? >> Hey, Dave, how are you doing? Thank you for having me. >> Yeah, you're very welcome. So folks, Dan has been in the technology industry for a number of years. He's overseen, you know, large-multi, tens of millions of dollar ERP application development efforts, He was a CIO of a marketing, you know, direct mail company. Dan, we met at ADVO, it seems like such a (snickers) long time ago. >> Yeah, that was a long time ago, back in Connecticut. Back in the early 2000s. >> Yeah, ancient days. But pretty serious data for back then, you know, the early 2000s, and then you did a six-year stint as a EVP and CIO at Dunkin' Brands. I remember I came out to see you when I was starting Wikibon and trying to understand. >> Oh yeah. >> You know, what the CIOs cared about. You were so helpful and thanks for that. And that was a big deal. I mean, Dunkin', 17,000 points of distribution. I mean, that was sort of a complicated situation, right? >> Oh yeah. >> So, great experience. >> I mean, when you get involved with franchisees and trying to make everybody happy, yes, that was a lot of fun. >> And then you had a number of other roles, one was as COO at Modell's, and then to fast-forward, Beacon Health. You were EVP and CIO there. And you also, it looked like you had a kind of a business and operational role. You helped the company get acquired by Anthem Blue Cross. So awesome, congrats on that. That must've been a great experience. >> It was. A year of my life, yes. (both laugh) >> You're still standing. So anyway, you can see Dan, he's like this multi-tool star, he's seen a lot of changes in the technology business. So Dan, again, welcome back. Dan Sheehan. >> Oh, thank you. >> So when you started in your career, you know, there was no cloud, right? I mean, you had to do everything. It's funny, I remember I was... You probably know Bill Rucci, CIO of Hartford Steam Boiler. I remember we were talking one day, and this again was pre-cloud and he said, you know, I'm thinking, do I really need to manage my own email? I mean, back then, we did everything. So you had to provision infrastructure so you could write apps, and that was important. That frustrated CFOs, but it was a necessary piece of the value chain. So how have you seen that sort of IT value contribution shift over the years? Let's start there. >> Ah, well, I think it comes down to demand versus capacity. If you look at where companies want to go, they want to do a lot with technology. Technology has taken on a larger role. It's no longer and has not been a, so to speak, cost center. So I think the demand for making change and driving a company forward or reducing costs, there are other executives, peers to the CIO, to the CTO that are looking to do more, and when it comes to doing more, that means more demand, and you step back and you look at what the CIO has for capacity. Looking at Quick Solution's data, solutions in the cloud is appealing, and there are, you know, times where other functions talk to a vendor and see that they can get a vertical solution done pretty quickly. They go off and take that on, or it could be, you know, a ServiceNow capability that you want to implement across the company, and you do that just like an ERP type of roll up. But the bottom line is there are solutions out there that have pushed, I would say the IT organization to look at their capacity versus demand, and sometimes you can get things done quicker with a cloud type of solution. >> So how did you look at that shadow IT as a CIO? Was it something that kind of ticked you off or like you're sort of implying that it made you better? >> Well, I think it does ultimately make you better, but I think you have to partner with the functions because if you don't, you get these types of scenarios, and I've been involved in these just as well. You are busy with, you know, fulfilling your objectives as the leader of IT, and then you get a knock on the door from, let's say marketing or operations, and they say, hey, we just purchased this X solution and we want to integrate it with A, B and C. Well, that was not on the budget or on the IT roadmap or the IT strategy that was linked to the IT, I'm sorry, to the business strategy, and all of a sudden now you have more demand versus the capacity, and then you have to go start reprioritizing. So it's more of, yeah, kind of disrupted, but at the same time, it pushed, you know, the needle of the company forward. But it's all about just working together to make it happen. And that's a lot of, you know, hard conversations when you have to start reprioritizing capacity. >> Well, so let's talk about that alignment. I mean, there's always been a sort of a schism between IT and its ability to deliver, manage demand, and the business will always want you to go faster. They want IT to develop the systems, you know, of course, for less and then they want you to eat the cost of maintaining them, so (chuckles) there's been that tension. But in many ways, that CIO's job is alignment. I mean, it seems to me anyway that schism has certainly narrowed and the cloud's been been part of that, but what do you see as that trajectory over the years and where do you see it going? >> Well, I think it's going to continue to move forward, and depending upon the service, you know, companies are going to take advantage of those services. So yes, some of the non-mission critical capabilities that you would want to move out to the cloud or have somebody else do it, so to speak, that's going to continue to happen because they should be able to do it a lot cheaper than you can, just like use you mentioned a few moments ago about email. I did not want to maintain, you know, exchange service and keeping that all up and running. I moved quickly to Microsoft 365 and that's been a world of difference, but that's just one example. But when you have mission critical apps, you're going to have to make a decision if you want to continue to house them in-house or push them out to an AWS and house them there. So maybe you don't need a large data center and you can utilize some of the best and brightest around security, around managing size of the infrastructure and getting some of their engineering help, which can help. So it just depends upon the application, so to speak, or a function that you're trying to support. And you got to really look at your enterprise architecture and see where that makes sense. So you got to have a hybrid. I see and I have, you know, managed towards a hybrid way of looking at your architecture. >> Okay, so obviously the cloud played a role in that change, and of course, you were in healthcare too so you had to be somewhat careful, >> Yep. >> With the cloud. But you mentioned this hybrid architecture. I mean, from a technologist standpoint and a business standpoint, what do you want out of, you know, you hear a hybrid, multi, all the buzz words. What are you looking for then? Is it a consistent experience? Is it a consistent security? Or is it sort of more horses for courses, where you're trying to run a workload in the right place? What's your philosophy on that? >> Well, I mean, all those things matter, but you're looking at obviously, cost, you're looking at engagement. How does these services engage? Whether it's internal employees or external clients who you're servicing, and you want to get to a cost structure that makes sense in terms of managing those services as well as those mission critical apps. So it comes down to looking at the dollars and cents, as well as what type of services you can provide. In many cases, if you can provide a cheaper and increase the overall services, you're going to go down that path. And just like we did with ServiceNow, I did that at Beacon and also at DentaQuest two healthcare companies. We were able to, you know, remove duplicated, so to speak, ticketing systems and move to one and allow a better experience for the internal employee. They can do self-service, they can look at metrics, they can see status, real-time status on where their request was. So that made a bigger difference. So you engaged the employee differently, better, and then you also reduce your costs. >> Well, how about the economics? I mean, your experience that cloud is cheaper. You hear a lot of the, you know, a lot of the legacy players are saying, oh, no cloud's super expensive. Wait till you get that Amazon bill. (laughs) What's the truth? >> Well, I think there's still a lot of maturing that needs to go on, because unfortunately, depending upon the company, so let's use a couple of examples. So let's look at a startup. You look at a startup, they're probably going to look at all their services being in the cloud and being delivered through a SaaS model, and that's going to be an expense, that's going to be most likely a per user expense per month or per year, however, they structure the contract. And right out of the gate, that's going to be a top line expense that has to be managed going forward. Now you look at companies that have been around for a while, and two of the last companies I worked with, had a lot of technical debt, had on-prem applications. And when you started to look at how to move forward, you know, you had CFOs that were used to going to buy software, capitalize in that software over, you know, five years, sometimes three years, and using that investment to be capitalized, and that would sit below the line, so to speak. Now, don't get me wrong, you still have to pay for it, it's just a matter of where it sits. And when you're running a company and you're looking at the financials, not having that cost on your operational expenses, so to speak, if you're not looking at the depreciation through those numbers, that was advantageous to a CFO many years ago. Now you come to them and say, hey, we're going to move forward with a new HR system, and it's all increasing the expense because there's nothing else to capitalize. Those are different conversations, and all of a sudden your expenses have increased, and yes, you have to make sure that the businesses behind you, with respects to an ROI and supporting it. >> Yeah, so as long as the value is there, and that's a part of the alignment. I want to ask you about cloud pricing strategies because you mentioned ServiceNow, you know, Salesforce is in there, Workday. If you look at the way these guys price, it's really not true cloud pricing in a way, cause they're going to have you sign up for an annual license, you know, a lot of times you got pay up front, or if you want a discount, you're going to have to sign up for two years or three years. But now you see guys like Snowflake coming in, you know, big high-profile IPO. They actually charge you on a consumption-based model. What are your thoughts on that? Do you see that as sort of a trend in the coming decade? >> No, I absolutely think it's going to be on a trend, because consumption means more transactions and more transactions means more computing, and they're going to look at charging it just like any other utility charges. So yes, I see that trend continuing. Did a big deal with UltiPro HR, and yeah, that was all based upon user head count, but they were talking about looking at their payroll and changing their costing on payroll down the road. With their merger, or they went from being a public company to a private company, and now looking to merge with Kronos. I can see where time and attendance and payroll will stop being looked at as a transaction, right? It's a weekly or bi-weekly or monthly, however the company pays, and yes, there is dollars to be made there. >> Well, so let me ask you as a CIO and a business, you know, COO. One of the challenges that you hear with the cloud is okay, if I get my Amazon bill, it's something that Snowflake has talked about, where you know, to me, it's the ideal model, but on the other hand, the transparency is not necessarily there. You don't know what it's going to be at the end of (mumbles) Would you rather have more certainty as to what that bill's going to look like? Or would you rather have it aligned with consumption and the value to the business? >> Well, you know, that's a great question, because yes, I mean, budgets are usually built upon a number that's fixed. Now, no, don't get me wrong. I mean, when I look at the wide area network, the cost for internet services, yes, sometimes we need to increase and that means an increase in the overall cost, but that consumption, that transactional, that's going to be a different way of having to go ahead and budget. You have to budget now for the maximum transactions you anticipate with a growth of a company, and then you need to take a look at that you know, if you're budgeting. I know we were on a calendar fiscal year, so we started up budgeting process in August and we finalized at sometime in the end of October, November for the proceeding year, and if that's the case, you need to get a little bit better on what your consumptions are going to be, because especially if you're a public company, going out on the street with some numbers, those numbers could vary based upon a high transaction volume and the cost, and maybe you're not getting the results on the top end, on the revenue side. So I think, yeah, it's going to be an interesting dilemma as we move forward. >> Yeah. So, I mean, it comes back to alignment, doesn't it? I mean, I know in our small example, you know, we're doing now, we were used to be physical events with theCUBE, now it's all virtual events and our Amazon bill is going through the roof because we're supporting all these users on these virtual events, and our CFO's like, well, look at this Amazon bill, and you say, yeah, but look at the revenue, it's supporting. And so to your point, if the revenue is there, if the ROI is there, then it makes sense. You can kind of live with it because you're growing with it, but if not, then you really got to question it. >> Yeah. So you got to need to partner with your financial folks and come up with better modeling around some of these transactional services and build that into your modeling for your budget and for your, you know, your top line and your expenses. >> So what do you think of some of these SaaS companies? I mean, you've had a lot of experience. They're really coming at it from largely an application perspective, although you've managed a lot of infrastructure too. But we've talked about ServiceNow. They've kind of mopped up in the ITSM. I mean, there's nobody left. I mean, ServiceNow has sort of taken over the whole (mumbles) You know, Salesforce, >> Yeah. >> I guess, sort of similarly, sort of dominating the CRM space. You hear a lot of complaints now about, you know, ServiceNow pricing. There is somebody the other day called them the Oracle of ITSM. Do you see that potentially getting disrupted by maybe some cloud native developers who are developing tools on top? You see in, like, for instance, Datadog going after Splunk and LogRhythm. And there seem to be examples popping up. Well, what's your take on all this? >> No, absolutely. I think cause, you know, when we were talking about back when I first met you, when I was at the ADVO, I mean, Oracle was on it's, you know, rise with their suite of capabilities, and then before you know it, other companies were popping up and took over, whether it was Firstbeat, PeopleSoft, Workday, and then other companies that just came into play, cause it's going to happen because people are going to get, you know, frustrated. And yes, I did get a little frustrated with ServiceNow when I was looking at a couple of new modules because the pricing was a little bit higher than it was when I first started out. So yes, when you're good and you're able to provide the right services, they're going to start pricing it that way. But yes, I think you're going to get smaller players, and then those smaller players will start grabbing up, so to speak, market share and get into it. I mean, look at Salesforce. I mean, there are some pretty good CRMs. I mean, even, ServiceNow is getting into the CRM space big time, as well as a company like Sugar and a few others that will continue to push Salesforce to look at their pricing as well as their services. I mean, they're out there buying up companies, but you just can't automatically assume that they're going to, you know, integrate day one, and it's going to take time for some of their services to come and become reality, so to speak. So yes, I agree that there will be players out there that will push these lager SaaS companies, and hopefully get the right behaviors and right pricing. >> I've said for years, Dan, that I've predicted that ServiceNow and Salesforce are on a collision course. It didn't really happen, but it's starting to, because ServiceNow, the valuation is so huge. They have to grow into other markets much in the same way that Salesforce has. So maybe we'll see McDermott start doing some acquisitions. It's maybe a little tougher for ServiceNow given their whole multi-instance architecture and sort of their own cloud. That's going to be interesting to see how that plays out. >> Yeah. Yeah. You got to play in that type of architecture, let's put it that way. Yes, it'll be interesting to see how that does play out. >> What are your thoughts on the big hyperscalers; Amazon, Microsoft, Google? What's the right strategy there? Do you go all in on one cloud like AWS or are you more worried about lock-in? Do you want to spread your bets across clouds? How real is multi-cloud? Is it a strategy or more sort of a reality that you get M and A and you got shadow IT? What's your take on all that? >> Yeah, that's a great question because it does make you think a little differently around you know, where to put all your eggs. And it's getting tougher because you do want to distribute those eggs out to multiple vendors, if you would, service providers. But, you know, for instance we had a situation where we were building a brand new business intelligence data warehouse, and we decided to go with Microsoft as its core database. And we did a bake-off on business analytic tools. We had like seven of them at Beacon and we ended up choosing Microsoft's Power BI, and a good part of that reason, not all of it, but a good part of it was because we felt they did everything else that the Tableau's and others did, but, you know, Microsoft would work to give, you know, additional capabilities to Power BI if it's sitting on their database. So we had to take that into consideration, and we did and we ended up going with Power BI. With Amazon, I think Amazon's a little bit more, I'll put it horizontal, whereby they can help you out because of the database and just kind of be in that data center, if you would, and be able to move some of your homegrown applications, some of your technical debt over to that, I'll say cloud. But it'll get interesting because when you talk about integration, when you talk about moving forward with a new functionality, yeah, you have to put your architecture in a somewhat of a center point, and then look to see what is easier, cheaper, cost-effective, but, you know, what's happening to my functionality over the next three to five years. >> But it sounds like you'd subscribe to a horses for courses approach, where you put the right workload in the right cloud, as opposed to saying, I'm going to go all in on one cloud and it's going to be, you know, same skillset, same security, et cetera. It sounds like you'd lean toward the former versus going all in with, you know, MANO cloud. >> Yeah, I guess again, when I look at the architecture. There will be major, you know, breaks if you would. So yes, there is somewhat of a, you know, movement to you know, go with one horse. But, you know, I could see looking back at the Beacon architecture that we could, you know, lift and put the claims adjudication capabilities up in Amazon and then have that conduct, you know, the left to right claims processing, and then those transactions could then be moved into Microsoft's data warehouse. So, you know, there is ways to go about spreading it out so that you don't have all those eggs in one basket and that you reduce the amount of risk, but that weighed heavily on my mind. >> So I was going to ask you, how much of a factor lock-in is it? It sounds like it's more, you know, spreading your eggs around, as you say and reducing your risk as opposed to, you know, worried about lock-in, but as a CIO, how worried are you about lock-in? Where is that fit in the sort of decision tree? >> Ah, I mean, I would say it's up there, but unfortunately, there's no number one, there's like five number ones, if you would. So it's definitely up there and it's something to consider when you're looking at, like you said, the cost, risk integration, and then time. You know, sometimes you're up against the time. And again, security, like I said. Security is a big key in healthcare. And actually security overall, whether you're retail, you're going to always have situations no matter what industry, you got to protect the business. >> Yeah, so I want to ask you about security. That's the other number one. Well, you might've been a defacto CSO, but kind of when we started in this business security was the problem of the security teams, and you know, it's now a team sport. But in thinking about the cloud and security, how big of a concern is the cloud? Is it just more, you're looking for consistency and be able to apply the corporate edicts? Are there other concerns like the shared responsibility model? What are your thoughts on security in the cloud? >> Well, it probably goes back to again, the industry, but when I looked at the past five years in healthcare, doing a lot of work with the CMS and Medicaid, Medicare, they had certain requirements and certain restrictions. So we had to make sure that we follow those requirements. And when you got audited, you needed to make sure that you can show that you are adhering to their requirements. So over the past, probably two years with Amazon's government capabilities that those restrictions have changed, but we were always looking to make sure that we owned and managed how we manage the provider and member data, because yes, we did not want to have obviously a breach, but we wanted to make sure we were following the guidelines, whether it's state or federal, and then and even some cases healthcare guidelines around managing that data. So yes, top of mind, making sure that we're protecting, you know, in my case so we had 37 million members, patients, and we needed to make sure that if we did put it in the cloud or if it was on-prem, that it was being protected. And as you mentioned, recently come off of, I was going to say Amazon, but it was an acquisition. That company that was looking at us doing the due diligence, they gave us thumbs up because of how we were managing the data at the lowest point and all the different levels within the architecture. So Anthem who did the acquisition, had a breach back in, I think it was 2015. That was top of mind for them. We had more questions during the due diligence around security than any other functional area. So it is critical, and I think slowly, some of that type of data will get up into the cloud, but again, it's going to go through some massive risk management and security measures, and audits, because how fragile that is. >> Yeah, I mean, that could be a deal breaker in an acquisition. I got two other questions for you. One is, you know, I know you follow the technologies very closely, but there's all the buzz words, the digital transformation, the AI, these new SaaS models that we talked about. You know, a lot of CIOs tell me, look, Dave, get the business right and the technology is the easy part. It's people, it's process. But what are you seeing in terms of some of this new stuff coming out, there's machine learning, you know, obviously massive scale, new cloud workloads. Anything out there that really excites you and that you could see on the horizon that could be, you know, really change agents for the next decade? >> Yeah, I think we did some RPA, robotics on some of the tasks that, you know, where, you know, if the analysis types of situations. So I think RPA is going to be a game changer as it continues to evolve. But I agree with what you just said. Doing this for quite a while now, it still comes down to the people. I can get the technology to do what it needs to do as long as I have the right requirements, so that goes back to people. Making sure we have the partnership that goes back to leadership and the people. And then the change management aspects. Right out of the gate, you should be worrying about how is it going to affect and then the adoption and engagement. Because adoption is critical, because you can go create the best thing you think from a technology perspective, but if it doesn't get used correctly, it's not worth the investment. So I agree, whether it's digital transformation or innovation, it still comes down to understanding the business model and injecting and utilizing technology to grow or reduce costs, grow the business or reduce costs. >> Yeah, usage really means value. Sorry, my last question. What's the one thing that vendors shouldn't do? What's the vendor no-no that'll alienate CIO's? >> To this day, I still don't like, there's a company out there that starts with an O. I still don't like it to that, every single technology module, if you would, has a separate sales rep. I want to work with my strategic partners and have one relationship and that single point of contact that spark and go back into their company and bring me whatever it is that we're looking at so that I don't get, you know, for instance from that company that starts with an O, you know, 17 calls from 17 different sales reps trying to sell me 17 different things. So what irritates me is, you know, you have a company that has a lot of breadth, a lot of, you know, capability and functional, you know that I may want. Give me one person that I can deal with. So a single point of contact, then that makes my life a lot easier. >> Well, Dan Sheehan, I really appreciate you spending some time on theCUBE, it's always a pleasure catching up with you and really appreciate you sharing your insights with our audience. Thank you. >> Oh, thank you, David. I appreciate the opportunity. You have a great day. >> All right. You too. And thank you for watching everybody. This is Dave Vellante for theCUBE on Cloud. Keep it right there. We'll be back with our next guest right after the short break. Awesome, Dan.

Published Date : Dec 22 2020

SUMMARY :

Hello, Dan, how're you doing? Hey, Dave, how are you doing? He's overseen, you know, large-multi, Back in the early 2000s. I remember I came out to see you I mean, that was sort of a I mean, when you get And then you had a It was. So anyway, you can see Dan, I mean, you had to do everything. and there are, you know, and then you have to go and then they want you to eat and you can utilize some you know, you hear a hybrid, and then you also reduce your costs. You hear a lot of the, you know, and yes, you have to make sure cause they're going to have you and now looking to merge with Kronos. and a business, you know, COO. and then you need to take a look at that and you say, yeah, but look at and build that into your So what do you think of you know, ServiceNow pricing. and then before you know it, and sort of their own cloud. You got to play in that to multiple vendors, if you you know, same skillset, and that you reduce the amount of risk, and it's something to consider and you know, it's now a team sport. that you can show that and that you could see on Right out of the gate, you What's the one thing that and functional, you know that I may want. I really appreciate you I appreciate the opportunity. And thank you for watching everybody.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
AmazonORGANIZATION

0.99+

DanPERSON

0.99+

Dan SheehanPERSON

0.99+

DavePERSON

0.99+

Dave VellantePERSON

0.99+

MicrosoftORGANIZATION

0.99+

DavidPERSON

0.99+

GoogleORGANIZATION

0.99+

Bill RucciPERSON

0.99+

DentaQuestORGANIZATION

0.99+

2015DATE

0.99+

ConnecticutLOCATION

0.99+

17 callsQUANTITY

0.99+

AugustDATE

0.99+

three yearsQUANTITY

0.99+

two yearsQUANTITY

0.99+

five yearsQUANTITY

0.99+

twoQUANTITY

0.99+

AWSORGANIZATION

0.99+

BeaconORGANIZATION

0.99+

six-yearQUANTITY

0.99+

OneQUANTITY

0.99+

KronosORGANIZATION

0.99+

17 different sales repsQUANTITY

0.99+

sevenQUANTITY

0.99+

OracleORGANIZATION

0.99+

SugarORGANIZATION

0.99+

Power BITITLE

0.99+

one horseQUANTITY

0.99+

one basketQUANTITY

0.99+

FiveQUANTITY

0.99+

Hartford Steam BoilerORGANIZATION

0.99+

one exampleQUANTITY

0.98+

early 2000sDATE

0.98+

ADVOORGANIZATION

0.98+

one relationshipQUANTITY

0.98+

Beacon HealthORGANIZATION

0.98+

two other questionsQUANTITY

0.97+

next decadeDATE

0.97+

one cloudQUANTITY

0.97+

fourQUANTITY

0.97+

PeopleSoftORGANIZATION

0.97+

single pointQUANTITY

0.97+

17 different thingsQUANTITY

0.96+

firstQUANTITY

0.96+

Dunkin' BrandsORGANIZATION

0.95+

17,000 pointsQUANTITY

0.95+

SalesforceORGANIZATION

0.95+

37 million membersQUANTITY

0.95+

ServiceNowORGANIZATION

0.94+

oneQUANTITY

0.94+

UltiPro HRORGANIZATION

0.93+

two healthcare companiesQUANTITY

0.93+

one personQUANTITY

0.93+

threeQUANTITY

0.92+

FirstbeatORGANIZATION

0.92+

five numberQUANTITY

0.92+

ITSMORGANIZATION

0.92+

Ed Walsh, ChaosSearch | AWS re:Invent 2020 Partner Network Day


 

>> Narrator: From around the globe it's theCUBE, with digital coverage of AWS re:Invent 2020. Special coverage sponsored by AWS Global Partner Network. >> Hello and welcome to theCUBE Virtual and our coverage of AWS re:Invent 2020 with special coverage of APN partner experience. We are theCUBE Virtual and I'm your host, Justin Warren. And today I'm joined by Ed Walsh, CEO of ChaosSearch. Ed, welcome to theCUBE. >> Well thank you for having me, I really appreciate it. >> Now, this is not your first time here on theCUBE. You're a regular here and I've loved it to have you back. >> I love the platform you guys are great. >> So let's start off by just reminding people about what ChaosSearch is and what do you do there? >> Sure, the best way to say is so ChaosSearch helps our clients know better. We don't do that by a special wizard or a widget that you give to your, you know, SecOp teams. What we do is a hard work to give you a data platform to get insights at scale. And we do that also by achieving the promise of data lakes. So what we have is a Chaos data platform, connects and indexes data in a customer's S3 or glacier accounts. So inside your data lake, not our data lake but renders that data fully searchable and available for analysis using your existing tools today 'cause what we do is index it and publish open API, it's like API like Elasticsearch API, and soon SQL. So give you an example. So based upon those capabilities were an ideal replacement for a commonly deployed, either Elasticsearch or ELK Stack deployments, if you're hitting scale issues. So we talk about scalable log analytics, and more and more people are hitting these scale issues. So let's say if you're using Elasticsearch ELK or Amazon Elasticsearch, and you're hitting scale issues, what I mean by that is like, you can't keep enough retention. You want longer retention, or it's getting very expensive to keep that retention, or because the scale you hit where you have availability, where the cluster is hard to keep up running or is crashing. That's what we mean by the issues at scale. And what we do is simply we allow you, because we're publishing the open API of Elasticsearch use all your tools, but we save you about 80% off your monthly bill. We also give you an, and it's an and statement and give you unlimited retention. And as much as you want to keep on S3 or into Glacier but we also take care of all the hassles and management and the time to manage these clusters, which ends up being on a database server called leucine. And we take care of that as a managed service. And probably the biggest thing is all of this without changing anything your end users are using. So we include Kibana, but imagine it's an Elastic API. So if you're using API or Kibana, it's just easy to use the exact same tools used today, but you get the benefits of a true data lake. In fact, we're running now Elasticsearch on top of S3 natively. If that makes it sense. >> Right and natively is pretty cool. And look, 80% savings, is a dramatic number, particularly this year. I think there's a lot of people who are looking to save a few quid. So it'd be very nice to be able to save up to 80%. I am curious as to how you're able to achieve that kind of saving though. >> Yeah, you won't be the first person to ask me that. So listen, Elastic came around, it was, you know we had Splunk and we also have a lot of Splunk clients, but Elastic was a more cost effective solution open source to go after it. But what happens is, especially at scale, if it's fall it's actually very cost-effective. But underneath last six tech ELK Stack is a leucine database, it's a database technology. And that sits on our servers that are heavy memory count CPU count in and SSDs. So you can do on-prem or even in the clouds, so if you do an Amazon, basically you're spinning up a server and it stays up, it doesn't spin up, spin down. So those clusters are not one server, it's a cluster of those servers. And typically if you have any scale you're actually having multiple clusters because you don't dare put it on one, for different use cases. So our savings are actually you no longer need those servers to spin up and you don't need to pay for those seen underneath. You can still use Kibana under API but literally it's $80 off your bill that you're paying for your service now, and it's hard dollars. So it's not... And we typically see clients between 70 and 80%. It's up to 80, but it's literally right within a 10% margin that you're saving a lot of money, but more importantly, saving money is a great thing. But now you have one unified data lake that you can have. You used to go across some of the data or all the data through the role-based access. You can give different people. Like we've seen people who say, hey give that, help that person 40 days of this data. But the SecOp up team gets to see across all the different law. You know, all the machine generated data they have. And we can give you a couple of examples of that and walk you through how people deploy if you want. >> I'm always keen to hear specific examples of how customers are doing things. And it's nice that you've thought of drawn that comparison there around what what cloud is good for and what it isn't is. I'll often like to say that AWS is cheap to fail in, but expensive to succeed. So when people are actually succeeding with this and using this, this broad amount of data so what you're saying there with that savings I've actually got access to a lot more data that I can do things with. So yeah, if you could walk through a couple of examples of what people are doing with this increased amount of data that they have access to in EKL Search, what are some of the things that people are now able to unlock with that data? >> Well, literally it's always good for a customer size so we can go through and we go through it however it might want, Kleiner, Blackboard, Alert Logic, Armor Security, HubSpot. Maybe I'll start with HubSpot. One of our good clients, they were doing some Cloud Flare data that was one of their clusters they were using a lot to search for. But they were looking at to look at a denial service. And they were, we find everyone kind of at scale, they get limited. So they were down to five days retention. Why? Well, it's not that they meant to but basically they couldn't cost-effectively handle that in the scale. And also they're having scale issues with the environment, how they set the cluster and sharding. And when they also denial service tech, what happened that's when the influx of data that is one thing about scale is how fast it comes out, yet another one is how much data you have. But this is as the data was coming after them at denial service, that's when the cluster would actually go down believe it or not, you know right. When you need your log analysis tools. So what we did is because they're just using Kibana, it was easy swap. They ran in parallel because we published the open API but we took them from five days to nine days. They could keep as much as they want but nine days for denial services is what they wanted. And then we did save them in over $4 million a year in hard dollars, What they're paying in their environment from really is the savings on the server farm and a little bit on the Elasticsearch Stack. But more importantly, they had no outages since. Now here's the thing. Are you talking about the use case? They also had other clusters and you find everyone does it. They don't dare put it on one cluster, even though these are not one server, they're multiple servers. So the next use case for CloudFlare was one, the next QS and it was a 10 terabyte a day influx kept it for 90 days. So it's about a petabyte. They brought another use case on which was NetMon, again, Network Monitoring. And again, I'm having the same scale issue, retention area. And what they're able to do is easily roll that on. So that's one data platform. Now they're adding the next one. They have about four different use cases and it's just different clusters able to bring together. But now what they're able to do give you use cases either they getting more cost effective, more stability and freedom. We say saves you a lot of time, cost and complexity. Just the time they manage that get the data in the complexities around it. And then the cost is easy to kind of quantify but they've got better but more importantly now for particular teams they only need their access to one data but the SecOP team wants to see across all the data. And it's very easy for them to see across all the data where before it was impossible to do. So now they have multiple large use cases streaming at them. And what I love about that particular case is at one point they were just trying to test our scale. So they started tossing more things at it, right. To see if they could kind of break us. So they spiked us up to 30 terabytes a day which is for Elastic would even 10 terabytes a day makes things fall over. Now, if you think of what they just did, what were doing is literally three steps, put your data in S3 and as fast as you can, don't modify, just put it there. Once it's there three steps connect to us, you give us readability access to those buckets and a place to write the indexy. All of that stuff is in your S3, it never comes out. And then basically you set up, do you want to do live or do you want to do real time analysis? Or do you want to go after old data? We do the rest, we ingest, we normalize the schema. And basically we give you our back and the refinery to give the right people access. So what they did is they basically throw a whole bunch of stuff at it. They were trying to outrun S3. So, you know, we're on shoulders of giants. You know, if you think about our platform for clients what's a better dental like than S3. You're not going to get a better cross curve, right? You're not going to get a better parallelism. And so, or security it's in your, you know a virtual environment. But if you... And also you can keep data in the right location. So Blackboard's a good example. They need to keep that in all the different regions and because it's personal data, they, you know, GDPR they got to keep data in that location. It's easy, we just put compute in each one of the different areas they are. But the net net is if you think that architecture is shoulders of giants if you think you can outrun by just sheer volume or you can put in more cost-effective place to keep long-term or you think you can out store you have so much data that S3 and glacier can't possibly do it. Then you got me at your bigger scale at me but that's the scale we'r&e talking about. So if you think about the spiked our throughput what they really did is they try to outrun S3. And we didn't pick up. Now, the next thing is they tossed a bunch of users at us which were just spinning up in our data fabric different ways to do the indexing, to keep up with it. And new use cases in case they're going after everyone gets their own worker nodes which are all expected to fail in place. So again, they did some of that but really they're like you guys handled all the influx. And if you think about it, it's the shoulders of giants being on top of an Amazon platform, which is amazing. You're not going to get a more cost effective data lake in the world, and it's continuing to fall in price. And it's a cost curve, like no other, but also all that resiliency, all that security and the parallelism you can get, out of an S3 Glacier is just a bar none is the most scalable environment, you can build an environment. And what we do is a thin layer. It's a data platform that allows you to have your data now fully searchable and queryable using your tools >> Right and you, you mentioned there that, I mean you're running in AWS, which has broad experience in doing these sorts of things at scale but on that operational management side of things. As you mentioned, you actually take that off, off the hands of customers so that you run it on their behalf. What are some of the areas that you see people making in trying to do this themselves, when you've gone into customers, and brought it into the EKL Search platform? >> Yeah, so either people are just trying their best to build out clusters of Elasticsearch or they're going to services like Logz.io, Sumo Logic or Amazon Elasticsearch services. And those are all basically on the same ELK Stack. So they have the exact same limits as the same bits. Then we see people trying to say, well I really want to go to a data lake. I want to get away from these database servers and which have their limits. I want to use a data Lake. And then we see a lot of people putting data into environments before they, instead of using Elasticsearch, they want to use SQL type tools. And what they do is they put it into a Parquet or Presto form. It's a Presto dialect, but it into Parquet and structure it. And they go a lot of other way to, Hey it's in the data lake, but they end up building these little islands inside their data lake. And it's a lot of time to transform the data, to get it in a format that you can go after our tools. And then what we do is we don't make you do that. Just literally put the data there. And then what we do is we do the index and a polish API. So right now it's Elasticsearch in a very short time we'll publish Presto or the SQL dialect. You can use the same tool. So we do see people, either brute forcing and trying their best with a bunch of physical servers. We do see another group that says, you know, I want to go use an Athena use cases, or I want to use a there's a whole bunch of different startups saying, I do data lake or data lake houses. But they are, what they really do is force you to put things in the structure before you get insight. True data lake economics is literally just put it there, and use your tools natively to go after it. And that's where we're unique compared to what we see from our competition. >> Hmm, so with people who have moved into ChaosSearch, what's, let's say pick one, if you can, the most interesting example of what people have started to do with, with their data. What's new? >> That's good. Well, I'll give you another one. And so Armor Security is a good one. So Armor Security is a security service company. You know, thousands of clients doing great I mean a beautiful platform, beautiful business. And they won Rackspace as a partner. So now imagine thousand clients, but now, you know massive scale that to keep up with. So that would be an example but another example where we were able to come in and they were facing a major upgrade of their environment just to keep up, and they expose actually to their customers is how their customers do logging analytics. What we're able to do is literally simply because they didn't go below the API they use the exact same tools that are on top and in 30 days replaced that use case, save them tremendous amount of dollars. But now they're able to go back and have unlimited retention. They used to restrict their clients to 14 days. Now they have an opportunity to do a bunch of different things, and possible revenue opportunities and other. But allow them to look at their business differently and free up their team to do other things. And now they're, they're putting billing and other things into the same environment with us because one is easy it's scale but also freed up their team. No one has enough team to do things. And then the biggest thing is what people do interesting with our product is actually in their own tools. So, you know, we talk about Kibana when we do SQL again we talk about Looker and Tableau and Power BI, you know, the really interesting thing, and we think we did the hard work on the data layer which you can say is, you know I can about all the ways you consolidate the performance. Now, what becomes really interesting is what they're doing at the visibility level, either Kibana or the API or Tableau or Looker. And the key thing for us is we just say, just use the tools you're used to. Now that might be a boring statement, but to me, a great value proposition is not changing what your end users have to use. And they're doing amazing things. They're doing the exact same things they did before. They're just doing it with more data at bigger scale. And also they're able to see across their different machine learning data compared to being limited going at one thing at a time. And that getting the correlation from a unified data lake is really what we, you know we get very excited about. What's most exciting to our clients is they don't have to tell the users they have to use a different tool, which, you know, we'll decide if that's really interesting in this conversation. But again, I always say we didn't build a new algorithm that you going to give the SecOp team or a new pipeline cool widget that going to help the machine learning team which is another API we'll publish. But basically what we do is a hard work of making the data platform scalable, but more importantly give you the APIs that you're used to. So it's the platform that you don't have to change what your end users are doing, which is a... So we're kind of invisible behind the scenes. >> Well, that's certainly a pretty strong proposition there and I'm sure that there's plenty of scope for customers to come and and talk to you because no one's creating any less data. So Ed, thanks for coming out of theCUBE. It's always great to see you here. >> Know, thank you. >> You've been watching theCUBE Virtual and our coverage of AWS re:Invent 2020 with special coverage of APN partner experience. Make sure you check out all our coverage online, either on your desktop, mobile on your phone, wherever you are. I've been your host, Justin Warren. And I look forward to seeing you again soon. (soft music)

Published Date : Dec 3 2020

SUMMARY :

the globe it's theCUBE, and our coverage of AWS re:Invent 2020 Well thank you for having me, loved it to have you back. and the time to manage these clusters, be able to save up to 80%. And we can give you a So yeah, if you could walk and the parallelism you can get, that you see people making it's in the data lake, but they end up what's, let's say pick one, if you can, I can about all the ways you It's always great to see you here. And I look forward to

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Justin WarrenPERSON

0.99+

Ed WalshPERSON

0.99+

$80QUANTITY

0.99+

40 daysQUANTITY

0.99+

five daysQUANTITY

0.99+

Ed WalshPERSON

0.99+

90 daysQUANTITY

0.99+

AmazonORGANIZATION

0.99+

AWS Global Partner NetworkORGANIZATION

0.99+

nine daysQUANTITY

0.99+

80%QUANTITY

0.99+

10 terabytesQUANTITY

0.99+

thousandsQUANTITY

0.99+

AWSORGANIZATION

0.99+

HubSpotORGANIZATION

0.99+

EdPERSON

0.99+

10%QUANTITY

0.99+

ElasticsearchTITLE

0.99+

30 daysQUANTITY

0.99+

Armor SecurityORGANIZATION

0.99+

14 daysQUANTITY

0.99+

thousand clientsQUANTITY

0.99+

BlackboardORGANIZATION

0.99+

KleinerORGANIZATION

0.99+

S3TITLE

0.99+

OneQUANTITY

0.99+

Alert LogicORGANIZATION

0.99+

three stepsQUANTITY

0.98+

oneQUANTITY

0.98+

GDPRTITLE

0.98+

one thingQUANTITY

0.98+

one dataQUANTITY

0.98+

one serverQUANTITY

0.98+

ElasticTITLE

0.98+

70QUANTITY

0.98+

SQLTITLE

0.98+

about 80%QUANTITY

0.97+

KibanaTITLE

0.97+

first timeQUANTITY

0.97+

over $4 million a yearQUANTITY

0.97+

one clusterQUANTITY

0.97+

first personQUANTITY

0.97+

CloudFlareTITLE

0.97+

ChaosSearchORGANIZATION

0.97+

this yearDATE

0.97+

GlacierTITLE

0.97+

up to 80%QUANTITY

0.97+

ParquetTITLE

0.96+

each oneQUANTITY

0.95+

SplunkORGANIZATION

0.95+

Sumo LogicORGANIZATION

0.94+

up to 80QUANTITY

0.94+

Power BITITLE

0.93+

todayDATE

0.93+

RackspaceORGANIZATION

0.92+

up to 30 terabytes a dayQUANTITY

0.92+

one pointQUANTITY

0.91+

S3 GlacierCOMMERCIAL_ITEM

0.91+

Elastic APITITLE

0.89+

Ecosystems Powering the Next Generation of Innovation in the Cloud


 

>> We're here at the Data Cloud Summit 2020, tracking the rise of the data cloud. And we're talking about the ecosystem powering the next generation of innovation in cloud, you know, for decades, the technology industry has been powered by great products. Well, the cloud introduced a new type of platform that transcended point products and the next generation of cloud platforms is unlocking data-centric ecosystems where access to data is at the core of innovation, tapping the resources of many versus the capabilities of one. Casey McGee is here. He's the vice president of global ISV sales at Microsoft, and he's joined by Colleen Kapase, who is the VP of partnerships and global alliances at Snowflake. Folks, welcome to theCUBE. It's great to see you. >> Thanks Dave, good to see you. Thank you. >> Thanks for having us here. >> You're very welcome. So, Casey, let me start with you please. You know, Microsoft's got a long heritage, of course, working with partners, you're renowned in that regard, built a unbelievable ecosystem, the envy of many in the industry. So if you think about as enterprises, they're speeding up their cloud adoption, what are you seeing as the role and the importance of ecosystem, the ISV ecosystem specifically, in helping make customers' outcomes successful? >> Yeah, let me start by saying we have a 45 year history of partnership, so from our very beginning as a company, we invested to build these partnerships. And so let me start by saying from day one, we looked at a diverse ecosystem as one of the most important strategies for us, both to bring innovation to customers and also to drive growth. And so we're looking to build that environment even today. So 45 years later, focused on how do we zero in on the business outcomes that matter most to customers, usually identified by the industry that they're serving. So really building an ecosystem that helps us serve both the customers and the business outcomes they're looking to drive. And so we're building that ecosystem of ISVs on the Microsoft cloud and focused on bringing that innovation as a platform provider through those companies. >> So Casey, let's stay on that for a moment, if we can. I mean, you work with a lot of ISVs and you got a big portfolio of your own solutions. Now, sometimes they overlap with the ISV offerings of your partners. How do you balance the focus on first party solutions and third-party ISV partner solutions? >> Yeah, first and foremost, we're a platform company. So our whole intent is to bring value to that partner ecosystem. Well, sometimes that means we may have offers in market that may compliment one another. Our focus is really on serving the customer. So anytime we see that, we're looking at what is the most desired outcome for our customer, driving innovation into that specific business requirement. So for us, it's always focusing on the customer, and really zeroing in on making sure that we're solving their business problems. Sometimes we do that together with partners like Snowflake. Sometimes that means we do that on our own, but the key for us is really deeply understanding what's important to the customer and then bringing the best of the Microsoft and Snowflake scenarios to bear. >> You know, Casey, I appreciate that. A lot times people say "Dave, don't ask me that question. It's kind of uncomfortable." So Colleen, I want to bring you into the discussion. How does Snowflake view this dynamic, where you're simultaneously partnering and competing sometimes with some of the big cloud companies on the planet? >> Yeah, Dave, I think it's a great question, and really in this era of innovation, so many large companies like Microsoft are so diverse in their product set, it's almost impossible for them to not have some overlap with most of their ecosystem. But I think Casey said it really well, as long as we stay laser focused on the customer, and there are a lot of very happy Snowflake customers and happy Azure customers, we really win together. And I think we're finding ways in which we're working better and better together, from a technology standpoint, and from a field standpoint. And customers want to see us come together and bring best of breed solutions. So I think we're doing a lot better, and I'm looking forward to our future, too. >> So Casey, Snowflake, you know, they're really growing, they've got a pretty large footprint on Azure. You're talking hundreds of customers here that are active on that platform. I wonder if you could talk about the product integration points that you kind of completed initially, and then kind of what's on the horizon that you see as particularly important for your joint customers? >> You have to say, so one of the things that I love about this partnership is that, well, we start with what the customer wants. We bring that back into the engineering-level relationship that we have between the two companies. And so that's produced some pretty incredibly rich functionality together. So let me start by saying, you know, we've got eight Azure regions today with nine coming on soon. And so we have a geographic diversity that is important for many of our customers. We've also got a series of engineering-level integrations that we've already built. So that's functionality for Azure Private Link, as well as integration between Power BI, Azure Data Factory, and Azure Data Lake, all of this back again to serve the business outcomes that are required for our customers. So it's this level of integration that I think really speaks to the power of the partnership. So we are intently focused on the democratization of data. So we know that Snowflake is the premier partner to help us do that. So getting that right is key to enabling high concurrency use cases with large numbers of businesses, users coming together, and getting the performance they expect. >> Yeah, I appreciate that Casey, because a lot of times I'll, you know, I'll look at the press release. Sometimes we laugh, we call them Barney deals. You know, "I love you. You love me." But I listen for the word engineering and integration. Those are sort of important triggers. Colleen, or Casey too, but I want to start with Colleen. I mean, anything you would add to that, are there things that you guys have worked on together that you're particularly proud of, or maybe that have pushed the envelope and enabled new capabilities for customers where they've given you great feedback? Any examples you can share? >> Great question. And we're definitely focusing on making sure stability is a core value for both of us, so that what we offer, that our customers can trust, is going to work well and be dependable, so that's a key focus for us. We're also looking at how can we advance into the future, what can we do around machine learning, it's an area that's really exciting for a lot of the CXO-level leadership at our customers, so we're certainly focused on that. And also looking at Power BI and the visualization of how do we bring these solutions together as well. I'd also say at the same time, we're trying to make the buying experience frictionless for our customers, so we're also leveraging and innovating with Azure's Marketplace, so that our customers can easily acquire Snowflake together with Azure. And even that is being helpful for our customers. Casey, what are your thoughts, too? >> Yeah, let me add to that. I think the work that we've done with Power BI is pretty, pretty powerful. I mean, ultimately, we've got customers out there that are looking to better visualize the data, better inform decisions that they're making. So as much as AI and ML and the inherent power of the data that's being stored within Snowflake is important in and of itself, Power BI really unlocks that and helps drive better decisions, better visualization, and help drive to decision outcomes that are important to the customer. So I love the work that we're doing on Power BI and Snowflake. >> Yeah, and you guys both mentioned, you know, machine learning. I mean, they really are an ecosystem of tools. And the thing to me about Azure, it's all about optionality. You mentioned earlier, Casey, you guys are a platform. So, you know, customer A may want to use Power BI. Another customer might want to use another visualization tool, fine, from a platform perspective, you really don't care, do you? So I wonder Colleen, if we could, and again, maybe Casey can chime in afterwards. You guys, obviously everybody these days, but you in particular, you're focused on customer outcomes. That's the sort of starting point, and Snowflake for sure has built pretty significant experience working with large enterprises and working alongside of Microsoft to get other partners. In your experience, what are customers really looking for out of the two joint companies when they engage with Snowflake and Microsoft, so that one plus one is, you know, much bigger than two. Maybe Colleen, you could start. >> Yeah, I definitely think that what our customers are looking for is both trust and seamlessness. They just want the technology to work. The beauty of Snowflake is our ease of use. So many customers have questions about their business, more so now in this pandemic world than ever before. So the seamlessness, the ease of use, the frictionless, all of these things really matter to our joint customers, and seeing our teams come together, too, in the field, to show here's how Snowflake and Azure are better together, in your local area, and having examples of customers where we've had win-wins, which I'd say Casey, we're getting more and more of those every day, frankly, so it's pretty exciting times. And having our sales teams work as a partnership, even though we compete, we know where we play well together, and I see us doing that over and over again, more and more, around the world, too, which is really important as Snowflake pushes forward, beyond the North America geographies into stronger and stronger in the global regions, where frankly, Microsoft's had a long, storied history at. That's very exciting, especially in Europe and Asia. >> Casey, anything you'd add to that? >> Yeah. Colleen, it's well said. I think ultimately, what customers are looking for is that when our two companies come together, we bring new innovation, new ideas, new ways to solve old problems. And so I think what I love about this partnership is ultimately when we come together, whether it's engineering teams coming together to build new product, whether it's our sales and marketing teams out in front of the customers, across that spectrum, I think customers are looking for us to help bring new ideas. And I love the fact that we've engineered this partnership to do just that. And ultimately we're focused on how do we come together and build something new and different. And I think we can solve some of the most challenging problems with the power of the data and the innovation that we're bringing to the table. >> I mean, you know, Casey, I mean, everybody's really quite in awe and amazed at Microsoft's transformation, and really openness and willingness to really, change and lean into some of the big waves. I wonder if you could talk about your multi-platform strategy and what problems that you're solving in conjunction with Snowflake. >> Yeah, let me start by saying, you know, I think as much as we appreciate that feedback on the progress that we've been striving for, I mean, we're still learning every day, looking for new opportunities to learn from customers, from partners, and so a lot of what you see on the outside is the result of a really focused culture, really focusing on what's important to our customers, focusing on how do we build diversity and inclusion to everything we do, whether that's within Microsoft, with our partners, our customers, and ultimately, how do we show up as one Microsoft, I call one Microsoft kind of the partner's gift. It's ultimately how do our companies show up together? So I think if you look multi-platform, we have the same concept, right? We have the Microsoft cloud that we're offering out in the marketplace. The Microsoft cloud consists of what we're serving up as far as the platform, consists of what we're serving up for data and AI, modern workplace and business applications. And so this multi-cloud strategy for us is really focused on how do we bring innovation across each of the solution areas that matter most to customers. And so I see really the power of the Snowflake partnership playing in there. >> Awesome. Colleen, are there any examples you can share where, maybe this partnership has unlocked the customer opportunity or unique value? >> Yeah, I can't speak about the customer-specific, but what I can do and say is, Casey and I play very corporate roles in terms of we're thinking about the long-term partnership, we're driving the strategy. But hey, look, we'll get called in, we're working a deal right now, it's almost close of the quarter for us, we're literally working on an opportunity right now, how can we win together, how can we be competitive, the customers, the CIO has asked us to come together, to work on that solution. Very large, well-known brand. And we're able to get up to the very senior levels of our companies very quickly to make decisions on what do we need to do to be better and stronger together. And that's really what a partnership is about, you can do the long-term plans and the strategics and you can have great products, but when your executives can pick up the phone and call each other to work on a particular deal, for a particular customer's need, I think that's where the power of the partnership really comes together, and that's where we're at. And that's been a growth opportunity for us this year, is, wasn't necessarily where we were at, and I really have to thank Casey for that. He's done a ton, getting us the right glue between our executives, making sure the relationships are there, and making sure the trust is there, so when our customers need us to come together, that dialogue and that shared diction of putting customers first is there between both companies. So thank you, Casey. >> Oh, thanks, Colleen, the feeling's mutual. >> Well, I think this is key because as I said up front, we've gone from sort of very product-focused to platform-focused. And now we're tapping the power of the ecosystem. That's not always easy to get all the parts moving together, but we live in this API economy. You could say "Hey, I'm a company, everything's going to be homogeneous. Everything is going to be my stack." And maybe that's one way to solve the problem, but really that's not how customers want to solve the problem. Casey, I'll give you the last word. >> Yeah, let me just end by saying, you know, first off the cultures between our two companies couldn't be more well aligned. So I think ultimately when you ask yourself the question, "What do we do to best show up in front of our customers?" It is, focus on their business outcomes, focus on the things that matter most to them. And this partnership will show up well. And I think ultimately our greatest opportunity is to tap into that need, to that interest. And I couldn't be happier about the partnership and the fact that we are so well aligned. So thank you for that. >> Well guys, thanks very much for coming on theCUBE and unpacking some of the really critical aspects of the ecosystem. It was really a pleasure having you. >> Thank you so much for having us. >> Okay, and thank you for watching. Keep it right there. We've got more great content coming your way at the Data Cloud Summit.

Published Date : Nov 19 2020

SUMMARY :

and the next generation of cloud platforms Thanks Dave, good to see you. of ecosystem, the ISV and focused on bringing that innovation and you got a big portfolio focusing on the customer, cloud companies on the planet? focused on the customer, the horizon that you see and getting the performance they expect. or maybe that have pushed the envelope BI and the visualization So I love the work that And the thing to me about Azure, So the seamlessness, the ease of use, And I love the fact that we've some of the big waves. And so I see really the power examples you can share where, and making sure the trust is there, the feeling's mutual. all the parts moving together, and the fact that we are so well aligned. of the ecosystem. Okay, and thank you for watching.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavePERSON

0.99+

MicrosoftORGANIZATION

0.99+

Colleen KapasePERSON

0.99+

ColleenPERSON

0.99+

EuropeLOCATION

0.99+

CaseyPERSON

0.99+

Casey McGeePERSON

0.99+

two companiesQUANTITY

0.99+

two companiesQUANTITY

0.99+

AsiaLOCATION

0.99+

hundredsQUANTITY

0.99+

45 yearQUANTITY

0.99+

North AmericaLOCATION

0.99+

bothQUANTITY

0.99+

Power BITITLE

0.99+

both companiesQUANTITY

0.99+

SnowflakeORGANIZATION

0.99+

oneQUANTITY

0.99+

BarneyORGANIZATION

0.99+

nineQUANTITY

0.98+

two joint companiesQUANTITY

0.98+

todayDATE

0.98+

Data Cloud SummitEVENT

0.98+

one wayQUANTITY

0.97+

this yearDATE

0.97+

Data Cloud Summit 2020EVENT

0.97+

SnowflakeTITLE

0.97+

45 years laterDATE

0.96+

firstQUANTITY

0.95+

eightQUANTITY

0.95+

Power BITITLE

0.95+

twoQUANTITY

0.94+

AzureORGANIZATION

0.93+

SnowflakeEVENT

0.92+

Azure Private LinkTITLE

0.9+

Azure Data LakeTITLE

0.9+

AzureTITLE

0.89+

Thought.Leaders Digital 2020


 

>> Voice Over: Data is at the heart of transformation, and the change every company needs to succeed. But it takes more than new technology. It's about teams, talent and cultural change. Empowering everyone on the front lines to make decisions, all at the speed of digital. The transformation starts with you, it's time to lead the way, it's time for thought leaders. (soft upbeat music) >> Welcome to Thought.Leaders a digital event brought to you by ThoughtSpot, my name is Dave Vellante. The purpose of this day is to bring industry leaders and experts together to really try and understand the important issues around digital transformation. We have an amazing lineup of speakers, and our goal is to provide you with some best practices that you can bring back and apply to your organization. Look, data is plentiful, but insights are not, ThoughtSpot is disrupting analytics, by using search and machine intelligence to simplify data analysis and really empower anyone with fast access to relevant data. But in the last 150 days, we've had more questions than answers. Creating an organization that puts data and insights at their core, requires not only modern technology but leadership, a mindset and a culture, that people often refer to as data-driven. What does that mean? How can we equip our teams with data and fast access to quality information that can turn insights into action? And today we're going to hear from experienced leaders who are transforming their organizations with data, insights, and creating digital first cultures. But before we introduce our speakers, I'm joined today by two of my co-hosts from ThoughtSpot. First, chief data strategy officer of the ThoughtSpot is Cindi Howson, Cindi is an analytics and BI expert with 20 plus years experience, and the author of Successful Business Intelligence: Unlock the Value of BI & Big Data. Cindi was previously the lead analyst at Gartner for the data and analytics Magic Quadrant. In early last year, she joined ThoughtSpot to help CEOs and their teams understand how best to leverage analytics and AI for digital transformation. Cindi great to see you, welcome to the show. >> Thank you Dave, nice to join you virtually. >> Now our second cohost and friend of theCUBE is ThoughtSpot CEO Sudheesh Nair Hello Sudheesh, how are you doing today? >> I'm well, good to talk to you again. >> That's great to see you, thanks so much for being here. Now Sudheesh, please share with us why this discussion is so important to your customers and of course to our audience, and what they're going to learn today. (upbeat music) >> Thanks Dave, I wish you were there to introduce me into every room that I walk into because you have such an amazing way of doing it. It makes me feel also good. Look, since we have all been you know, cooped up in our homes, I know that the vendors like us, we have amped up our sort of effort to reach out to you with, invites for events like this. So we are getting very more invites for events like this than ever before. So when we started planning for this, we had three clear goals that we wanted to accomplish. And our first one, that when you finish this and walk away, we want to make sure that you don't feel like it was a waste of time, we want to make sure that we value your time, then this is going to be used. Number two, we want to put you in touch with industry leaders and thought leaders, generally good people, that you want to hang around with long after this event is over. And number three, as we plan through this, you know we are living through these difficult times we want this event to be more of an uplifting and inspiring event too. Now, the challenge is how do you do that with the team being change agents, because teens and as much as we romanticize it, it is not one of those uplifting things that everyone wants to do or likes to do. The way I think of it, changes sort of like, if you've ever done bungee jumping, and it's like standing on the edges, waiting to make that one more step you know, all you have to do is take that one step and gravity will do the rest, but that is the hardest step today. Change requires a lot of courage, and when we are talking about data and analytics, which is already like such a hard topic not necessarily an uplifting and positive conversation most businesses, it is somewhat scary, change becomes all the more difficult. Ultimately change requires courage, courage to first of all, challenge the status quo. People sometimes are afraid to challenge the status quo because they are thinking that you know, maybe I don't have the power to make the change that the company needs, sometimes they feel like I don't have the skills, sometimes they may feel that I'm probably not the right person to do it. Or sometimes the lack of courage manifest itself as the inability to sort of break the silos that are formed within the organizations when it comes to data and insights that you talked about. You know, that are people in the company who are going to have the data because they know how to manage the data, how to inquire and extract, they know how to speak data, they have the skills to do that. But they are not the group of people who have sort of the knowledge, the experience of the business to ask the right questions off the data. So there is the silo of people with the answers, and there is a silo of people with the questions, and there is gap, this sort of silos are standing in the way of making that necessary change that we all know the business needs. And the last change to sort of bring an external force sometimes. It could be a tool, it could be a platform, it could be a person, it could be a process but sometimes no matter how big the company is or how small the company is you may need to bring some external stimuli to start the domino of the positive changes that are necessary. The group of people that we are brought in, the four people, including Cindi that you will hear from today are really good at practically telling you how to make that step, how to step off that edge, how to dress the rope, that you will be safe and you're going to have fun, you will have that exhilarating feeling of jumping for a bungee jump, all four of them are exceptional, but my owner is to introduce Michelle. And she's our first speaker, Michelle I am very happy after watching our presentation and reading your bio that there are no country vital worldwide competition for cool parents, because she will beat all of us. Because when her children were small, they were probably into Harry Potter and Disney and she was managing a business and leading change there. And then as her kids grew up and got to that age where they like football and NFL, guess what? She's the CIO of NFL, what a cool mom. I am extremely excited to see what she's going to talk about. I've seen this slides, a bunch of amazing pictures, I'm looking to see the context behind it, I'm very thrilled to make that client so far, Michelle, I'm looking forward to her talk next. Welcome Michelle, it's over to you. (soft upbeat music) >> I'm delighted to be with you all today to talk about thought leadership. And I'm so excited that you asked me to join you because today I get to be a quarterback. I always wanted to be one, and I thought this is about as close as I'm ever going to get. So I want to talk to you about quarterbacking our digital revolution using insights data, and of course as you said, leadership. First a little bit about myself, a little background as I said, I always wanted to play football, and this is something that I wanted to do since I was a child, but when I grew up, girls didn't get to play football. I'm so happy that that's changing and girls are now doing all kinds of things that they didn't get to do before. Just this past weekend on an NFL field, we had a female coach on two sidelines, and a female official on the field. I'm a lifelong fan and student of the game of football, I grew up in the South, you can tell from the accent and in the South is like a religion and you pick sides. I chose Auburn University working in the Athletic Department, so I'm testament to you can start the journey can be long it took me many, many years to make it into professional sports. I graduated in 1987 and my little brother, well, not actually not so little, he played offensive line for the Alabama Crimson Tide. And for those of you who know SEC football you know, this is a really big rivalry. And when you choose sides, your family is divided, so it's kind of fun for me to always tell the story that my dad knew his kid would make it to the NFL he just bet on the wrong one. My career has been about bringing people together for memorable moments at some of America's most iconic brands. Delivering memories and amazing experiences that delight from Universal Studios, Disney to my current position as CIO of the NFL. In this job I'm very privileged to have the opportunity to work with the team, that gets to bring America's game to millions of people around the world. Often I'm asked to talk about how to create amazing experiences for fans, guests, or customers. But today I really wanted to focus on something different and talk to you about being behind the scenes and backstage. Because behind every event every game, every awesome moment is execution, precise repeatable execution. And most of my career has been behind the scenes, doing just that, assembling teams to execute these plans, and the key way that companies operate at these exceptional levels, is making good decisions, the right decisions at the right time and based upon data, so that you can translate the data into intelligence and be a data-driven culture. Using data and intelligence is an important way that world-class companies do differentiate themselves. And it's the lifeblood of collaboration and innovation. Teams that are working on delivering these kinds of world-class experiences are often seeking out and leveraging next generation technologies and finding new ways to work. I've been fortunate to work across three decades of emerging experiences, which each required emerging technologies to execute. A little bit first about Disney, in the 90s I was at Disney, leading a project called destination Disney, which it's a data project, it was a data project, but it was CRM before CRM was even cool. And then certainly before anything like a data-driven culture was ever brought up. But way back then we were creating a digital backbone that enabled many technologies for the things that you see today, like the magic band, just these magical express. My career at Disney began in finance, but Disney was very good about rotating you around, and it was during one of these rotations that I became very passionate about data. I kind of became a pain in the butt to the IT team, asking for data more and more data. And I learned that all of that valuable data was locked up in our systems, all of our point of sales systems, our reservation systems, our operation systems, and so I became a shadow IT person in marketing, ultimately leading to moving into IT, and I haven't looked back since. In the early 2000s I was at Universal Studios Theme Park as their CIO, preparing for and launching the wizarding world of Harry Potter. Bringing one of history's most memorable characters to life required many new technologies and a lot of data. Our data and technologies were embedded into the rides and attractions. I mean, how do you really think a wand selects you at a wine shop. As today at the NFL, I am constantly challenged to do leading edge technologies using things like sensors, AI, machine learning, and all new communication strategies, and using data to drive everything from player performance, contracts to where we build new stadiums and hold events. With this year being the most challenging, yet rewarding year in my career at the NFL. In the middle of a global pandemic, the way we are executing on our season is leveraging data from contract tracing devices joined with testing data. Talk about data, actually enabling your business without it we wouldn't be having a season right now. I'm also on the board of directors of two public companies, where data and collaboration are paramount. First RingCentral, it's a cloud based unified communications platform, and collaboration with video message and phone, all in one solution in the cloud. And Quotient Technologies, whose product is actually data. The tagline at quotient is the result in knowing. I think that's really important, because not all of us are data companies, where your product is actually data. But we should operate more like your product is data. I'd also like to talk to you about four areas of things to think about, as thought leaders in your companies. First just hit on it is change, how to be a champion and a driver of change. Second, how to use data to drive performance for your company, and measure performance of your company. Third, how companies now require intense collaboration to operate, and finally, how much of this is accomplished through solid data-driven decisions. First let's hit on change. I mean, it's evident today more than ever, that we are in an environment of extreme change. I mean, we've all been at this for years and as technologists we've known it, believed it, lived it, and thankfully for the most part knock on wood we were prepared for it. But this year everyone's cheese was moved, all the people in the back rooms, IT, data architects and others, were suddenly called to the forefront. Because a global pandemic has turned out to be the thing that is driving intense change in how people work and analyze their business. On March 13th, we closed our office at the NFL in the middle of preparing for one of our biggest events, our kickoff event, the 2020 Draft. We went from planning, a large event in Las Vegas under the bright lights red carpet stage to smaller events in club facilities. And then ultimately to one where everyone coaches, GMs, prospects and even our commissioner were at home in their basements. And we only had a few weeks to figure it out. I found myself for the first time being in the live broadcast event space, talking about bungee dress jumping, this is really what it felt like. It was one in which no one felt comfortable, because it had not been done before. But leading through this, I stepped up, but it was very scary, it was certainly very risky but it ended up being Oh, so rewarding when we did it. And as a result of this, some things will change forever. Second, managing performance. I mean, data should inform how you're doing and how to get your company to perform at this level, highest level. As an example, the NFL has always measured performance obviously, and it is one of the purest examples of how performance directly impacts outcome. I mean, you can see performance on the field, you can see points being scored and stats, and you immediately know that impact, those with the best stats, usually win the games. The NFL has always recorded stats, since the beginning of time, here at the NFL a little this year as our 100 and first year and athletes ultimate success as a player has also always been greatly impacted by his stats. But what has changed for us, is both how much more we can measure, and the immediacy with which it can be measured. And I'm sure in your business, it's the same, the amount of data you must have has got to have quadrupled recently and how fast you need it and how quickly you need to analyze it, is so important. And it's very important to break the silos between the keys to the data and the use of the data. Our next generation stats platform is taking data to a next level, it's powered by Amazon Web Services, and we gathered this data real time from sensors that are on players' bodies. We gather it in real time, analyze it, display it online and on broadcast, and of course it's used to prepare week to week in addition to what is a normal coaching plan would be. We can now analyze, visualize, route patterns speed, matchups, et cetera, so much faster than ever before. We're continuing to roll out sensors too, that we'll gather more and more information about player's performance as it relates to their health and safety. The third trend is really I think it's a big part of what we're feeling today and that is intense collaboration. And just for sort of historical purposes it's important to think about for those of you that are IT professionals and developers, you know more than 10 years ago, agile practices began sweeping companies or small teams would work together rapidly in a very flexible, adaptive and innovative way, and it proved to be transformational. However today, of course, that is no longer just small teams the next big wave of change, and we've seen it through this pandemic is that it's the whole enterprise that must collaborate and be agile. If I look back on my career when I was at Disney, we owned everything 100%, we made a decision, we implemented it, we were a collaborative culture but it was much easier to push change because you own the whole decision. If there was buy in from the top down, you got the people from the bottom up to do it, and you executed. At Universal, we were a joint venture, our attractions and entertainment was licensed, our hotels were owned and managed by other third parties. So influence and collaboration and how to share across companies became very important. And now here I am at the NFL and even the bigger ecosystem. We have 32 clubs that are all separate businesses 31 different stadiums that are owned by a variety of people. We have licensees, we have sponsors, we have broadcast partners. So it seems that as my career has evolved centralized control has gotten less and less and has been replaced by intense collaboration not only within your own company, but across companies. The ability to work in a collaborative way across businesses and even other companies that has been a big key to my success in my career. I believe this whole vertical integration and big top down decision making is going by the wayside in favor of ecosystems that require cooperation, yet competition to coexist. I mean the NFL is a great example of what we call coopertition, which is cooperation and competition. When in competition with each other, but we cooperate to make the company the best it can be. And at the heart of these items really are data-driven decisions and culture. Data on its own isn't good enough, you must be able to turn it to insights, partnerships between technology teams who usually hold the keys to the raw data, and business units who have the knowledge to build the right decision models is key. If you're not already involved in this linkage, you should be, data mining isn't new for sure. The availability of data is quadrupling and it's everywhere. How do you know what to even look at? How do you know where to begin? How do you know what questions to ask? It's by using the tools that are available for visualization and analytics and knitting together strategies of the company. So it begins with first of all making sure you do understand the strategy of the company. So in closing, just to wrap up a bit, many of you joined today looking for thought leadership on how to be a change agent, a change champion, and how to lead through transformation. Some final thoughts are be brave, and drive, don't do the ride along program, it's very important to drive, driving can be high risk but it's also high reward. Embracing the uncertainty of what will happen, is how you become brave, get more and more comfortable with uncertainty be calm and let data be your map on your journey, thanks. >> Michelle, thank you so much. So you and I share a love of data, and a love of football. You said you want to be the quarterback, I'm more an old wine person. (Michelle laughing) >> Well, then I can do my job without you. >> Great, and I'm getting the feeling now you know, Sudheesh is talking about bungee jumping. My boat is when we're past this pandemic, we both take them to the Delaware Water Gap and we do the cliff jumping. >> That sounds good, I'll watch. >> You'll watch, okay, so Michelle, you have so many stakeholders when you're trying to prioritize the different voices, you have the players, you have the owners you have the league, as you mentioned to the broadcasters your, your partners here and football mamas like myself. How do you prioritize when there's so many different stakeholders that you need to satisfy? I think balancing across stakeholders starts with aligning on a mission. And if you spend a lot of time understanding where everyone's coming from, and you can find the common thread ties them all together you sort of do get them to naturally prioritize their work, and I think that's very important. So for us at the NFL, and even at Disney, it was our core values and our core purpose is so well known, and when anything challenges that we're able to sort of lay that out. But as a change agent, you have to be very empathetic, and I would say empathy is probably your strongest skill if you're a change agent. And that means listening to every single stakeholder even when they're yelling at you, even when they're telling you your technology doesn't work and you know that it's user error, or even when someone is just emotional about what's happening to them and that they're not comfortable with it. So I think being empathetic and having a mission and understanding it, is sort of how I prioritize and balance. >> Yeah, empathy, a very popular word this year. I can imagine those coaches and owners yelling. So I thank you for your metership here. So Michelle, I look forward to discussing this more with our other customers and disruptors joining us in a little bit. (soft upbeat music) >> So we're going to take a hard pivot now and go from football to Chernobyl, Chernobyl, what went wrong? 1986, as the reactors were melting down they had the data to say, this is going to be catastrophic and yet the culture said, "No, we're perfect, hide it. Don't dare tell anyone," which meant they went ahead and had celebrations in Kiev. Even though that increased the exposure the additional thousands getting cancer, and 20,000 years before the ground around there and even be inhabited again, This is how powerful and detrimental a negative culture, a culture that is unable to confront the brutal facts that hides data. This is what we have to contend with, and this is why I want you to focus on having fostering a data-driven culture. I don't want you to be a laggard, I want you to be a leader in using data to drive your digital transformation. So I'll talk about culture and technology, isn't really two sides of the same coin, real-world impacts and then some best practices you can use to disrupt and innovate your culture. Now, oftentimes I would talk about culture and I talk about technology, and recently a CDO said to me, "You know Cindi, I actually think this is two sides of the same coin. One reflects the other, what do you think?" Let me walk you through this, so let's take a laggard. What is the technology look like? Is it based on 1990s BI and reporting largely parameterized reports on-premises data warehouses, or not even that operational reports, at best one enterprise data warehouse very slow moving and collaboration is only email. What does that culture tell you? Maybe there's a lack of leadership to change, to do the hard work that Sudheesh referred to. Or is there also a culture of fear, afraid of failure, resistance to change complacency and sometimes that complacency it's not because people are lazy, it's because they've been so beaten down every time a new idea is presented. It's like, no we're measured on least cost to serve. So politics and distrust, whether it's between business and IT or individual stakeholders is the norm. So data is hoarded, let's contrast that with a leader, a data and analytics leader, what is their technology look like? Augmented analytics, search and AI-driven insights not on-premises, but in the cloud and maybe multiple clouds. And the data is not in one place, but it's in a data lake, and in a data warehouse, a logical data warehouse. The collaboration is being a newer methods whether it's Slack or teams allowing for that real time decisioning or investigating a particular data point. So what is the culture in the leaders? It's transparent and trust, there is a trust that data will not be used to punish, that there is an ability to confront the bad news. It's innovation, valuing innovation in pursuit of the company goals, whether it's the best fan experience and player safety in the NFL or best serving your customers. It's innovative and collaborative. There's none of this, oh, well, I didn't invent that, I'm not going to look at that. There's still pride of ownership, but it's collaborating to get to a better place faster. And people feel empowered to present new ideas to fail fast, and they're energized, knowing that they're using the best technology and innovating at the pace that business requires. So data is democratized and democratized, not just for power users or analysts, but really at the point of impact what we like to call the new decision makers. Or really the frontline workers. So Harvard business review partnered with us to develop this study to say, just how important is this? They've been working at BI and analytics as an industry for more than 20 years. Why is it not at the front lines? Whether it's a doctor, a nurse, a coach, a supply chain manager a warehouse manager, a financial services advisor. 87% said they would be more successful if frontline workers were empowered with data-driven insights, but they recognize they need new technology to be able to do that. It's not about learning hard tools, the sad reality only 20% of organizations are actually doing this, these are the data-driven leaders. So this is the culture and technology, how did we get here? It's because state of the art keeps changing. So the first generation BI and analytics platforms were deployed on-premises, on small datasets really just taking data out of ERP systems that were also on-premises, and state of the art was maybe getting a management report, an operational report. Over time visual based data discovery vendors, disrupted these traditional BI vendors, empowering now analysts to create visualizations with the flexibility on a desktop, sometimes larger data sometimes coming from a data warehouse, the current state of the art though, Gartner calls it augmented analytics, at ThoughtSpot, we call it search and AI-driven analytics. And this was pioneered for large scale data sets, whether it's on-premises or leveraging the cloud data warehouses, and I think this is an important point. Oftentimes you, the data and analytics leaders, will look at these two components separately, but you have to look at the BI and analytics tier in lockstep with your data architectures to really get to the granular insights, and to leverage the capabilities of AI. Now, if you've never seen ThoughtSpot I'll just show you what this looks like, instead of somebody's hard coding a report, it's typing in search keywords and very robust keywords contains rank, top, bottom getting to a visualization that then can be pinned to an existing Pinboard that might also contain insights generated by an AI engine. So it's easy enough for that new decision maker, the business user, the non analyst to create themselves. Modernizing the data and analytics portfolio is hard, because the pace of change has accelerated. You used to be able to create an investment, place a bet for maybe 10 years. A few years ago, that time horizon was five years, now it's maybe three years, and the time to maturity has also accelerated. So you have these different components the search and AI tier, the data science tier, data preparation and virtualization. But I would also say equally important is the cloud data warehouse. And pay attention to how well these analytics tools can unlock the value in these cloud data warehouses. So ThoughtSpot was the first to market with search and AI-driven insights. Competitors have followed suit, but be careful if you look at products like Power BI or SAP Analytics Cloud, they might demo well, but do they let you get to all the data without moving it in products like Snowflake, Amazon Redshift or Azure Synapse or Google BigQuery, they do not. They require you to move it into a smaller in memory engine. So it's important how well these new products inter operate. The pace of change, it's acceleration, Gartner recently predicted that by 2022, 65% of analytical queries will be generated using search or NLP or even AI, and that is roughly three times the prediction they had just a couple years ago. So let's talk about the real world impact of culture. And if you've read any of my books or used any of the maturity models out there whether the Gartner IT score that I worked on, or the data warehousing institute also has a maturity model. We talk about these five pillars to really become data-driven, as Michelle spoke about, it's focusing on the business outcomes, leveraging all the data, including new data sources. It's the talent, the people, the technology, and also the processes, and often when I would talk about the people in the talent, I would lump the culture as part of that. But in the last year, as I've traveled the world and done these digital events for thought leaders you have told me now culture is absolutely so important. And so we've pulled it out as a separate pillar, and in fact, in polls that we've done in these events, look at how much more important culture is, as a barrier to becoming data-driven. It's three times as important as any of these other pillars. That's how critical it is, and let's take an example of where you can have great data but if you don't have the right culture there's devastating impacts. And I will say, I have been a loyal customer of Wells Fargo for more than 20 years, but look at what happened in the face of negative news with data, that said, "Hey, we're not doing good cross selling, customers do not have both a checking account and a credit card and a savings account and a mortgage." They opened fake accounts, facing billions in fines, change in leadership, that even the CEO attributed to a toxic sales culture, and they're trying to fix this. But even recently there's been additional employee backlash saying that culture has not changed. Let's contrast that with some positive examples, Medtronic a worldwide company in 150 countries around the world, they may not be a household name to you, but if you have a loved one or yourself, you have a pacemaker, spinal implant, diabetes you know, this brand. And at the start of COVID when they knew their business would be slowing down, because hospitals would only be able to take care of COVID patients, they took the bold move of making their IP for ventilators publicly available, that is the power of a positive culture. Or Verizon, a major telecom organization, looking at late payments of their customers, and even though the US federal government said "Well, you can't turn them off." They said, "We'll extend that even beyond the mandated guidelines," and facing a slow down in the business because of the tough economy, he said, "You know what? We will spend the time upskilling our people giving them the time to learn more about the future of work, the skills and data and analytics," for 20,000 of their employees, rather than furloughing them. That is the power of a positive culture. So how can you transform your culture to the best in class? I'll give you three suggestions, bring in a change agent identify the relevance, or I like to call it WIIFM, and organize for collaboration. So the CDO whatever your title is, chief analytics officer chief digital officer, you are the most important change agent. And this is where you will hear, that oftentimes a change agent has to come from outside the organization. So this is where, for example in Europe, you have the CDO of Just Eat takeout food delivery organization, coming from the airline industry or in Australia, National Australian Bank, taking a CDO within the same sector from TD Bank going to NAB. So these change agents come in disrupt, it's a hard job. As one of you said to me, it often feels like Sisyphus, I make one step forward and I get knocked down again, I get pushed back. It is not for the faint of heart, but it's the most important part of your job. The other thing I'll talk about is WIIFM, what is in it for me? And this is really about understanding the motivation, the relevance that data has for everyone on the frontline as well as those analysts, as well as the executives. So if we're talking about players in the NFL they want to perform better, and they want to stay safe. That is why data matters to them. If we're talking about financial services this may be a wealth management advisor, okay, we could say commissions, but it's really helping people have their dreams come true whether it's putting their children through college, or being able to retire without having to work multiple jobs still into your 70s or 80s. For the teachers, teachers, you asked them about data, they'll say, "We don't need that, I care about the student." So if you can use data to help a student perform better that is WIIFM. And sometimes we spend so much time talking the technology, we forget what is the value we're trying to deliver with it. And we forget the impact on the people that it does require change. In fact, the Harvard Business Review Study, found that 44% said lack of change management is the biggest barrier to leveraging both new technology but also being empowered to act on those data-driven insights. The third point, organize for collaboration. This does require diversity of thought, but also bringing the technology, the data and the business people together. Now there's not a single one size fits all model for data and analytics. At one point in time, even having a BICC, a BI Competency Center was considered state of the art. Now for the biggest impact, what I recommend is that you have a federated model, centralized for economies of scale, that could be the common data, but then in bed, these evangelists, these analysts of the future, within every business unit, every functional domain, and as you see this top bar, all models are possible but the hybrid model has the most impact, the most leaders. So as we look ahead to the months ahead, to the year ahead, an exciting time, because data is helping organizations better navigate a tough economy lock in the customer loyalty, and I look forward to seeing how you foster that culture that's collaborative with empathy and bring the best of technology, leveraging the cloud, all your data. So thank you for joining us at thought leaders, and next I'm pleased to introduce our first change agent Thomas Mazzaferro, chief data officer of Western Union, and before joining Western Union, Tom made his mark at HSBC and JP Morgan Chase spearheading digital innovation in technology operations, risk compliance, and retail banking. Tom, thank you so much for joining us today. (soft upbeat music) >> Very happy to be here and looking forward to talking to all of you today. So as we look to move organizations to a data-driven capability into the future, there is a lot that needs to be done on the data side, but also how does data connect and enable, different business teams and technology teams into the future. As we look across our data ecosystems and our platforms and how we modernize that to the cloud in the future, it all needs to basically work together, right? To really be able to drive over the shift from a data standpoint, into the future. That includes being able to have the right information with the right quality of data at the right time to drive informed business decisions, to drive the business forward. As part of that, we actually have partnered with ThoughtSpot to actually bring in the technology to help us drive that, as part of that partnership, and it's how we've looked to integrated into our overall business as a whole. We've looked at how do we make sure that our business and our professional lives, right? Are enabled in the same ways as our personal lives. So for example, in your personal lives, when you want to go and find something out, what do you do? You go on to google.com or you go on to Bing, or go to Yahoo and you search for what you want, search to find an answer. ThoughtSpot for us as the same thing, but in the business world. So using ThoughtSpot and other AI capability is allowed us to actually enable our overall business teams in our company, to actually have our information at our fingertips. So rather than having to go and talk to someone or an engineer to go pull information or pull data, we actually can have the end users or the business executives, right? Search for what they need, what they want, at the exact time that action needed, to go and drive the business forward. This is truly one of those transformational things that we've put in place. On top of that, we are on the journey to modernize our larger ecosystem as a whole. That includes modernizing our underlying data warehouses, our technology or our (indistinct) environments, and as we move that we've actually picked to our cloud providers going to AWS and GCP. We've also adopted Snowflake to really drive into organize our information and our data, then drive these new solutions and capabilities forward. So big portion of us though is culture, so how do we engage with the business teams and bring the IT teams together to really drive these holistic end to end solutions and capabilities, to really support the actual business into the future. That's one of the keys here, as we look to modernize and to really enhance our organizations to become data-driven, this is the key. If you can really start to provide answers to business questions before they're even being asked, and to predict based upon different economic trends or different trends in your business, what does is be made and actually provide those answers to the business teams before they're even asking for it. That is really becoming a data-driven organization. And as part of that, it's really then enables the business to act quickly and take advantage of opportunities as they come in based upon industries, based upon markets, based upon products, solutions, or partnerships into the future. These are really some of the keys that become crucial as you move forward right into this new age, especially with COVID, with COVID now taking place across the world, right? Many of these markets, many of these digital transformations are celebrating, and are changing rapidly to accommodate and to support customers in these very difficult times. As part of that, you need to make sure you have the right underlying foundation, ecosystems and solutions to really drive those capabilities, and those solutions forward. As we go through this journey, both of my career but also each of your careers into the future, right? It also needs to evolve, right? Technology has changed so drastically in the last 10 years, and that change is only a celebrating. So as part of that, you have to make sure that you stay up to speed, up to date with new technology changes both on the platform standpoint, tools, but also what our customers want, what do our customers need, and how do we then surface them with our information, with our data, with our platform, with our products and our services, to meet those needs and to really support and service those customers into the future. This is all around becoming a more data-driven organization such as how do you use your data to support the current business lines. But how do you actually use your information your data, to actually better support your customers better support your business, better support your employees, your operations teams and so forth, and really creating that full integration in that ecosystem is really when you start to get large dividends from these investments into the future. With that being said I hope you enjoyed the segment on how to become and how to drive a data-driven organization, and looking forward to talking to you again soon, thank you. >> Tom, that was great, thanks so much. Now I'm going to have to brag on you for a second, as a change agent you've come in disrupted, and how long have you been at Western Union? >> Only nine months, I just started this year, but there'd be some great opportunities and big changes, and we have a lot more to go, but we're really driving things forward in partnership with our business teams, and our colleagues to support those customers forward. >> Tom, thank you so much that was wonderful. And now I'm excited to introduce you to Gustavo Canton, a change agent that I've had the pleasure of working with meeting in Europe, and he is a serial change agent. Most recently with Schneider Electric, but even going back to Sam's Club, Gustavo welcome. (soft upbeat music) >> So hi everyone my name is Gustavo Canton and thank you so much Cindi for the intro. As you mentioned, doing transformations is a you know, high effort, high reward situation. I have empowerment in transformation and I have led many transformations. And what I can tell you is that it's really hard to predict the future, but if you have a North Star and you know where you're going, the one thing that I want you to take away from this discussion today, is that you need to be bold to evolve. And so in today, I'm going to be talking about culture and data, and I'm going to break this down in four areas. How do we get started barriers or opportunities as I see it, the value of AI, and also how do you communicate, especially now in the workforce of today with so many different generations, you need to make sure that you are communicating in ways that are nontraditional sometimes. And so how do we get started? So I think the answer to that is, you have to start for you, yourself as a leader and stay tuned. And by that, I mean you need to understand not only what is happening in your function or your field, but you have to be very into what is happening in society, socioeconomically speaking, wellbeing, you know, the common example is a great example. And for me personally, it's an opportunity because the number one core value that I have is wellbeing. I believe that for human potential, for customers and communities to grow, wellbeing should be at the center of every decision. And as somebody mentioned, it's great to be you know, stay in tune and have the skillset and the courage. But for me personally, to be honest to have this courage is not about not being afraid. You're always afraid when you're making big changes and your swimming upstream. But what gives me the courage is the empathy part, like I think empathy is a huge component because every time I go into an organization or a function, I try to listen very attentively to the needs of the business, and what the leaders are trying to do, what I do it thinking about the mission of how do I make change for the bigger, you know workforce so the bigger good, despite the fact that this might have a perhaps implication, so my own self interest in my career, right? Because you have to have that courage sometimes to make choices, that are not well seeing politically speaking what are the right thing to do, and you have to push through it. So the bottom line for me is that, I don't think they're transforming fast enough. And the reality is I speak with a lot of leaders and we have seen stories in the past, and what they show is that if you look at the four main barriers, that are basically keeping us behind budget, inability to add, cultural issues, politics, and lack of alignment, those are the top four. But the interesting thing is that as Cindi has mentioned, this topic about culture is actually gaining more and more traction, and in 2018, there was a story from HBR and it was for about 45%. I believe today, it's about 55%, 60% of respondents say that this is the main area that we need to focus on. So again, for all those leaders and all the executives who understand, and are aware that we need to transform, commit to the transformation and set us deadline to say, "Hey, in two years, we're going to make this happen, what do we need to do to empower and enable these search engines to make it happen?" You need to make the tough choices. And so to me, when I speak about being bold is about making the right choices now. So I'll give you samples of some of the roadblocks that I went through, as I think the intro information most recently as Cindi mentioned in Schneider. There are three main areas, legacy mindset, and what that means is that we've been doing this in a specific way for a long time, and here is how we have been successful. We're working the past is not going to work now, the opportunity there is that there is a lot of leaders who have a digital mindset, and their up and coming leaders that are perhaps not yet fully developed. We need to mentor those leaders and take bets on some of these talents, including young talent. We cannot be thinking in the past and just wait for people you know, three to five years for them to develop, because the world is going to in a way that is super fast. The second area and this is specifically to implementation of AI is very interesting to me, because just example that I have with ThoughtSpot, right? We went to an implementation and a lot of the way the IT team functions, so the leaders look at technology, they look at it from the prism of the prior or success criteria for the traditional BIs, and that's not going to work. Again, your opportunity here is that you need to really find what success look like, in my case, I want the user experience of our workforce to be the same as your experience you have at home. It's a very simple concept, and so we need to think about how do we gain that user experience with this augmented analytics tools, and then work backwards to have the right talent, processes and technology to enable that. And finally, and obviously with COVID a lot of pressure in organizations and companies to do more with less, and the solution that most leaders I see are taking is to just minimize cost sometimes and cut budget. We have to do the opposite, we have to actually invest some growth areas, but do it by business question. Don't do it by function, if you actually invest in these kind of solutions, if you actually invest on developing your talent, your leadership, to see more digitally, if you actually invest on fixing your data platform is not just an incremental cost, it's actually this investment is going to offset all those hidden costs and inefficiencies that you have on your system, because people are doing a lot of work in working very hard but it's not efficiency, and it's not working in the way that you might want to work. So there is a lot of opportunity there, and you just to put it into some perspective, there have been some studies in the past about you know, how do we kind of measure the impact of data? And obviously this is going to vary by organization, maturity there's going to be a lot of factors. I've been in companies who have very clean, good data to work with, and I think with companies that we have to start basically from scratch. So it all depends on your maturity level, but in this study what I think is interesting is, they try to put a tagline or attack price to what is a cost of incomplete data. So in this case, it's about 10 times as much to complete a unit of work, when you have data that is flawed as opposed to have imperfect data. So let me put that just in perspective, just as an example, right? Imagine you are trying to do something and you have to do 100 things in a project, and each time you do something it's going to cost you a dollar. So if you have perfect data, the total cost of that project might be a $100. But now let's say you have any percent perfect data and 20% flow data, by using this assumption that flow data is 10 times as costly as perfect data, your total costs now becomes $280 as opposed to $100, this just for you to really think about as a CIO, CTO, you know CSRO, CEO, are we really paying attention and really closing the gaps that we have on our infrastructure? If we don't do that, it's hard sometimes to see the snowball effect or to measure the overall impact, but as you can tell, the price tag goes up very, very quickly. So now, if I were to say, how do I communicate this? Or how do I break through some of these challenges or some of these barriers, right? I think the key is I am in analytics, I know statistics obviously, and love modeling and you know, data and optimization theory and all that stuff, that's what I can do analytics, but now as a leader and as a change agent, I need to speak about value, and in this case, for example for Schneider, there was this tagline coffee of your energy. So the number one thing that they were asking from the analytics team was actually efficiency, which to me was very interesting. But once I understood that I understood what kind of language to use, how to connect it to the overall strategy and basically how to bring in the right leaders, because you need to, you know, focus on the leaders that you're going to make the most progress. You know, again, low effort, high value, you need to make sure you centralize all the data as you can, you need to bring in some kind of augmented analytics, you know, solution, and finally you need to make it super simple for the you know, in this case, I was working with the HR teams and other areas, so they can have access to one portal. They don't have to be confused and looking for 10 different places to find information. I think if you can actually have those four foundational pillars, obviously under the guise of having a data-driven culture, that's when you can actually make the impact. So in our case, it was about three years total transformation but it was two years for this component of augmented analytics. It took about two years to talk to, you know, IT, get leadership support, find the budgeting, you know, get everybody on board, make sure the success criteria was correct. And we call this initiative, the people analytics, I pulled up, it was actually launched in July of this year. And we were very excited and the audience was very excited to do this. In this case, we did our pilot in North America for many, many manufacturers, but one thing that is really important is as you bring along your audience on this, you know, you're going from Excel, you know in some cases or Tableau to other tools like you know, ThoughtSpot, you need to really explain them, what is the difference, and how these two can truly replace some of the spreadsheets or some of the views that you might have on these other kind of tools. Again, Tableau, I think it's a really good tool, there are other many tools that you might have in your toolkit. But in my case, personally I feel that you need to have one portal going back to seeing these points that really truly enable the end user. And I feel that this is the right solution for us, right? And I will show you some of the findings that we had in the pilot in the last two months. So this was a huge victory, and I will tell you why, because it took a lot of effort for us to get to these stations. Like I said it's been years for us to kind of lay the foundation, get the leadership and chasing culture, so people can understand why you truly need to invest what I meant analytics. And so what I'm showing here is an example of how do we use basically, you know a tool to capturing video, the qualitative findings that we had, plus the quantitative insights that we have. So in this case, our preliminary results based on our ambition for three main metrics, hours saved, user experience and adoption. So for hours saved, our ambition was to have 10 hours per week per employee save on average, user experience or ambition was 4.5 and adoption 80%. In just two months, two months and a half of the pilot we were able to achieve five hours, per week per employee savings. I used to experience for 4.3 out of five, and adoption of 60%. Really, really amazing work. But again, it takes a lot of collaboration for us to get to the stage from IT, legal, communications obviously the operations things and the users, in HR safety and other areas that might be basically stakeholders in this whole process. So just to summarize this kind of effort takes a lot of energy, you are a change agent, you need to have a courage to make these decision and understand that, I feel that in this day and age with all this disruption happening, we don't have a choice. We have to take the risk, right? And in this case, I feel a lot of satisfaction in how we were able to gain all these very souls for this organization, and that gave me the confidence to know that the work has been done, and we are now in a different stage for the organization. And so for me it safe to say, thank you for everybody who has believed obviously in our vision, everybody who has believed in, you know, the word that we were trying to do and to make the life for, you know workforce or customers that are in community better. As you can tell, there is a lot of effort, there is a lot of collaboration that is needed to do something like this. In the end, I feel very satisfied with the accomplishments of this transformation, and I just want to tell for you, if you are going right now in a moment that you feel that you have to swim upstream you know, what would mentors what people in this industry that can help you out and guide you on this kind of a transformation is not easy to do is high effort but is well worth it. And with that said, I hope you are well and it's been a pleasure talking to you, talk to you soon, take care. >> Thank you Gustavo, that was amazing. All right, let's go to the panel. (soft upbeat music) >> I think we can all agree how valuable it is to hear from practitioners, and I want to thank the panel for sharing their knowledge with the community, and one common challenge that I heard you all talk about was bringing your leadership and your teams along on the journey with you. We talk about this all the time, and it is critical to have support from the top, why? Because it directs the middle, and then it enables bottoms up innovation effects from the cultural transformation that you guys all talked about. It seems like another common theme we heard, is that you all prioritize database decision making in your organizations, and you combine two of your most valuable assets to do that, and create leverage, employees on the front lines, and of course the data. That was rightly pointed out, Tom, the pandemic has accelerated the need for really leaning into this. You know, the old saying, if it ain't broke, don't fix it, well COVID's broken everything. And it's great to hear from our experts, you know, how to move forward, so let's get right into it. So Gustavo let's start with you if I'm an aspiring change agent, and let's say I'm a budding data leader. What do I need to start doing? What habits do I need to create for long lasting success? >> I think curiosity is very important. You need to be, like I say, in tune to what is happening not only in your specific field, like I have a passion for analytics, I can do this for 50 years plus, but I think you need to understand wellbeing other areas across not only a specific business as you know, I come from, you know, Sam's Club Walmart retail, I mean energy management technology. So you have to try to push yourself and basically go out of your comfort zone. I mean, if you are staying in your comfort zone and you want to use lean continuous improvement that's just going to take you so far. What you have to do is and that's what I tried to do is I try to go into areas, businesses and transformations that make me, you know stretch and develop as a leader. That's what I'm looking to do, so I can help transform the functions organizations, and do these change management and decisions mindset as required for these kinds of efforts. >> Thank you for that is inspiring and Cindi, you love data, and the data is pretty clear that diversity is a good business, but I wonder if you can add your perspectives to this conversation. >> Yeah, so Michelle has a new fan here because she has found her voice, I'm still working on finding mine. And it's interesting because I was raised by my dad, a single dad, so he did teach me how to work in a predominantly male environment. But why I think diversity matters more now than ever before, and this is by gender, by race, by age, by just different ways of working and thinking is because as we automate things with AI, if we do not have diverse teams looking at the data and the models, and how they're applied, we risk having bias at scale. So this is why I think I don't care what type of minority, you are finding your voice, having a seat at the table and just believing in the impact of your work has never been more important. And as Michelle said more possible >> Great perspectives thank you, Tom, I want to go to you. I mean, I feel like everybody in our businesses in some way, shape or form become a COVID expert but what's been the impact of the pandemic on your organization's digital transformation plans? >> We've seen a massive growth actually you know, in a digital business over the last 12 months really, even in celebration, right? Once COVID hit, we really saw that in the 200 countries and territories that we operate in today and service our customers and today, that there's been a huge need, right? To send money, to support family, to support friends and loved ones across the world. And as part of that, you know, we are very honored to support those customers that we across all the centers today. But as part of that celebration, we need to make sure that we had the right architecture and the right platforms to basically scale, right? To basically support and provide the right kind of security for our customers going forward. So as part of that, we did do some pivots and we did celebrate some of our plans on digital to help support that overall growth coming in, and to support our customers going forward. Because there were these times during this pandemic, right? This is the most important time, and we need to support those that we love and those that we care about. And in doing that, it's one of those ways is actually by sending money to them, support them financially. And that's where really are part of that our services come into play that, you know, I really support those families. So it was really a great opportunity for us to really support and really bring some of our products to this level, and supporting our business going forward. >> Awesome, thank you. Now I want to come back to Gustavo, Tom, I'd love for you to chime in too. Did you guys ever think like you were pushing the envelope too much and doing things with data or the technology that was just maybe too bold, maybe you felt like at some point it was failing, or you pushing your people too hard, can you share that experience and how you got through it? >> Yeah, the way I look at it is, you know, again, whenever I go to an organization I ask the question, Hey, how fast you would like to conform?" And, you know, based on the agreements on the leadership and the vision that we want to take place, I take decisions and I collaborate in a specific way. Now, in the case of COVID, for example, right? It forces us to remove silos and collaborate in a faster way, so to me it was an opportunity to actually integrate with other areas and drive decisions faster. But make no mistake about it, when you are doing a transformation, you are obviously trying to do things faster than sometimes people are comfortable doing and you need to be okay with that. Sometimes you need to be okay with tension, or you need to be okay, you know debating points or making repetitive business cases onto people connect with the decision because you understand, and you are seeing that, hey, the CEO is making a one, two year, you know, efficiency goal, the only way for us to really do more with less is for us to continue this path. We cannot just stay with the status quo, we need to find a way to accelerate transformation... >> How about you Tom, we were talking earlier was Sudheesh had said about that bungee jumping moment, what can you share? >> Yeah you know, I think you hit upon it. Right now, the pace of change will be the slowest pace that you see for the rest of your career. So as part of that, right? That's what I tell my team is that you need to feel comfortable being uncomfortable. I mean, that we have to be able to basically scale, right? Expand and support that the ever changing needs the marketplace and industry and our customers today and that pace of change that's happening, right? And what customers are asking for, and the competition the marketplace, it's only going to accelerate. So as part of that, you know, as we look at what how you're operating today in your current business model, right? Things are only going to get faster. So you have to plan into align, to drive the actual transformation, so that you can scale even faster into the future. So as part of that, so we're putting in place here, right? Is how do we create that underlying framework and foundation that allows the organization to basically continue to scale and evolve into the future? >> We're definitely out of our comfort zones, but we're getting comfortable with it. So, Cindi, last question, you've worked with hundreds of organizations, and I got to believe that you know, some of the advice you gave when you were at Gartner, which is pre COVID, maybe sometimes clients didn't always act on it. You know, they're not on my watch for whatever variety of reasons, but it's being forced on them now, but knowing what you know now that you know, we're all in this isolation economy how would you say that advice has changed, has it changed? What's your number one action and recommendation today? >> Yeah well, first off, Tom just freaked me out. What do you mean this is the slowest ever? Even six months ago, I was saying the pace of change in data and analytics is frenetic. So, but I think you're right, Tom, the business and the technology together is forcing this change. Now, Dave, to answer your question, I would say the one bit of advice, maybe I was a little more, very aware of the power in politics and how to bring people along in a way that they are comfortable, and now I think it's, you know what? You can't get comfortable. In fact, we know that the organizations that were already in the cloud, have been able to respond and pivot faster. So if you really want to survive as Tom and Gustavo said, get used to being uncomfortable, the power and politics are going to happen. Break the rules, get used to that and be bold. Do not be afraid to tell somebody they're wrong and they're not moving fast enough. I do think you have to do that with empathy as Michelle said, and Gustavo, I think that's one of the key words today besides the bungee jumping. So I want to know where's Sudheesh going to go on bungee jumping? (all chuckling) >> That's fantastic discussion really. Thanks again to all the panelists and the guests, it was really a pleasure speaking with you today. Really virtually all of the leaders that I've spoken to in theCUBE program recently, they tell me that the pandemic is accelerating so many things, whether it's new ways to work, we heard about new security models and obviously the need for cloud. I mean, all of these things are driving true enterprise wide digital transformation, not just as I said before lip service. And sometimes we minimize the importance and the challenge of building culture and in making this transformation possible. But when it's done right, the right culture is going to deliver tremendous results. Yeah, what does that mean getting it right? Everybody's trying to get it right. My biggest takeaway today, is it means making data part of the DNA of your organization. And that means making it accessible to the people in your organization that are empowered to make decisions that can drive you revenue, cut costs, speed, access to critical care, whatever the mission is of your organization. Data can create insights and informed decisions that drive value. Okay, let's bring back Sudheesh and wrap things up. Sudheesh please bring us home. >> Thank you, thank you Dave, thank you theCUBE team, and thanks goes to all of our customers and partners who joined us, and thanks to all of you for spending the time with us. I want to do three quick things and then close it off. The first thing is I want to summarize the key takeaways that I had from all four of our distinguished speakers. First, Michelle, I was simply put it, she said it really well, that is be brave and drive. Don't go for a drive along, that is such an important point. Often times, you know that I think that you have to do to make the positive change that you want to see happen. But you wait for someone else to do it, why not you? Why don't you be the one making that change happen? That's the thing that I picked up from Michelle's talk. Cindi talked about finding the importance of finding your voice, taking that chair, whether it's available or not and making sure that your ideas, your voices are heard and if it requires some force then apply that force, make sure your ideas are good. Gustavo talked about the importance of building consensus, not going at things all alone sometimes building the importance of building the courtroom. And that is critical because if you want the changes to last, you want to make sure that the organization is fully behind it. Tom instead of a single take away, what I was inspired by is the fact that a company that is 170 years old, 170 years old, 200 companies and 200 countries they're operating in, and they were able to make the change that is necessary through this difficult time. So in a matter of months, if they could do it, anyone could. The second thing I want to do is to leave you with a takeaway that is I would like you to go to thoughtspot.com/nfl because our team has made an app for NFL on Snowflake. I think you will find this interesting now that you are inspired and excited because of Michelle's talk. And the last thing is, please go to thoughtspot.com/beyond, our global user conferences happening in this December, we would love to have you join us. It's again, virtual, you can join from anywhere, we are expecting anywhere from five to 10,000 people, and we would love to have you join and see what we would have been up to since the last year. We have a lot of amazing things in store for you, our customers, our partners, our collaborators, they will be coming and sharing, you'll be sharing things that you have been working to release something that will come out next year. And also some of the crazy ideas for engineers I've been cooking up. All of those things will be available for you at ThoughtSpot Beyond, thank you, thank you so much.

Published Date : Oct 10 2020

SUMMARY :

and the change every to you by ThoughtSpot, to join you virtually. and of course to our audience, and insights that you talked about. and talk to you about being So you and I share a love of Great, and I'm getting the feeling now and you can find the common So I thank you for your metership here. and the time to maturity or go to Yahoo and you and how long have you and we have a lot more to go, a change agent that I've had the pleasure in the past about you know, All right, let's go to the panel. and of course the data. that's just going to take you so far. and the data is pretty and the models, and how they're applied, in our businesses in some way, and the right platforms and how you got through it? and the vision that we want to that you see for the rest of your career. to believe that you know, and how to bring people along in a way the right culture is going to the changes to last, you want to make sure

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave VellantePERSON

0.99+

TomPERSON

0.99+

SudheeshPERSON

0.99+

GustavoPERSON

0.99+

MichellePERSON

0.99+

VerizonORGANIZATION

0.99+

DavePERSON

0.99+

October 19DATE

0.99+

HSBCORGANIZATION

0.99+

1987DATE

0.99+

January 2017DATE

0.99+

CindiPERSON

0.99+

MedtronicORGANIZATION

0.99+

EuropeLOCATION

0.99+

Thomas MazzaferroPERSON

0.99+

October 18DATE

0.99+

2.5 billionQUANTITY

0.99+

Wells FargoORGANIZATION

0.99+

Dave VolantePERSON

0.99+

DisneyORGANIZATION

0.99+

2018DATE

0.99+

TD BankORGANIZATION

0.99+

threeQUANTITY

0.99+

five hoursQUANTITY

0.99+

80%QUANTITY

0.99+

10 hoursQUANTITY

0.99+

March 13thDATE

0.99+

ThoughtSpotORGANIZATION

0.99+

GartnerORGANIZATION

0.99+

two sidesQUANTITY

0.99+

20%QUANTITY

0.99+

$280QUANTITY

0.99+

IBMORGANIZATION

0.99+

10 timesQUANTITY

0.99+

Las VegasLOCATION

0.99+

$100QUANTITY

0.99+

Schneider ElectricORGANIZATION

0.99+

July 19DATE

0.99+

EMCORGANIZATION

0.99+

Alabama Crimson TideORGANIZATION

0.99+

60%QUANTITY

0.99+

fiveQUANTITY

0.99+

1986DATE

0.99+

Western UnionORGANIZATION

0.99+

12-monthQUANTITY

0.99+

48.1%QUANTITY

0.99+

JP Morgan ChaseORGANIZATION

0.99+

Amazon Web ServicesORGANIZATION

0.99+

KievLOCATION

0.99+

DellORGANIZATION

0.99+

53 percentQUANTITY

0.99+

20,000QUANTITY

0.99+

Thought.Leaders Digital 2020 | Japan


 

(speaks in foreign language) >> Narrator: Data is at the heart of transformation and the change every company needs to succeed, but it takes more than new technology. It's about teams, talent, and cultural change. Empowering everyone on the front lines to make decisions, all at the speed of digital. The transformation starts with you. It's time to lead the way, it's time for thought leaders. >> Welcome to Thought Leaders, a digital event brought to you by ThoughtSpot. My name is Dave Vellante. The purpose of this day is to bring industry leaders and experts together to really try and understand the important issues around digital transformation. We have an amazing lineup of speakers and our goal is to provide you with some best practices that you can bring back and apply to your organization. Look, data is plentiful, but insights are not. ThoughtSpot is disrupting analytics by using search and machine intelligence to simplify data analysis, and really empower anyone with fast access to relevant data. But in the last 150 days, we've had more questions than answers. Creating an organization that puts data and insights at their core, requires not only modern technology, but leadership, a mindset and a culture that people often refer to as data-driven. What does that mean? How can we equip our teams with data and fast access to quality information that can turn insights into action. And today, we're going to hear from experienced leaders, who are transforming their organizations with data, insights and creating digital-first cultures. But before we introduce our speakers, I'm joined today by two of my co-hosts from ThoughtSpot. First, Chief Data Strategy Officer for ThoughtSpot is Cindi Hausen. Cindi is an analytics and BI expert with 20 plus years experience and the author of Successful Business Intelligence Unlock The Value of BI and Big Data. Cindi was previously the lead analyst at Gartner for the data and analytics magic quadrant. And early last year, she joined ThoughtSpot to help CDOs and their teams understand how best to leverage analytics and AI for digital transformation. Cindi, great to see you, welcome to the show. >> Thank you, Dave. Nice to join you virtually. >> Now our second cohost and friend of theCUBE is ThoughtSpot CEO Sudheesh Nair. Hello Sudheesh, how are you doing today? >> I am well Dave, it's good to talk to you again. >> It's great to see you. Thanks so much for being here. Now Sudheesh, please share with us why this discussion is so important to your customers and of course, to our audience and what they're going to learn today? (gentle music) >> Thanks, Dave, I wish you were there to introduce me into every room that I walk into because you have such an amazing way of doing it. It makes me feel also good. Look, since we have all been cooped up in our homes, I know that the vendors like us, we have amped up our, you know, sort of effort to reach out to you with invites for events like this. So we are getting way more invites for events like this than ever before. So when we started planning for this, we had three clear goals that we wanted to accomplish. And our first one that when you finish this and walk away, we want to make sure that you don't feel like it was a waste of time. We want to make sure that we value your time, and this is going to be useful. Number two, we want to put you in touch with industry leaders and thought leaders, and generally good people that you want to hang around with long after this event is over. And number three, as we plan through this, you know, we are living through these difficult times, we want an event to be, this event to be more of an uplifting and inspiring event too. Now, the challenge is, how do you do that with the team being change agents? Because change and as much as we romanticize it, it is not one of those uplifting things that everyone wants to do or likes to do. The way I think of it, change is sort of like, if you've ever done bungee jumping. You know, it's like standing on the edges, waiting to make that one more step. You know, all you have to do is take that one step and gravity will do the rest, but that is the hardest step to take. Change requires a lot of courage and when we are talking about data and analytics, which is already like such a hard topic, not necessarily an uplifting and positive conversation, in most businesses it is somewhat scary. Change becomes all the more difficult. Ultimately change requires courage. Courage to to, first of all, challenge the status quo. People sometimes are afraid to challenge the status quo because they are thinking that, "You know, maybe I don't have the power to make the change that the company needs. Sometimes I feel like I don't have the skills." Sometimes they may feel that, I'm probably not the right person to do it. Or sometimes the lack of courage manifest itself as the inability to sort of break the silos that are formed within the organizations, when it comes to data and insights that you talked about. You know, there are people in the company, who are going to hog the data because they know how to manage the data, how to inquire and extract. They know how to speak data, they have the skills to do that, but they are not the group of people who have sort of the knowledge, the experience of the business to ask the right questions off the data. So there is this silo of people with the answers and there is a silo of people with the questions, and there is gap. These sort of silos are standing in the way of making that necessary change that we all I know the business needs, and the last change to sort of bring an external force sometimes. It could be a tool, it could be a platform, it could be a person, it could be a process, but sometimes no matter how big the company is or how small the company is. You may need to bring some external stimuli to start that domino of the positive changes that are necessary. The group of people that we have brought in, the four people, including Cindi, that you will hear from today are really good at practically telling you how to make that step, how to step off that edge, how to trust the rope that you will be safe and you're going to have fun. You will have that exhilarating feeling of jumping for a bungee jump. All four of them are exceptional, but my honor is to introduce Michelle and she's our first speaker. Michelle, I am very happy after watching her presentation and reading her bio, that there are no country vital worldwide competition for cool patents, because she will beat all of us because when her children were small, you know, they were probably into Harry Potter and Disney and she was managing a business and leading change there. And then as her kids grew up and got to that age, where they like football and NFL, guess what? She's the CIO of NFL. What a cool mom. I am extremely excited to see what she's going to talk about. I've seen the slides with a bunch of amazing pictures, I'm looking to see the context behind it. I'm very thrilled to make the acquaintance of Michelle. I'm looking forward to her talk next. Welcome Michelle. It's over to you. (gentle music) >> I'm delighted to be with you all today to talk about thought leadership. And I'm so excited that you asked me to join you because today I get to be a quarterback. I always wanted to be one. This is about as close as I'm ever going to get. So, I want to talk to you about quarterbacking our digital revolution using insights, data and of course, as you said, leadership. First, a little bit about myself, a little background. As I said, I always wanted to play football and this is something that I wanted to do since I was a child but when I grew up, girls didn't get to play football. I'm so happy that that's changing and girls are now doing all kinds of things that they didn't get to do before. Just this past weekend on an NFL field, we had a female coach on two sidelines and a female official on the field. I'm a lifelong fan and student of the game of football. I grew up in the South. You can tell from the accent and in the South football is like a religion and you pick sides. I chose Auburn University working in the athletic department, so I'm testament. Till you can start, a journey can be long. It took me many, many years to make it into professional sports. I graduated in 1987 and my little brother, well not actually not so little, he played offensive line for the Alabama Crimson Tide. And for those of you who know SEC football, you know this is a really big rivalry, and when you choose sides your family is divided. So it's kind of fun for me to always tell the story that my dad knew his kid would make it to the NFL, he just bet on the wrong one. My career has been about bringing people together for memorable moments at some of America's most iconic brands, delivering memories and amazing experiences that delight. From Universal Studios, Disney, to my current position as CIO of the NFL. In this job, I'm very privileged to have the opportunity to work with a team that gets to bring America's game to millions of people around the world. Often, I'm asked to talk about how to create amazing experiences for fans, guests or customers. But today, I really wanted to focus on something different and talk to you about being behind the scenes and backstage. Because behind every event, every game, every awesome moment, is execution. Precise, repeatable execution and most of my career has been behind the scenes doing just that. Assembling teams to execute these plans and the key way that companies operate at these exceptional levels is making good decisions, the right decisions, at the right time and based upon data. So that you can translate the data into intelligence and be a data-driven culture. Using data and intelligence is an important way that world-class companies do differentiate themselves, and it's the lifeblood of collaboration and innovation. Teams that are working on delivering these kind of world class experiences are often seeking out and leveraging next generation technologies and finding new ways to work. I've been fortunate to work across three decades of emerging experiences, which each required emerging technologies to execute. A little bit first about Disney. In '90s I was at Disney leading a project called Destination Disney, which it's a data project. It was a data project, but it was CRM before CRM was even cool and then certainly before anything like a data-driven culture was ever brought up. But way back then we were creating a digital backbone that enabled many technologies for the things that you see today. Like the MagicBand, Disney's Magical Express. My career at Disney began in finance, but Disney was very good about rotating you around. And it was during one of these rotations that I became very passionate about data. I kind of became a pain in the butt to the IT team asking for data, more and more data. And I learned that all of that valuable data was locked up in our systems. All of our point of sales systems, our reservation systems, our operation systems. And so I became a shadow IT person in marketing, ultimately, leading to moving into IT and I haven't looked back since. In the early 2000s, I was at Universal Studio's theme park as their CIO preparing for and launching the Wizarding World of Harry Potter. Bringing one of history's most memorable characters to life required many new technologies and a lot of data. Our data and technologies were embedded into the rides and attractions. I mean, how do you really think a wand selects you at a wand shop. As today at the NFL, I am constantly challenged to do leading edge technologies, using things like sensors, AI, machine learning and all new communication strategies, and using data to drive everything, from player performance, contracts, to where we build new stadiums and hold events. With this year being the most challenging, yet rewarding year in my career at the NFL. In the middle of a global pandemic, the way we are executing on our season is leveraging data from contact tracing devices joined with testing data. Talk about data actually enabling your business. Without it we wouldn't be having a season right now. I'm also on the board of directors of two public companies, where data and collaboration are paramount. First, RingCentral, it's a cloud based unified communications platform and collaboration with video message and phone, all-in-one solution in the cloud and Quotient Technologies, whose product is actually data. The tagline at Quotient is The Result in Knowing. I think that's really important because not all of us are data companies, where your product is actually data, but we should operate more like your product is data. I'd also like to talk to you about four areas of things to think about as thought leaders in your companies. First, just hit on it, is change. how to be a champion and a driver of change. Second, how to use data to drive performance for your company and measure performance of your company. Third, how companies now require intense collaboration to operate and finally, how much of this is accomplished through solid data-driven decisions. First, let's hit on change. I mean, it's evident today more than ever, that we are in an environment of extreme change. I mean, we've all been at this for years and as technologists we've known it, believed it, lived it. And thankfully, for the most part, knock on wood, we were prepared for it. But this year everyone's cheese was moved. All the people in the back rooms, IT, data architects and others were suddenly called to the forefront because a global pandemic has turned out to be the thing that is driving intense change in how people work and analyze their business. On March 13th, we closed our office at the NFL in the middle of preparing for one of our biggest events, our kickoff event, The 2020 Draft. We went from planning a large event in Las Vegas under the bright lights, red carpet stage, to smaller events in club facilities. And then ultimately, to one where everyone coaches, GMs, prospects and even our commissioner were at home in their basements and we only had a few weeks to figure it out. I found myself for the first time, being in the live broadcast event space. Talking about bungee jumping, this is really what it felt like. It was one in which no one felt comfortable because it had not been done before. But leading through this, I stepped up, but it was very scary, it was certainly very risky, but it ended up being also rewarding when we did it. And as a result of this, some things will change forever. Second, managing performance. I mean, data should inform how you're doing and how to get your company to perform at its level, highest level. As an example, the NFL has always measured performance, obviously, and it is one of the purest examples of how performance directly impacts outcome. I mean, you can see performance on the field, you can see points being scored and stats, and you immediately know that impact. Those with the best stats usually win the games. The NFL has always recorded stats. Since the beginning of time here at the NFL a little... This year is our 101st year and athlete's ultimate success as a player has also always been greatly impacted by his stats. But what has changed for us is both how much more we can measure and the immediacy with which it can be measured and I'm sure in your business it's the same. The amount of data you must have has got to have quadrupled recently. And how fast do you need it and how quickly you need to analyze it is so important. And it's very important to break the silos between the keys to the data and the use of the data. Our next generation stats platform is taking data to the next level. It's powered by Amazon Web Services and we gather this data, real-time from sensors that are on players' bodies. We gather it in real time, analyze it, display it online and on broadcast. And of course, it's used to prepare week to week in addition to what is a normal coaching plan would be. We can now analyze, visualize, route patterns, speed, match-ups, et cetera, so much faster than ever before. We're continuing to roll out sensors too, that will gather more and more information about a player's performance as it relates to their health and safety. The third trend is really, I think it's a big part of what we're feeling today and that is intense collaboration. And just for sort of historical purposes, it's important to think about, for those of you that are IT professionals and developers, you know, more than 10 years ago agile practices began sweeping companies. Where small teams would work together rapidly in a very flexible, adaptive and innovative way and it proved to be transformational. However today, of course that is no longer just small teams, the next big wave of change and we've seen it through this pandemic, is that it's the whole enterprise that must collaborate and be agile. If I look back on my career, when I was at Disney, we owned everything 100%. We made a decision, we implemented it. We were a collaborative culture but it was much easier to push change because you own the whole decision. If there was buy-in from the top down, you got the people from the bottom up to do it and you executed. At Universal, we were a joint venture. Our attractions and entertainment was licensed. Our hotels were owned and managed by other third parties, so influence and collaboration, and how to share across companies became very important. And now here I am at the NFL an even the bigger ecosystem. We have 32 clubs that are all separate businesses, 31 different stadiums that are owned by a variety of people. We have licensees, we have sponsors, we have broadcast partners. So it seems that as my career has evolved, centralized control has gotten less and less and has been replaced by intense collaboration, not only within your own company but across companies. The ability to work in a collaborative way across businesses and even other companies, that has been a big key to my success in my career. I believe this whole vertical integration and big top-down decision-making is going by the wayside in favor of ecosystems that require cooperation, yet competition to co-exist. I mean, the NFL is a great example of what we call co-oppetition, which is cooperation and competition. We're in competition with each other, but we cooperate to make the company the best it can be. And at the heart of these items really are data-driven decisions and culture. Data on its own isn't good enough. You must be able to turn it to insights. Partnerships between technology teams who usually hold the keys to the raw data and business units, who have the knowledge to build the right decision models is key. If you're not already involved in this linkage, you should be, data mining isn't new for sure. The availability of data is quadrupling and it's everywhere. How do you know what to even look at? How do you know where to begin? How do you know what questions to ask? It's by using the tools that are available for visualization and analytics and knitting together strategies of the company. So it begins with, first of all, making sure you do understand the strategy of the company. So in closing, just to wrap up a bit, many of you joined today, looking for thought leadership on how to be a change agent, a change champion, and how to lead through transformation. Some final thoughts are be brave and drive. Don't do the ride along program, it's very important to drive. Driving can be high risk, but it's also high reward. Embracing the uncertainty of what will happen is how you become brave. Get more and more comfortable with uncertainty, be calm and let data be your map on your journey. Thanks. >> Michelle, thank you so much. So you and I share a love of data and a love of football. You said you want to be the quarterback. I'm more an a line person. >> Well, then I can't do my job without you. >> Great and I'm getting the feeling now, you know, Sudheesh is talking about bungee jumping. My vote is when we're past this pandemic, we both take him to the Delaware Water Gap and we do the cliff jumping. >> Oh that sounds good, I'll watch your watch. >> Yeah, you'll watch, okay. So Michelle, you have so many stakeholders, when you're trying to prioritize the different voices you have the players, you have the owners, you have the league, as you mentioned, the broadcasters, your partners here and football mamas like myself. How do you prioritize when there are so many different stakeholders that you need to satisfy? >> I think balancing across stakeholders starts with aligning on a mission and if you spend a lot of time understanding where everyone's coming from, and you can find the common thread that ties them all together. You sort of do get them to naturally prioritize their work and I think that's very important. So for us at the NFL and even at Disney, it was our core values and our core purpose is so well known and when anything challenges that, we're able to sort of lay that out. But as a change agent, you have to be very empathetic, and I would say empathy is probably your strongest skill if you're a change agent and that means listening to every single stakeholder. Even when they're yelling at you, even when they're telling you your technology doesn't work and you know that it's user error, or even when someone is just emotional about what's happening to them and that they're not comfortable with it. So I think being empathetic, and having a mission, and understanding it is sort of how I prioritize and balance. >> Yeah, empathy, a very popular word this year. I can imagine those coaches and owners yelling, so thank you for your leadership here. So Michelle, I look forward to discussing this more with our other customers and disruptors joining us in a little bit. >> (gentle music) So we're going to take a hard pivot now and go from football to Chernobyl. Chernobyl, what went wrong? 1986, as the reactors were melting down, they had the data to say, "This is going to be catastrophic," and yet the culture said, "No, we're perfect, hide it. Don't dare tell anyone." Which meant they went ahead and had celebrations in Kiev. Even though that increased the exposure, additional thousands getting cancer and 20,000 years before the ground around there can even be inhabited again. This is how powerful and detrimental a negative culture, a culture that is unable to confront the brutal facts that hides data. This is what we have to contend with and this is why I want you to focus on having, fostering a data-driven culture. I don't want you to be a laggard. I want you to be a leader in using data to drive your digital transformation. So I'll talk about culture and technology, is it really two sides of the same coin? Real-world impacts and then some best practices you can use to disrupt and innovate your culture. Now, oftentimes I would talk about culture and I talk about technology. And recently a CDO said to me, "You know, Cindi, I actually think this is two sides of the same coin, one reflects the other." What do you think? Let me walk you through this. So let's take a laggard. What does the technology look like? Is it based on 1990s BI and reporting, largely parametrized reports, on-premises data warehouses, or not even that operational reports. At best one enterprise data warehouse, very slow moving and collaboration is only email. What does that culture tell you? Maybe there's a lack of leadership to change, to do the hard work that Sudheesh referred to, or is there also a culture of fear, afraid of failure, resistance to change, complacency. And sometimes that complacency, it's not because people are lazy. It's because they've been so beaten down every time a new idea is presented. It's like, "No, we're measured on least to serve." So politics and distrust, whether it's between business and IT or individual stakeholders is the norm, so data is hoarded. Let's contrast that with the leader, a data and analytics leader, what does their technology look like? Augmented analytics, search and AI driven insights, not on-premises but in the cloud and maybe multiple clouds. And the data is not in one place but it's in a data lake and in a data warehouse, a logical data warehouse. The collaboration is via newer methods, whether it's Slack or Teams, allowing for that real-time decisioning or investigating a particular data point. So what is the culture in the leaders? It's transparent and trust. There is a trust that data will not be used to punish, that there is an ability to confront the bad news. It's innovation, valuing innovation in pursuit of the company goals. Whether it's the best fan experience and player safety in the NFL or best serving your customers, it's innovative and collaborative. There's none of this, "Oh, well, I didn't invent that. I'm not going to look at that." There's still pride of ownership, but it's collaborating to get to a better place faster. And people feel empowered to present new ideas, to fail fast and they're energized knowing that they're using the best technology and innovating at the pace that business requires. So data is democratized and democratized, not just for power users or analysts, but really at the point of impact, what we like to call the new decision-makers or really the frontline workers. So Harvard Business Review partnered with us to develop this study to say, "Just how important is this? We've been working at BI and analytics as an industry for more than 20 years, why is it not at the front lines? Whether it's a doctor, a nurse, a coach, a supply chain manager, a warehouse manager, a financial services advisor." 87% said they would be more successful if frontline workers were empowered with data-driven insights, but they recognize they need new technology to be able to do that. It's not about learning hard tools. The sad reality only 20% of organizations are actually doing this. These are the data-driven leaders. So this is the culture and technology, how did we get here? It's because state-of-the-art keeps changing. So the first generation BI and analytics platforms were deployed on-premises, on small datasets, really just taking data out of ERP systems that were also on-premises and state-of-the-art was maybe getting a management report, an operational report. Over time, visual based data discovery vendors disrupted these traditional BI vendors, empowering now analysts to create visualizations with the flexibility on a desktop, sometimes larger data, sometimes coming from a data warehouse. The current state-of-the-art though, Gartner calls it augmented analytics. At ThoughtSpot, we call it search and AI driven analytics, and this was pioneered for large scale data sets, whether it's on-premises or leveraging the cloud data warehouses. And I think this is an important point, oftentimes you, the data and analytics leaders, will look at these two components separately. But you have to look at the BI and analytics tier in lock-step with your data architectures to really get to the granular insights and to leverage the capabilities of AI. Now, if you've never seen ThoughtSpot, I'll just show you what this looks like. Instead of somebody hard coding a report, it's typing in search keywords and very robust keywords contains rank, top, bottom, getting to a visual visualization that then can be pinned to an existing pin board that might also contain insights generated by an AI engine. So it's easy enough for that new decision maker, the business user, the non-analyst to create themselves. Modernizing the data and analytics portfolio is hard because the pace of change has accelerated. You used to be able to create an investment, place a bet for maybe 10 years. A few years ago, that time horizon was five years. Now, it's maybe three years and the time to maturity has also accelerated. So you have these different components, the search and AI tier, the data science tier, data preparation and virtualization but I would also say, equally important is the cloud data warehouse. And pay attention to how well these analytics tools can unlock the value in these cloud data warehouses. So ThoughtSpot was the first to market with search and AI driven insights. Competitors have followed suit, but be careful, if you look at products like Power BI or SAP analytics cloud, they might demo well, but do they let you get to all the data without moving it in products like Snowflake, Amazon Redshift, or Azure Synapse, or Google BigQuery, they do not. They require you to move it into a smaller in-memory engine. So it's important how well these new products inter-operate. The pace of change, its acceleration, Gartner recently predicted that by 2022, 65% of analytical queries will be generated using search or NLP or even AI and that is roughly three times the prediction they had just a couple of years ago. So let's talk about the real world impact of culture and if you've read any of my books or used any of the maturity models out there, whether the Gartner IT Score that I worked on or the Data Warehousing Institute also has a maturity model. We talk about these five pillars to really become data-driven. As Michelle spoke about, it's focusing on the business outcomes, leveraging all the data, including new data sources, it's the talent, the people, the technology and also the processes. And often when I would talk about the people in the talent, I would lump the culture as part of that. But in the last year, as I've traveled the world and done these digital events for thought leaders. You have told me now culture is absolutely so important, and so we've pulled it out as a separate pillar. And in fact, in polls that we've done in these events, look at how much more important culture is as a barrier to becoming data-driven. It's three times as important as any of these other pillars. That's how critical it is. And let's take an example of where you can have great data, but if you don't have the right culture, there's devastating impacts. And I will say I have been a loyal customer of Wells Fargo for more than 20 years, but look at what happened in the face of negative news with data. It said, "Hey, we're not doing good cross-selling, customers do not have both a checking account and a credit card and a savings account and a mortgage." They opened fake accounts facing billions in fines, change in leadership that even the CEO attributed to a toxic sales culture and they're trying to fix this, but even recently there's been additional employee backlash saying the culture has not changed. Let's contrast that with some positive examples. Medtronic, a worldwide company in 150 countries around the world. They may not be a household name to you, but if you have a loved one or yourself, you have a pacemaker, spinal implant, diabetes, you know this brand. And at the start of COVID when they knew their business would be slowing down, because hospitals would only be able to take care of COVID patients. They took the bold move of making their IP for ventilators publicly available. That is the power of a positive culture. Or Verizon, a major telecom organization looking at late payments of their customers and even though the U.S. Federal Government said, "Well, you can't turn them off." They said, "We'll extend that even beyond the mandated guidelines," and facing a slow down in the business because of the tough economy, They said, "You know what? We will spend the time upskilling our people, giving them the time to learn more about the future of work, the skills and data and analytics for 20,000 of their employees rather than furloughing them. That is the power of a positive culture. So how can you transform your culture to the best in class? I'll give you three suggestions. Bring in a change agent, identify the relevance or I like to call it WIIFM and organize for collaboration. So the CDO, whatever your title is, Chief Analytics Officer, Chief Digital Officer, you are the most important change agent. And this is where you will hear that oftentimes a change agent has to come from outside the organization. So this is where, for example, in Europe you have the CDO of Just Eat, a takeout food delivery organization coming from the airline industry or in Australia, National Australian Bank taking a CDO within the same sector from TD Bank going to NAB. So these change agents come in, disrupt. It's a hard job. As one of you said to me, it often feels like. I make one step forward and I get knocked down again, I get pushed back. It is not for the faint of heart, but it's the most important part of your job. The other thing I'll talk about is WIIFM What's In It For Me? And this is really about understanding the motivation, the relevance that data has for everyone on the frontline, as well as those analysts, as well as the executives. So, if we're talking about players in the NFL, they want to perform better and they want to stay safe. That is why data matters to them. If we're talking about financial services, this may be a wealth management advisor. Okay, we could say commissions, but it's really helping people have their dreams come true, whether it's putting their children through college or being able to retire without having to work multiple jobs still into your 70s or 80s. For the teachers, teachers you ask them about data. They'll say, "We don't need that, I care about the student." So if you can use data to help a student perform better, that is WIIFM and sometimes we spend so much time talking the technology, we forget, what is the value we're trying to deliver with this? And we forget the impact on the people that it does require change. In fact, the Harvard Business Review study found that 44% said lack of change management is the biggest barrier to leveraging both new technology, but also being empowered to act on those data-driven insights. The third point, organize for collaboration. This does require diversity of thought, but also bringing the technology, the data and the business people together. Now there's not a single one size fits all model for data and analytics. At one point in time, even having a BICC, a BI competency center was considered state of the art. Now for the biggest impact, what I recommend is that you have a federated model centralized for economies of scale. That could be the common data, but then embed these evangelists, these analysts of the future within every business unit, every functional domain. And as you see this top bar, all models are possible, but the hybrid model has the most impact, the most leaders. So as we look ahead to the months ahead, to the year ahead, an exciting time because data is helping organizations better navigate a tough economy, lock in the customer loyalty and I look forward to seeing how you foster that culture that's collaborative with empathy and bring the best of technology, leveraging the cloud, all your data. So thank you for joining us at Thought Leaders. And next, I'm pleased to introduce our first change agent, Tom Mazzaferro Chief Data Officer of Western Union and before joining Western Union, Tom made his Mark at HSBC and JP Morgan Chase spearheading digital innovation in technology, operations, risk compliance and retail banking. Tom, thank you so much for joining us today. (gentle music) >> Very happy to be here and looking forward to talking to all of you today. So as we look to move organizations to a data-driven capability into the future, there is a lot that needs to be done on the data side, but also how does data connect and enable different business teams and the technology teams into the future? As we look across our data ecosystems and our platforms, and how we modernize that to the cloud in the future, it all needs to basically work together, right? To really be able to drive an organization from a data standpoint, into the future. That includes being able to have the right information with the right quality of data, at the right time to drive informed business decisions, to drive the business forward. As part of that, we actually have partnered with ThoughtSpot to actually bring in the technology to help us drive that. As part of that partnership and it's how we've looked to integrate it into our overall business as a whole. We've looked at, how do we make sure that our business and our professional lives, right? Are enabled in the same ways as our personal lives. So for example, in your personal lives, when you want to go and find something out, what do you do? You go onto google.com or you go onto Bing or you go onto Yahoo and you search for what you want, search to find an answer. ThoughtSpot for us is the same thing, but in the business world. So using ThoughtSpot and other AI capability is it's allowed us to actually enable our overall business teams in our company to actually have our information at our fingertips. So rather than having to go and talk to someone, or an engineer to go pull information or pull data. We actually can have the end users or the business executives, right. Search for what they need, what they want, at the exact time that they actually need it, to go and drive the business forward. This is truly one of those transformational things that we've put in place. On top of that, we are on a journey to modernize our larger ecosystem as a whole. That includes modernizing our underlying data warehouses, our technology, our... The local environments and as we move that, we've actually picked two of our cloud providers going to AWS and to GCP. We've also adopted Snowflake to really drive and to organize our information and our data, then drive these new solutions and capabilities forward. So a big portion of it though is culture. So how do we engage with the business teams and bring the IT teams together, to really help to drive these holistic end-to-end solutions and capabilities, to really support the actual business into the future. That's one of the keys here, as we look to modernize and to really enhance our organizations to become data-driven. This is the key. If you can really start to provide answers to business questions before they're even being asked and to predict based upon different economic trends or different trends in your business, what decisions need to be made and actually provide those answers to the business teams before they're even asking for it. That is really becoming a data-driven organization and as part of that, it really then enables the business to act quickly and take advantage of opportunities as they come in based upon industries, based upon markets, based upon products, solutions or partnerships into the future. These are really some of the keys that become crucial as you move forward, right, into this new age, Especially with COVID. With COVID now taking place across the world, right? Many of these markets, many of these digital transformations are celebrating and are changing rapidly to accommodate and to support customers in these very difficult times. As part of that, you need to make sure you have the right underlying foundation, ecosystems and solutions to really drive those capabilities and those solutions forward. As we go through this journey, both in my career but also each of your careers into the future, right? It also needs to evolve, right? Technology has changed so drastically in the last 10 years, and that change is only accelerating. So as part of that, you have to make sure that you stay up to speed, up to date with new technology changes, both on the platform standpoint, tools, but also what do our customers want, what do our customers need and how do we then service them with our information, with our data, with our platform, and with our products and our services to meet those needs and to really support and service those customers into the future. This is all around becoming a more data-driven organization, such as how do you use your data to support your current business lines, but how do you actually use your information and your data to actually better support your customers, better support your business, better support your employees, your operations teams and so forth. And really creating that full integration in that ecosystem is really when you start to get large dividends from these investments into the future. With that being said, I hope you enjoyed the segment on how to become and how to drive a data-driven organization, and looking forward to talking to you again soon. Thank you. >> Tom, that was great. Thanks so much and now going to have to drag on you for a second. As a change agent you've come in, disrupted and how long have you been at Western Union? >> Only nine months, so just started this year, but there have been some great opportunities to integrate changes and we have a lot more to go, but we're really driving things forward in partnership with our business teams and our colleagues to support those customers going forward. >> Tom, thank you so much. That was wonderful. And now, I'm excited to introduce you to Gustavo Canton, a change agent that I've had the pleasure of working with meeting in Europe and he is a serial change agent. Most recently with Schneider Electric but even going back to Sam's Clubs. Gustavo, welcome. (gentle music) >> So, hey everyone, my name is Gustavo Canton and thank you so much, Cindi, for the intro. As you mentioned, doing transformations is, you know, a high reward situation. I have been part of many transformations and I have led many transformations. And, what I can tell you is that it's really hard to predict the future, but if you have a North Star and you know where you're going, the one thing that I want you to take away from this discussion today is that you need to be bold to evolve. And so, in today, I'm going to be talking about culture and data, and I'm going to break this down in four areas. How do we get started, barriers or opportunities as I see it, the value of AI and also, how you communicate. Especially now in the workforce of today with so many different generations, you need to make sure that you are communicating in ways that are non-traditional sometimes. And so, how do we get started? So, I think the answer to that is you have to start for you yourself as a leader and stay tuned. And by that, I mean, you need to understand, not only what is happening in your function or your field, but you have to be very in tune what is happening in society socioeconomically speaking, wellbeing. You know, the common example is a great example and for me personally, it's an opportunity because the number one core value that I have is wellbeing. I believe that for human potential for customers and communities to grow, wellbeing should be at the center of every decision. And as somebody mentioned, it's great to be, you know, stay in tune and have the skillset and the courage. But for me personally, to be honest, to have this courage is not about not being afraid. You're always afraid when you're making big changes and you're swimming upstream, but what gives me the courage is the empathy part. Like I think empathy is a huge component because every time I go into an organization or a function, I try to listen very attentively to the needs of the business and what the leaders are trying to do. But I do it thinking about the mission of, how do I make change for the bigger workforce or the bigger good despite the fact that this might have perhaps implication for my own self interest in my career. Right? Because you have to have that courage sometimes to make choices that are not well seen, politically speaking, but are the right thing to do and you have to push through it. So the bottom line for me is that, I don't think we're they're transforming fast enough. And the reality is, I speak with a lot of leaders and we have seen stories in the past and what they show is that, if you look at the four main barriers that are basically keeping us behind budget, inability to act, cultural issues, politics and lack of alignment, those are the top four. But the interesting thing is that as Cindi has mentioned, these topic about culture is actually gaining more and more traction. And in 2018, there was a story from HBR and it was about 45%. I believe today, it's about 55%, 60% of respondents say that this is the main area that we need to focus on. So again, for all those leaders and all the executives who understand and are aware that we need to transform, commit to the transformation and set a deadline to say, "Hey, in two years we're going to make this happen. What do we need to do, to empower and enable these change agents to make it happen? You need to make the tough choices. And so to me, when I speak about being bold is about making the right choices now. So, I'll give you examples of some of the roadblocks that I went through as I've been doing transformations, most recently, as Cindi mentioned in Schneider. There are three main areas, legacy mindset and what that means is that, we've been doing this in a specific way for a long time and here is how we have been successful. What worked in the past is not going to work now. The opportunity there is that there is a lot of leaders, who have a digital mindset and they're up and coming leaders that are perhaps not yet fully developed. We need to mentor those leaders and take bets on some of these talents, including young talent. We cannot be thinking in the past and just wait for people, you know, three to five years for them to develop because the world is going in a way that is super-fast. The second area and this is specifically to implementation of AI. It's very interesting to me because just the example that I have with ThoughtSpot, right? We went on implementation and a lot of the way the IT team functions or the leaders look at technology, they look at it from the prism of the prior or success criteria for the traditional BIs, and that's not going to work. Again, the opportunity here is that you need to redefine what success look like. In my case, I want the user experience of our workforce to be the same user experience you have at home. It's a very simple concept and so we need to think about, how do we gain that user experience with these augmented analytics tools and then work backwards to have the right talent, processes, and technology to enable that. And finally and obviously with COVID, a lot of pressure in organizations and companies to do more with less. And the solution that most leaders I see are taking is to just minimize costs sometimes and cut budget. We have to do the opposite. We have to actually invest on growth areas, but do it by business question. Don't do it by function. If you actually invest in these kind of solutions, if you actually invest on developing your talent and your leadership to see more digitally, if you actually invest on fixing your data platform, it's not just an incremental cost. It's actually this investment is going to offset all those hidden costs and inefficiencies that you have on your system, because people are doing a lot of work and working very hard but it's not efficient and it's not working in the way that you might want to work. So there is a lot of opportunity there and just to put in terms of perspective, there have been some studies in the past about, you know, how do we kind of measure the impact of data? And obviously, this is going to vary by organization maturity, there's going to be a lot of factors. I've been in companies who have very clean, good data to work with and I've been with companies that we have to start basically from scratch. So it all depends on your maturity level. But in this study, what I think is interesting is they try to put a tagline or a tag price to what is the cost of incomplete data. So in this case, it's about 10 times as much to complete a unit of work when you have data that is flawed as opposed to having perfect data. So let me put that just in perspective, just as an example, right? Imagine you are trying to do something and you have to do 100 things in a project, and each time you do something, it's going to cost you a dollar. So if you have perfect data, the total cost of that project might be $100. But now let's say you have 80% perfect data and 20% flawed data. By using this assumption that flawed data is 10 times as costly as perfect data, your total costs now becomes $280 as opposed to $100. This just for you to really think about as a CIO, CTO, you know CHRO, CEO, "Are we really paying attention and really closing the gaps that we have on our data infrastructure?" If we don't do that, it's hard sometimes to see the snowball effect or to measure the overall impact, but as you can tell, the price tag goes up very, very quickly. So now, if I were to say, how do I communicate this or how do I break through some of these challenges or some of these barriers, right? I think the key is, I am in analytics, I know statistics obviously and love modeling, and, you know, data and optimization theory, and all that stuff. That's what I came to analytics, but now as a leader and as a change agent, I need to speak about value and in this case, for example, for Schneider. There was this tagline, make the most of your energy. So the number one thing that they were asking from the analytics team was actually efficiency, which to me was very interesting. But once I understood that, I understood what kind of language to use, how to connect it to the overall strategy and basically, how to bring in the right leaders because you need to, you know, focus on the leaders that you're going to make the most progress, you know. Again, low effort, high value. You need to make sure you centralize all the data as you can, you need to bring in some kind of augmented analytics, you know, solution. And finally, you need to make it super-simple for the, you know, in this case, I was working with the HR teams and other areas, so they can have access to one portal. They don't have to be confused and looking for 10 different places to find information. I think if you can actually have those four foundational pillars, obviously under the guise of having a data-driven culture, that's when you can actually make the impact. So in our case, it was about three years total transformation, but it was two years for this component of augmented analytics. It took about two years to talk to, you know, IT, get leadership support, find the budgeting, you know, get everybody on board, make sure the success criteria was correct. And we call this initiative, the people analytics portal. It was actually launched in July of this year and we were very excited and the audience was very excited to do this. In this case, we did our pilot in North America for many, many, many factors but one thing that is really important is as you bring along your audience on this, you know. You're going from Excel, you know, in some cases or Tableu to other tools like, you know, ThoughtSpot. You need to really explain them what is the difference and how this tool can truly replace some of the spreadsheets or some of the views that you might have on these other kinds of tools. Again, Tableau, I think it's a really good tool. There are other many tools that you might have in your toolkit but in my case, personally, I feel that you need to have one portal. Going back to Cindi's points, that really truly enable the end user. And I feel that this is the right solution for us, right? And I will show you some of the findings that we had in the pilot in the last two months. So this was a huge victory and I will tell you why, because it took a lot of effort for us to get to this stage and like I said, it's been years for us to kind of lay the foundation, get the leadership, initiating culture so people can understand, why you truly need to invest on augmented analytics. And so, what I'm showing here is an example of how do we use basically, you know, a tool to capturing video, the qualitative findings that we had, plus the quantitative insights that we have. So in this case, our preliminary results based on our ambition for three main metrics. Hours saved, user experience and adoption. So for hours saved, our ambition was to have 10 hours per week for employee to save on average. User experience, our ambition was 4.5 and adoption 80%. In just two months, two months and a half of the pilot, we were able to achieve five hours per week per employee savings, a user experience for 4.3 out of five and adoption of 60%. Really, really amazing work. But again, it takes a lot of collaboration for us to get to the stage from IT, legal, communications, obviously the operations things and the users. In HR safety and other areas that might be basically stakeholders in this whole process. So just to summarize, this kind of effort takes a lot of energy. You are a change agent, you need to have courage to make this decision and understand that, I feel that in this day and age with all this disruption happening, we don't have a choice. We have to take the risk, right? And in this case, I feel a lot of satisfaction in how we were able to gain all these great resource for this organization and that give me the confident to know that the work has been done and we are now in a different stage for the organization. And so for me, it's just to say, thank you for everybody who has belief, obviously in our vision, everybody who has belief in, you know, the work that we were trying to do and to make the life of our, you know, workforce or customers and community better. As you can tell, there is a lot of effort, there is a lot of collaboration that is needed to do something like this. In the end, I feel very satisfied with the accomplishments of this transformation and I just want to tell for you, if you are going right now in a moment that you feel that you have to swim upstream, you know, work with mentors, work with people in the industry that can help you out and guide you on this kind of transformation. It's not easy to do, it's high effort, but it's well worth it. And with that said, I hope you are well and it's been a pleasure talking to you. Talk to you soon. Take care. >> Thank you, Gustavo. That was amazing. All right, let's go to the panel. (light music) Now I think we can all agree how valuable it is to hear from practitioners and I want to thank the panel for sharing their knowledge with the community. Now one common challenge that I heard you all talk about was bringing your leadership and your teams along on the journey with you. We talk about this all the time and it is critical to have support from the top. Why? Because it directs the middle and then it enables bottoms up innovation effects from the cultural transformation that you guys all talked about. It seems like another common theme we heard is that you all prioritize database decision making in your organizations. And you combine two of your most valuable assets to do that and create leverage, employees on the front lines, and of course the data. Now as as you rightly pointed out, Tom, the pandemic has accelerated the need for really leaning into this. You know, the old saying, if it ain't broke, don't fix it, well COVID has broken everything and it's great to hear from our experts, you know, how to move forward, so let's get right into it. So Gustavo, let's start with you. If I'm an aspiring change agent and let's say I'm a budding data leader, what do I need to start doing? What habits do I need to create for long-lasting success? >> I think curiosity is very important. You need to be, like I said, in tune to what is happening, not only in your specific field, like I have a passion for analytics, I've been doing it for 50 years plus, but I think you need to understand wellbeing of the areas across not only a specific business. As you know, I come from, you know, Sam's Club, Walmart retail. I've been in energy management, technology. So you have to try to push yourself and basically go out of your comfort zone. I mean, if you are staying in your comfort zone and you want to just continuous improvement, that's just going to take you so far. What you have to do is, and that's what I try to do, is I try to go into areas, businesses and transformations, that make me, you know, stretch and develop as a leader. That's what I'm looking to do, so I can help transform the functions, organizations, and do the change management, the essential mindset that's required for this kind of effort. >> Well, thank you for that. That is inspiring and Cindi you love data and the data is pretty clear that diversity is a good business, but I wonder if you can, you know, add your perspectives to this conversation? >> Yeah, so Michelle has a new fan here because she has found her voice. I'm still working on finding mine and it's interesting because I was raised by my dad, a single dad, so he did teach me how to work in a predominantly male environment, but why I think diversity matters more now than ever before and this is by gender, by race, by age, by just different ways of working and thinking, is because as we automate things with AI, if we do not have diverse teams looking at the data, and the models, and how they're applied, we risk having bias at scale. So this is why I think I don't care what type of minority you are, finding your voice, having a seat at the table and just believing in the impact of your work has never been more important and as Michelle said, more possible. >> Great perspectives, thank you. Tom, I want to go to you. So, I mean, I feel like everybody in our businesses is in some way, shape, or form become a COVID expert, but what's been the impact of the pandemic on your organization's digital transformation plans? >> We've seen a massive growth, actually, in our digital business over the last 12 months really, even acceleration, right, once COVID hit. We really saw that in the 200 countries and territories that we operate in today and service our customers in today, that there's been a huge need, right, to send money to support family, to support friends, and to support loved ones across the world. And as part of that we are very honored to be able to support those customers that, across all the centers today, but as part of the acceleration, we need to make sure that we have the right architecture and the right platforms to basically scale, right? To basically support and provide the right kind of security for our customers going forward. So as part of that, we did do some pivots and we did accelerate some of our plans on digital to help support that overall growth coming in and to support our customers going forward, because during these times, during this pandemic, right, this is the most important time and we need to support those that we love and those that we care about. And doing that some of those ways is actually by sending money to them, support them financially. And that's where really our products and our services come into play that, you know, and really support those families. So, it was really a great opportunity for us to really support and really bring some of our products to the next level and supporting our business going forward. >> Awesome, thank you. Now, I want to come back to Gustavo. Tom, I'd love for you to chime in too. Did you guys ever think like you were pushing the envelope too much in doing things with data or the technology that it was just maybe too bold, maybe you felt like at some point it was failing, or you're pushing your people too hard? Can you share that experience and how you got through it? >> Yeah, the way I look at it is, you know, again, whenever I go to an organization, I ask the question, "Hey, how fast you would like to conform?" And, you know, based on the agreements on the leadership and the vision that we want to take place, I take decisions and I collaborate in a specific way. Now, in the case of COVID, for example, right, it forces us to remove silos and collaborate in a faster way. So to me, it was an opportunity to actually integrate with other areas and drive decisions faster, but make no mistake about it, when you are doing a transformation, you are obviously trying to do things faster than sometimes people are comfortable doing, and you need to be okay with that. Sometimes you need to be okay with tension or you need to be okay, you know, debating points or making repetitive business cases until people connect with the decision because you understand and you are seeing that, "Hey, the CEO is making a one, two year, you know, efficiency goal. The only way for us to really do more with less is for us to continue this path. We can not just stay with the status quo, we need to find a way to accelerate the transformation." That's the way I see it. >> How about Utah, we were talking earlier with Sudheesh and Cindi about that bungee jumping moment. What can you share? >> Yeah, you know, I think you hit upon it. Right now, the pace of change will be the slowest pace that you see for the rest of your career. So as part of that, right, this is what I tell my team, is that you need to be, you need to feel comfortable being uncomfortable. Meaning that we have to be able to basically scale, right? Expand and support the ever changing needs in the marketplace and industry and our customers today, and that pace of change that's happening, right? And what customers are asking for and the competition in the marketplace, it's only going to accelerate. So as part of that, you know, as you look at how you're operating today in your current business model, right? Things are only going to get faster. So you have to plan and to align and to drive the actual transformation, so that you can scale even faster into the future. So it's part of that, that's what we're putting in place here, right? It's how do we create that underlying framework and foundation that allows the organization to basically continue to scale and evolve into the future? >> Yeah, we're definitely out of our comfort zones, but we're getting comfortable with it. So Cindi, last question, you've worked with hundreds of organizations and I got to believe that, you know, some of the advice you gave when you were at Gartner, which was pre-COVID, maybe sometimes clients didn't always act on it. You know, not my watch or for whatever, variety of reasons, but it's being forced on them now. But knowing what you know now that, you know, we're all in this isolation economy, how would you say that advice has changed? Has it changed? What's your number one action and recommendation today? >> Yeah, well first off, Tom, just freaked me out. What do you mean, this is the slowest ever? Even six months ago I was saying the pace of change in data and analytics is frenetic. So, but I think you're right, Tom, the business and the technology together is forcing this change. Now, Dave, to answer your question, I would say the one bit of advice, maybe I was a little more very aware of the power in politics and how to bring people along in a way that they are comfortable and now I think it's, you know what, you can't get comfortable. In fact, we know that the organizations that were already in the cloud have been able to respond and pivot faster. So, if you really want to survive, as Tom and Gustavo said, get used to being uncomfortable. The power and politics are going to happen, break the rules, get used to that and be bold. Do not be afraid to tell somebody they're wrong and they're not moving fast enough. I do think you have to do that with empathy, as Michelle said and Gustavo, I think that's one of the key words today besides the bungee jumping. So I want to know where Sudheesh is going to go bungee jumping. (all chuckling) >> Guys, fantastic discussion, really. Thanks again to all the panelists and the guests, it was really a pleasure speaking with you today. Really, virtually all of the leaders that I've spoken to in theCUBE program recently, they tell me that the pandemic is accelerating so many things. Whether it's new ways to work, we heard about new security models and obviously the need for cloud. I mean, all of these things are driving true enterprise-wide digital transformation, not just as I said before, lip service. You know, sometimes we minimize the importance and the challenge of building culture and in making this transformation possible. But when it's done right, the right culture is going to deliver tournament results. You know, what does that mean? Getting it right. Everybody's trying to get it right. My biggest takeaway today is it means making data part of the DNA of your organization. And that means making it accessible to the people in your organization that are empowered to make decisions, decisions that can drive new revenue, cut costs, speed access to critical care, whatever the mission is of your organization, data can create insights and informed decisions that drive value. Okay, let's bring back Sudheesh and wrap things up. Sudheesh, please bring us home. >> Thank you, thank you, Dave. Thank you, theCUBE team, and thanks goes to all of our customers and partners who joined us, and thanks to all of you for spending the time with us. I want to do three quick things and then close it off. The first thing is I want to summarize the key takeaways that I heard from all four of our distinguished speakers. First, Michelle, I will simply put it, she said it really well. That is be brave and drive, don't go for a drive alone. That is such an important point. Often times, you know the right thing that you have to do to make the positive change that you want to see happen, but you wait for someone else to do it, not just, why not you? Why don't you be the one making that change happen? That's the thing that I picked up from Michelle's talk. Cindi talked about finding, the importance of finding your voice. Taking that chair, whether it's available or not, and making sure that your ideas, your voice is heard and if it requires some force, then apply that force. Make sure your ideas are heard. Gustavo talked about the importance of building consensus, not going at things all alone sometimes. The importance of building the quorum, and that is critical because if you want the changes to last, you want to make sure that the organization is fully behind it. Tom, instead of a single takeaway, what I was inspired by is the fact that a company that is 170 years old, 170 years old, 200 companies and 200 countries they're operating in and they were able to make the change that is necessary through this difficult time in a matter of months. If they could do it, anyone could. The second thing I want to do is to leave you with a takeaway, that is I would like you to go to ThoughtSpot.com/nfl because our team has made an app for NFL on Snowflake. I think you will find this interesting now that you are inspired and excited because of Michelle's talk. And the last thing is, please go to ThoughtSpot.com/beyond. Our global user conference is happening in this December. We would love to have you join us, it's, again, virtual, you can join from anywhere. We are expecting anywhere from five to 10,000 people and we would love to have you join and see what we've been up to since last year. We have a lot of amazing things in store for you, our customers, our partners, our collaborators, they will be coming and sharing. We'll be sharing things that we have been working to release, something that will come out next year. And also some of the crazy ideas our engineers have been cooking up. All of those things will be available for you at ThoughtSpot Beyond. Thank you, thank you so much.

Published Date : Oct 10 2020

SUMMARY :

and the change every to you by ThoughtSpot. Nice to join you virtually. Hello Sudheesh, how are you doing today? good to talk to you again. is so important to your and the last change to sort of and talk to you about being So you and I share a love of do my job without you. Great and I'm getting the feeling now, Oh that sounds good, stakeholders that you need to satisfy? and you can find the common so thank you for your leadership here. and the time to maturity at the right time to drive to drag on you for a second. to support those customers going forward. but even going back to Sam's Clubs. in the way that you might want to work. and of course the data. that's just going to take you so far. but I wonder if you can, you know, and the models, and how they're applied, everybody in our businesses and to support loved and how you got through it? and the vision that we want to take place, What can you share? and to drive the actual transformation, to believe that, you know, I do think you have to the right culture is going to and thanks to all of you for

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
TomPERSON

0.99+

Dave VellantePERSON

0.99+

SudheeshPERSON

0.99+

MichellePERSON

0.99+

CindiPERSON

0.99+

VerizonORGANIZATION

0.99+

WalmartORGANIZATION

0.99+

DavePERSON

0.99+

AustraliaLOCATION

0.99+

TD BankORGANIZATION

0.99+

EuropeLOCATION

0.99+

1987DATE

0.99+

$100QUANTITY

0.99+

Tom MazzaferroPERSON

0.99+

GustavoPERSON

0.99+

MedtronicORGANIZATION

0.99+

Cindi HausenPERSON

0.99+

$280QUANTITY

0.99+

DisneyORGANIZATION

0.99+

Universal StudiosORGANIZATION

0.99+

2018DATE

0.99+

GartnerORGANIZATION

0.99+

Wells FargoORGANIZATION

0.99+

fiveQUANTITY

0.99+

HSBCORGANIZATION

0.99+

10 timesQUANTITY

0.99+

two sidesQUANTITY

0.99+

Las VegasLOCATION

0.99+

twoQUANTITY

0.99+

Sudheesh NairPERSON

0.99+

4.3QUANTITY

0.99+

20 plus yearsQUANTITY

0.99+

last yearDATE

0.99+

KievLOCATION

0.99+

ThoughtSpotORGANIZATION

0.99+

Schneider ElectricORGANIZATION

0.99+

two sidelinesQUANTITY

0.99+

60%QUANTITY

0.99+

101st yearQUANTITY

0.99+

March 13thDATE

0.99+

80%QUANTITY

0.99+

Alabama Crimson TideORGANIZATION

0.99+

threeQUANTITY

0.99+

20%QUANTITY

0.99+

ExcelTITLE

0.99+

4.5QUANTITY

0.99+

JP Morgan ChaseORGANIZATION

0.99+

Sam's ClubORGANIZATION

0.99+

1990sDATE

0.99+

20,000QUANTITY

0.99+

32 clubsQUANTITY

0.99+

North AmericaLOCATION

0.99+

50 yearsQUANTITY

0.99+

Ajay Vohora, Io-Tahoe | SmartData Marketplaces


 

>> Narrator: From around the globe, it's theCUBE. With digital coverage of smart data marketplaces. Brought to you by Io-Tahoe. >> Digital transformation has really gone from a buzzword to a mandate, but digital business is a data business. And for the last several months we've been working with Io-Tahoe on an ongoing content series, focused on smart data and automation to drive better insights and outcomes, essentially putting data to work. And today we're going to do a deeper dive on automating data discovery. And one of the thought leaders in this space is Ajay Vohora, who's the CEO of Io-Tahoe. Once again, joining me, Ajay good to see you. Thanks for coming on. >> Great to be here, David, thank you. >> So let's, let's start by talking about some of the business realities and what are the economics that are driving automated data discovery? Why is that so important? >> Yeah, on this one, David it's a number of competing factors. We've got the reality of data which may be sensitive. So there's control. Three other elements wanting to drive value from that data to innovation. You can't really drive a lot of value without exchanging data. So the ability to exchange data and to manage those cost overheads and data discovery is at the root of managing that in an automated way to classify that data and set some policies to put that automation in place. >> Yeah, look, we have a picture of this. If we could bring it up guys, cause I want to, Ajay, help the audience understand kind of where data discovery fits in here. This is, as we talked about, this is a complicated situation for a lot of customers. They've got variety of different tools and you've really laid it out nicely here in this diagram. So, take us through sort of where that piece fits. >> Yeah, I mean, we're at the right hand side of this exchange, you know. We're really now in a data driven economy that is everything's connected through APIs that we consume online through mobile apps. And what's not apparent is the chain of activities and tasks that have to go into serving that data to an API at the outset. They may be many legacy systems, technologies, platforms On-premise, in cloud, hybrid, you name it and across those silos, getting to a unified view is the heavy lifting. I think we've seen some, some great impacts that BI tools, such as Power BI, Tableau, Looker, and so on, and Qlik have had, and they're in our ecosystem on visualizing Data and, you know, CEOs, managers, people that are working in companies day-to-day get a lot of value from saying, "What's the real time activity? "What was the trend over this month versus last month?" The tools to enable that, you know, we hear a lot of good things that we're doing with Snowflake, MongoDB on the public Cloud platforms, GCP Azure about enabling building those pipelines to feed into those analytics. But what often gets hidden is how do you source that data that could be locked into a mainframe, a data warehouse, IOT data, and pull over all of that together. And that is the reality of that is it's a lot of heavy lifting. It's hands on work that can be time consuming. And the issue there is that data may have value. It might have potential to have an impact on the top line for a business, on outcomes for consumers, but you're never really sure unless you've done the investigation, discovered it, unified that, and be able to serve that through to other technologies. >> Guys, if you would bring that picture back up again, because Ajay you made a point and I want to land on that for a second. There's a lot of manual curating. An example would be the data catalog. You know, data scientists complain all the time that they're manually wrangling data. And so you're trying to inject automation into the cycle. And then the other piece that I want you to address is the importance of APIs. You really can't do this without an architecture that allows you to connect things together that sort of enables some of the automation. >> Yep, I mean, I'll take that in two parts, David, the APIs, so virtual machines connected by APIs, business rules, and business logic driven by APIs, applications, so everything across the stack from infrastructure down to the network, hardware is all connected through APIs and the work of serving data through to an API, building those pipelines, is often miscalculated, just how much manual effort that takes and that manual effort, we've got a nice list here of what we automate down at the bottom, those tasks of indexing, labeling, mapping across different legacy systems, all of that takes away from the job of a data scientist or data engineer, looking to produce value, monetize data, and to help that business convey to consumers. >> Yeah, it's that top layer that the business sees, of course, there's a lot of work that has to go into achieving that. I want to talk about some of the key tech trends that you're seeing. And one of the things that we talk about a lot is metadata. The importance of metadata, you know, can't be understated. What are some of the big trends that you're seeing metadata and others? >> Yeah, I'll summarize it as five. There's a trend now look at metadata more holistically across the enterprise. And that really makes sense from trying to look across different data silos and apply a policy to manage that data. So that's the control piece. That's that lever. The other side, sometimes competing with that control around sensitive data around managing the cost of data is innovation. Innovation being able to speculate and experiment and try things out where you don't really know what the outcome is if you're a data scientist and engineer, you've got a hypothesis and therefore you've got that tension between control over data and innovation and driving value from it. So enterprise wide metadata management is really helping to unlock where might that latent value be across that sets of data. The other piece is adaptive data governance. Those controls that stick from the data policemen, data stewards, where they're trying to protect the organization, protect the brand, protect consumers data necessary, but in different use cases, you might want to nuance and apply a different policy to govern that data relevant to the context where you might have data that is less sensitive, that can be used for innovation and adapting the style of governance to fit the context is another trend that we're seeing coming up here. A few others is where we're sitting quite extensively in working with automating data discovery. We're now breaking that down into what can we direct? What do we know is a business outcome is a known upfront objective and direct that data discovery to towards that. And that means applying our algorithms around technology and our tools towards solving a known problem. The other one is autonomous data discovery. And that means, you know, trying to allow background processes to understand what changes are happening with data over time, flagging those anomalies. And the reason that's important is when you look over a length of time to see different spikes, different trends and activity, that's really giving a data ops team the ability to manage and calibrate how they're applying policies and controls the data. And the last two, David, that we're seeing is this huge drive towards self-service. So re-imagining how to apply policy data governance into the hands of a data consumer inside a business, or indeed the consumer themselves, to self-service if they're a banking customer or healthcare customer and the policies and the controls and rules, making sure that those are all in place to adaptively serve those data marketplaces that when are involved in creating. >> I want to ask you about the autonomous data discovering, the adaptive data governance, is the problem we're addressing there one of quality, in other words, machines are better than humans are at doing this? Is it one of scale? That humans just don't don't scale that well? Is it both? Can you add some color to that? >> Yeah, honestly, it's the same equation that existed 10 years ago, 20 years ago, it's being exacerbated, but it's that equation of how do I control all the things that I need to protect? How do I enable innovation where it is going to deliver business value? How do I exchange data between a customer, somebody in my supply chain safely, and do all of that whilst managing the fourth leg, which is cost overheads. There's not an open checkbook here. I've got to figure out if I'm the CIO and CDO, how I do all of this within a fixed budget. So those aspects have always been there, now with more choices, infrastructure in the Cloud, API driven applications, On-premises, and that is expanding the choices that a business has and how they put their data to work. It's also then creating a layer of management and data governance that really has to now manage those four aspects, control, innovation, exchange of data, and the cost overhead. >> That top layer of the first slide that we showed was all about the business value. So, I wonder if we could drill into the business impact a little bit. What are your customers seeing specifically in terms of the impact of all this automation on their business? >> Yeah, so we've had some great results. I think a few of the biggest have been helping customers move away from manually curating their data and their metadata. It used to be a time where if data initiatives or data governance initiatives, there'd be teams of people manually feeding a data catalog. And it's great to have that inventory of classified data to be able to understand single version of the truth, but having 10, 15 people manually process that, keep it up to date, when it's moving feet, the reality of it is what's true about data today, add another few sources and a few months time to your business, start collaborating with new partners, suddenly the landscape has changed. The amount of work has gone up, but what we're finding is through automating, creating that data discovery, feeding our data catalog, that's releasing a lot more time for our customers to spend on innovating and managing their data. A couple of others is around self service data analytics, moving the choices of what data might have business value into the hands of business users and data consumers to have faster cycle times around generating insights. And we're really helping them by automating the creation of those data sets that are needed for that. And the last piece, I'd have to say where we're seeing impacts more recently is in the exchange of data. There are a number of marketplaces out there who are now being compelled to become more digital, to rewire their business processes and everything from an RPA initiative to automation involving digital transformation is having CIOs, chief data officers and enterprise architects rethink how do they, how do they rewire the pipelines for their data to feed that digital transformation? >> Yeah, to me, it comes down to monetization. Now, of course, that's for a for-profit industry. For non-profits, for sure, the cost cutting or in the case of healthcare, which we'll talk about in a moment, I mean, it's patient outcomes, but the job of a Chief Data Officer has gone from data quality and governance and compliance to really figuring out how data can be monetized, not necessarily selling the data, but how it contributes to the monetization of the company. And then really understanding specifically for that organization, how to apply that. And that is a big challenge. We sort of chatted about 10 years ago, the early days of a dupe. And then 1% of the companies had enough engineers to figure it out, but now the tooling is available. The technology is there and the practices are there. And that really, to me is the bottom line, Ajay, is it's show me the money. >> Absolutely. It's definitely is focusing in on the single view of that customer and where we're helping there is to pull together those disparate, siloed sources of data to understand what are the needs of the patient, of the broker of the, if it's insurance? What are the needs of the supply chain manager, if it's manufacturing? And providing that 360 view of data is helping to see, helping that individual unlock the value for the business. So data's providing the lens provided, you know which data it is that can assist in doing that. >> And, you know, you mentioned RPA before, I had an RPA customer tell me she was a Six Sigma expert and she told me, "We would never try to apply Six Sigma "to a business process, "but with RPA we can do so very cheaply." Well, what that means is lower costs. It means better employee satisfaction and really importantly, better customer satisfaction and better customer outcomes. Let's talk about healthcare for a minute because it's a really important industry. It's one that is ripe for disruption and has really been, up until recently, pretty slow to adopt a lot of the major technologies that have been made available. But what are you seeing in terms of this theme we're using a putting data to work in healthcare specifically? >> Yeah, I mean, health care's has had a lot thrown at it. There's been a lot of change in terms of legislation recently, particularly in the U.S. market, in other economies, healthcare is on a path to becoming more digital. And part of that is around transparency of price. So, to be operating effectively as a healthcare marketplace, being able to have that price transparency around what an elective procedure is going to cost before taking that step forward. It's super important to have an informed decision around that. So if we look at the U.S., for example, we've seen that healthcare costs annually have risen to $4 trillion, but even with all of that cost, we have healthcare consumers who are reluctant sometimes to take up healthcare even if they have symptoms. And a lot of that is driven through not knowing what they're opening themselves up to. And, you know, I think David, if you or I were to book travel a holiday, maybe, or trip, we'd want to know what we're in for, what we're paying for upfront. But sometimes in healthcare that choice, the option might be the plan, but the cost that comes with it isn't. So recent legislation in the U.S. is certainly helpful to bring forward that price transparency. The underlying issue there though is the disparate different format types of data that are being used from payers, patients, employers, different healthcare departments to try and make that work. And where we're helping on that aspect in particular related to price transparency is to help make that data machine readable. So, sometimes with data, the beneficiary might be a person, but in a lot of cases, now we're seeing the ability to have different systems interact and exchange data in order to process the workflow to generate online lists of pricing from a provider that's been negotiated with a payer is really an enabling factor. >> So guys, I wonder if you could bring up the next slide, which is kind of the nirvana. So, if you saw the previous slide that the middle there was all different shapes and presumably to disparate data, this is the outcome that you want to get, where everything fits together nicely. And you've got this open exchange. It's not opaque as it is today. It's not bubble gum, band-aids and duct tape, but describe this sort of outcome that you're trying to achieve and maybe a little bit about what it's going to take to get there. >> Ajay: Yeah, that that's the culmination of a number of things. It's making sure that the data is machine readable, making it available to APIs, that could be RPA tools. We're working with technology companies that employ RPA for healthcare, and specifically to manage that patient and payer data to bring that together. In our data discovery, what we're able to do is to classify that data and have it made available to a downstream tool technology or person to apply that, that workflow to the data. So this looks like nirvana, it looks like utopia, but it's, you know, the end objective of a journey that we can see in different economies, that are at different stages of maturity in turning healthcare into a digital service even so that you can consume it from where you live, from home with telemedicine and tele care. >> Yeah, so, and this is not just for healthcare, but you know, you want to achieve that self-service data marketplace in virtually any industry. You're working with TCS, Tata Consulting Services to achieve this. You know, a company like Io-Tahoe has to have partnerships with organizations that have deep industry expertise. Talk about your relationship with TCS and what you guys are doing specifically in this regard. >> Yeah, we've been working with TCS now for a long while and we'll be announcing some of those initiatives here where we're now working together to reach their customers where they've got a brilliant framework of business, 4.0, where they're re-imagining with the clients, how their business can operate with AI, with automation and become more agile and digital. Our technology, now, the reams of patients that we have in our portfolio, being able to apply that at scale, on a global scale across industries, such as banking, insurance and healthcare is really allowing us to see a bigger impact on consumer outcomes, patient outcomes. And the feedback from TCS is that we're really helping in those initiatives remove that friction. They talk a lot about data friction. I think that's a polite term for the image that we just saw with the disparate technologies that the legacy that has built up. So if we want to create a transformation, having that partnership with TCS across industries is giving us that reach and that impact on many different people's day-to-day jobs and lives. >> Let's talk a little bit about the Cloud. It's a topic that we've hit on quite a bit here in this content series. But, but you know, the Cloud companies, the big hyper-scalers, they've put everything into the Cloud, right? But customers are more circumspect than that. But at the same time, machine intelligence, ML, AI, the Cloud is a place to do a lot of that. That's where a lot of the innovation occurs. And so what are your thoughts on getting to the Cloud, putting data to work, if you will, with machine learning, stuff that you're doing with AWS, what's your fit there? >> Yeah, we, David, we work with all of the Cloud platforms, Microsoft Azure, GCP, IBM, but we're expanding our partnership now with AWS. And we're really opening up the ability to work with their Greenfield accounts, where a lot of that data, that technology is in their own data centers at the customer. And that's across banking, healthcare, manufacturing, and insurance. And for good reason, a lot of companies that have taken the time to see what works well for them with the technologies that the Cloud providers are offering, and a lot of cases, testing services or analytics using the Cloud to move workloads to the Cloud to drive data analytics is a real game changer. So there's good reason to maintain a lot of systems On-premise. If that makes sense from a cost, from a liability point of view and the number of clients that we work with that do have, and will keep their mainframe systems when in Cobra is no surprise to us, but equally they want to tap into technologies that AWS has such as SageMaker. The issue is as a Chief Data Officer, I didn't have the budget to move everything to the Cloud they want, I might want to show some results first upfront to my business users and work closely with my Chief Marketing Officer to look at what's happening in terms of customer trends and customer behavior> What are the customer outcomes, patient outcomes and partner outcomes that you can achieve through analytics, data science? So, working with AWS and with clients to manage that hybrid topology of some of that data being in the Cloud, being put to work with AWS SageMaker and Io-Tahoe being used to identify where is the data that needs to be amalgamated and curated to provide the dataset for machine learning, advanced analytics to have an impact for the business. >> So what are the critical attributes of what you're looking at to help customers decide what to move and what the keep if you will? >> Well, one of the quickest outcomes that we help customers achieve is to buy that business glossary, you know, that the items of data, that means something to them across those different silos and pull all of that together into a unified view. Once they've got that data engineer working with a business manager to think through, how do we want to create this application? Now, what is the churn model, the loyalty or the propensity model that we want to put in place here? How do we use predictive analytics to understand what needs for a patient that sort of innovation is what we're unlocking, applying a tools such as SageMaker on AWS to then do the computation and to build those models to deliver that outcome is across that value chain. And it goes back to the first picture that we put up, David, you know, the outcome is that API on the back of it, you've got a machine learning model that's been developed in a tool such as Databricks or Jupiter notebook. That data has to be sourced from somewhere. Somebody has to say that, "Yep, "You've got permission to do what you're trying to do without falling foul "of any compliance around data." And it all goes back to discovering that data, classifying it, indexing it in an automated way to cut those timelines down to hours and days. >> Yeah, it's the innovation part of your data portfolio, if you will, that you're going to put into the Cloud, apply tools like SageMaker and others, your tool Azure. I mean, whatever your favorite tool is, you don't care. The customer's going to choose that. And you know, the Cloud vendors, maybe they want you to use their tool, but they're making their marketplaces available to everybody, but it's that innovation piece, the ones that you, where you want to apply that self-service data marketplace to, and really drive, as I said before, monetization, All right, give us your final thoughts. Ajay, bring us home. >> So final thoughts on this, David, is at the moment, we're seeing a lot of value in helping customers discover their data using automation, automatically curating a data catalog. And that unified view is then being put to work through our API is having an open architecture to plug in whatever tool technology our clients have decided to use. And that open architecture is really feeding into the reality of what CIOs and Chief Data Officers are managing, which is a hybrid On-premise Cloud approach to use best of breed. But business users wanting to use a particular technology to get their business outcome, having the flexibility to do that no matter where your data is sitting On-premise, on Cloud is where self-service comes in so that sales service view of what data I can plug together, jive exchange, monetizing that data is where we're starting to see some real traction with customers. Now accelerating, becoming more digital to serve their own customers. >> Yeah, we really have seen a cultural mind shift going from sort of complacency, and obviously COVID has accelerated this, but the combination of that cultural shift, the Cloud machine intelligence tools give me a lot of hope that the promises of big data will ultimately be lived up to in this next 10 years. So Ajay Vohora, thanks so much for coming back on theCUBE. You're a great guest and appreciate your insights. >> Appreciate it, David. See you next time. >> All right, keep it right there, everybody, right back after this short break. (techno music)

Published Date : Sep 17 2020

SUMMARY :

Brought to you by Io-Tahoe. and automation to drive So the ability to exchange data help the audience understand and tasks that have to go into serving is the importance of APIs. all of that takes away from the job that has to go into achieving that. And that means, you know, and that is expanding the choices in terms of the impact And the last piece, I'd have to say And that really, to me is the bottom line, of the broker of the, of the major technologies that choice, the option might be the plan, that the middle there Ajay: Yeah, that that's the culmination has to have partnerships that the legacy that has built up. on getting to the Cloud, of some of that data being in the Cloud, that means something to them to apply that self-service having the flexibility to do that that the promises of big data See you next time. right back after this short break.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavidPERSON

0.99+

Ajay VohoraPERSON

0.99+

TCSORGANIZATION

0.99+

AWSORGANIZATION

0.99+

Io-TahoeORGANIZATION

0.99+

$4 trillionQUANTITY

0.99+

Tata Consulting ServicesORGANIZATION

0.99+

fiveQUANTITY

0.99+

IBMORGANIZATION

0.99+

two partsQUANTITY

0.99+

bothQUANTITY

0.99+

MicrosoftORGANIZATION

0.99+

first pictureQUANTITY

0.99+

fourth legQUANTITY

0.99+

AjayPERSON

0.99+

Io-TahoePERSON

0.99+

oneQUANTITY

0.99+

20 years agoDATE

0.99+

U.S.LOCATION

0.99+

10 years agoDATE

0.98+

Three other elementsQUANTITY

0.98+

360 viewQUANTITY

0.98+

1%QUANTITY

0.98+

last monthDATE

0.98+

first slideQUANTITY

0.97+

todayDATE

0.97+

Power BITITLE

0.97+

CobraLOCATION

0.96+

DatabricksORGANIZATION

0.96+

10, 15 peopleQUANTITY

0.96+

single viewQUANTITY

0.95+

Six SigmaORGANIZATION

0.95+

GCP AzureTITLE

0.95+

single versionQUANTITY

0.94+

CloudTITLE

0.94+

TableauTITLE

0.92+

AzureTITLE

0.88+

MongoDBTITLE

0.86+

about 10 years agoDATE

0.84+

COVIDTITLE

0.83+

firstQUANTITY

0.82+

SnowflakeTITLE

0.81+

GCPORGANIZATION

0.81+

twoQUANTITY

0.81+

LookerTITLE

0.79+

SageMakerTITLE

0.78+

GreenfieldORGANIZATION

0.78+

next 10 yearsDATE

0.74+

Six SigmaTITLE

0.7+

this monthDATE

0.67+

JupiterORGANIZATION

0.63+

QlikTITLE

0.62+

AWS SageMakerORGANIZATION

0.61+

a secondQUANTITY

0.55+

SageMakerORGANIZATION

0.54+

Jitesh Ghai, Informatica | CUBE Conversation, July 2020


 

(ambient music) >> Narrator: From the cube studios in Palo Alto in Boston, connecting with thought leaders all around the world, this is a CUBE conversation. >> Hello welcome to this cube conversation. I'm John Furrier, host of theCUBE here in our Palo Alto studios. During this quarantine, crew doing all the interviews, getting all the top story especially during this COVID pandemic. Great conversation here Jitesh Ghai, Senior Vice President and General Manager of Data Management with Informatica, CUBE alumni multi time. We can't be in person this year, because of the pandemic but a lot of great content. We've been doing a lot of interviews with you guys. Jitesh great to see you. Thanks for coming on. >> Hey, great to see you again. We weren't able to make it happen in person this year, >> but if not in person, >> virtually will have to work. >>In our past conversations on theCUBE and through all the Informatica employees it's always been kind of an inside baseball, kind of inside the ropes conversation in the industry >> about data. >> Now more than ever, with the pandemic, you starting to see people seeing it. Oh, I get it now. I get why data is important. I can see why Cloud First, Mobile First, Data First strategies and now Virtual First, is now this transformational scene. Everyone's feeling it, you can't help not ignore it. It's happening. It's also highlighting what's working, what's not. I have to ask you in the current environment Jitesh what are you seeing as some of those opportunities that your customers are dealing with approach to data? 'Cause clearly, you're working with that data layer, there's a lot of innovation opportunities, you've got CLAIRE on the AI side, all great. But now with the pandemic, it's really forcing that conversation. I got to rethink about what's going to happen after and have a really good strategy. >> Yeah, you're exactly right. There's a broad based realization that, I'll take a step back. First, we all know that as global 2000 organizations or in general, we all need to be data driven, we need to make fact based decisions. And there is a lot of that good work that's happened over the last few years as organizations have realized just how important data is to innovate and to deliver new products and services, new business models. What's really happened is that, during this COVID pandemic, there is a greater appreciation for trust in data. Historically, organizations became data driven, we're on the journey of being increasingly data driven. However, there was some element of Oh, gut or experience and that combined with data will get us to the outcomes we're looking for, will enable us to make the decisions. In this pandemic world of great uncertainty, supply chains falling apart on occasion, groceries not getting delivered on time et cetra, et cetra. The appreciation and critical importance on the quality on the trust of data is greater than ever to drive the insights for organizations. Leaders are less hesitant or sorry, leaders are more hesitant to just go with your gut type of approaches. There is a tremendous reliance on data. And we're seeing it in particular, more than ever, as you can imagine in the healthcare provider sector, in the public sector with federal state and local, as all of these organizations are having to make very difficult decisions, and are increasingly relying on high quality, trustworthy governed data to help them make what can be life or death decision. So a big shift and appreciation for the importance and trustworthiness in their data, their data state and their insights. >> So as the GM of data management and Senior Vice President at Informatica, you get a good view of things. I got to ask you love this data 4.0 concept. Talk about what that means to you because you got customers have been doing data management with you guys for a while, but now it's data 4.0 that has a feeling of agility to it. It's got kind of a DevOps vibe. It feels like a lot of automation being discussed and you mentioned trust. What is data 4.0 mean? >> So data 4.0 for us is where AI and ML is powering data management. And so what do I mean by that? There is a greater insight and appreciation for high quality trustworthy data to enable organizations to make fact based decisions to be more data driven. But how do you do that when data is exponentially growing in volume, where data types are increasing, where data is moving increasingly between Clouds, between On-premises and Clouds between various ecosystems, new data sources are emerging, the internet of things is yet another exploding source of data. This is a lot of different types of data, a lot of volume of data, a lot of different locations, and gravity of data where data resides. So the question becomes how do you practically manage this data without intelligence and automation. And that's what the era of data 4.0 is. Where AI and ML is powering data management, making it more intelligent, automating more and more of what was historically manual to enable organizations to scale, to enable them to scale to the breadth of data that they need to get a greater understanding of their data landscape within the enterprise, to get a greater understanding of the quality of the data within their landscape, how it's moving, and the associated privacy implications of how that data is being used, how effectively it's protected, so on and so forth. All underpinned by our CLAIRE engine, which is AI and ML applied to metadata, to deliver the intelligence and enable the automation of the data management operations. >> Awesome. Thanks for taking the time to define that, love that. The question I want to ask you, I'll put you on the spot here because I think this is an important conversation we've been having and also writing a lot about it on siliconangle.com and that is customers say to us, "Hey, John, I'm investing in Cloud Native technologies, using Cloud data warehouse as a data lakes. I need to make this work because this is a scale opportunity. I need to come out of this pandemic with really agile, scalable solutions that I can move fast on my applications." How do you comment on that? What's your thoughts on this because, you guys are in the middle of all this with the data management. >> I couldn't agree more. Increasingly, data workloads are moving to the Cloud. It's projected that by 2022, 75% of all databases will be in the Cloud, and COVID-19 is really accelerating it. It's opening the eyes of leadership of decision makers to be truly Cloud First and Cloud Native, now more than ever. And so organizations, traditional banking organizations, highly regulated industries that have been hesitant to move to the cloud, are now aggressively embarking on that journey. And industries that were early adopters of the Cloud are now accelerating that journey. I mentioned earlier that, we had a very seamless transition as we moved to a work from home environment, and that's because our IT is Cloud First Cloud Native. And why is that? It's because it's through being Cloud First and Cloud Native that you get the resiliency, the agility, the flexibility benefits in these uncertain times. And we're seeing that with the data and analytics stack as well. Customers are accelerating the move to Cloud data warehouses to Cloud data lakes, and become Cloud Native for their data management stack in addition to the data analytics platforms. >> Great stuff which I agree with hundred percent. Cloud Native is where it goes but you aren't they're (laughs) yet. Still on Hybrid and Multi-cloud is a big discussion. I want to get your thoughts >> Completely. >> On how that's going to play up because if you put Hybrid cloud and Multi-cloud I see Public cloud it's amazing, we know that. But Hybrid and Multi-cloud as the next generation of kind of interoperability framework of Cloud services, you're going to have to overlay and manage data governance and privacy. It's going to get more complicated, right? So how are you seeing your customers approach that piece, on the Public side, and then with Hybrid, because that's become a big discussion point. >> So Hybrid is an absolutely critical enabling capability as organizations modernize their on premise estate into the Cloud. You need to be able to move and connect to your On-premise applications, databases, and migrate the data that's important into the Cloud. So Hybrid is an essential capability. When I say Informatica is Cloud First Cloud Native, being Cloud First Cloud Native as a data management as a service provider if you will, requires essentially capabilities of being able to connect to On-premise data sources and therefore, be Hybrid. So Hybrid architecture is an essential part of that. Equally, it's important to enable organizations to understand what needs to go to the Cloud. As you're modernizing your infrastructure, your applications, your data and analytics stack. You don't need to bring everything to the Cloud with you. So there's an opportunity for organizations to introduce efficiencies. And that's done by enabling organizations to really scan the data landscape On-premise, scan the data that already exists in the various Public clouds that they partner with, and understand what's important, what's not, what can be decommissioned and left behind to realize savings and what is important for the business and needs to be moved into a Cloud Native analytic stack. And that's really where our CLAIRE metadata intelligence capabilities come to bear. And that's really what serves as the foundation of data governance, data cataloging and data privacy, to enable organizations to get the right data into the Cloud. To do so, while ensuring privacy. And to ensure that they govern that data in their new now Cloud Native analytics stack, whether it's AWS, Azure, GCP, snowflake data, bricks, all partners, all deep partnerships that we have. >> Jitesh, I want to get your thoughts on something. I was having a Zoom call a couple weeks ago, with a bunch of CXO friends, people, practitioners, probably some of them are probably your customers. It was kind of a social get together. But we were talking about, how the world we're living in pandemic, from COVID data, fake news, and one of the comments was, finally the whole world now realized what my life like. And in referring to how we're seeing fake news and misinformation kind of screw up an election and you got COVID's got 10 zillion different data points and people are making it to tell stories. And what does it really mean? There's a lot of trust involved. People are confused, and all that's going on. Again, in that backdrop, he said that that's my world. >> Right. This is back down to some of the things you're talking about, trust. We've talked about metadata services in the past. This authenticity, the duck democratization has been around for a while in the enterprise, so that dealing with bad data or fake data or too much data, you can make data (laughs) into whatever you want. You got to make sense of it. What's your thoughts on the reaction to his comment? I mean, what does it make you feel? >> Completely agree, completely agree. And that goes back to the earlier comment I made about making fact based decisions that you can have confidence in because the insight is based on trusted data. And so you mentioned data democratization. Our point of view is to democratize data, you have to do it on a foundational governance, right? There's a reason why traffic lights exist, it's to facilitate or at least attempt to facilitate the optimal free flow of traffic without getting into accidents, without causing congestion, so on and so forth. Equally, you need to have a foundation of governance. And I realized that there's an optical tension of democratized data, which is, free data for everybody consume it whenever and however you want, and then governance, which seems to imply, locking things down controlling them. And really, when I say you need a foundation of data governance, you need to enable for organizations to implement guardrails so that data can be effectively democratized. So that data consumers can easily find data. They can understand how trustworthy it is, what the quality of it is, and they can access it in easy way and consume it, while adhering to the appropriate privacy policies that are fit for the use of that particular set of data that a data and data consumer wants to access. And so, how do you practically do that? That's where data 4.0 AI power data management comes into play. In that, you need to build a foundation of what we call intelligent data governance. A foundation of scanning metadata, combining it with business metadata, linking it into an enterprise knowledge graph that gives you an understanding of an organization and enterprises data language. It auto tags auto curates, it gives you insight into the quality of the data, and now enables organizations to publish these curated data sets into a capability, what we call a data marketplace, so that much like Amazon.com, you can shop for the data, you can browse home and garden, electronics various categories. You can identify the data sets that are interesting to you, when you select them, you can look at the quality dimensions that have already been analyzed and associated with the data set. And you can also review the privacy policies that govern the use of that data set. And if you're interested in it, find the data sets, add them to your shopping cart, like you would do with Amazon.com, and check out. And when you do that triggers off an approval workflow to enable organizations to that last mile of governing access. And once approved, we can automatically provision the datasets to wherever you want to analyze them, whether it's in Tableau Power BI, an S3 market, what have you. And that is what I mean by a foundation of intelligent data governance. That is enabling data democratization. >> A common metadata layer gives you capabilities to use AI, I get that, There's a concept that you guys are talking a lot about, this augmentation to the data. This augmented data management activities that go on. What does that mean? Can you describe and explain that further and unpack that? This augmented data management activity? >> Yeah, and what do we mean by augmented data management, it's a really a first step into full blown automation of data management. In the old world, a developer would connect to a source, parse the source schema, connect to another source, parse its source schema, connect to the target, understand the target schema, and then pick the appropriate fields from the various sources, structure it through a mapping and then run a job that transforms the data and delivers it to a target database, in its structure, in its schema, in its format. Now that we have enterprise scale metadata intelligence, we know what source of data looks like, we know what targets exist as you simply pick sources and targets, we're able to automatically generate the mappings and automate this development part of the process so that organizations can more rapidly build out data pipelines to support their AI to operationalize AIML, to enable data science, and to enable analytics. >> Jitesh great insight. I really appreciate you explaining all this concept and unpacking that with me. Final point, I'd love you to have you just take a minute to put the plug in there for Informatica, what you're working on? What are your customers doing? What are some of the best practices coming out of the current situation? Take a minute to talk about that. >> Yeah, thank you, I'm happy to. It really comes down to focusing on enabling organizations to have a complete understanding of their data landscape. And that is, where we're enabling organizations to build an enterprise knowledge graph of technical metadata, business metadata, operational usage metadata, social metadata to understand and link and develop the necessary context to understand what data exists, where how it's used, what its purpose is and whether or not you should be using. And that's where we're building the Google for the enterprise to help organizations develop that. Equally, leveraging that insight, we're building out the necessary that insight and intelligence through CLAIRE, we're building out the automation in the data quality capabilities, in the data integration capabilities, in the metadata management capabilities, in the master data management capabilities, as well as the data privacy capability. So things that our tooling historically used to do manually, we're just automating it so that organizations can more productively access data, understand it and scale their understanding and insight and analytics initiatives with greater trust greater insight. It's all built on a foundation of our intelligent data platform. >> Love it, scaling data. It's that's really the future fast, available, highly available, integrated to the applications for AI. That's the future. >> Exactly right. Data 4.0, (laughs) AI power data management. >> I love talking about data in the future, because I think that's really valuable. And I think developers, and I've always been saying for over a decade now data is a critical piece for the applications, and AI really unlocks that of having it available, and surface is critical. You guys doing a great job. Thanks for the insight, appreciate you Jitesh. Thank you for coming on. >> Thanks for having me. Pleasure to be here. >> You couldn't do it in person with Informatica world but we're getting the conversations here on the remote CUBE, CUBE virtual. I'm John Furrier, you're watching CUBE conversation with Jitesh Ghai Senior Vice President General Manager, Data Manager at Informatica. Thanks for watching. (upbeat music)

Published Date : Jul 13 2020

SUMMARY :

leaders all around the world, because of the pandemic Hey, great to see you again. I have to ask you in the and that combined with data I got to ask you love that they need to get and that is customers say to us, in addition to the data but you aren't they're (laughs) yet. On how that's going to play up and connect to your On-premise and people are making it to tell stories. This is back down to some of the things And that goes back to the There's a concept that you and to enable analytics. of the current situation? and whether or not you should be using. integrated to the applications for AI. AI power data management. data in the future, Pleasure to be here. on the remote CUBE, CUBE virtual.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Jitesh GhaiPERSON

0.99+

John FurrierPERSON

0.99+

JiteshPERSON

0.99+

Palo AltoLOCATION

0.99+

JohnPERSON

0.99+

July 2020DATE

0.99+

InformaticaORGANIZATION

0.99+

Amazon.comORGANIZATION

0.99+

FirstQUANTITY

0.99+

AWSORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

2022DATE

0.99+

BostonLOCATION

0.99+

CUBEORGANIZATION

0.98+

this yearDATE

0.98+

siliconangle.comOTHER

0.98+

pandemicEVENT

0.97+

COVID pandemicEVENT

0.96+

NativeTITLE

0.96+

hundred percentQUANTITY

0.96+

Cloud NativeTITLE

0.96+

Cloud First Cloud NativeTITLE

0.95+

first stepQUANTITY

0.94+

Cloud NativeTITLE

0.93+

Data FirstORGANIZATION

0.93+

Mobile FirstORGANIZATION

0.93+

CloudTITLE

0.92+

HybridTITLE

0.92+

CXOORGANIZATION

0.91+

couple weeks agoDATE

0.9+

10 zillion different data pointsQUANTITY

0.9+

over a decadeQUANTITY

0.89+

Cloud First Cloud NativeTITLE

0.89+

Virtual FirstORGANIZATION

0.88+

Cloud FirstCOMMERCIAL_ITEM

0.86+

AzureORGANIZATION

0.85+

COVID-19OTHER

0.84+

CloudCOMMERCIAL_ITEM

0.83+

GCPORGANIZATION

0.81+

2000 organizationsQUANTITY

0.81+

75%QUANTITY

0.75+

Tableau Power BITITLE

0.75+

one of the commentsQUANTITY

0.75+

Cloud NativeCOMMERCIAL_ITEM

0.73+

Cloud FirstORGANIZATION

0.73+

lastDATE

0.72+

SeniorPERSON

0.71+

CLAIREPERSON

0.68+

COVIDOTHER

0.67+

yearsDATE

0.64+

CUBETITLE

0.59+

theCUBEORGANIZATION

0.58+

ManagementORGANIZATION

0.52+

PresidentPERSON

0.5+

FirstTITLE

0.48+

Jitesh Ghai, Informatica | CUBE Conversation, July 2020


 

(ambient music) >> Narrator: From the cube studios in Palo Alto in Boston, connecting with thought leaders all around the world, this is a CUBE conversation. >> Hello welcome to this cube conversation. I'm John Furrier, host of theCUBE here in our Palo Alto studios. During this quarantine, crew doing all the interviews, getting all the top story especially during this COVID pandemic. Great conversation here Jitesh Ghai, Senior Vice President and General Manager of Data Management with Informatica, CUBE alumni multi time. We can't be in person this year, because of the pandemic but a lot of great content. We've been doing a lot of interviews with you guys. Jitesh great to see you. Thanks for coming on. >> Hey, great to see you again. We weren't able to make it happen in person this year, but if not in person, virtually will have to work. >> One of the things, I'm a half glass half full kind of guy but you can't look at this without saying man, it's bad. But it really highlights how things are going on. So first, how are you doing? How's everyone Informatica doing over there? You guys are doing okay? >> We are well, we are well, families well, the Informatica family is well. So overall, can't complain can't complain, I think it was remarkable how quickly we were able to transition to a work from home environment for our global 5000 plus organization. And really, the fact that we're Cloud First Cloud Native, both in our product offerings, as well as an IT organization really helped make that transition seamless. >> In our past conversations on theCUBE and through all the Informatica employees it's always been kind of an inside baseball, kind of inside the ropes conversation in the industry about data. Now more than ever, with the pandemic, you starting to see people seeing it. Oh, I get it now. I get why data is important. I can see why Cloud First, Mobile First, Data First strategies and now Virtual First, is now this transformational scene. Everyone's feeling it, you can't help not ignore it. It's happening. It's also highlighting what's working, what's not. I have to ask you in the current environment Jitesh what are you seeing as some of those opportunities that your customers are dealing with approach to data? 'Cause clearly, you're working with that data layer, there's a lot of innovation opportunities, you've got CLAIRE on the AI side, all great. But now with the pandemic, it's really forcing that conversation. I got to rethink about what's going to happen after and have a really good strategy. >> Yeah, you're exactly right. There's a broad based realization that, I'll take a step back. First, we all know that as global 2000 organizations or in general, we all need to be data driven, we need to make fact based decisions. And there is a lot of that good work that's happened over the last few years as organizations have realized just how important data is to innovate and to deliver new products and services, new business models. What's really happened is that, during this COVID pandemic, there is a greater appreciation for trust in data. Historically, organizations became data driven, we're on the journey of being increasingly data driven. However, there was some element of Oh, gut or experience and that combined with data will get us to the outcomes we're looking for, will enable us to make the decisions. In this pandemic world of great uncertainty, supply chains falling apart on occasion, groceries not getting delivered on time et cetra, et cetra. The appreciation and critical importance on the quality on the trust of data is greater than ever to drive the insights for organizations. Leaders are less hesitant or sorry, leaders are more hesitant to just go with your gut type of approaches. There is a tremendous reliance on data. And we're seeing it in particular, more than ever, as you can imagine in the healthcare provider sector, in the public sector with federal state and local, as all of these organizations are having to make very difficult decisions, and are increasingly relying on high quality, trustworthy governed data to help them make what can be life or death decision. So a big shift and appreciation for the importance and trustworthiness in their data, their data state and their insights. >> So as the GM of data management and Senior Vice President at Informatica, you get a good view of things. I got to ask you love this data 4.0 concept. Talk about what that means to you because you got customers have been doing data management with you guys for a while, but now it's data 4.0 that has a feeling of agility to it. It's got kind of a DevOps vibe. It feels like a lot of automation being discussed and you mentioned trust. What is data 4.0 mean? >> So data 4.0 for us is where AI and ML is powering data management. And so what do I mean by that? There is a greater insight and appreciation for high quality trustworthy data to enable organizations to make fact based decisions to be more data driven. But how do you do that when data is exponentially growing in volume, where data types are increasing, where data is moving increasingly between Clouds, between On-premises and Clouds between various ecosystems, new data sources are emerging, the internet of things is yet another exploding source of data. This is a lot of different types of data, a lot of volume of data, a lot of different locations, and gravity of data where data resides. So the question becomes how do you practically manage this data without intelligence and automation. And that's what the era of data 4.0 is. Where AI and ML is powering data management, making it more intelligent, automating more and more of what was historically manual to enable organizations to scale, to enable them to scale to the breadth of data that they need to get a greater understanding of their data landscape within the enterprise, to get a greater understanding of the quality of the data within their landscape, how it's moving, and the associated privacy implications of how that data is being used, how effectively it's protected, so on and so forth. All underpinned by our CLAIRE engine, which is AI and ML applied to metadata, to deliver the intelligence and enable the automation of the data management operations. >> Awesome. Thanks for taking the time to define that, love that. The question I want to ask you, I'll put you on the spot here because I think this is an important conversation we've been having and also writing a lot about it on siliconangle.com and that is customers say to us, "Hey, John, I'm investing in Cloud Native technologies, using Cloud data warehouse as a data lakes. I need to make this work because this is a scale opportunity. I need to come out of this pandemic with really agile, scalable solutions that I can move fast on my applications." How do you comment on that? What's your thoughts on this because, you guys are in the middle of all this with the data management. >> I couldn't agree more. Increasingly, data workloads are moving to the Cloud. It's projected that by 2022, 75% of all databases will be in the Cloud, and COVID-19 is really accelerating it. It's opening the eyes of leadership of decision makers to be truly Cloud First and Cloud Native, now more than ever. And so organizations, traditional banking organizations, highly regulated industries that have been hesitant to move to the cloud, are now aggressively embarking on that journey. And industries that were early adopters of the Cloud are now accelerating that journey. I mentioned earlier that, we had a very seamless transition as we moved to a work from home environment, and that's because our IT is Cloud First Cloud Native. And why is that? It's because it's through being Cloud First and Cloud Native that you get the resiliency, the agility, the flexibility benefits in these uncertain times. And we're seeing that with the data and analytics stack as well. Customers are accelerating the move to Cloud data warehouses to Cloud data lakes, and become Cloud Native for their data management stack in addition to the data analytics platforms. >> Great stuff which I agree with hundred percent. Cloud Native is where it goes but you aren't they're (laughs) yet. Still on Hybrid and Multi-cloud is a big discussion. I want to get your thoughts >> Completely. >> On how that's going to play up because if you put Hybrid cloud and Multi-cloud I see Public cloud it's amazing, we know that. But Hybrid and Multi-cloud as the next generation of kind of interoperability framework of Cloud services, you're going to have to overlay and manage data governance and privacy. It's going to get more complicated, right? So how are you seeing your customers approach that piece, on the Public side, and then with Hybrid, because that's become a big discussion point. >> So Hybrid is an absolutely critical enabling capability as organizations modernize their on premise estate into the Cloud. You need to be able to move and connect to your On-premise applications, databases, and migrate the data that's important into the Cloud. So Hybrid is an essential capability. When I say Informatica is Cloud First Cloud Native, being Cloud First Cloud Native as a data management as a service provider if you will, requires essentially capabilities of being able to connect to On-premise data sources and therefore, be Hybrid. So Hybrid architecture is an essential part of that. Equally, it's important to enable organizations to understand what needs to go to the Cloud. As you're modernizing your infrastructure, your applications, your data and analytics stack. You don't need to bring everything to the Cloud with you. So there's an opportunity for organizations to introduce efficiencies. And that's done by enabling organizations to really scan the data landscape On-premise, scan the data that already exists in the various Public clouds that they partner with, and understand what's important, what's not, what can be decommissioned and left behind to realize savings and what is important for the business and needs to be moved into a Cloud Native analytic stack. And that's really where our CLAIRE metadata intelligence capabilities come to bear. And that's really what serves as the foundation of data governance, data cataloging and data privacy, to enable organizations to get the right data into the Cloud. To do so, while ensuring privacy. And to ensure that they govern that data in their new now Cloud Native analytics stack, whether it's AWS, Azure, GCP, snowflake data, bricks, all partners, all deep partnerships that we have. >> Jitesh, I want to get your thoughts on something. I was having a Zoom call a couple weeks ago, with a bunch of CXO friends, people, practitioners, probably some of them are probably your customers. It was kind of a social get together. But we were talking about, how the world we're living in pandemic, from COVID data, fake news, and one of the comments was, finally the whole world now realized what my life like. And in referring to how we're seeing fake news and misinformation kind of screw up an election and you got COVID's got 10 zillion different data points and people are making it to tell stories. And what does it really mean? There's a lot of trust involved. People are confused, and all that's going on. Again, in that backdrop, he said that that's my world. >> Right. This is back down to some of the things you're talking about, trust. We've talked about metadata services in the past. This authenticity, the duck democratization has been around for a while in the enterprise, so that dealing with bad data or fake data or too much data, you can make data (laughs) into whatever you want. You got to make sense of it. What's your thoughts on the reaction to his comment? I mean, what does it make you feel? >> Completely agree, completely agree. And that goes back to the earlier comment I made about making fact based decisions that you can have confidence in because the insight is based on trusted data. And so you mentioned data democratization. Our point of view is to democratize data, you have to do it on a foundational governance, right? There's a reason why traffic lights exist, it's to facilitate or at least attempt to facilitate the optimal free flow of traffic without getting into accidents, without causing congestion, so on and so forth. Equally, you need to have a foundation of governance. And I realized that there's an optical tension of democratized data, which is, free data for everybody consume it whenever and however you want, and then governance, which seems to imply, locking things down controlling them. And really, when I say you need a foundation of data governance, you need to enable for organizations to implement guardrails so that data can be effectively democratized. So that data consumers can easily find data. They can understand how trustworthy it is, what the quality of it is, and they can access it in easy way and consume it, while adhering to the appropriate privacy policies that are fit for the use of that particular set of data that a data and data consumer wants to access. And so, how do you practically do that? That's where data 4.0 AI power data management comes into play. In that, you need to build a foundation of what we call intelligent data governance. A foundation of scanning metadata, combining it with business metadata, linking it into an enterprise knowledge graph that gives you an understanding of an organization and enterprises data language. It auto tags auto curates, it gives you insight into the quality of the data, and now enables organizations to publish these curated data sets into a capability, what we call a data marketplace, so that much like Amazon.com, you can shop for the data, you can browse home and garden, electronics various categories. You can identify the data sets that are interesting to you, when you select them, you can look at the quality dimensions that have already been analyzed and associated with the data set. And you can also review the privacy policies that govern the use of that data set. And if you're interested in it, find the data sets, add them to your shopping cart, like you would do with Amazon.com, and check out. And when you do that triggers off an approval workflow to enable organizations to that last mile of governing access. And once approved, we can automatically provision the datasets to wherever you want to analyze them, whether it's in Tableau Power BI, an S3 market, what have you. And that is what I mean by a foundation of intelligent data governance. That is enabling data democratization. >> A common metadata layer gives you capabilities to use AI, I get that, There's a concept that you guys are talking a lot about, this augmentation to the data. This augmented data management activities that go on. What does that mean? Can you describe and explain that further and unpack that? This augmented data management activity? >> Yeah, and what do we mean by augmented data management, it's a really a first step into full blown automation of data management. In the old world, a developer would connect to a source, parse the source schema, connect to another source, parse its source schema, connect to the target, understand the target schema, and then pick the appropriate fields from the various sources, structure it through a mapping and then run a job that transforms the data and delivers it to a target database, in its structure, in its schema, in its format. Now that we have enterprise scale metadata intelligence, we know what source of data looks like, we know what targets exist as you simply pick sources and targets, we're able to automatically generate the mappings and automate this development part of the process so that organizations can more rapidly build out data pipelines to support their AI to operationalize AIML, to enable data science, and to enable analytics. >> Jitesh great insight. I really appreciate you explaining all this concept and unpacking that with me. Final point, I'd love you to have you just take a minute to put the plug in there for Informatica, what you're working on? What are your customers doing? What are some of the best practices coming out of the current situation? Take a minute to talk about that. >> Yeah, thank you, I'm happy to. It really comes down to focusing on enabling organizations to have a complete understanding of their data landscape. And that is, where we're enabling organizations to build an enterprise knowledge graph of technical metadata, business metadata, operational usage metadata, social metadata to understand and link and develop the necessary context to understand what data exists, where how it's used, what its purpose is and whether or not you should be using. And that's where we're building the Google for the enterprise to help organizations develop that. Equally, leveraging that insight, we're building out the necessary that insight and intelligence through CLAIRE, we're building out the automation in the data quality capabilities, in the data integration capabilities, in the metadata management capabilities, in the master data management capabilities, as well as the data privacy capability. So things that our tooling historically used to do manually, we're just automating it so that organizations can more productively access data, understand it and scale their understanding and insight and analytics initiatives with greater trust greater insight. It's all built on a foundation of our intelligent data platform. >> Love it, scaling data. It's that's really the future fast, available, highly available, integrated to the applications for AI. That's the future. >> Exactly right. Data 4.0, (laughs) AI power data management. >> I love talking about data in the future, because I think that's really valuable. And I think developers, and I've always been saying for over a decade now data is a critical piece for the applications, and AI really unlocks that of having it available, and surface is critical. You guys doing a great job. Thanks for the insight, appreciate you Jitesh. Thank you for coming on. >> Thanks for having me. Pleasure to be here. >> You couldn't do it in person with Informatica world but we're getting the conversations here on the remote CUBE, CUBE virtual. I'm John Furrier, you're watching CUBE conversation with Jitesh Ghai Senior Vice President General Manager, Data Manager at Informatica. Thanks for watching. (upbeat music)

Published Date : Jul 9 2020

SUMMARY :

leaders all around the world, because of the pandemic Hey, great to see you again. One of the things, I'm a And really, the fact that I have to ask you in the and that combined with data I got to ask you love that they need to get and that is customers say to us, early adopters of the Cloud but you aren't they're (laughs) yet. On how that's going to play up and connect to your On-premise and people are making it to tell stories. This is back down to some of the things And that goes back to the There's a concept that you and delivers it to a target database, of the current situation? and whether or not you should be using. It's that's really the future fast, AI power data management. data in the future, Pleasure to be here. on the remote CUBE, CUBE virtual.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Jitesh GhaiPERSON

0.99+

John FurrierPERSON

0.99+

JiteshPERSON

0.99+

JohnPERSON

0.99+

Palo AltoLOCATION

0.99+

July 2020DATE

0.99+

InformaticaORGANIZATION

0.99+

AWSORGANIZATION

0.99+

2022DATE

0.99+

GoogleORGANIZATION

0.99+

FirstQUANTITY

0.99+

75%QUANTITY

0.99+

Amazon.comORGANIZATION

0.99+

BostonLOCATION

0.99+

firstQUANTITY

0.99+

oneQUANTITY

0.98+

pandemicEVENT

0.98+

this yearDATE

0.98+

siliconangle.comOTHER

0.98+

hundred percentQUANTITY

0.98+

CUBEORGANIZATION

0.98+

first stepQUANTITY

0.98+

bothQUANTITY

0.97+

Cloud NativeTITLE

0.97+

COVID pandemicEVENT

0.96+

OneQUANTITY

0.95+

10 zillion different data pointsQUANTITY

0.94+

GCPORGANIZATION

0.94+

COVID-19OTHER

0.92+

5000 plusQUANTITY

0.92+

CloudTITLE

0.91+

Cloud NativeTITLE

0.9+

COVIDOTHER

0.87+

couple weeks agoDATE

0.86+

AzureORGANIZATION

0.82+

CLAIREPERSON

0.82+

over a decadeQUANTITY

0.81+

2000 organizationsQUANTITY

0.81+

Mobile FirstORGANIZATION

0.8+

CXOORGANIZATION

0.79+

Data FirstORGANIZATION

0.78+

Cloud FirstCOMMERCIAL_ITEM

0.78+

CloudCOMMERCIAL_ITEM

0.77+

Virtual FirstORGANIZATION

0.77+

Cloud NativeCOMMERCIAL_ITEM

0.74+

SeniorPERSON

0.74+

halfQUANTITY

0.73+

Data ManagementORGANIZATION

0.72+

HybridTITLE

0.7+

FirstTITLE

0.66+

theCUBEORGANIZATION

0.66+

lastDATE

0.66+

Cloud First Cloud NativeTITLE

0.66+

Cloud First Cloud NativeTITLE

0.65+

Tableau Power BITITLE

0.64+

yearsDATE

0.63+

NativeTITLE

0.62+

FirstORGANIZATION

0.55+

Vice PresidentPERSON

0.51+

Ted Kummert, UiPath | The Release Show: Post Event Analysis


 

>> Narrator: From around the globe it's theCUBE! With digital coverage of UiPath Live, the release show. Brought to you by UiPath. >> Hi everybody this is Dave Valenti, welcome back to our RPA Drill Down. Ted Kummert is here he is Executive Vice President for Products and Engineering at UiPath. Ted, thanks for coming on, great to see you. >> Dave, it's great to be here, thanks so much. >> Dave your background is pretty interesting, you started as a Silicon Valley Engineer, they pulled you out, you did a huge stint at Microsoft. You got experience in SAS, you've got VC chops with Madrona. And at Microsoft you saw it all, the NT, the CE Space, Workflow, even MSN you did stuff with MSN, and then the all important data. So I'm interested in what attracted you to UiPath? >> Yeah Dave, I feel super fortunate to have worked in the industry in this span of time, it's been an amazing journey, and I had a great run at Microsoft it was fantastic. You mentioned one experience in the middle there, when I first went to the server business, the enterprise business, I owned our Integration and Workflow products, and I would say that's the first I encountered this idea. Often in the software industry there are ideas that have been around for a long time, and what we're doing is refining how we're delivering them. And we had ideas we talked about in terms of Business Process Management, Business Activity Monitoring, Workflow. The ways to efficiently able somebody to express the business process in a piece of software. Bring systems together, make everybody productive, bring humans into it. These were the ideas we talked about. Now in reality there were some real gaps. Because what happened in the technology was pretty different from what the actual business process was. And so lets fast forward then, I met Madrona Venture Group, Seattle based Venture Capital Firm. We actually made a decision to participate in one of UiPath's fundraising rounds. And that's the first I really came encountered with the company and had to have more than an intellectual understanding of RPA. 'Cause when I first saw it, I said "oh, I think that's desktop automation" I didn't look very close, maybe that's going to run out of runway, whatever. And then I got more acquainted with it and figured out "Oh, there's a much bigger idea here". And the power is that by really considering the process and the implementation from the humans work in, then you have an opportunity really to automate the real work. Not that what we were doing before wasn't significant, this is just that much more powerful. And that's when I got really excited. And then the companies statistics and growth and everything else just speaks for itself, in terms of an opportunity to work, I believe, in one of the most significant platforms going in the enterprise today, and work at one of the fastest growing companies around. It was like almost an automatic decision to decide to come to the company. >> Well you know, you bring up a good point you think about software historically through our industry, a lot of it was 'okay here's this software, now figure out how to map your processes to make it all work' and today the processes, especially you think about this pandemic, the processes are unknown. And so the software really has to be adaptable. So I'm wondering, and essentially we're talking about a fundamental shift in the way we work. And is there really a fundamental shift going on in how we write software and how would you describe that? >> Well there certainly are, and in a way that's the job of what we do when we build platforms for the enterprises, is try and give our customers a new way to get work done, that's more efficient and helps them build more powerful applications. And that's exactly what RPA does, the efficiency, it's not that this is the only way in software to express a lot of this, it just happens to be the quickest. You know in most ways. Especially as you start thinking about initiatives like our StudioX product to what we talk about as enabling citizen developers. It's an expression that allows customers to just do what they could have done otherwise much more quickly and efficient. And the value on that is always high, certainly in an unknown era like this, it's even more valuable, there are specific processes we've been helping automate in the healthcare, in financial services, with things like SBA Loan Processing, that we weren't thinking about six months ago, or they weren't thinking about six months ago. We're all thinking about how we're reinventing the way we work as individuals and corporations because of what's going on with the coronavirus crisis, having a platform like this that gives you agility and mapping the real work to what your computer state and applications all know how to do, is even more valuable in a climate like that. >> What attracted us originally to UiPath, we knew Bobby Patrick CMO, he said "Dave, go download a copy, go build some automations and go try it with some other companies". So that really struck us as wow, this is actually quite simple. Yet at the same time, and so you've of course been automating all these simple tasks, but now you've got real aspiration, you're glomming on to this term of Hyperautomation, you've made some acquisitions, you've got a vision, that really has taken you beyond 'paving the cow path' I sometimes say, of all these existing processes. It's really trying to discover new processes and opportunities for automation, which you would think after 50 or whatever years we've been in this industry, we'd have attacked a lot of it, but wow, seems like we have a long way to go. Again, especially what we're learning through this pandemic. Your thoughts on that? >> Yeah, I'd say Hyperautomation. It's actually a Gartner term, it's not our term. But there is a bigger idea here, built around the core automation platform. So let's talk for a second just what's not about the core platform and then what Hyperautomation really means around that. And I think of that as the bookends of how do I discover and plan, how do I improve my ability to do more automations, and find the real opportunities that I have. And how do I measure and optimize? And that's a lot of what we delivered in 20.4 as a new capability. So let's talk about discover and plan. One aspect of that is the wisdom of the crowd. We have a product we call Automation Hub that is all about that. Enabling people who have ideas, they're the ones doing the work, they have the observation into what efficiencies can be. Enabling them to either with our Ask Capture Utility capture that and document that, or just directly document that. And then, people across the company can then collaborate eventually moving on building the best ideas out of that. So there's capturing the crowd, and then there's a more scientific way of capturing actually what the opportunities are. So we've got two products we introduced. One is process mining, and process mining is about going outside in from the, let's call it the larger processes, more end to end processes in the enterprise. Things like order-to-cash and procure-to-pay, helping you understand by watching the events, and doing the analytics around that, where your bottle necks, where are you opportunities. And then task mining said "let's watch an individual, or group of individuals, what their tasks are, let's watch the log of events there, let's apply some machine learning processing to that, and say here's the repetitive things we've found." And really helping you then scientifically discover what your opportunities are. And these ideas have been along for a long time, process mining is not new. But the connection to an automation platform, we think is a new and powerful idea, and something we plan to invest a lot in going forward. So that's the first bookend. And then the second bookend is really about attaching rich analytics, so how do I measure it, so there's operationally how are my robots doing? And then there's everything down to return on investment. How do I understand how they are performing, verses what I would have spent if I was continuing to do them the old way. >> Yeah that's big 'cause (laughing) the hero reports for the executives to say "hey, this is actually working" but at the same time you've got to take a systems view. You don't want to just optimize one part of the system at the detriment to others. So you talk about process mining, which is kind of discovering the backend systems, ERP and the like, where the task mining it sounds like it's more the collaboration and front end. So that whole system thinking, really applies, doesn't it? >> Yeah. Very much so. Another part of what we talked about then, in the system is, how do we capture the ideas and how do we enable more people to build these automations? And that really gets down to, we talk about it in our company level vision, is a robot for every person. Every person should have a digital assistant. It can help you with things you do less frequently, it can help you with things you do all the time to do your job. And how do we help you create those? We've released a new tool we call StudioX. So for our RPA Developers we have Studio, and StudioX is really trying to enable a citizen developer. It's not unlike the art that we saw in Business Intelligence there was the era where analytics and reporting were the domain of experts, and they produced formalized reports that people could consume. But the people that had the questions would have to work with them and couldn't do the work themselves. And then along comes ClickView and Tableau and Power BI enabling the self services model, and all of a sudden people could do that work themselves, and that enabled powerful things. We think the same arch happens here, and StudioX is really our way of enabling that, citizen developer with the ideas to get some automation work done on their own. >> Got a lot in this announcement, things like document understanding, bring your own AI with AI fabric, how are you able to launch so many products, and have them fit together, you've made some acquisitions. Can you talk about the architecture that enables you to do that? >> Yeah, it's clearly in terms of ambition, and I've been there for 10 weeks, but in terms of ambition you don't have to have been there when they started the release after Forward III in October to know that this is the most ambitious thing that this company has ever done from a release perspective. Just in terms of the surface area we're delivering across now as an organization, is substantive. We talk about 1,000 feature improvements, 100's of discreet features, new products, as well as now our automation cloud has become generally available as well. So we've had muscle building over this past time to become world class at offering SAS, in addition to on-premises. And then we've got this big surface area, and architecture is a key component of how you can do this. How do you deliver efficiently the same software on-premises and in the cloud? Well you do that by having the right architecture and making the right bets. And certainly you look forward, how are companies doing this today? It's really all about Cloud-Native Platform. But it's about an architecture such that we can do that efficiently. So there is a lot about just your technical strategy. And then it's just about a ton of discipline and customer focus. It keeps you focused on the right things. StudioX was a great example of we were led by customers through a lot of what we actually delivered, a couple of the major features in it, certainly the out of box templates, the studio governance features, came out of customer suggestions. I think we had about 100 that we have sitting in the backlog, a lot of which we've already done, and really being disciplined and really focused on what customers are telling. So make sure you have the right technical strategy and architecture, really follow your customers, and really stay disciplined and focused on what matters most as you execute on the release. >> What can we learn from previous examples, I think about for instance SQL Server, you obviously have some knowledge in it, it started out pretty simple workloads and then at the time we all said "wow, it's a lot more powerful to come from below that it is, if a Db2, or an Oracle sort of goes down market", Microsoft proved that, obviously built in the robustness necessary, is there a similar metaphor here with regard to things like governance and security, just in terms of where UiPath started and where you see it going? >> Well I think the similarities have more to do with we have an idea of a bigger platform that we're now delivering against. In the database market, that was, we started, SQL Server started out as more of just a transactional database product, and ultimately grew to all of the workloads in the data platform, including transaction for transactional apps, data warehousing and as well as business intelligence. I see the same analogy here of thinking more broadly of the needs, and what the ability of an integrated platform, what it can do to enable great things for customers, I think that's a very consistent thing. And I think another consistent thing is know who you are. SQL Server knew exactly who it had to be when it entered the database market. That it was going to set a new benchmark on simplicity, TCO, and that was going to be the way it differentiated. In this case, we're out ahead of the market, we have a vision that's broader than a lot of the market is today. I think we see a lot of people coming in to this space, but we see them building to where we were, and we're out ahead. So we are operating from a leadership position, and I'm not going to tell you one's easier that the other, and both you have to execute with great urgency. But we're really executing out ahead, so we've got to keep thinking about, and there's no one's tail lights to follow, we have to be the ones really blazing the trail on what all of this means. >> I want to ask you about this incorporation of existing systems. Some markets they take off, it's kind of a one shot deal, and the market just embeds. I think you guys have bigger aspirations than that, I look at it like a service now, misunderstood early on, built the platform and now really is fundamental part of a lot of enterprises. I also look at things like EDW, which again, you have some experience in. In my view it failed to live up to a lot of it's promises even though it delivered a lot of value. You look at some of the big data initiatives, you know EDW still plugs in, it's the system of record, okay that's fine. How do you see RPA evolving? Are we going to incorporate, do we have to embrace existing business process systems? Or is this largely a do-over in your opinion? >> Well I think it's certainly about a new way of building automation, and it's starting to incorporate and include the other ways, for instance in the current release we added support for long running workflow, it was about human workflow based scenarios, now the human is collaborating with the robot, and we built those capabilities. So I do see us combining some of the old and new way. I think one of the most significant things here, is also that impact that AI and ML based technologies and skills can have on the power of the automations that we deliver. We've certainly got a surface area that, I think about our AI and ML strategy in two parts, that we are building first class first party skills, that we're including in the platform, and then we're building a platform for third parties and customers to bring their what their data science teams have delivered, so those can also be a part of our ecosystem, and part of automations. And so things like document understanding, how do I easily extract data from more structured, semi-structured and completely unstructured documents, accurately? And include those in my automations. Computer vision which gives us an ability to automate at a UI level across other types of systems than say a Windows and a browser base application. And task mining is built on a very robust, multi layer ML system, and the innovation opportunity that I think just consider there, you know continue there. You think it's a macro level if there's aspects of machine learning that are about captured human knowledge, well what exactly is an automation that captured where you're capturing a lot of human knowledge. The impact of ML and AI are going to be significant going out into the future. >> Yeah, I want to ask you about them, and I think a lot of people are just afraid of AI, as a separate thing and they have to figure out how to operationalize it. And I think companies like UiPath are really in a position to embed UI into applications AI into applications everywhere, so that maybe those folks that haven't climbed on the digital bandwagon, who are now with this pandemic are realizing "wow, we better accelerate this" they can actually tap machine intelligence through your products and others as well. Your thoughts on that sort of narrative? >> Yeah, I agree with that point of view, it's AI and ML is still maturing discipline across the industry. And you have to build new muscle, and you build new muscle and data science, and it forces you to think about data and how you manage your data in a different way. And that's a journey we've been on as a company to not only build our first party skills, but also to build the platform. It's what's given us the knowledge that to help us figure out, well what do we need to include here so our customers can bring their skills, actually to our platform, and I do think this is a place where we're going to see the real impact of AI and ML in a broader way. Based on the kind of apps it is and the kind of skills we can bring to bear. >> Okay last question, you're ten weeks in, when you're 50, 100, 200 weeks in, what should we be watching, what do you want to have accomplished? >> Well we're listening, we're obviously listening closely to our customers, right now we're still having a great week, 'cause there's nothing like shipping new software. So right now we're actually thinking deeply about where we're headed next. We see there's lots of opportunities and robot for every person, and that initiative, and so we're launched a bunch of important new capabilities there, and we're going to keep working with the market to understand how we can, how we can add additional capability there. We've just got the GA of our automation cloud, I think you should expect more and more services in our automation cloud going forward. I think this area we talked about, in terms of AI and ML and those technologies, I think you should expect more investment and innovation there from us and the community, helping our customers, and I think you will also see us then, as we talked about this convergence of the ways we bring together systems through integrate and build business process, I think we'll see a convergence into the platform of more of those methods. I look ahead to the next releases, and want to see us making some very significant releases that are advancing all of those things, and continuing our leadership in what we talk about now as the Hyperautomation platform. >> Well Ted, lot of innovation opportunities and of course everybody's hopping on the automation bandwagon. Everybody's going to want a piece of your RPA hide, and you're in the lead, we're really excited for you, we're excited to have you on theCUBE, so thanks very much for all your time and your insight. Really appreciate it. >> Yeah, thanks Dave, great to spend this time with you. >> All right thank you for watching everybody, this is Dave Velanti for theCUBE, and our RPA Drill Down Series, keep it right there we'll be right back, right after this short break. (calming instrumental music)

Published Date : May 21 2020

SUMMARY :

Brought to you by UiPath. great to see you. Dave, it's great to the NT, the CE Space, Workflow, the company and had to have more than an a fundamental shift in the way we work. and mapping the real work Yet at the same time, and find the real ERP and the like, And how do we help you create those? how are you able to and making the right bets. and I'm not going to tell you one's easier and the market just embeds. and include the other ways, and I think a lot of people and it forces you to think and I think you will also see us then, and of course everybody's hopping on the great to spend this time with you. and our RPA Drill Down Series,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Ted KummertPERSON

0.99+

DavePERSON

0.99+

Dave ValentiPERSON

0.99+

Dave VelantiPERSON

0.99+

10 weeksQUANTITY

0.99+

TedPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Madrona Venture GroupORGANIZATION

0.99+

ten weeksQUANTITY

0.99+

100QUANTITY

0.99+

OctoberDATE

0.99+

UiPathORGANIZATION

0.99+

MSNORGANIZATION

0.99+

SeattleLOCATION

0.99+

SQL ServerTITLE

0.99+

50QUANTITY

0.99+

SQL ServerTITLE

0.99+

firstQUANTITY

0.99+

first bookendQUANTITY

0.99+

two partsQUANTITY

0.98+

MadronaORGANIZATION

0.98+

Venture Capital FirmORGANIZATION

0.98+

second bookendQUANTITY

0.98+

bothQUANTITY

0.98+

200 weeksQUANTITY

0.98+

SQLTITLE

0.98+

OneQUANTITY

0.98+

todayDATE

0.98+

oneQUANTITY

0.98+

two productsQUANTITY

0.98+

TableauTITLE

0.98+

OracleORGANIZATION

0.97+

one experienceQUANTITY

0.97+

Power BITITLE

0.97+

about 100QUANTITY

0.97+

WindowsTITLE

0.96+

EDWORGANIZATION

0.96+

GartnerORGANIZATION

0.96+

ClickViewTITLE

0.95+

CE SpaceORGANIZATION

0.94+

one partQUANTITY

0.94+

100'sQUANTITY

0.94+

Executive Vice PresidentPERSON

0.92+

six months agoDATE

0.92+

Forward IIITITLE

0.91+

coronavirus crisisEVENT

0.91+

first partyQUANTITY

0.91+

SASORGANIZATION

0.86+

One aspectQUANTITY

0.86+

UiPathPERSON

0.86+

Bobby Patrick CMOPERSON

0.83+

one shotQUANTITY

0.83+

20.4QUANTITY

0.81+

StudioXTITLE

0.81+

WorkflowORGANIZATION

0.8+

first classQUANTITY

0.79+

StudioXORGANIZATION

0.79+

HubORGANIZATION

0.78+

theCUBEORGANIZATION

0.78+

HyperautomationORGANIZATION

0.77+

UiPath LiveTITLE

0.77+

about 1,000 feature improvementsQUANTITY

0.74+

about six months agoDATE

0.73+

pandemicEVENT

0.7+

secondQUANTITY

0.66+

StudioTITLE

0.66+

NTORGANIZATION

0.65+

SBAORGANIZATION

0.61+

Silicon ValleyLOCATION

0.55+

Sudheesh Nair, ThoughtSpot | CUBE Conversation, April 2020


 

>> Narrator: From theCUBE studios in Palo Alto and Boston, connecting with thought leaders all around the world, this is a CUBE conversation. >> Hi everybody, welcome to this CUBE conversation. This is Dave Vellante, and as part of my CEO and CXO series I've been bringing in leaders around the industry and I'm really pleased to have Sudheesh Nair, who is the CEO of ThoughtSpot Cube alum. Great to see you against Sudheesh, thanks for coming on. >> My pleasure Dave. Thank you so much for having me. I hope everything is well with you and your family. >> Yeah ditto back at you. I know you guys were in a hot spot for a while so you know we power on together, so I got to ask you. You guys are AI specialists, maybe sometimes you can see things before they happen. At what point did you realize that this COVID-19 was really going to be something that would affect businesses globally and then specifically your business. >> Yeah it's amazing, isn't it? I mean we used to think that in Silicon Valley we are sitting at the top of the world. AI and artificial intelligence, machine learning, Cloud, IOT and all of a sudden this little virus comes in and put us all in our places basically. We are all waiting for doctors and others to figure these things out so we can actually go outside. That tells you all about what is really important in life sometimes. It's been a hard journey for most people because of what a huge health event this has been. From a Silicon Valley point of view and specifically from artificial intelligence point of view, there is not a lot of history here that we can use to predict the future, however early February we had our sales kick off and we had a lot of our sellers who came from Asia and it became sort of clear to us immediately during our sales kick off in Napa Valley that this is not like any other event. The sort of things that they were going through in Asia we sort of realized immediately that us and when it gets to the shores of the US, this is going to really hurt. So we started hunkering down as a company, but as you mentioned early when we were talking, California in general had a head start, so we've been hunkered down for almost five weeks now, as a company and as the people and the results are showing. You know it is somewhat contained. Now obviously the real question is what next? How do we go out? But that's probably the next journey. >> So a lot of the executives that I've talked to, of course they start with the number one importance is the health and well-being of our employees. We set up the work from home infrastructure, et cetera. So that's I think, been fairly well played in the media and beginning to understand that pretty well. Also, you saw I talked to Frank Slootman and he's sort of joked about the Sequoia memos, that you know eliminate unnecessary expenses and practices. I've always eliminated unnecessary expenses, keep it to the essentials, but one of the things that I haven't probed with CEOs and I'd love your thoughts on this is, did you have to rethink sort of the ideal customer profile and your value proposition in the specific context of COVID? Was that something that you deliberately did? >> Yeah so it's a really important question that you asked, and I saw the Frank interview and I a 100% agree with that. Inside the company we have this saying, and our co-founder Ajeet actually coined the phrase of living like a middle-class company, and we've always lived that, even though we have, 300 plus million dollars in the bank and we raised a big round last year. It is important to know that as a growth stage company, we are not measured on what's in the bank. It's about the value that we are delivering and how much I'll be able to collect from customers to run the business. The living like a middle-class family has always been the ethos of the company and that has been a good thing. However, I've been with ThoughtSpot for a little more than 18 months. I joined as the CEO. I was an early investor in the company and there are a couple of big changes that we made in the last 18 months, and one of is moving to Cloud which we can talk. The other one has been around narrowing our focus on who we sell to, because one of the things that, as you know very well Dave, is that the world of data is extremely complex. Every company can come in and say, "We have the best solution out there" and it can just be in the world, but the reality is no single product is going to solve every problem for a customer when it comes to a data analytics issue. All we can hope for is that we become part of a package or solution that solves a very specific problem, so in that context there's a lot of services involved, a lot of understanding of customer problems involved. We are not a bi-product in the sense of Tableau or click on Microsoft, but they do. We are about a use case based outcomes, so we knew that we can't be everywhere. So the second change we made is actually a narrower focus, exclusively sell to global. That class, the middle class mentality, really paid off now because almost all the customers we sell to are very large customers and the four work verticals that we were seeing tremendous progress, one was healthcare, second was financial sector, the third was telecom and manufacturing and the last one is repair. Out of these four, I would say manufacturing is the one where we have seen a slowdown, but the other verticals have been, I would say cautiously spending. Being very responsible and thus far, I'm not here to say that everything is fine, but the impact if you take Zoom as a spectrum, on one end of the spectrum, where everything is doing amazingly well, because they are a good product market fit to hospitality industry on the other side. I would say ThoughtSpot and our approach to data analytics is closer to this than that. >> That's very interesting Sudheesh because, of course health care, I don't think they have time to do anything right now. I mean they're just so overwhelmed so that's obviously an interesting area that's going to continue to do well I would think. And they, the Financial Services guys, there's a lot of liquidity in the system and after 2009 the FinTech guys or the financial, the banks are doing quite well. They may squeeze you a little bit because they're smart negotiators, but as you say manufacturing with the supply chains, and in retail, look, if your ecommerce I mean Amazon hit, all-time highs today up whatever, 20% in the last two weeks. I mean just amazing what's happening, so it's really specific parts of those sectors will continue to do well, won't they? >> Absolutely, I think look, I saw this joke on Twitter, what's the number one cost? What is in fact (mic cuts out). Very soon people will say it is COVID and even businesses that have been tried to, sort of relatively, reluctant to really embrace the transformation that the customers have been asking for. This has become the biggest forcing function and that's actually a good thing because consumers are going to ultimately win because once you get groceries delivered to you into your front doors, it's going to be hard to sort of go back to standing in the line in Costco, when InstaCart can actually deliver it for you and you get used to it, so there are some transformation that is going to happen because of COVID. I don't think that society will go back from, but having said that, it's also not transformation for the sake of transformation. So speaking from our point of view on data analytics, I sort of believe that the last three to four years we have been sort of living in the Renaissance of enterprise data analytics and that's primarily because of three things. The first thing, every consumer is expecting, no matter how small or the big business, is to get to know them. You know, I don't want you to treat me like an average. I don't want you treat me like a number. Treat me like a person, which means understand me but personalize the services you are delivering and make sure that everything that you send me are relevant. If there's a marketing campaign or promo or customer support call, make sure it's relevant. The relevance and personalization. The second is, in return for that. customers are willing to give you all sorts of data. The privacy, be damned, so to a certain extent they are giving you location information, medical information,-- And the last part is with Cloud, the amount of data that you can collect and free plus in data warehouse like Snowflakes, like Redshift. It's been fundamentally shifted, so when you toggle them together the customers demand for better actors from the business, then amount of data that they're willing to give and collect to IOT and variables and then cloud-based technologies that allows you to process and store this means that analyzing this data and then delivering relevant actions to the consumers is no longer a nice to have and that I think is part of the reason why ThoughtSpot is finding sort of a tailwind, even with all this global headwind that we are all in. >> Well I think too, the innovation formula really has changed in our industry. I've said many times, it's not Moore's law anymore, it's the combination of data plus AI applied to that data and Cloud for scale and you guys are at the heart of that, so I want to talk about the market space a little bit. You look at BI and analytics, you look at the market. You know the Gartner Magic Quadrant and to your point, you know the companies on there are sort of chalk and cheese, to borrow a phrase from our friends across the pond. I mean, you're not power BI, you're not SaaS. I mean you're sort of search led. You're turning natural language into complex sequel queries. You're bringing in artificial intelligence and machine intelligence to really simplify and dramatically expand and put into the hands of business people analytics. So explain a little bit. First of all, do I have that sort of roughly right? And help us frame the market space how you think about it. >> Yeah I mean first of all, it is amazing that the diverse industry and technologies that you speak to and how you are able to grasp all of them and summarize them within a matter of seconds is a term to understand in itself. You and Stew, you both have that. You are absolutely right. So the way I think of this is that BI technologies have been around and it's played out really well. It played it's part. I mean if you look at it the way I think of BI, the most biggest BI tool is still Excel. People still want to use Excel and that is the number one BI tool ever. Then 10 years ago Tableau came in and made visualizations so delightful and a pic so to speak. That became the better way to consume complex data. Then Microsoft came in Power BI and then commoditized and the visualization to a point that, you know Tableau had to fight and it ended up selling to the Salesforce. We are not trying to play there because I think if you chase the idea of visualization it is going to be a long hard journey for ThoughtSpot to catch Tableau in visualization. That's not what we are trying to do. What we are trying to do is that you have a lot of data on one hand and you have a consumer sitting here and saying data doesn't mean you treated me well. What is my action that is this quote, very customized action quote. And our question is, how does beta turn into bespoke action inside a business? The insurance company is calling. You are calling an insurance company's customer support person. How do you know that the impact that you are getting from them is customized. But turning data into insight is an algorithmic process. That's what BI does, but that's like a few people in an organization can do that. Think of them like oil. They don't mix with water, that's the business people. The merchandising specialist who figures out which one should become site and what should be the price what should be ranking. That's the merchandiser. Their customer support person, that's a business user. They don't necessarily do Python or SQL, so what happens is in businesses you have the data people like water and the business people who touch the customer and interact with them every day, they're like the water. They don't mix. The idea of ThoughtSpot is very simple. We don't want this demarcation. We don't want this chasm. We want to break it so that every single person who interact with the customer should be able to have an interactive storytelling with the data, so that every decision that they make takes data into insight to knowledge to action, and that decision-making pipeline cannot be gut driven alone. It has to be enabled by data science and human experience coming together. So in our view, a well deployed data platform, decision-making platform, will enhance and augment human experience, as opposed to human experience says, this data says that, so you've got to pick one. That's an old model and that has been the approach with natural language based interactive access with the BI being done automated through AI in the backend, parts what we are able to put very complex data science in front of a 20 year experienced merchandising specialist in a large e-commerce website without learning Python, without learning people, without understanding data warehouse >> Right so, a couple of things I want to pick up on. I mean data is plentiful, insights aren't. That's really the takeaway from one of the things that you mentioned and this notion of storytelling is very, very important. I mean, all business people, they better be storytellers in some way shape or form and what better way to tell stories than with data, and so, because as you say it's no longer gut feel, it's not the answer anymore. So it seems to me Sudheesh, that you guys are transformative. The decision to focus on the global 2000 and really not, get washed up in the Excel, well I could just do it in Excel, or I'm going to go get Power BI, it's good enough. It's really, you're trying to be transformative and you've got a really disruptive model that we talked about before, search led and you're speaking to the system, or, typing in a way that's more natural, I wonder if you could comment on that and particularly that disruption of that transformation. >> Remember we are selling to global 2000. Almost all of them will have Tableau or one of these power BI or one of these solutions already, so you're not trying to go right and change that. What we have done is very clearly focus on use cases. We're transforming data into action. We will move the needle for the bit, but for example with the COVID situation going on, one of the most popular use cases for us is around working capital management. Now a CFO who's been in the business for 20 or 30 years is an expert and have the right kind of gut feeling about how her business is running when it comes to working capital. However, imagine now she can do 20 what-if scenarios in the next five seconds or next 10 minutes without going to the SPN 18, without going to the BI team. She can say what if we reduce hiring in Japan and instead we focus them on Singapore? What if we move 20% of marketing dollars from Germany to New York? What would be the impact of AR going up by 1% versus AP going down by 1%? She needs to now do complex scenarios, but without delay. It's sort of like how do I find a restaurant through Yelp versus going to the lobby to talk to a specialist who tells me the local restaurant. This interactive database storytelling for gut enhances the decision-making is very powerful. This is why, customer have, our largest customer has spent more than $26 million with ThougthSpot and this is not small. Our average is around close to 700k. This week for example, we are having a webinar where Verizon's SVP of Analytics specifically focused on finance. He's actually going to be on a webinar with our CFO. Our CFO Sophie, one of our financial specialists and Jeff Noto from Verizon are going to be on this talking about working capital management. What parts ThoughtSpot is a portion of, but they are sharing their experience of how do we manage, so that kind of varies, like extremely rigid focus on use cases, supply chain, modeling different things so that someone who knows Asia can really interact with the data to figure out if our supply chain from Bangladesh is going to be impacted because of COVID can we go to Ecuador? What will that look like? What will be the cost? What's the transportation cost, the fuel cost, Business has become so complex you don't have time to take five, six days to look at the report, no matter how pretty that report is, you have to make it efficient. You need to be able to make a lightning fast decision and something like COVID is really exposing all of that because day by day situation on the ground is changing. You know, employees are calling in sick. The virus is breaking out in one place, other place. If it's not, curves are going up and down so you cannot have any sort of delay between human experience and data signs and all of that comes down to your point telling visual stories so that the organization can rally behind the changes that they want to make. >> So these are mission-critical use cases. They are big problems that you're solving and attacking. As you said, you're not all things to all people. One of the things you're not is a data store, right? So you've got a partner, you've got to have an ecosystem, whether it's cloud databases, the cloud itself. I wonder if you could talk about some of the key partnerships that you're forming and how you're going to market and how that's affecting your business. >> Yeah, I mean one of the things that I've always believed in Silicon Valley is that companies die out of indigestion, not out of starvation. You try to do everything. That's how you end up dying and for us in the space of data, it's an extremely humbling space because there is so much to do, data prep, data warehousing, you know a mash-up of data, hosting of data, We have clearly decided that our ability is best spent on making artificial intelligence to work, interactive storytelling for business use and that's it. With that said, we needed a high velocity agility partner in the back end and Cloud based data warehouse have become a huge tailwind for us because our entire customer deployments are on Cloud, and the number one, obviously as you know from Frank's thing, the Snowflake has actually given, customers have seen Snowflakes plus ThoughtSpot is actually a good thing and we are exclusive in global 2000 and the Snowflake is climbing up there and we are able to build a good mutual partnership, but we are also seeing a really creative partnership all the way from product design to go to market and compensation alignment with Amazon on their push on Redshift as well. Google, we have announced partnership. There is a little bit of (mic cuts out) in the beginning we are getting, and just a couple of weeks ago we started working with Microsoft on their Azure Synapse algo. Now I would say that it's lagging, we still have work to do but Amazon and Snowflake are really pushing in terms of what customers want to see, and it completely aligns with our value popular, one plus one equals three. It really works well for our customers >> And Google is what, BigQuery plus Google Cloud, or what are you doing there? >> Yep so both Amazon and Google. Well, what we are doing at three different pieces. One if obviously the hosting of their cloud platforms. Second is data warehouse and enterprise data warehouse, which is Redshift and BigQuery. Third, we are also pretty good at taking machine learning algorithms that they have built for specific verticals. We're going to take those and then ingest them and deliver better. So for example if you are one of the largest supply companies in the world and you want to know what's the shipment rate from China and it shows and then the next thing you want to know is what the failure rate on this based on last behavior when you compressed a shipment rate, and that probably could use a bit of specific algorithms and you know Google and others have actually built a library of algorithms that can be injected into ThoughtSpot. We will simply answer the question of we may have gotten that algorithm from the Google library, sort of the business use is concerned. It doesn't really matter, so we have made all that invisible and we are able to deliver democratized access to Bespoke Insights to a business user, who are too sort of been afraid to deal with the sector data. >> Since you mentioned that you've got obviously several hundred million dollars in cash. You've raised over half a billion. You've talked previously about potential acquisitions, about IPO, are you considering acquisitions? M&A at this point in time? I mean there may be some deals out there. There's certainly some talent out there, but boy the market is changing so fast. I mean, it seems to, certain sectors are actually doing quite well. Will you consider M&A at this point? >> Yes, so I think IPO and M&A are two different-- IPO definitely, it will be foolish to say that this hasn't pushed our clients back a little bit because this is a huge event. I think there will be a correction across valuation and all of that. However, it is also important for us we use this opportunity to look at how we are investing our resources and investment for long-term versus the short-term and make sure that we are more focused and more tightening at the belt. We are doing that internally. Having said that, being a private company our valuation is, you know at least in theory, frozen, and then we have a pretty good cash position of close to $300 million, which means that it is absolutely an opportunity for us to seriously consider M&A. The important thing going back to my adage of, companies don't die out of starvation. It is critical to make sure that whatever we do, we do it with clarity. Are we doing it for talent? Are we doing it for tech? Or are we doing it for market? When you have a massive event like this, it is a poor idea to go after new market. It is important to go to our existing customers who are very large global 2000 firms and then identify problems that we cannot solve otherwise and then add technology to solve those problems, so technology acquisitions are absolutely something to consider, but it needs some more time to settle in because, the first two weeks were all people who were blindsided by this, then the last two weeks we have now gotten the mojo back in sales and mojo back in engineering, and now I think it is time for us to digest and prepare for these next two, three quarters of event and as part of that, companies like us who are fortunate enough to be on a good cash position, we'll absolutely look for interesting and good deals in the M&S space. >> Yeah, it makes sense, is tell and tech and, post IPO you can worry about Tam expansion. You'll be under pressure to do that as the CEO, but for now that's a very pragmatic approach. My last question is, there's some things when you think about, you say five weeks now you've been essentially on lockdown. You must, as many of us start thinking about wow, a lot of this work from home which came so fast people wouldn't even think about it earlier. You know, some companies mandated the beehive approach. Now everybody's open to that. There are certain things that are likely to remain permanent post COVID. Have you thought much about that? Generally and specifically how it might affect your business, the permanence of post COVID. Your thoughts. >> Yeah I've thought a lot about it. In fact, this morning I was speaking with our CRO Brian McCarthy about this. I think the change will happen, think of like an onion's inner most layer, I think the most, my hope is, that the biggest change will be in every one of us internally, as a what sort of a person am I and what does my position in the world means. The ego of each one of us that we carry because if this global event in one shot did not make you rethink your own sort of position in this big universe I think that's a mess. So the first thing has to be about being a better person. The second thing is, I had this two, three days of fever which was negative for COVID but I isolated myself, but that gave me sort of an idea of dipping in the dark room where I'm hoping my family won't get infected and you know my parents are in India so I sort of also realized that what is really important for you in life and how much family should mean to you, so that goes to the first, yourself second, your relationship with family, but having said that, the third thing when it comes to business building is also the importance for building with quality people, because when things go wrong it is so critical to have people who believe in the purpose of what you are trying to build. People with good faith and unshakable faith, personal faith and unshakable faith in the purpose of the company and most importantly you mentioned something which is the story telling. People, leaders who can absolutely communicate with clarity and certainty. It becomes the most important thing to lead an organization. I mean, you are a small business owner. You know we are in a small company with around 500 people. There is nothing like sitting at home waiting to see how the company is doing over email if you're a friend line engineer or a seller. Communication becomes so critical, so having the trust and the respect of organization and have the ability to clearly and transparently communicate is the most important thing for the company and over communicating due to the time of crisis. These things are so useful even after this crisis is over. Obviously from a technology point of view, you know people have been speaking a lot about working remotely and technology changes, security, those things will happen but I think if these three things were to happen in that order. Be a better person, be a better family member and be a better leader, I think the world will be better off and the last thing I'll also tell you, that you know in Silicon Valley sometimes we have this disregard for arts and literature and fight over science. I hope that goes away, because I can't imagine living without books, without movies, without Netflix and everything. Art makes yourself creative and enriches our lives. You know, sports is no longer there on TV and the fact that people are able to immerse their imagination in books and fiction and watch TV. That also reminds you how important it is to have a good balance between arts and science in this world, so I have a long list of things that I hope we as a people and as a society will get better. >> Yeah, a lot more game playing in our household and it's good to reconnect in that regard. Well Sudheesh, you've always been a very clear thinker and you're in a great spot and an awesome leader. Thanks so much for coming on theCUBE. It was really great to see you again. All the best to you, your family and the broader community in your area. >> Dave, you've been very kind with this. Thank you so much, I wish you the same and hopefully we'll get to see face-to-face in the near future. Thanks a lot. >> I hope so, thank you. All right and thank you for watching everybody. This is Dave Vellante for theCUBE and we'll see you next time. (upbeat music)

Published Date : Apr 16 2020

SUMMARY :

connecting with thought leaders all around the world, and I'm really pleased to have Sudheesh Nair, I hope everything is well with you and your family. so you know we power on together, so I got to ask you. and it became sort of clear to us immediately and he's sort of joked about the Sequoia memos, and I saw the Frank interview and I a 100% agree with that. and after 2009 the FinTech guys or the financial, I sort of believe that the last three to four years You know the Gartner Magic Quadrant and to your point, and that is the number one BI tool ever. and so, because as you say it's no longer gut feel, and all of that comes down to your point One of the things you're not is a data store, right? and the Snowflake is climbing up there and it shows and then the next thing you want to know but boy the market is changing so fast. and make sure that we are more focused You know, some companies mandated the beehive approach. and have the ability to clearly and the broader community in your area. in the near future. and we'll see you next time.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Jeff NotoPERSON

0.99+

DavePERSON

0.99+

Frank SlootmanPERSON

0.99+

Dave VellantePERSON

0.99+

AsiaLOCATION

0.99+

AmazonORGANIZATION

0.99+

Napa ValleyLOCATION

0.99+

IndiaLOCATION

0.99+

JapanLOCATION

0.99+

VerizonORGANIZATION

0.99+

SudheeshPERSON

0.99+

Sudheesh NairPERSON

0.99+

MicrosoftORGANIZATION

0.99+

New YorkLOCATION

0.99+

GoogleORGANIZATION

0.99+

20QUANTITY

0.99+

fiveQUANTITY

0.99+

Silicon ValleyLOCATION

0.99+

Palo AltoLOCATION

0.99+

SophiePERSON

0.99+

20%QUANTITY

0.99+

ExcelTITLE

0.99+

BostonLOCATION

0.99+

twoQUANTITY

0.99+

GermanyLOCATION

0.99+

April 2020DATE

0.99+

CostcoORGANIZATION

0.99+

StewPERSON

0.99+

BangladeshLOCATION

0.99+

EcuadorLOCATION

0.99+

100%QUANTITY

0.99+

USLOCATION

0.99+

PythonTITLE

0.99+

30 yearsQUANTITY

0.99+

ThougthSpotORGANIZATION

0.99+

early FebruaryDATE

0.99+

three daysQUANTITY

0.99+

five weeksQUANTITY

0.99+

M&AORGANIZATION

0.99+

oneQUANTITY

0.99+

20 yearQUANTITY

0.99+

second thingQUANTITY

0.99+

1%QUANTITY

0.99+

OneQUANTITY

0.99+

more than $26 millionQUANTITY

0.99+

ThoughtSpotORGANIZATION

0.99+

SQLTITLE

0.99+

SingaporeLOCATION

0.99+

COVID-19OTHER

0.99+

threeQUANTITY

0.99+

2009DATE

0.99+

last yearDATE

0.99+

six daysQUANTITY

0.99+

SecondQUANTITY

0.99+

TableauTITLE

0.99+

Brian McCarthyPERSON

0.99+

thirdQUANTITY

0.99+

firstQUANTITY

0.99+

Power BITITLE

0.99+

This weekDATE

0.99+

FrankPERSON

0.99+

over half a billionQUANTITY

0.99+

one shotQUANTITY

0.99+

AjeetORGANIZATION

0.99+

ChinaLOCATION

0.98+

secondQUANTITY

0.98+

around 500 peopleQUANTITY

0.98+

10 years agoDATE

0.98+

UNLIST TILL 4/2 The Data-Driven Prognosis


 

>> Narrator: Hi, everyone, thanks for joining us today for the Virtual Vertica BDC 2020. Today's breakout session is entitled toward Zero Unplanned Downtime of Medical Imaging Systems using Big Data. My name is Sue LeClaire, Director of Marketing at Vertica, and I'll be your host for this webinar. Joining me is Mauro Barbieri, lead architect of analytics at Philips. Before we begin, I want to encourage you to submit questions or comments during the virtual session. You don't have to wait. Just type your question or comment in the question box below the slides and click Submit. There will be a Q&A session at the end of the presentation. And we'll answer as many questions as we're able to during that time. Any questions that we don't get to we'll do our best to answer them offline. Alternatively, you can also visit the vertical forums to post your question there after the session. Our engineering team is planning to join the forums to keep the conversation going. Also a reminder that you can maximize your screen by clicking the double arrow button in the lower right corner of the slide. And yes, this virtual session is being recorded, and we'll be available to view on demand this week. We'll send you a notification as soon as it's ready. So let's get started. Mauro, over to you. >> Thank you, good day everyone. So medical imaging systems such as MRI scanners, interventional guided therapy machines, CT scanners, the XR system, they need to provide hospitals, optimal clinical performance but also predictable cost of ownership. So clinicians understand the need for maintenance of these devices, but they just want to be non intrusive and scheduled. And whenever there is a problem with the system, the hospital suspects Philips services to resolve it fast and and the first interaction with them. In this presentation you will see how we are using big data to increase the uptime of our medical imaging systems. I'm sure you have heard of the company Phillips. Phillips is a company that was founded in 129 years ago in actually 1891 in Eindhoven in Netherlands, and they started by manufacturing, light bulbs, and other electrical products. The two brothers Gerard and Anton, they took an investment from their father Frederik, and they set up to manufacture and sale light bulbs. And as you may know, a key technology for making light bulbs is, was glass and vacuum. So when you're good at making glass products and vacuum and light bulbs, then there is an easy step to start making radicals like they did but also X ray tubes. So Philips actually entered very early in the market of medical imaging and healthcare technology. And this is what our is our core as a company, and it's also our future. So, healthcare, I mean, we are in a situation now in which everybody recognize the importance of it. And and we see incredible trends in a transition from what we call Volume Based Healthcare to Value Base, where, where the clinical outcomes are driving improvements in the healthcare domain. Where it's not enough to respond to healthcare challenges, but we need to be involved in preventing and maintaining the population wellness and from a situation in which we episodically are in touch with healthcare we need to continuously monitor and continuously take care of populations. And from healthcare facilities and technology available to a few elected and reach countries we want to make health care accessible to everybody throughout the world. And this of course, has poses incredible challenges. And this is why we are transforming the Philips to become a healthcare technology leader. So from Philips has been a concern realizing and active in many sectors in many sectors and realizing what kind of technologies we've been focusing on healthcare. And we have been transitioning from creating and selling products to making solutions to addresses ethical challenges. And from selling boxes, to creating long term relationships with our customers. And so, if you have known the Philips brand from from Shavers from, from televisions to light bulbs, you probably now also recognize the involvement of Philips in the healthcare domain, in diagnostic imaging, in ultrasound, in image guided therapy and systems, in digital pathology, non invasive ventilation, as well as patient monitoring intensive care, telemedicine, but also radiology, cardiology and oncology informatics. Philips has become a powerhouse of healthcare technology. To give you an idea of this, these are the numbers for, from 2019 about almost 20 billion sales, 4% comparable sales growth with respect to the previous year and about 10% of the sales are reinvested in R&D. This is also shown in the number of patents rights, last year we filed more than 1000 patents in, in the healthcare domain. And the company is about 80,000 employees active globally in over 100 countries. So, let me focus now on the type of products that are in the scope of this presentation. This is a Philips Magnetic Resonance Imaging Scanner, also called Ingenia 3.0 Tesla is an incredible machine. Apart from being very beautiful as you can see, it's a it's a very powerful technology. It can make high resolution images of the human body without harmful radiation. And it's a, it's a, it's a complex machine. First of all, it's massive, it weights 4.6 thousand kilograms. And it has superconducting magnets cooled with liquid helium at -269 degrees Celsius. And it's actually full of software millions and millions of lines of code. And it's occupied three rooms. What you see in this picture, the examination room, but there is also a technical room which is full of of of equipment of custom hardware, and machinery that is needed to operate this complex device. This is another system, it's an interventional, guided therapy system where the X ray is used during interventions with the patient on the table. You see on the left, what we call C-arm, a robotic arm that moves and can take images of the patient while it's been operated, it's used for cardiology intervention, neurological intervention, cardiovascular intervention. There's a table that moves in very complex ways and it again it occupies two rooms, this room that we see here and but also a room full of cabinets and hardwood and computers. This is another another characteristic of this machine is that it has to operate it as it is used during medical interventions, and so it has to interact with all kind of other equipment. This is another system it's a, it's a, it's a Computer Tomography Scanner Icon which is a unique, it is unique due to its special detection technology. It has an image resolution up to 0.5 millimeters and making thousand by thousand pixel images. And it is also a complex machine. This is a picture of the inside of a compatible device not really an icon, but it has, again three rotating, which waits two and a half turn. So, it's a combination of X ray tube on top, high voltage generators to power the extra tube and in a ray of detectors to create the images. And this rotates at 220 right per minutes, making 50 frames per second to make 3D reconstruction of the of the body. So a lot of technology, complex technology and this technology is made for this situation. We make it for clinicians, who are busy saving people lives. And of course, they want optimal clinical performance. They want the best technology to treat the patients. But they also want predictable cost of ownership. They want predictable system operations. They want their clinical schedules not interrupted. So, they understand these machines are complex full of technology. And these machines may have, may require maintenance, may require software update, sometimes may even say they require some parts, horrible parts to be replaced, but they don't want to have it unplanned. They don't want to have unplanned downtime. They would hate send, having to send patients home and to have to reschedule visits. So they understand maintenance. They just want to have a schedule predictable and non intrusive. So already a number of years ago, we started a transition from what we call Reactive Maintenance services of these devices to proactive. So, let me show you what we mean with this. Normally, if a system has an issue system on the field, and traditional reactive workflow would be that, this the customer calls a call center, reports the problem. The company servicing the device would dispatch a field service engineer, the field service engineer would go on site, do troubleshooting, literally smell, listen to noise, watch for lights, for, for blinking LEDs or other unusual issues and would troubleshoot the issue, find the root cause and perhaps decide that the spare part needs to be replaced. He would order a spare part. The part would have to be delivered at the site. Either immediately or the engineer would would need to come back another day when the part is available, perform the repair. That means replacing the parts, do all the needed tests and validations. And finally release the system for clinical use. So as you can see, there is a lot of, there are a lot of steps, and also handover of information from one to between different people, between different organizations even. Would it be better to actually keep monitoring the installed base, keep observing the machine and actually based on the information collected, detect or predict even when an issue is is going to happen? And then instead of reacting to a customer calling, proactively approach the customer scheduling, preventive service, and therefore avoid the problem. So this is actually what we call Corrective Service. And this is what we're being transitioning to using Big Data and Big Data is just one ingredient. In fact, there are more things that are needed. The devices themselves need to be designed for reliability and predictability. If the device is a black box does not communicate to the outside world the status, if it does not transmit data, then of course, it is not possible to observe and therefore, predict issues. This of course requires a remote service infrastructure or an IoT infrastructure as it is called nowadays. The passivity to connect the medical device with a data center in enterprise infrastructure, collect the data and perform the remote troubleshooting and the predictions. Also the right processes and the right organization is to be in place, because an organization that is, you know, waiting for the customer to call and then has a number of few service engineers available and a certain amount of spare parts and stock is a different organization from an organization that actually is continuously observing the installed base and is scheduling actions to prevent issues. And in other pillar is knowledge management. So in order to realize predictive models and to have predictive service action, it's important to manage knowledge about failure modes, about maintenance procedures very well to have it standardized and digitalized and available. And last but not least, of course, the predictive models themselves. So we talked about transmitting data from the installed base on the medical device, to an enterprise infrastructure that would analyze the data and generate predictions that's predictive models are exactly the last ingredient that is needed. So this is not something that I'm, you know, I'm telling you for the first time is actually a strategic intent of Philips, where we aim for zero unplanned downtime. And we market it that way. We also is not a secret that we do it by using big data. And, of course, there could be other methods to to achieving the same goal. But we started using big data already now well, quite quite many years ago. And one of the reasons is that our medical devices already are wired to collect lots of data about the functioning. So they collect events, error logs that are sensor connecting sensor data. And to give you an idea, for example, just as an order of magnitudes of size of the data, the one MRI scanner can log more than 1 million events per day, hundreds of thousands of sensor readings and tens of thousands of many other data elements. And so this is truly big data. On the other hand, this data was was actually not designed for predictive maintenance, you have to think a medical device of this type of is, stays in the field for about 10 years. Some a little bit longer, some of it's shorter. So these devices have been designed 10 years ago, and not necessarily during the design, and not all components were designed, were designed with predictive maintenance in mind with IoT, and with the latest technology at that time, you know, progress, will not so forward looking at the time. So the actual the key challenge is taking the data which is already available, which is already logged by the medical devices, integrating it and creating predictive models. And if we dive a little bit more into the research challenges, this is one of the Challenges. How to integrate diverse data sources, especially how to automate the costly process of data provisioning and cleaning? But also, once you have the data, let's say, how to create these models that can predict failures and the degradation of performance of a single medical device? Once you have these models and alerts, another challenge is how to automatically recommend service actions based on the probabilistic information on these possible failures? And once you have the insights even if you can recommend action still recommending an action should be done with the goal of planning, maintenance, for generating value. That means balancing costs and benefits, preventing unplanned downtimes without of course scheduling and unnecessary interventions because every intervention, of course, is a disruption for the clinical schedule. And there are many more applications that can be built off such as the optimal management of spare parts supplies. So how do you approach this problem? Our approach was to collect into one database Vertica. A large amount of historical data, first of all historical data coming from the medical devices, so event logs, parameter value system configuration, sensor readings, all the data that we have at our disposal, that in the same database together with records of failures, maintenance records, service work orders, part replacement contracts, so basically the evidence of failures and once you have data from the medical devices, and data from the failures in the same database, it becomes possible to correlate event logs, errors, signal sensor readings with records of failures and records of part replacement and maintenance operations. And we did that also with a specific approach. So we, we create integrated teams, and every integrated team at three figures, not necessarily three people, they were actually multiple people. But there was at least one business owner from a service organization. And this business owner is the person who knows what is relevant, which use case are relevant to solve for a particular type of product or a particular market. What basically is generating value or is worthwhile tackling as an organization. And we have data scientists, data scientists are the one who actually can manipulate data. They can write the queries, they can write the models and robust statistics. They can create visualization and they are the ones who really manipulate the data. Last but not least, very important is subject matter experts. Subject Matter Experts are the people who know the failure modes, who know about the functioning of the medical devices, perhaps they're even designed, they come from the design side, or they come from the service innovation side or even from the field. People who have been servicing the machines in real life for many, many years. So, they are familiar with the failure models, but also familiar with the type of data that is logged and the processes and how actually the systems behave, if you if you if you if you allow me in, in the wild in the in the field. So the combination of these three secrets was a key. Because data scientist alone, just statisticians basically are people who can all do machine learning. And they're not very effective because the data is too complicated. That's why you more than too complex, so they will spend a huge amount of time just trying to figure out the data. Or perhaps they will spend the time in tackling things that are useless, because it's such an interesting knows much quicker which data points are useful, which phenomenon can be found in the data or probably not found. So the combination of subject matter experts and data scientists is very powerful and together gathered by a business owner, we could tackle the most useful use cases first. So, this teams set up to work and they developed three things mainly, first of all, they develop insights on the failure modes. So, by looking at the data, and analyzing information about what happened in the field, they find out exactly how things fail in a very pragmatic and quantitative way. Also, they of course, set up to develop the predictive model with associated alerts and service actions. And a predictive model is just not an alert is just not a flag. Just not a flag, only flag that turns on like a like a traffic light, you know, but there's much more than that. It's such an alert is to be interpreted and used by highly skilled and trained engineer, for example, in a in a call center, who needs to evaluate that error and plan a service action. Service action may involve the ordering a replacement of an expensive part, it may involve calling up the customer hospital and scheduling a period of downtime, downtime to replace a part. So it has an impact on the clinical practice, could have an impact. So, it is important that the alert is coupled with sufficient evidence and information for such a highly skilled trained engineer to plan the service session efficiently. So, it's it's, it's a lot of work in terms of preparing data, preparing visualizations, and making sure that old information is represented correctly and in a compact form. Additionally, These teams develop, get insight into the failure modes and so they can provide input to the R&D organization to improve the products. So, to summarize these graphically, we took a lot of historical data from, coming from the medical devices from the history but also data from relational databases, where the service, work orders, where the part replacement, the contact information, we integrated it, and we set up to the data analytics. From there we don't have value yet, only value starts appearing when we use the insights of data analytics the model on live data. When we process live data with the module we can generate alerts, and the alerts can be used to plan the maintenance and the maintenance therefore the plant maintenance replaces replacing downtime is creating value. To give an idea of the, of the type of I cannot show you the details of these modules, all of these predictive models. But to give you an idea, this is just a picture of some of the components of our medical device for which we have models for which we have, for which we call the failure modes, hard disk, clinical grade monitoring, monitors, X ray tubes, and so forth. This is for MRI machines, a lot of custom hardware and other types of amplifiers and electronics. The alerts are then displayed in a in a dashboard, what we call a Remote monitoring dashboard. We have a team of remote monitoring engineers that basically surveyors the install base, looks at this dashboard picks up these alerts. And an alert as I said before is not just one flag, it contains a lot of information about the failure and about the medical device. And the remote monitor engineer basically will pick up these alerts, they review them and they create cases for the markets organization to handle. So, they see an alert coming in they create a case. So that the particular call center in in some country can call the customer and schedule and make an appointment to schedule a service action or it can add it preventive action to the schedule of the field service engineer who's already supposed to go to visit the customer for example. This is a picture and high-level picture of the overall data person architecture. On the bottom we have install base install base is formed by all our medical devices that are connected to our Philips and more service network. Data is transmitted in a in a secure and in a secure way to our enterprise infrastructure. Where we have a so called Data Lake, which is basically an archive where we store the data as it comes from, from the customers, it is scrubbed and protected. From there, we have a processes ETL, Extract, Transform and Load that in parallel, analyze this information, parse all these files and all this data and extract the relevant parameters. All this, the reason is that the data coming from the medical device is very verbose, and in legacy formats, sometimes in binary formats in strange legacy structures. And therefore, we parse it and we structure it and we make it magically usable by data science teams. And the results are stored in a in a vertica cluster, in a data warehouse. In the same data warehouse, where we also store information from other enterprise systems from all kinds of databases from SQL, Microsoft SQL Server, Tera Data SAP from Salesforce obligations. So, the enterprise IT system also are connected to vertica the data is inserted into vertica. And then from vertica, the data is pulled by our predictive models, which are Python and Rscripts that run on our proprietary environment helps with insights. From this proprietary environment we generate the alerts which are then used by the remote monitoring application. It's not the only application this is the case of remote monitoring. We also have applications for particular remote service. So whenever we cannot prevent or predict we cannot predict an issue from happening or we cannot prevent an issue from happening and we need to react on a customer call, then we can still use the data to very quickly troubleshoot the system, find the root cause and advice or the best service session. Additionally, there are reliability dashboards because all this data can also be used to perform reliability studies and improve the design of the medical devices and is used by R&D. And the access is with all kinds of tools. So Vertica gives the flexibility to connect with JDBC to connect dashboards using Power BI to create dashboards and click view or just simply use RM Python directly to perform analytics. So little summary of the, of the size of the data for the for the moment we have integrated about 500 terabytes worth of data tables, about 30 trillion data points. More than eighty different data sources. For our complete connected install base, including our customer relation management system SAP, we also have connected, we have integrated data from from the factory for repair shops, this is very useful because having information from the factory allows to characterize components and devices when they are new, when they are still not used. So, we can model degradation, excuse me, predict failures much better. Also, we have many years of historical data and of course 24/7 live feeds. So, to get all this going, we we have chosen very simple designs from the very beginning this was developed in the back the first system in 2015. At that time, we went from scratch to production eight months and is also very stable system. To achieve that, we apply what we call Exhaustive Error Handling. When you process, most of people attending this conference probably know when you are dealing with Big Data, you have probably you face all kinds of corner cases you feel that will never happen. But just because of the sheer volume of the data, you find all kinds of strange things. And that's what you need to take care of, if you want to have a stable, stable platform, stable data pipeline. Also other characteristic is that, we need to handle live data, but also be able to, we need to be able to reprocess large historical datasets, because insights into the data are getting generated over time by the team that is using the data. And very often, they find not only defects, but also they have changed requests for new data to be extracted to distract in a different way to be aggregated in a different way. So basically, the platform is continuously crunching data. Also, components have built-in monitoring capabilities. Transparent transparency builds trust by showing how the platform behaves. People actually trust that they are having all the data which is available, or if they don't see the data or if something is not functioning they can see why and where the processing has stopped. A very important point is documentation of data sources every data point as a so called Data Provenance Fields. That is not only the medical device where it comes from, with all this identifier, but also from which file, from which moment in time, from which row, from which byte offset that data point comes. This allows to identify and not only that, but also when this data point was created, by whom, by whom meaning which version of the platform and of the ETL created a data point. This allows us to identify issues and also to fix only the subset of when an issue is identified and fixed. It's possible then to fix only subset of the data that is impacted by that issue. Again, this grid trusts in data to essential for this type of applications. We actually have different environments in our analytic solution. One that we call data science environment is more or less what I've shown so far, where it's deployed in our Philips private cloud, but also can be deployed in in in public cloud such as Amazon. It contains the years of historical data, it allows interactive data exploration, human queries, therefore, it is a highly viable load. It is used for the training of machine learning algorithms and this design has been such that we it is for allowing rapid prototyping and for large data volumes. In other environments is the so called Production Environment where we actually score the models with live data from generation of the alerts. So this environment does not require years of data just months, because a model to make a prediction does not need necessarily years of data, but maybe some model even a couple of weeks or a few months, three months, six months depending on the type of data on the failure which has been predicted. And this has highly optimized queries because the applications are stable. It only only change when we deploy new models or new versions of the models. And it is designed optimized for low latency, high throughput and reliability is no human intervention, no human queries. And of course, there are development staging environments. And one of the characteristics. Another characteristic of all this work is that what we call Data Driven Service Innovation. In all this work, we use the data in every step of the process. The First business case creation. So, basically, some people ask how did you manage to find the unlocked investment to create such a platform and to work on it for years, you know, how did you start? Basically, we started with a business case and the business case again for that we use data. Of course, you need to start somewhere you need to have some data, but basically, you can use data to make a quantitative analysis of the current situation and also make it as accurate as possible estimate quantitative of value creation, if you have that basically, is you can justify the investments and you can start building. Next to that data is used to decide where to focus your efforts. In this case, we decided to focus on the use cases that had the maximum estimated business impact, with business impact meaning here, customer value, as well as value for the company. So we want to reduce unplanned downtime, we want to give value to our customers. But it would be not sustainable, if for creating value, we would start replacing, you know, parts without any consideration for the cost of it. So it needs to be sustainable. Also, then we use data to analyze the failure modes to actually do digging into the data understanding of things fail, for visualization, and to do reliability analysis. And of course, then data is a key to do feature engineering for the development of the predictive models for training the models and for the validation with historical data. So data is all over the place. And last but not least, again, these models is architecture generates new data about the alerts and about the how good the alerts are, and how well they can predict failures, how much downtime is being saved, how money issues have been prevented. So this also data that needs to be analyzed and provides insights on the performance of this, of this models and can be used to improve the models found. And last but not least, once you have performance of the models you can use data to, to quantify as much as possible the value which is created. And it is when you go back to the first step, you made the business value you you create the first business case with estimates. Can you, can you actually show that you are creating value? And the more you can, have this fitness feedback loop closed and quantify the better it is for having more and more impact. Among the key elements that are needed for realizing this? So I want to mention one about data documentation is the practice that we started already six years ago is proven to be very valuable. We document always how data is extracted and how it is stored in, in data model documents. Data Model documents specify how data goes from one place to the other, in this case from device logs, for example, to a table in vertica. And it includes things such as the finish of duplicates, queries to check for duplicates, and of course, the logical design of the tables below the physical design of the table and the rationale. Next to it, there is a data dictionary that explains for each column in the data model from a subject matter expert perspective, what that means, such as its definition and meaning is if it's, if it's a measurement, the use of measure and the range. Or if it's a, some sort of, of label the spec values, or whether the value is raw or or calculated. This is essential for maximizing the value of data for allowing people to use data. Last but not least, also an ETL design document, it explains how the transformation has happened from the source to the destination including very important the failure and the strategy. For example, when you cannot parse part of a file, should you load only what you can parse or drop the entire file completely? So, import best effort or do all or nothing or how to populate records for which there is no value what are the default values and you know, how to have the data is normalized or transform and also to avoid duplicates. This again is very important to provide to the users of the data, if full picture of all the data itself. And this is not just, this the formal process the documents are reviewed and approved by all the stakeholders into the subject matter experts and also the data scientists from a function that we have started called Data Architect. So to, this is something I want to give about, oh, yeah and of course the the documents are available to the end users of the data. And we even have links with documents of the data warehouse. So if you are, if you get access to the database, and you're doing your research and you see a table or a view, you think, well, it could be that could be interesting. It looks like something I could use for my research. Well, the data itself has a link to the document. So from the database while you're exploring data, you can retrieve a link to the place where the document is available. This is just the quick summary of some of the of the results that I'm allowed to share at this moment. This is about image guided therapy, using our remote service infrastructure for remotely connected system with the right contracts. We can achieve we have we have reduced downtime by 14% more than one out of three of cases are resolved remotely without an engineer having to go outside. 82% is the first time right fixed rate that means that the issue is fixed either remotely or if a visit at the site is needed, that visit only one visit is needed. So at that moment, the engineer we decided the right part and fix this straightaway. And this result on average on 135 hours more operational availability per year. This therefore, the ability to treat more patients for the same costs. I'd like to conclude with citing some nice testimonials from some of our customers, showing that the value that we've created is really high impact and this concludes my presentation. Thanks for your attention so far. >> Thank you Morrow, very interesting. And we've got a number of questions that we that have come in. So let's get to them. The first one, how many devices has Philips connected worldwide? And how do you determine which related center data workloads get analyzed with protocols? >> Okay, so this is just two questions. So the first question how many devices are connected worldwide? Well, actually, I'm not allowed to tell you the precise number of connected devices worldwide, but what I can tell is that we are in the order of tens of thousands of devices. And of all types actually. And then, how would we determine which related sensor gets analyzed with vertica well? And a little bit how I set In the in the presentation is a combination of two approaches is a data driven approach and the knowledge driven approach. So a knowledge driven approach because we make maximum use of our knowledge of the failure modes, and the behavior of the medical devices and of their components to select what we think are promising data points and promising features. However, from that moment on data science kicks in, and it's actually data science is used to look at the actual data and come up with quantitative information of what is really happening. So, it could be that an expert is convinced that the particular range of value of a sensor are indicative of a particular failure. And it turns out that maybe it was too optimistic on the other way around that in practice, there are many other situations situation he was not aware of. That could happen. So thanks to the data, then we, you know, get a better understanding of the phenomenon and we get the better modeling. I bet I answered that, any question? >> Yeah, we have another question. Do you have plans to perform any analytics at the edge? >> Now that's a good question. So I can't disclose our plans on this right now, but at the edge devices are certainly one of the options we look at to help our customers towards Zero Unplanned Downtime. Not only that, but also to facilitate the integration of our solution with existing and future hospital IT infrastructure. I mean, we're talking about advanced security, privacy and guarantee that the data is always safe remains. patient data and clinical data remains does not go outside the parameters of the hospital of course, while we want to enhance our functionality provides more value with our services. Yeah, so edge definitely very interesting area of innovation. >> Another question, what are the most helpful vertica features that you rely on? >> I would say, the first that comes to mind, to me at this moment is ease of integration. Basically, with vertica, we will be able to load any data source in a very easy way. And also it really can be interfaced very easily with old type of ions as an application. And this, of course, is not unique to vertica. Nevertheless, the added value here is that this is coupled with an incredible speed, incredible speed for loading and for querying. So it's basically a very versatile tool to innovate fast for data science, because basically we do not end up another thing is multiple projections, advanced encoding and compression. So this allows us to perform the optimizations only when we need it and without having to touch applications or queries. So if we want to achieve high performance, we Basically spend a little effort on improving the projection. And now we can achieve very often dramatic increases in performance. Another feature is EO mode. This is great for for cloud for cloud deployment. >> Okay, another question. What is the number one lesson learned that you can share? >> I think that would my advice would be document control your entire data pipeline, end to end, create positive feedback loops. So I hear that what I hear often is that enterprises I mean Philips is one of them that are not digitally native. I mean, Philips is 129 years old as a company. So you can imagine the the legacy that we have, we will not, you know, we are not born with Web, like web companies are with with, you know, with everything online and everything digital. So enterprises that are not digitally native, sometimes they struggle to innovate in big data or into to do data driven innovation, because, you know, the data is not available or is in silos. Data is controlled by different parts of the organ of the organization with different processes. There is not as a super strong enterprise IT system, providing all the data, you know, for everybody with API's. So my advice is to, to for the very beginning, a creative creating as soon as possible, an end to end solution, from data creation to consumption. That creates value for all the stakeholders of the data pipeline. It is important that everyone in the data pipeline from the producer of the data to the to the consumers, basically in order to pipeline everybody gets a piece of value, piece of the cake. When the value is proven to all stakeholders, everyone would naturally contribute to keep the data pipeline running, and to keep the quality of the data high. That's the students there. >> Yeah, thank you. And in the area of machine learning, what types of innovations do you plan to adopt to help with your data pipeline? >> So, in the error of machine learning, we're looking at things like automatically detecting the deterioration of models to trigger improvement action, as well as connected with active learning. Again, focused on improving the accuracy of our predictive models. So active learning is when the additional human intervention labeling of difficult cases is triggered. So the machine learning classifier may not be able to, you know, classify correctly all the time and instead of just randomly picking up some cases for a human to review, you, you want the costly humans to only review the most valuable cases, from a machine learning point of view, the ones that would contribute the most in improving the classifier. Another error is is deep learning and was not working on it, I mean, but but also applications of more generic anomaly detection algorithms. So the challenge of anomaly detection is that we are not only interested in finding anomalies but also in the recommended proper service actions. Because without a proper service action, and alert generated because of an anomaly, the data loses most of its value. So, this is where I think we, you know. >> Go ahead. >> No, that's, that's it, thanks. >> Okay, all right. So that's all the time that we have today for questions. I want to thank the audience for attending Mauro's presentation and also for your questions. If you weren't able to, if we weren't able to answer your question today, I'd ask let we'll let you know that we'll respond via email. And again, our engineers will be at the vertica, on the vertica quorums awaiting your other questions. It would help us greatly if you could give us some feedback and rate the session before you sign off. Your rating will help us guide us as when we're looking at content to provide for the next vertica BTC. Also, note that a replay of today's event and a PDF copy of the slides will be available on demand, we'll let you know when that'll be by email hopefully later this week. And of course, we invite you to share the content with your colleagues. Again, thank you for your participation today. This includes this breakout session and hope you have a wonderful day. Thank you. >> Thank you

Published Date : Mar 30 2020

SUMMARY :

in the lower right corner of the slide. and perhaps decide that the spare part needs to be replaced. So let's get to them. and the behavior of the medical devices Do you have plans to perform any analytics at the edge? and guarantee that the data is always safe remains. on improving the projection. What is the number one lesson learned that you can share? from the producer of the data to the to the consumers, And in the area of machine learning, what types the deterioration of models to trigger improvement action, and a PDF copy of the slides will be available on demand,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Mauro BarbieriPERSON

0.99+

PhilipsORGANIZATION

0.99+

GerardPERSON

0.99+

FrederikPERSON

0.99+

PhillipsORGANIZATION

0.99+

Sue LeClairePERSON

0.99+

2015DATE

0.99+

two questionsQUANTITY

0.99+

MauroPERSON

0.99+

EindhovenLOCATION

0.99+

4.6 thousand kilogramsQUANTITY

0.99+

two roomsQUANTITY

0.99+

VerticaORGANIZATION

0.99+

14%QUANTITY

0.99+

six monthsQUANTITY

0.99+

AntonPERSON

0.99+

4%QUANTITY

0.99+

135 hoursQUANTITY

0.99+

three monthsQUANTITY

0.99+

2019DATE

0.99+

AmazonORGANIZATION

0.99+

last yearDATE

0.99+

82%QUANTITY

0.99+

two approachesQUANTITY

0.99+

eight monthsQUANTITY

0.99+

three peopleQUANTITY

0.99+

three roomsQUANTITY

0.99+

todayDATE

0.99+

first questionQUANTITY

0.99+

more than 1000 patentsQUANTITY

0.99+

1891DATE

0.99+

TodayDATE

0.99+

Power BITITLE

0.99+

NetherlandsLOCATION

0.99+

one ingredientQUANTITY

0.99+

three figuresQUANTITY

0.99+

oneQUANTITY

0.99+

over 100 countriesQUANTITY

0.99+

later this weekDATE

0.99+

tens of thousandsQUANTITY

0.99+

SQLTITLE

0.98+

about 10%QUANTITY

0.98+

about 80,000 employeesQUANTITY

0.98+

six years agoDATE

0.98+

PythonTITLE

0.98+

threeQUANTITY

0.98+

two brothersQUANTITY

0.98+

millionsQUANTITY

0.98+

first stepQUANTITY

0.98+

about 30 trillion data pointsQUANTITY

0.98+

first oneQUANTITY

0.98+

about 500 terabytesQUANTITY

0.98+

MicrosoftORGANIZATION

0.98+

first timeQUANTITY

0.98+

each columnQUANTITY

0.98+

hundreds of thousandsQUANTITY

0.98+

this weekDATE

0.97+

SalesforceORGANIZATION

0.97+

firstQUANTITY

0.97+

tens of thousands of devicesQUANTITY

0.97+

first systemQUANTITY

0.96+

about 10 yearsQUANTITY

0.96+

10 years agoDATE

0.96+

one visitQUANTITY

0.95+

MorrowPERSON

0.95+

up to 0.5 millimetersQUANTITY

0.95+

More than eighty different data sourcesQUANTITY

0.95+

129 years agoDATE

0.95+

first interactionQUANTITY

0.94+

one flagQUANTITY

0.94+

three thingsQUANTITY

0.93+

thousandQUANTITY

0.93+

50 frames per secondQUANTITY

0.93+

First businessQUANTITY

0.93+

Stephanie McReynolds, Alation | CUBEConversation, November 2019


 

>> Announcer: From our studios, in the heart of Silicon Valley, Palo Alto, California, this is a CUBE conversation. >> Hello, and welcome to theCUBE studios, in Palo Alto, California for another CUBE conversation where we go in depth with though leaders driving innovation across tech industry. I'm your host, Peter Burris. The whole concept of self service analytics has been with us decades in the tech industry. Sometimes its been successful, most times it hasn't been. But we're making great progress and have over the last few years as the technologies matures, as the software becomes more potent, but very importantly as the users of analytics become that much more familiar with what's possible and that much more wanting of what they could be doing. But this notion of self service analytics requires some new invention, some new innovation. What are they? How's that going to play out? Well, we're going to have a great conversation today with Stephanie McReynolds, she's Senior Vice President of Marketing, at Alation. Stephanie, thanks again for being on theCUBE. >> Thanks for inviting me, it's great to be back. >> So, tell us a little, give us an update on Alation. >> So as you know, Alation was one of the first companies to bring a data catalog to the market. And that market category has now been cemented and defined depending on the industry analyst you talk to. There could be 40 or 50 vendors now who are providing data catalogs to the market. So this has become one of the hot technologies to include in a modern analytics stacks. Particularly, we're seeing a lot of demand as companies move from on premise deployments into the cloud. Not only are they thinking about how do we migrate our systems, our infrastructure into the cloud but with data cataloging more importantly, how do we migrate our users to the cloud? How do we get self-service users to understand where to go to find data, how to understand it, how to trust it, what re-use can we do of it's existing assets so we're not just exploding the amount of processing we're doing in the cloud. So that's been very exciting, it's helped us grow our business. We've now seen four straight years of triple digit revenue growth which is amazing for a high growth company like us. >> Sure. >> We also have over 150 different organizations in production with a data catalog as part of their modern analytics stack. And many of those organizations are moving into the thousands of users. So eBay was probably our first customer to move into the, you know, over a thousand weekly logins they're now up to about 4,000 weekly logins through Alation. But now we have customers like Boeing and General Electric and Pfizer and we just closed a deal with US Air Force. So we're starting to see all sorts of different industries and all sorts of different users from the analytics specialist in your organization, like a data scientist or a data engineer, all the way out to maybe a product manager or someone who doesn't really think of them as an analytics expert using Alation either directly or sometimes through one of our partnerships with folks like Tableau or Microstrategy or Power BI. >> So, if we think about this notion of self- service analytics, Stephanie, and again it's Alation has been a leader in defining this overall category, we think in terms of an individual who has some need for data but is, most importantly, has questions they think data can answer and now they're out looking for data. Take us through that process. They need to know where the data is, they need to know what it is, they need to know how to use it, and they need to know what to do if they make a mistake. How is that, how are the data catalogs, like Alation, serving that, and what's new? >> Yeah, so as consumers, this world of data cataloging is very similar if you go back to the introduction of the internet. >> Sure. >> How did you find a webpage in the 90's? Pretty difficult, you had to know the exact URL to go to in most cases, to find a webpage. And then a Yahoo was introduced, and Yahoo did a whole bunch of manual curation of those pages so that you could search for a page and find it. >> So Yahoo was like a big catalog. >> It was like a big catalog, an inventory of what was out there. So the original data catalogs, you could argue, were what we would call from an technical perspective, a metadata repository. No business user wants to use a metadata repository but it created an inventory of what are all the data assets that we have in the organizations and what's the description of those data assets. The meta- data. So metadata repositories were kind of the original catalogs. The big breakthrough for data catalogs was: How do we become the Google of finding data in the organization? So rather than manually curating everything that's out there and providing an in- user inferant with an answer, how could we use machine learning and AI to look at patterns of usage- what people are clicking on, in terms of data assets- surface those as data recommendations to any end user whether they're an analytics specialist or they're just a self- service analytics user. And so that has been the real break through of this new category called data cataloging. And so most folks are accessing a data catalog through a search interface or maybe they're writing a SQL query and there's SQL recommendations that are being provided by the catalog-- >> Or using a tool that utilizes SQL >> Or using a tool that utilizes SQL, and for most people in a- most employees in a large enterprise when you get those thousands of users, they're using some other tool like Tableau or Microstrategy or, you know, a variety of different data visualization providers or data science tools to actually access that data. So a big part of our strategy at Alation has been, how do we surface this data recommendation engine in those third party products. And then if you think about it, once you're surfacing that information and providing some value to those end users, the next thing you want to do is make sure that they're using that data accurately. And that's a non- trivial problem to solve, because analytics and data is complicated. >> Right >> And metadata is extremely complicated-- >> And metadata is-- because often it's written in a language that's arcane and done to be precise from a data standpoint, that's not easily consumable or easily accessible by your average human being. >> Right, so a label, for example, on a table in a data base might be cust_seg_257, what does that mean? >> It means we can process it really quickly in the system. >> Yeah, but as-- >> But it's useless to a human being-- >> As a marketing manager, right? I'm like, hey, I want to do some customer segmentation analysis and I want to find out if people who live in California might behave differently if I provide them an offer than people that live in Massachusetts, it's not intuitive to say, oh yeah, that's in customer_seg_ so what data catalogs are doing is they're thinking about that marketing manager, they're thinking about that peer business user and helping make that translation between business terminology, "Hey I want to run some customer segmentation analysis for the West" with the technical, physical model, that underlies the data in that data base which is customer_seg_257 is the table you need to access to get the answer to that question. So as organizations start to adapt more self- service analytics, it's important that we're managing not just the data itself and this translation from technical metadata to business metadata, but there's another layer that's becoming even more important as organizations embrace self- service analytics. And that's how is this data actually being processed? What is the logic that is being used to traverse different data sets that end users now have access to. So if I take gender information in one table and I have information on income on another table, and I have some private information that identifies those two customers as the same in those two tables, in some use tables I can join that data, if I'm doing marketing campaigns, I likely can join that data. >> Sure. >> If I'm running a loan approval process here in the United States, I cannot join that data. >> That's a legal limitation, that's not a technical issue-- >> That's a legal, federal, government issue. Right? And so here's where there's a discussion, in folks that are knowledgeable about data and data management, there's a discussion of how do we govern this data? But I think by saying how we govern this data, we're kind of covering up what's actually going on, because you don't have govern that data so much as you have to govern the analysis. How is this joined, how are we combining these two data sets? If I just govern the data for accuracy, I might not know the usage scenario which is someone wants to combine these two things which makes it's illegal. Separately, it's fine, combined, it's illegal. So now we need to think about, how do we govern the analytics themselves, the logic that is being used. And that gets kind of complicated, right? For a marketing manager to understand the difference between those things on the surface is doesn't really make sense. It only makes sense when the context of that government regulation is shared and explained and in the course of your workflow and dragging and dropping in a Tableau report, you might not remember that, right? >> That's right, and the derivative output that you create that other people might then be able to use because it's back in the data catalog, doesn't explicitly note, often, that this data was generated as a combination of a join that might not be in compliance with any number of different rules. >> Right, so about a year and a half ago, we introduced a new feature in our data catalog called Trust Check. >> Yeah, I really like this. This is a really interesting thing. >> And that was meant to be a way where we could alert end users to these issues- hey, you're trying to run the same analytic and that's not allowed. We're going to give you a warning, we're not going to let you run that query, we're going to stop you in your place. So that was a way in the workflow of someone while they're typing a SQL statement or while they're dragging and dropping in Tableau to surface that up. Now, some of the vendors we work with, like Tableau, have doubled down on this concept of how do they integrate with an enterprise data catalog to make this even easier. So at Tableau conference last week, they introduced a new metadata API, they introduced a Tableau catalog, and the opportunity for these type of alerts to be pushed into the Tableau catalog as well as directly into reports and worksheets and dashboards that end users are using. >> Let me make sure I got this. So it means that you can put a lot of the compliance rules inside Alation and have a metadata API so that Alation effectively is governing the utilization of data inside the Tableau catalog. >> That's right. So think about the integration with Tableau is this communication mechanism to surface up these policies that are stored centrally in your data catalog. And so this is important, this notion of a central place of reference. We used to talk about data catalogs just as a central place of reference for where all your data assets lie in the organizations, and we have some automated ways to crawl those sources and create a centralized inventory. What we've added in our new release, which is coming out here shortly, is the ability to centralize all your policies in that catalog as well as the pointers to your data in that catalog. So you have a single source of reference for how this data needs to be governed, as well as a single source of reference for how this data is used in the organization. >> So does that mean, ultimately, that someone could try to do something, trust check and say, no you can't, but this new capability will say, and here's why or here's what you do. >> Exactly. >> A descriptive step that says let me explain why you can't do it. >> That's right. Let me not just stop your query and tell you no, let me give you the details as to why this query isn't a good query and what you might be able to do to modify that query should you still want to run it. And so all of that context is available for any end user to be able to become more aware of what is the system doing, and why is recommending. And on the flip side, in the world before we had something like Trust Check, the only opportunity for an IT Team to stop those queries was just to stop them without explanation or to try to publish manuals and ask people to run tests, like the DMV, so that they memorized all those rules of governance. >> Yeah, self- service, but if there's a problem you have to call us. >> That's right. That's right. So what we're trying to do is trying to make the work of those governance teams, those IT Teams, much easier by scaling them. Because we all know the volume of data that's being created, the volume of analysis that's being created is far greater than any individual can come up with, so we're trying to scale those precious data expert resources-- >> Digitize them-- >> Yeah, exactly. >> It's a digital transformation of how we acquire data necessary-- >> And then-- >> for data transformation. >> make it super transparent for the end user as to why they're being told yes or no so that we remove this friction that's existed between business and IT when trying to perform analytics. >> But I want to build a little bit on one of the things I thought I heard you say, and that is that the idea that this new feature, this new capability will actually prescribe an alternative, logical way for you to get your information that might be in compliance. Have I got that right? >> Yeah, that's right. Because what we also have in the catalog is a workflow that allows individuals called Stewards, analytics Stewards to be able to make recommendations and certifications. So if there's a policy that says though shall not use the data in this way, the Stewards can then say, but here's an alternative mechanism, here's an alternative method, and by the way, not only are we making this as a recommendation but this is certified for success. We know that our best analysts have already tried this out, or we know that this complies with government regulation. And so this is a more active way, then, for the two parties to collaborate together in a distributed way, that's asynchronous, and so it's easy for everyone no matter what hour of the day they're working or where they're globally located. And it helps progress analytics throughout the organization. >> Oh and more importantly, it increases the likelihood that someone who is told you now have self- service capability doesn't find themselves abandoning it the first time that somebody says no, because we've seen that over and over with a lot of these query tools, right? That somebody says, oh wow, look at this new capability until the screen, you know, metaphorically, goes dark. >> Right, until it becomes too complicated-- >> That's right-- >> and then you're like, oh I guess I wasn't really trained on this. >> And then they walk away. And it doesn't get adopted. >> Right. >> And this is a way, it's very human centered way to bring that self- service analyst into the system and be a full participant in how you generate value out of it. >> And help them along. So you know, the ultimate goal that we have as an organization, is help organizations become our customers, become data literate populations. And you can only become data literate if you get comfortable working with the date and it's not a black box to you. So the more transparency that we can create through our policy center, through documenting the data for end users, and making it more easy for them to access, the better. And so, in the next version of the Alation product, not only have we implemented features for analytic Stewards to use, to certify these different assets, to log their policies, to ensure that they can document those policies fully with examples and use cases, but we're also bringing to market a professional services offering from our own team that says look, given that we've now worked with about 20% of our installed base, and observed how they roll out Stewardship initiatives and how they assign Stewards and how they manage this process, and how they manage incentives, we've done a lot of thinking about what are some of the best practices for having a strong analytics Stewardship practice if you're a self- service analytics oriented organization. And so our professional services team is now available to help organizations roll out this type of initiative, make it successful, and have that be supported with product. So the psychological incentives of how you get one of these programs really healthy is important. >> Look, you guys have always been very focused on ensuring that your customers were able to adopt valued proposition, not just buy the valued proposition. >> Right. >> Stephanie McReynolds, Senior Vice President of Marketing Relation, once again, thanks for being on theCUBE. >> Thanks for having me. >> And thank you for joining us for another CUBE conversation. I'm Peter Burris. See you next time.

Published Date : Dec 10 2019

SUMMARY :

in the heart of Silicon Valley, Palo Alto, California, and that much more wanting of what they could be doing. So, tell us a little, depending on the industry analyst you talk to. and General Electric and Pfizer and we just closed a deal and they need to know what to do if they make a mistake. of the internet. of those pages so that you could search for a page And so that has been the real break through the next thing you want to do is make sure that's arcane and done to be precise from a data standpoint, and I have some private information that identifies in the United States, I cannot join that data. and in the course of your workflow and dragging and dropping That's right, and the derivative output that you create we introduced a new feature in our data catalog This is a really interesting thing. and the opportunity for these type of alerts to be pushed So it means that you can put a lot of the compliance rules is the ability to centralize all your policies and here's why or here's what you do. let me explain why you can't do it. the only opportunity for an IT Team to stop those queries but if there's a problem you have to call us. the volume of analysis that's being created so that we remove this friction that's existed and that is that the idea that this new feature, and by the way, not only are we making this Oh and more importantly, it increases the likelihood and then you're like, And then they walk away. And this is a way, it's very human centered way So the psychological incentives of how you get one of these not just buy the valued proposition. Senior Vice President of Marketing Relation, once again, And thank you for joining us for another

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
BoeingORGANIZATION

0.99+

PfizerORGANIZATION

0.99+

General ElectricORGANIZATION

0.99+

Stephanie McReynoldsPERSON

0.99+

StephaniePERSON

0.99+

Peter BurrisPERSON

0.99+

40QUANTITY

0.99+

CaliforniaLOCATION

0.99+

MassachusettsLOCATION

0.99+

YahooORGANIZATION

0.99+

November 2019DATE

0.99+

AlationORGANIZATION

0.99+

eBayORGANIZATION

0.99+

two partiesQUANTITY

0.99+

two thingsQUANTITY

0.99+

two tablesQUANTITY

0.99+

two customersQUANTITY

0.99+

one tableQUANTITY

0.99+

United StatesLOCATION

0.99+

50 vendorsQUANTITY

0.99+

GoogleORGANIZATION

0.99+

Palo Alto, CaliforniaLOCATION

0.99+

SQLTITLE

0.99+

last weekDATE

0.99+

US Air ForceORGANIZATION

0.99+

MicrostrategyORGANIZATION

0.99+

first customerQUANTITY

0.99+

TableauORGANIZATION

0.98+

TableauTITLE

0.98+

StewardsORGANIZATION

0.98+

Power BIORGANIZATION

0.98+

over 150 different organizationsQUANTITY

0.98+

90'sDATE

0.97+

todayDATE

0.97+

singleQUANTITY

0.97+

oneQUANTITY

0.97+

about 20%QUANTITY

0.97+

four straight yearsQUANTITY

0.97+

first timeQUANTITY

0.97+

CUBEORGANIZATION

0.96+

over a thousand weekly loginsQUANTITY

0.96+

thousands of usersQUANTITY

0.96+

two dataQUANTITY

0.94+

MicrostrategyTITLE

0.94+

first companiesQUANTITY

0.92+

TableauEVENT

0.9+

aboutDATE

0.9+

Silicon Valley, Palo Alto, CaliforniaLOCATION

0.89+

a year and a half agoDATE

0.88+

about 4,000 weekly loginsQUANTITY

0.86+

Trust CheckORGANIZATION

0.82+

single sourceQUANTITY

0.79+

Trust CheckTITLE

0.75+

theCUBEORGANIZATION

0.75+

customer_seg_257OTHER

0.74+

upQUANTITY

0.73+

AlationPERSON

0.72+

decadesQUANTITY

0.7+

cust_seg_257OTHER

0.66+

Senior Vice PresidentPERSON

0.65+

yearsDATE

0.58+

CUBEConversationEVENT

0.51+

Scott Hanselman, Microsoft | Microsoft Ignite 2019


 

>> Announcer: Live from Orlando, Florida it's theCUBE! Covering Microsoft Ignite, brought to you by Cohesity. >> Hello, and happy taco Tuesday CUBE viewers! You are watching theCUBE's live coverage of Microsoft's Ignite here in Orlando, Florida. I'm your host Rebecca Knight, along with Stu Miniman. We're joined by Scott Hanselman, he is the partner program manager at Microsoft. Thank you so much for coming on theCUBE! >> Absolutely, my pleasure! >> Rebecca: And happy taco Tuesday to you! Will code for tacos. >> Will code for tacos. >> I'm digging it, I'm digging it >> I'm a very inexpensive coder. >> So you are the partner program manager, but you're really the people's programmer at Microsoft. Satya Nadella up on the main stage yesterday, talking about programming for everyone, empowering ordinary citizen developers, and you yourself were on the main stage this morning, "App Development for All", why is this such a priority for Microsoft at this point in time? >> Well there's the priority for Microsoft, and then I'll also speak selfishly as a priority for me, because when we talk about inclusion, what does that really mean? Well it is the opposite of exclusion. So when we mean inclusion, we need to mean everyone, we need to include everyone. So what can we do to make technology, to make programming possible, to make everyone enabled, whether that be something like drag and drop, and PowerApps, and the Power platform, all the way down to doing things like we did in the keynote this morning with C# on a tiny micro-controller, and the entire spectrum in between, whether it be citizen programmers in Excel using Power BI to go and do machine learning, or the silly things that we did in the keynote with rock, paper scissors that we might be able to talk about. All of that means including everyone and if the site isn't accessible, if Visual Studio as a tool isn't accessible, if you're training your AI in a non-ethical way, you are consciously excluding people. So back to what Satya thinks is why can't everyone do this? SatyaSacha thinks is why can't everyone do this? Why are we as programmers having any gate keeping, or you know, "You can't do that you're not a programmer, "you know, I'm a programmer, you can't have that." >> So what does the future look like, >> Rebecca: So what does the future look like, if everyone knows how to do it? I mean, do some imagining, visioning right now about if everyone does know how to do this, or at least can learn the building blocks for it, what does technology look like? >> Well hopefully it will be ethical, and it'll be democratized so that everyone can do it. I think that the things that are interesting, or innovative today will become commoditized tomorrow, like, something as simple as a webcam detecting your face, and putting a square around it and then you move around, and the square, we were like, "Oh my God, that was amazing!" And now it's just a library that you can download. What is amazing and interesting today, like AR and VR, where it's like, "Oh wow, I've never seen augmented reality work like that!" My eight-year-old will be able to do it in five years, and they'll be older than eight. >> So Scott, one of the big takeaways I had from the app dev keynote that you did this morning was in the past it was trying to get everybody on the same page, let's move them to our stack, let's move them to our cloud, let's move them on this programming language, and you really talked about how the example of Chipotle is different parts of the organization will write in a different language, and there needs to be, it's almost, you know, that service bus that you have between all of these environments, because we've spent, a lot of us, I know in my career I've spent decades trying to help break down those silos, and get everybody to work together, but we're never going to have everybody doing the same jobs, so we need to meet them where they are, they need to allow them to use the tools, the languages, the platforms that they want, but they need to all be able to work together, and this is not the Microsoft that I grew up with that is now an enabler of that environment. The word we keep coming back to is trust at the keynote. I know there's some awesome, cool new stuff about .net which is a piece of it, but it's all of the things together. >> Right, you know I was teaching a class at Mesa Community College down in San Diego a couple of days ago and they were trying, they were all people who wanted jobs, just community college people, I went to community college and it's like, I just want to know how to get a job, what is the thing that I can do? What language should I learn? And that's a tough question. They wonder, do I learn Java, do I learn C#? And someone had a really funny analogy, and I'll share it with you. They said, well you know English is the language, right? Why don't the other languages just give up? They said, you know, Finland, they're not going to win, right? Their language didn't win, so they should just give up, and they should all speak English, and I said, What an awful thing! They like their language! I'm not going to go to people who do Haskell, or Rust, or Scala, or F#, and say, you should give up! You're not going to win because C won, or Java won, or C# won. So instead, why don't we focus on standards where we can inter-operate, where we can accept that the reality is a hybrid cloud things like Azure Arc that allows us to connect multiple clouds, multi-vendor clouds together. That is all encompassing the concept of inclusion, including everyone means including every language, and as many standards as you can. So it might sound a little bit like a Tower of Babel, but we do have standards and the standards are HTTP, REST, JSON, JavaScript. It may not be the web we deserve, but it's the web that we have, so we'll use those building block technologies, and then let people do their own thing. >> So speaking of the keynote this morning, one of the cool things you were doing was talking about the rock, paper, scissors game, and how it's expanding. Tell our viewers a little bit more about the new elements to rock, paper, scissors. >> So folks named Sam Kass, a gentleman named Sam Kass many, many years ago on the internet, when the internet was much simpler web pages, created a game called Rock, Paper, Scissors, Lizard, Spock, and a lot of people will know that from a popular TV show on CBS, and they'll give credit to that show, in fact it was Sam Kass and Karen Bryla who created that, and we sent them a note and said, "Hey can I write a game about this?" And we basically built a Rock, Paper, Scissors, Lizard, Spock game in the cloud containerized at scale with multiple languages, and then we also put it on a tiny device, and what's fun about the game from a complexity perspective is that rock, paper, scissors is easy. There's only three rules, right? Paper covers rock, which makes no sense, but when you have five, it's hard! Spock shoots the Rock with his phaser, and then the lizard poisons Spock, and the paper disproves, and it gets really hard and complicated, but it's also super fun and nerdy. So we went and created a containerized app where we had all different bots, we had node, Python, Java, C#, and PHP, and then you can say, I'm going to pick Spock and .net, or node and paper, and have them fight, and then we added in some AI, and some machine learning, and some custom vision such that if you sign in with Twitter in this game, it will learn your patterns, and try to defeat you using your patterns and then, clicking on your choices and fun, snd then, clicking on your choices and fun, because we all want to go, "Rock, Paper, Scissors shoot!" So we made a custom vision model that would go, and detect your hand or whatever that is saying, this is Spock and then it would select it and play the game. So it was just great fun, and it was a lot more fun than a lot of the corporate demos that you see these days. >> All right Scott, you're doing a lot of different things at the show here. We said there's just a barrage of different announcements that were made. Love if you could share some of the things that might have flown under the radar. You know, Arc, everyone's talking about, but some cool things or things that you're geeking out on that you'd want to share with others? >> Two of the things that I'm most excited, one is an announcement that's specific to Ignite, and one's a community thing, the announcement is that .net Core 3.1 is coming. .net Core 3 has been a long time coming as we have began to mature, and create a cross platform open source .net runtime, but .net Core 3.1 LTS Long Term Support means that that's a version of .net core that you can put on a system for three years and be supported. Because a lot of people are saying, "All this open source is moving so fast! "I just upgraded to this, "and I don't want to upgrade to that". LTS releases are going to happen every November in the odd numbered years. So that means 2019, 2021, 2023, there's going to be a version of .net you can count on for three years, and then if you want to follow that train, the safe train, you can do that. In the even numbered years we're going to come out with a version of .net that will push the envelope, maybe introduce a new version of C#, it'll do something interesting and new, then we tighten the screws and then the following year that becomes a long term support version of .net. >> A question for you on that. One of the challenges I hear from customers is, when you talk about hybrid cloud, they're starting to get pulled apart a little bit, because in the public cloud, if I'm running Azure, I'm always on the latest version, but in my data center, often as you said, I want longer term support, I'm not ready to be able to take that CICD push all of the time, so it feels like I live, maybe call it bimodal if you want, but I'm being pulled with the am I always on the latest, getting the latest security, and it's all tested by them? Or am I on my own there? How do you help customers with that, when Microsoft's developing things, how do you live in both of those worlds or pull them together? >> Well, we're really just working on this idea of side-by-side, whether it be different versions of Visual Studio that are side-by-side, the stable one that your company is paying for, and then the preview version that you can go have side-by-side, or whether you could have .net Core 3, 3.1, or the next version, a preview version, and a safe version side-by-side. We want to enable people to experiment without fear of us messing up their machine, which is really, really important. >> One of the other things you were talking about is a cool community announcement. Can you tell us a little bit more about that? >> So this is a really cool product from a very, very small company out of Oregon, from a company called Wilderness Labs, and Wilderness Labs makes a micro-controller, not a micro-processor, not a raspberry pie, it doesn't run Linux, what it runs is .net, so we're actually playing Rock, Paper, Scissors, Lizard, Spock on this device. We've wired it all up, this is a screen from our friends at Adafruit, and I can write .net, so somehow if someone is working at, I don't know, the IT department at Little Debbie Snack Cakes, and they're making WinForms applications, they're suddenly now an IOT developer, 'cause they can go and write C# code, and control a device like this. And when you have a micro-controller, this will run for weeks on a battery, not hours. You go and 3D print a case, make this really tiny, it could become a sensor, it could become an IOT device, or one of thousands of devices that could check crops, check humidity, moisture wetness, whatever you want, and we're going to enable all kinds of things. This is just a commodity device here, this screen, it's not special. The actual device, this is the development version, size of my finger, it could be even smaller if we wanted to make it that way, and these are our friends at Wilderness Labs. and they had a successful Kickstarter, and I just wanted to give them a shout out, and I just wanted to give them a shoutout, I don't have any relationship with them, I just think they're great. >> Very cool, very cool. So you are a busy guy, and as Stu said, you're in a lot of different things within Microsoft, and yet you still have time to teach at community college. I'm interested in your perspective of why you do that? Why do you think it's so important to democratize learning about how to do this stuff? >> I am very fortunate and I think that we people, who have achieved some amount of success in our space, need to recognize that luck played a factor in that. That privilege played a factor in that. But, why can't we be the luck for somebody else, the luck can be as simple as a warm introduction. I believe very strongly in what I call the transitive value of friendship, so if we're friends, and you're friends, then the hypotenuse can be friends as well. A warm intro, a LinkedIn, a note that like, "Hey, I met this person, you should talk to them!" Non-transactional networking is really important. So I can go to a community college, and talk to a person that maybe wanted to quit, and give a speech and give them, I don't know, a week, three months, six months, more whatever, chutzpah, moxie, something that will keep them to finish their degree and then succeed, then I'm going to put good karma out into the world. >> Paying it forward. >> Exactly. >> So Scott, you mentioned that when people ask for advice, it's not about what language they do, is to, you know, is to,q you know, we talk in general about intellectual curiosity of course is good, being part of a community is a great way to participate, and Microsoft has a phenomenal one, any other tips you'd give for our listeners out there today? >> The fundamentals will never go out of style, and rather than thinking about learning how to code, why not think about learning how to think, and learning about systems thinking. One of my friends, Kishau Rogers, talked about systems thinking, I've hade her on my podcast a number of times, and we were giving a presentation at Black Girls Code, and I was talking to a fifteen-year-old young woman, and we were giving a presentation. It was clear that her mom wanted her to be there, and she's like, "Why are we here?" And I said, "All right, let's talk about programming "everybody, we're talking about programming. "My toaster is broken and the toast is not working. "What do you think is wrong?" Big, long, awkward pause and someone says, "Well is the power on?" I was like, "Well, I plugged a light in, "and nothing came on" and they were like, "Well is the fuse blown?" and then one little girl said "Well did the neighbors have power?", And I said, "You're debugging, we are debugging right?" This is the thing, you're a systems thinker, I don't know what's going on with the computer when my dad calls, I'm just figuring it out like, "Oh, I'm so happy, you work for Microsoft, "you're able to figure it out." >> Rebecca: He has his own IT guy now in you! >> Yeah, I don't know, I unplug the router, right? But that ability to think about things in the context of a larger system. I want toast, power is out in the neighborhood, drawing that line, that makes you a programmer, the language is secondary. >> Finally, the YouTube videos. Tell our viewers a little bit about those. you can go to D-O-T.net, so dot.net, the word dot, you can go to d-o-t.net, so dot.net, the word dot, slash videos and we went, and we made a 100 YouTube videos on everything from C# 101, .net, all the way up to database access, and putting things in the cloud. A very gentle, "Mr. Rodgers' Neighborhood" on-ramp. A lot of things, if you've ever seen that cartoon that says, "Want to draw an owl? "Well draw two circles, "and then draw the rest of the fricking owl." A lot of tutorials feel like that, and we don't want to do that, you know. We've got to have an on-ramp before we get on the freeway. So we've made those at dot.net/videos. >> Excellent, well that's a great plug! Thank you so much for coming on the show, Scott. >> Absolutely my pleasure! >> I'm Rebecca Knight, for Stu Miniman., stay tuned for more of theCUBE's live coverage of Microsoft Ignite. (upbeat music)

Published Date : Nov 5 2019

SUMMARY :

Covering Microsoft Ignite, brought to you by Cohesity. he is the partner program manager at Microsoft. Rebecca: And happy taco Tuesday to you! and you yourself were on the main stage this morning, and if the site isn't accessible, and the square, we were like, "Oh my God, that was amazing!" and there needs to be, it's almost, you know, and as many standards as you can. one of the cool things you were doing was talking about and then you can say, I'm going to pick Spock and Love if you could share some of the things and then if you want to follow that train, the safe train, but in my data center, often as you said, that you can go have side-by-side, One of the other things you were talking about and I just wanted to give them a shout out, and yet you still have time to teach at community college. and talk to a person that maybe wanted to quit, and we were giving a presentation at Black Girls Code, drawing that line, that makes you a programmer, and we don't want to do that, you know. Thank you so much for coming on the show, Scott. of Microsoft Ignite.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
RebeccaPERSON

0.99+

Rebecca KnightPERSON

0.99+

Scott HanselmanPERSON

0.99+

ScottPERSON

0.99+

Karen BrylaPERSON

0.99+

Satya NadellaPERSON

0.99+

Stu MinimanPERSON

0.99+

Wilderness LabsORGANIZATION

0.99+

OregonLOCATION

0.99+

MicrosoftORGANIZATION

0.99+

San DiegoLOCATION

0.99+

fiveQUANTITY

0.99+

six monthsQUANTITY

0.99+

three yearsQUANTITY

0.99+

ExcelTITLE

0.99+

Kishau RogersPERSON

0.99+

Sam KassPERSON

0.99+

2019DATE

0.99+

Visual StudioTITLE

0.99+

three monthsQUANTITY

0.99+

JavaTITLE

0.99+

Orlando, FloridaLOCATION

0.99+

TwoQUANTITY

0.99+

2023DATE

0.99+

PythonTITLE

0.99+

LinuxTITLE

0.99+

2021DATE

0.99+

five yearsQUANTITY

0.99+

100QUANTITY

0.99+

CBSORGANIZATION

0.99+

Little Debbie Snack CakesORGANIZATION

0.99+

SatyaPERSON

0.99+

three rulesQUANTITY

0.99+

PHPTITLE

0.99+

AdafruitORGANIZATION

0.99+

LinkedInORGANIZATION

0.99+

EnglishOTHER

0.99+

yesterdayDATE

0.99+

Rodgers'PERSON

0.99+

tomorrowDATE

0.99+

eight-yearQUANTITY

0.99+

ScalaTITLE

0.98+

OneQUANTITY

0.98+

StuPERSON

0.98+

RustTITLE

0.98+

C#TITLE

0.98+

TwitterORGANIZATION

0.98+

YouTubeORGANIZATION

0.98+

bothQUANTITY

0.98+

nodeTITLE

0.98+

ChipotleORGANIZATION

0.98+

HaskellTITLE

0.97+

AzureTITLE

0.97+

Tower of BabelTITLE

0.97+

oneQUANTITY

0.97+

Power BITITLE

0.97+

SatyaSachaPERSON

0.97+

Azure ArcTITLE

0.97+

SpockPERSON

0.97+

todayDATE

0.96+

.netOTHER

0.96+

C wonTITLE

0.95+

3.1TITLE

0.94+

a weekQUANTITY

0.94+

Breaking Analysis: Q4 Spending Outlook - 10/18/19


 

>> From the SiliconANGLE Media office in Boston, Massachusetts, it's theCUBE. Now, here's your host, Dave Vellante. (dramatic music) >> Hi, everyone, welcome to this week's Breaking Analysis. It's Friday, October 18th, and this is theCUBE Insights, powered by ETR. Today, ETR had its conference call, its webcast. It was in a quiet period, and it dropped this tome. I have spent the last several hours going through this dataset. It's just unbelievable. It's the fresh data from the October survey, and I'm going to share just some highlights with you. I wish I had a couple hours to go through all this stuff, but I'm going to just pull out some of the key points. Spending is flattening. We've talked about this in previous discussions with you. But, things are still healthy. We're just reverting back to pre 2018 levels and, obviously, keeping a very close eye on the spending data and the sectors. There is some uncertainty heading into Q four. It's not only tariffs, you know. 2020's an election year, so that causes some uncertainty and some concerns for people. But, the big theme from ETR is there's less experimentation going on. The last several years have been ones where we're pushing out digital initiatives, and there was a lot of experimentation, a lot of redundancy. So, I'm going to talk more about that. I'm going to focus on a couple of sectors. I'm going to share with you there's the overall sector analysis. Then, I'm going to focus in on Microsoft and AWS and talk a little bit about the cloud. Then, I'm going to give some other highlights and, particularly, around enterprise software. The other thing I'll say is that the folks from ETR are going to be in the Bay Area on October 28th through the 30th, and I would encourage you to spend some time with them. If you want to meet them, just, you know, contact me @dvellante on Twitter or David.Vellante@siliconangle.com. I have no dog in this fight. I get no money from these guys. We're just partners and friends, but I love their data. And, they've given me access to it, and it's great because I can share it with you, our community. So, let's get right into it. Alex, if you just bring up the first slide, what I want to show is the ETR pulse check survey demographics, so every quarter, ETR does these surveys. They've got a dataset comprising 4500 members, panelists if you will, that they survey each quarter. In this survey, 1336 responded, representing 457 billion in spending power, and you can see from this slide, you know, it's got a nice mix of large companies. Very heavily weighted toward North America, but you're talking about, you know, 12% AMIA out of 1300. Certainly substantial and statistically significant to get some trends overseas. You can see across all industries. And then, job titles, a lot of C level executives, VPs, architects, people who know what the spending climate looks like, so I really like the mix of data. Let me make some overall comments, and, Alex, the next slide sort of gives some snapshot here. The big theme is that there's a compression in tech spending, as they say. It's very tough to compare to compare to 2018, which was just a phenomenal year. I mentioned the tariffs. It was an election year. Election years bring uncertainty. Uncertainty brings conservatism, so that's something, obviously, that's weighing, I think, on buyers' minds. And, I'll give you some anecdotal comments in a moment that will underscore that. There's less redundancy in spending. This has been a theme of ETR's for quite some time now. The last few years have been a try everything type of mode. Digital initiatives were launched, let's say, starting in 2016. ETR called this, I love this, Tom DelVecchio, the CEO of ETR, called it a giant IT bake off where you were looking at, okay, cloud versus on prem or SaaS versus conventional models, new databases versus legacy databases, legacy storage versus sort of modern storage stacks. So, you had this big bake off going on. And, what's happening now is you're seeing less experimentation so less adoption of new technologies, and replacements are on the rise. So, people are making their bets. They're saying, "Okay, these technologies "are the ones we're going to bet on, "these emerging disruptive technologies." So, they're narrowing their scope of emerging technologies, and they're saying, "Okay, now, "we're going to replace the legacy stuff." So, you're seeing these new stacks emerging. I mentioned some others before, but things like cloud native versus legacy waterfall approaches. And, these new stacks are hitting both legacy and disruptive companies for the reasons that I mentioned before because we're replacing legacy, but at the same time, we're narrowing the scope of the new stuff. This is not necessarily good for the disruptors. Downturns, sometimes, are good for legacy because they're perceived as a safer bet. So, what I want to do, right now, is share with you some of the anecdotals from the survey, and I'll just, you know, call out some things. By the way, the first thing I would note is, you know, ETR did sort of an analysis of frequency of terms. Cloud, cost, replacing, change, moving, consolidation, migration, and contract were the big ones that stood out. But, let me just call a couple of the anecdotals. When they do these surveys, they'll ask open ended questions, and so these kind of give you a good idea as to how people are thinking. "We're projecting a hold based on impacts from tariffs. "Situation could change if tariff relief is reached. "We're really concerned about EU." Another one, "Shift to SaaS is accelerating "and driving TCO down. "Investing in 2019, we're implementing "and retiring old technologies in 2020. "There's an active effort to consolidate "the number of security vendor solutions. "We're doing more Microsoft." Let's see, "We have moved "to a completely outsourced infrastructure model, "so no longer purchasing storage," interesting. "In general, we're trying to reduce spending "based on current market conditions." So, people, again, are concerned. Storage, as a category, is way down. "We're moving from Teradata to AWS and a data lake." I'll make some comments, as well, later on about EDW and Snowflake in particular, who, you know, remains very healthy. "We're moving our data to G Suite and AWS. "We're migrating our SaaS offering to elastic. "We're sunsetting Cognos," which, of course, is owned by IBM. "Talend, we decided to drop after evaluating. "Tableau, we've decided to not integrate anymore," even though Tableau is, actually, looking very strong subsequent to the sales force acquisition. So, there's some comments there that people, again, are replacing and they're narrowing some of their focus on spending. All right, Alex, bring up the next slide. I want to share with you the sector momentum. So, we've talked about this methodology of net score. Every time ETR does one of these pulse surveys, they ask, "Are you spending more or are you spending less? "Or, are you spending the same?" And then, essentially, they subtract the spending less from the spending more, and the spending more included new adoptions. The spending less includes replacements. And, that comes out with a net score, and that net score is an indicator of momentum. And, what you can see here is, the momentum I've highlighted in red, is container orchestration, the container platforms, machine learning, AI, automation, big theme. We were just at the UiPath conference, huge theme on automation. And, of course, robotic process automation, RPA. Cloud computing remains very strong. This dotted red line that I put in there, that's at the, you know, 30%, 35% level. You kind of want to be above that line to really show momentum. Anything below that line is either holding serve, holding steady, but well below that line, when you start getting into the low 20s and the teens, is a red zone. That's a danger zone. You could see data warehouse software is kind of on that cusp. and I'm not, you know, a huge fan of the sector in general, but I love Snowflake and what they're doing and the share gains that are going on there. So, when you're below that red line, it's a game of share gain. Storage, same thing we've talked about. The overall storage sector is down. It's being pressured by cloud, as that anectdotal suggested. It's also being pressured by the fact that so much flash has been injected into the data center over the last couple of years. That given headroom for buyers. They don't need as much storage, so overall, the sector is soft. But then, you see companies, like Pure, continuing to gain share, so they're actually quite strong in this quarter survey. So, you could see some various sectors here. IT consulting and outsourced IT not looking strong, data center consolidation. By the way, you saw, in IBM's recent earnings, Jim Kavanaugh pointed to their outsourcing business as a real drag, you know. Some of these other sectors, you could see, actually, PC laptop, this is obviously a big impact for Dell and HP, you know, kind of holding steady. Actually, better than storage, so, you know, for that large of a segment, not necessarily such a bad thing. Okay, now, what I want to do, I want to shift focus and make some comments on Microsoft, specifically, and AWS. So, here's just some high level points on this slide on Microsoft. The N out of that total was 1200, so very large proportion of the survey is weighted toward Microsoft. So, a good observation space for Microsoft. Extremely positive spending outlook for this company. There's a lot of ways to get to Microsoft. You want cloud, there's Azure, you know. Visualization, you got Power BI. Collaboration, there's Teams. Of course, email and calendaring is Office 365. You need hiring data? Well, we just bought LinkedIn. CRM, ERP, there's Microsoft Dynamics. So, Microsoft is a lot of roads, to spend with Microsoft. Windows is not the future of Microsoft. Satya Nadella and company have done a great job of sort of getting out of that dogma and really expanding their TAM. You're seeing acceleration from Microsoft across all key sectors, cloud, apps, containers, MI, or machine intelligence, AI and ML, analytics, infrastructure software, data warehousing, servers, GitHub is strong, collaboration, as I mentioned. So, really, across the board, this portfolio of offerings powered by the scale of Azure is very strong. Microsoft has great velocity in the cloud, and it's a key bellwether. Now, the next slide, what it does is compares the cloud computing big three in the US, Azure, AWS, and GCP, Google Cloud Platform. This is, again, net score. This is infrastructure as a service, and so you can see here the yellow is Microsoft, that darker line is AWS, and GCP is that blue line down below. All three are actually showing great strength in the spending data. Azure has more momentum than AWS, so it's growing faster. We've seen this for a while, but I want to make a point here that didn't come up on the ETR call. But, AWS is probably two and a half to three times larger in infrastructure as a service than is Microsoft Azure, so remember, AWS has a $35 billion at least run rate business in infrastructure as a service. And, as I say, it's two and a half to three times, at least, larger than Microsoft, which is probably a run rate of, let's call it, 10 to 12 billion, okay. So, it's quite amazing that AWS is holding at that 66 to now dropping to 63% net score given that it's so large. And, of course, way behind is GCP, much smaller share. In fact, I think, probably, Alibaba has surpassed GCP in terms of overall market share. So, at any rate, you could see all three, strong momentum. The cloud continues its march. I'll make some comments on that a little bit later. But, Azure has really strong momentum. Let's talk, next slide if you will, Alex, about AWS. Smaller sample size, 731 out of the total, which is not surprising, right. Microsoft's been around a lot longer and plays in a lot more sectors. ETR has a positive to neutral outlook on AWS. Now, you have to be careful here because, remember, what ETR is doing is they're looking at the spending momentum and comparing that to consensus estimates, okay. So, ETR's business is helping, largely, Wall Street, you know, buy side analysts make bets, and so it's not only about how much money they make or what kind of momentum they have in aggregate. It's about how they're doing relative to expectation, something that I explained on the last Breaking Analysis. Spending on AWS continues to be very robust. They've got that flywheel effect. Make no mistake that this positive to neutral outlook is relative to expectations. Relative to overall market, AWS is, you know, kicking butt. Cloud, analytics, big data, data warehousing, containers, machine intelligence, even virtualization. AWS is growing and gaining share. My view, AWS will continue to outperform the marketplace for quite some time now, and it's gaining share from legacy players. Who's it hurting? You're seeing the companies within AWS's sort of sphere that are getting impacted by AWS. Oracle, IBM, SAP, you know, cloud Arrow, which we mentioned last time is at all time lows, Teradata. These accounts, inside of AWS respondents, are losing share. Now, who's gaining share? Snowflake is on a tear. Mongo is very strong. Microsoft, interestingly, remains strong in AWS. In fact, AWS runs a lot of Microsoft workloads. That's, you know, fairly well known. But, again, Snowflake, very strong inside of AWS accounts. There's no indication that, despite AWS's emphasis on database and, of course, data warehouse, that Snowflake's being impacted by that. The reverse, Snowflake is taking advantage of cloud momentum. The only real negative you can say about AWS is that Microsoft is accelerating faster than AWS, so that might upset Andy Jassy. But, he'll point out, I guess, what I pointed out before, that they're much larger. Take a look at AWS on this next slide. The net score across all AWS sectors, the ones I mentioned. And, this is the growth in Fortune 500, so you can see, very steady in the large accounts. That's that blue line, you know, dipped in the October 18 survey, but look at how strong it is, holding 67% in Fortune 500 accounts. And then, you can see, the yellow line is the market share. AWS continues to gain share in those large accounts when you weight that out in terms of spending. That's why I say AWS is going to continue to do very well in this overall market. So, just some, you know, comments on cloud. As I said, it continues to march, it continues to really be the watchword, the fundamental operating model. Microsoft, very strong, expanding its TAM everywhere, I mean, affecting, potentially, Slack, Box, Dropbox, New Relic, Splunk, IBM, and Security, Elastic. So, Microsoft, very strong here. AWS continues to grow, not as strong as '18, but much stronger than its peers, very well positioned in database and artificial intelligence. And so, not a lot of softness in AWS. I mentioned on one of the previous Breaking Analysis, Kubernetes', actually, container's a little soft, so we always keep an eye on that one. And, Google, again, struggling to make gains in cloud. One of the comments I made before is that the long term surveys for Google looked positive, but that's not showing up yet in the near term market shares. All right, Alex, if you want to bring up the next slide, I want to make some quick comments before I close, on enterprise software. There was a big workday scare this week. They kind of guided that their core HR business was not going to be as robust as it had been previously, so this pulled back all the SaaS vendors. And, you know, the stock got crushed, Salesforce got hit, ServiceNow got hit, Splunk got hit. But, I tell you, you look at the data in this massive dataset, ServiceNow remains strong, Salesforce looks, very slight deceleration, but very sound, especially in the Fortune 100 in that GPP, the giant public and private companies that I talked about on an earlier call. That's one of the best indicators of strength. Tableau, actually, very strong, especially in large accounts, so Salesforce seems to be doing a good job of integrating there. Splunk, (mumbles) coming up shortly, I think this month. Securities, the category is very strong, lifting all ships. Splunk looks really good. Despite some of the possible competition from Microsoft, there's no indication that Splunk is slowing. There's some anecdotal issues about pricing that I talked about before, but I think Splunk is really dealing with those. UiPath's another company. We were just out there this past week at the UiPath Forward conference. UiPath, in this dataset, when you take out some of the smaller respondents, smaller number of respondents, UiPath has one of the highest net scores in the entire sample. UiPath is on a tear. I talked to dozens of customers this week. Very strong momentum, and then moving into, got new areas, and I'll be focusing on the RPA sector a little later on. But, automation, in general, really has some tailwinds in the marketplace. And, you know, the other comment I'll make about RPA is a downturn actually could help RPA vendors, who, by the way, all the RPA vendors look strong. Automation Anywhere, UiPath, I mentioned, Blue Prism, you know, even some of the legacy companies like Pega look, actually, very strong. A downturn in the economy could help some of the RPA vendors because would be looking to do more with less, and automation, you know, could be something that they're looking toward. Snowflake I mentioned, again, they continue their tear. A very strong share in expansion. Slightly lower than previous quarters in terms of the spending momentum, but the previous quarters were off the charts. So, also very strong in large companies. All right, so let me wrap. So, buyers are planning for a slowdown. I mean, there's no doubt about that. It's something that we have to pay very close attention to, and I think the marker expects that. And, I think, you know, it's okay. There's less spaghetti against the wall, we're going to try everything, and that's having a moderating effect on spending, as is the less redundancy. People were running systems in parallel. As they say, they're placing bets, now, on both disruptive tech and on legacy tech, so they're replacing both in some cases. Or, they're not investing in some of the disruptive stuff because they're narrowing their investments in disruptive technologies, and they're also replacing some legacy. We're clearly seeing new adoptions down, according to ETR, and replacements up, and that's going to affect both legacy and disruptive vendors. So, caution is the watchword, but, overall, the market remains healthy. Okay, so thanks for watching. This is Dave Vellante for CUBE Insights, powered by ETR. Thanks for watching this Breaking Analysis. We'll see you next time. (dramatic music)

Published Date : Oct 18 2019

SUMMARY :

From the SiliconANGLE Media office By the way, the first thing I would note is, you know,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Tom DelVecchioPERSON

0.99+

10QUANTITY

0.99+

MicrosoftORGANIZATION

0.99+

AWSORGANIZATION

0.99+

IBMORGANIZATION

0.99+

Dave VellantePERSON

0.99+

Andy JassyPERSON

0.99+

Jim KavanaughPERSON

0.99+

HPORGANIZATION

0.99+

2016DATE

0.99+

2019DATE

0.99+

October 28thDATE

0.99+

DellORGANIZATION

0.99+

2020DATE

0.99+

GoogleORGANIZATION

0.99+

OctoberDATE

0.99+

$35 billionQUANTITY

0.99+

OracleORGANIZATION

0.99+

UiPathORGANIZATION

0.99+

63%QUANTITY

0.99+

ETRORGANIZATION

0.99+

AlibabaORGANIZATION

0.99+

4500 membersQUANTITY

0.99+

October 18DATE

0.99+

2018DATE

0.99+

PegaORGANIZATION

0.99+

New RelicORGANIZATION

0.99+

AlexPERSON

0.99+

10/18/19DATE

0.99+

DropboxORGANIZATION

0.99+

457 billionQUANTITY

0.99+

30%QUANTITY

0.99+

SAPORGANIZATION

0.99+

LinkedInORGANIZATION

0.99+

67%QUANTITY

0.99+

35%QUANTITY

0.99+

1200QUANTITY

0.99+

Satya NadellaPERSON

0.99+

66QUANTITY

0.99+

SplunkORGANIZATION

0.99+

Bruce Chizen, Informatica | Informatica World 2018


 

>> Narrator: Live from Las Vegas, it's theCUBE covering Informatica World 2018, brought to you by Informatica. >> Welcome back, everyone, this is theCube, exclusive coverage of Informatica World 2018, live in Las Vegas at the Venetian Ball Room here. I'm John Furrier, the host of theCUBE, analyst here at theCUBE, with Peter Burris, analyst and also my co-host these past two days. Our next guest is Bruce Chizen, who is the executive chairman of Informatica, one of the leaders of the company. Great to have you back, good to see you. >> Good, great to be here, guys. >> It's like an annual pilgrimage. We get together here, and hear the perspective. Also, we had Jerry Held on yesterday, board member, very senior in the industry. You guys are legends. You've been there, done that. You've seen how many waves, how many waves have you seen? >> Yeah, I was just sharing with somebody, I was at Microsoft in 1983, so I guess I go back a little while. >> You've seen a lot of waves. Okay, so this wave is interesting, because we were talking about the keynote and talking about the timing of how data, super important, there's no debate on the role of data, but timing in the industry, you got cloud, multi-cloud, you've got things like containerization, Kubernetes, you're starting to see that microservices model appear. The role of virtualization is not as prominent as it once was, given what's happening in the stack, but certainly, data is super-strategic. GDPR, this Friday, goes into action. So, shot across the bow with GDPR, data at the center. Explain the phenomenon. >> Yeah, so, look, what's happening is, more data is being generated today than ever before. I think Anil Chakravarthy, CEO, said this morning during his keynote, it's increasing twofold every six months. It's just an amazing amount of data that's occurring, both through data warehouses, as well as realtime data through things like IoT and other streaming types of mechanisms, and at the same time, every enterprise in the world is trying to figure out how to transform this business, leveraging that data, and that data exists across so many different platforms, whether it's on-premise, whether it's the cloud, whether it's a combination of both, whether it's multiple clouds. So, trying to homogenize all this data, or to be able to capture it and get it usable in one place for analytics, for decision making, is an incredible task. Fortunately, it plays into Informatica's strength. >> I want to get your thoughts on two dimensions to that, because I agree, that's all happening, but you add the pressure to scale with the cloud, okay, that is a huge deal, okay, as well as, build then new applications faster. So, this pressure, not just to kind of get it right in the data, you got to scale with the cloud, so there's a lot of big things being built out. >> Yeah, and it's not as simple as the cloud, it's the combination of leveraging on-premise workflows with the cloud, with new applications or new workflows, and how do you make sure you have data integrity between those two environments? And I'll add another layer to it, most enterprises don't want to be held hostage to one cloud infrastructure provider, and what you are seeing is, those enterprises leveraging multiple cloud infrastructures. So, between the data that's on-premise, the data that might be residing in Azure, data that might be residing in AWS, trying to make sure that there's one view of this data, and that it's secure, it's cleansed, it's of high quality, is a greater task than ever before. >> So, Bruce, let me build on that and see if you agree with this. It sounds to what you're suggesting is that we've got all this data, it's growing very fast, but we have to be able to do two things to it. We have to be able to organize it, and we have to turn it into objects or things that have business value so that we can generate returns on it, appreciable increasing returns on it. Is that kind of the centerpiece of what we're talking about here at Informatica World? >> Absolutely, and if you look at the quick success of the enterprise data catalog that was launched last year and the number of customers that have already adopted the platform, which really is a catalog of the metadata that sits across the data across the entire enterprise. The fact that so many customers have adopted a 1.O product that quickly is validation that they want to be able to leverage and take advantage of all of this data that's sitting in thousands and thousands of different entities within their own enterprise. >> So with your experience, you think the adoption's greater than what you've seen, but put it in comparison, compare the magnitude of that adoption. >> We expected a handful of customers to adopt it in the first year, we have hundreds of customers that have adopted it in the first year. >> John: So, well over the forecast. >> Well over our forecast. >> Well, they bought it. Are they adopting and changing the practices, evolving their organizations, imagining new ways of generating work, as a consequence of being able to discover and apply data faster? >> They know they want to analyze their data. They want to use tools like Power BI, tools like Tableau. What they haven't been able to do is use those tools as effectively as they would have liked to, 'cause they didn't a mechanism to capture all that data or to view all that data across their entire enterprise. The other challenge they had was there was no data integrity that existed, because the data in one repository was different than the data in a different repository. To be able to have one view of that data means that the information that they're analyzing is accurate, which didn't exist before. >> Alright, so what's next? That's table, not table stakes, but the first low-hanging fruit. Value proposition is, okay, I get a sense of the metadata, where is everything, so that's check. >> Yeah, so, there's two things in my mind, one is making sure that we make it easy for them to use any of the cloud platforms. So today, the company announced their relationship with Microsoft, with Azure, with Informatica's IPaaS running natively on Azure, in addition to what already exists with Amazon AWS. The second thing is to continue to add AI capability to that metadata, so instead of a person having to navigate and collect all of that information, is to use intelligence to be able to make sense of-- >> John: Machines. >> Machines. >> Streaming the data in faster, handling the volume. >> And being able to throw out garbage and use only what's really-- >> That's what I want to push you on, so everybody said, oh, we're going to apply AI, but they don't say what the AI is going to do, and I think specifically, as it relates to MDM, as it relates to catalogs, replaces some of these other things, it's identifying patterns, identifying inconsistencies in data objects, it's identifying how it feeds different workflows commonly. That kind of stuff. Are there other things that we're really trying to apply this AI to to improve data quality, data consistency, data flows, usability? >> It's going to do all of that, which is what was, it required a human to do in the past. In addition, as the machine, as the AI engine or the machine learns, the ability to do this more quickly is going to become apparent. So, with this massive amount of data being exposed, the last thing you want to do is to have the decision maker being slowed down. So AI is just going to speed it up significantly. >> Bruce, talk about the state of the company. Obviously, we've had Bruce on, we tried to get a little teaser out of him on what's going on with the board level, stock option, grants, so on and so forth. I'm only kidding. Obviously a valuable company, we've been watching it and covering you guys and pointing out, actually earlier on than others, the benefits of the data. Certainly it's become a very valuable private company. Once public, now private. You were involved in that journey, outcome for an offering soon, or bankers must be licking their chops, prospects, not saying when are they going public, I don't want to ask that question, but there's obviously a trajectory. What's the company's position, vis-à-vis the financial health and growth? >> Informatica will be one of those rare instances in the world of private equity, where a sponsor has come in and decided on a growth model top line revenue versus bottom line profitability. >> You mean shedding the parts? >> Shedding the parts, really squeezing the company for maintenance revenue, for cash. What Permira and CPP, the two investors, have done has really helped the company to continue to focus on growth. So, when we look at R&D expenditures, they're close to 200 million dollars, which is well above industry average as a percentage of revenue. >> So they came in to build the company. >> Came in to build it, and more importantly, grow it. It's exceeded our expectations, haven't determined a timeline to go public, there is a possibility you could see an offering sometime in 2019. >> And we talked with also Jerry and others yesterday about this notion of timing, right? Timing's everything in life. You couldn't ask for a better time to be the Switzerland, or whatever domicile you want to call that's neutral to multiple platforms. Certainly, the data layers' a nice position, you've got companies like NetApp underneath, having a nice layer, storage, so you've got the data fabric there, you guys are playing across multiple clouds. This makes it a unique opportunity. Now, why is this time for being the Switzerland of data important, and how should customers look at this timing of the movement for Informatica vis-à-vis the industry trend? >> Yeah, enterprises want to make sure they don't get held hostage to any one vendor. That happened in the past with the likes of an SAP for ERP. They don't want to fall into that trap. They want to be able to move their workflows between Azure, between AWS, between Oracle, and continue to have legacy workflows on-premise where necessary. So, they want someone, they want a provider who's going to provide them with a solution that's not biased and is not going to show any preference towards any one provider. Many years ago, I had the privilege of being the CEO of Adobe, and if you think about it, PDF, Acrobat, was the Swiss solution, or the Switzerland of documents. And the reason why PDF became so popular and became the standard was because nobody was comfortable with .DOC being that solution. The same is true-- >> Because of the incompatibility of the operating systems? >> .DOC, two reasons, one is nobody wanted to be held hostage to Microsoft, they already felt uncomfortable with Windows and Office. >> Ended up becoming hostage to Microsoft anyway, but that's all good. >> And, at the same time, .DOC showed preference towards a Microsoft environment. >> Peter: And it was the wrong technology. >> And it didn't work across platform. >> Exactly. >> In the case of Informatica, Informatica is the only scaled provider in the data business that has a solution that works across all environments, all vendors, all providers, hybrid, on-premise, cloud, multiple infrastructure providers. >> So, my summary of what everything you said Bruce is that Informatica today is a company that's going to help you organize your data, so you can put more data to work. >> Absolutely. >> Alright, Bruce, thanks for coming on. Great to see you, always a pleasure. We've got to do it again in the studio in Palo Alto, get you in, get some information out of you on what's going on with the public offering. (Bruce laughs) Great company, congratulations, it's been a fun ride, I can't wait to hear all the war stories when it's all said and done, great job. Switzerland of data here. At Informatica World, it's theCUBE, out in the open, sharing you the data here in Las Vegas. More live coverage, stay with us, Be right back. (techno music)

Published Date : May 22 2018

SUMMARY :

brought to you by Informatica. Great to have you back, good to see you. and hear the perspective. Yeah, I was just sharing with and talking about the timing of how data, of mechanisms, and at the same time, in the data, you got to it's the combination of Is that kind of the centerpiece is a catalog of the metadata compare the magnitude of that adoption. that have adopted it in the first year. of being able to discover that existed, because the but the first low-hanging fruit. is to use intelligence to Streaming the data in the AI is going to do, the last thing you want to do is the benefits of the data. in the world of private equity, What Permira and CPP, the two investors, Came in to build it, and Certainly, the data of being the CEO of Adobe, to be held hostage to Microsoft, hostage to Microsoft anyway, And, at the same time, in the data business that has a solution that's going to help in the studio in Palo Alto,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Peter BurrisPERSON

0.99+

MicrosoftORGANIZATION

0.99+

BrucePERSON

0.99+

JohnPERSON

0.99+

Bruce ChizenPERSON

0.99+

PeterPERSON

0.99+

InformaticaORGANIZATION

0.99+

John FurrierPERSON

0.99+

AdobeORGANIZATION

0.99+

2019DATE

0.99+

Anil ChakravarthyPERSON

0.99+

JerryPERSON

0.99+

Las VegasLOCATION

0.99+

Palo AltoLOCATION

0.99+

AmazonORGANIZATION

0.99+

OracleORGANIZATION

0.99+

AWSORGANIZATION

0.99+

1983DATE

0.99+

two investorsQUANTITY

0.99+

two thingsQUANTITY

0.99+

last yearDATE

0.99+

two dimensionsQUANTITY

0.99+

yesterdayDATE

0.99+

two reasonsQUANTITY

0.99+

thousandsQUANTITY

0.99+

bothQUANTITY

0.99+

Informatica WorldORGANIZATION

0.99+

oneQUANTITY

0.99+

firstQUANTITY

0.99+

Venetian Ball RoomLOCATION

0.99+

Power BITITLE

0.98+

TableauTITLE

0.98+

SwitzerlandLOCATION

0.98+

second thingQUANTITY

0.98+

CPPORGANIZATION

0.98+

theCUBEORGANIZATION

0.98+

todayDATE

0.98+

PermiraORGANIZATION

0.98+

.DOCTITLE

0.98+

OfficeTITLE

0.97+

one repositoryQUANTITY

0.97+

PDFTITLE

0.97+

one providerQUANTITY

0.97+

hundreds of customersQUANTITY

0.96+

Jerry HeldPERSON

0.96+

one placeQUANTITY

0.96+

one viewQUANTITY

0.95+

WindowsTITLE

0.95+

first yearQUANTITY

0.95+

Informatica World 2018EVENT

0.95+

one vendorQUANTITY

0.93+

this morningDATE

0.92+

twofoldQUANTITY

0.89+

Many years agoDATE

0.88+

every six monthsQUANTITY

0.87+

200 million dollarsQUANTITY

0.84+

past two daysDATE

0.81+

AzureTITLE

0.8+

Mike Conjoice, Bupa UK | VeeamON 2018


 

>> Announcer: It's theCUBE, covering VeeamOn 2018, brought to you by Veeam. >> Welcome back to VeeamOn 2018 everybody, you're watching theCUBE, the leader in live tech coverage. We go out to the events and extract the signal from the noise. My name is Dave Vellante, and I'm with my cohost, Stu Miniman. Mike Conjoice is here, he's a Solutions Architect at Bupa Dental. Mike, over from the pond? >> Yeah absolutely. >> Over the pond rather, to America, welcome, from Bristol, England, great to have you on theCUBE, thank you. >> Thanks very much. >> Bupa Dental. Tell us about this 90,000 person organization. >> Yeah, so, Bupa's a global organization. They're primarily known for their health care insurance. Bupa Dental is a market unit that provides dental, NHS and private. So we're one of the largest private providers in the UK. We've got around 460 practices at the moment across the UK and Ireland. Bupa itself, 90,000 staff, 8,000 of that is dental. So that's clinicians and support staff. Were acquiring new practices, about three practices a week. >> Massive scale. >> Mike: Absolutely, it's huge. >> I've got to ask you, before we get into it. So health care, in England, NHS, you mentioned NHS and private. A lot of us in the United States, you know, have I think misconceptions, but what's your take on the quality of healthcare in England and the UK? A lot of people I talk to love it, they say it's really high quality. What's your take? >> It's certainly a different way of doing things, but then, it's a good model I feel. 'cause we all pay in, everyone can get that healthcare they need, they don't have to worry about being ill. You know, being ill shouldn't bankrupt you. So we do the NHS and private side of things. It's usually a lot of the same clinicians that run those models, but private we tend to cut the line a lot quicker, things like that. You're paying for the speed of the access to the clinicians, things like that. >> Okay, so but it's a hybrid model, so if you can afford it, then you can complement it, and it allows you to accelerate things. >> Mike: Absolutely. >> Okay, so there's still that level of quality that you can pay for, >> Yes, it's tiered >> But everybody's got healthcare, a hundred percent of the citizens are covered. >> Mike: Yeah. >> Mike, what's the kind of the stresses and the changes happening in healthcare, regulation like that impact from the technology sector? >> So at the moment, GDPR is obviously the big buzzword, I'm sure it's not the first time you've heard that this week. >> It's May 2018 >> We've got a countdown going. So a lot of our data is patient data, so it's critical healthcare data. So we're very lucky in Bupa to have a large information governance team that can manage a lot of the compliance and regulatory factors for us. So we need to be very aware of what we're doing with that data. We have the GDPR compliance side of things, where you've got the right to forget in an organization, but also the healthcare side of things can overrule that, that we are obliged to keep records for you know, certain amounts of time, depending on ages and things like that. >> And what kind of solutions are you architecting? >> So we, as I said, we acquire heavily, we acquire about two to three practices a week. So we are growing, so everything we look at is scale, not where we are now, but where we're going to be. You know, we've got plans to be at a thousand practices in no time at all. So a lot of the legacy frameworks that we follow, a lot of the legacy operational models we went with, they worked, but they don't scale well. So we need to put things so automation and intelligence, like Danny's been talking about in the keynote. It's things we really need to look at. We've started leveraging our data a lot more. So we pull back a lot of this data, we've got so much data, but we weren't really doing a lot with it. We've started running a lot of business intelligence, you know MIS data across that, to kind of learn how our patients use, I mean nobody likes going to the dentist, it's not a luxury treat that people go for. So trying to make that journey easier for the patients is kind of our end goal. We want to make it as painless as possible, apart from the dental bit. From making an appointment to kind of feeding back afterwards, and keeping that loop going, it's not just a one time end to end project. >> Yeah, so that whole experience. Take us inside the pieces that your patients don't see. Paint a picture of your infrastructure, I mean, what's there, what does it look like, and ultimately what applications are you supporting, you know, the top ones. >> Yeah, so dental practice management software isn't as advanced as probably as most people would think. Each practice has got a virtualization host in each. So we've got 500 service, remote branches on an MPLS link, so they're all coming back to a central data center where we keep all our offsite backups. >> Those are 500 physical servers? >> Yes, they're running Hyper-V, so they've got... They're quite low capacity, so there might be one or two VMs on each one. So although the scale is huge, the kind of the density is quite minimal. So we're bringing all that back across MPLS links that we're still not in an amazing place with network links in the UK, so some of our practices, they're not the best links, they're slow. Bringing back a lot of that data every night can be, you know, a massive issue, especially with the legacy software we were using previously. We need an offsite copy, we can't just cope with a local copy. We've had issues where practices have failed, practices have flooded, and without an offsite copy, you know, that backup drive floating in the water (mumbles) >> How does that local copy get made? That's done in an automated way from your remote location >> Yeah, so... >> It's not some gal at the desk doing the backup >> No, no, no >> like it used to be. >> Each practice has got like a USB or a NAS, depending on the size of the practice, and so we centrally manage that through the Veeam console in our data center. So each practice has a local backup job, to that storage every night, and then a backup copy job to our offsite data center to keep two copies of the data. >> And the office is closed, right, so it's not like you're dealing with high volume transactions that you're having to capture. I mean you've got a long enough window to get the stuff offsite, is that true? >> Yeah, so our bottleneck is always network, it's never source or target, it's always network. You know, some of our links we might get 200K uploads, so, if you're transferring a few gig of data it's never good. A lot of our data is digital imaging as well, which is really taking off. So you know you used to go and get an x-ray, now it's all 3D models of a scan of your mouth. So those files are... >> A lot of data. >> Yeah, absolutely. >> Well we've done Cube gigs in the UK, so we know, sometimes those pipes are pretty small. >> Absolutely. >> Okay, so in the primary applications that you're supporting is this dental, this what you folks offer >> Yeah, so we've got, there's a couple of big players in the practice management software space, so we're kind of a split across those. They are moving towards private cloud software, but it's a slow process. These are the same softwares that you find in a single-person dental practice to these massive scales that we've got, so there's... They're very well known across the industry. So change is quite hard for them. >> So you're a Microsoft shop. Who's your server vendor? >> Dell. >> So you've got Dell servers, and Dell storage as well? >> Yes, so we've got Dell storage in the core. Just equal, equal logic. >> But Veeam is your primary data protection right? >> Yeah, absolutely. >> And how long have you had Veeam in there? >> Probably two and a half years now. >> Okay, great, so let's go back to three years ago. >> The good times. >> What was life like then, and why did you bring in Veeam, and what change, take us through that whole case. >> So, like I said, we're highly acquisitive. So that came with a certain cadence and expectation. So we basically got what was given to us when we bought the practice. There was a lot of legacy backup providers, you know, all the classic ones. All over the place, no standardization of what was set up, what was backing up, the reporting. There was no central pane of glass to manage that. So it was taking a lot of engineer time to check those backups. So the infrastructure team that look after that, they were having to dedicate possibly two engineers a day just to check backups, which was an absolute nightmare. It's expensive as well, you know, they're not cheap guys to hire, so you just, you're getting them to do manual admin work. So we needed a change obviously, especially with the expectations of growth. I'd worked with Veeam previously as an MSV, so I knew the product, I knew how it worked. I kind of put it forward, I think it would be the best idea for us to go with it. So we kind of went through a partner, to kick off the initiation, and straightaway they said this is a big project, you want to get Veeam directly involved. So we had a lot of help from Veeam, the SEs, the sales guys. Everyone we wanted, we had access to, just because of the size of it. And it was something Veeam hadn't really done before, the whole remote office, the whole remote office scheme, because of the licensing, it can work out expensive per socket. So they were quite interested in it as well. That was our primary driver was kind of centralizing all that management and the reporting, and just freeing up time, just was the main... >> So did you, was it sort of a wholesale, we're doing Veeam, we're going all in? Across 500 server platforms. >> It was a big blast of it at the start, so we had a lot of physical 2003 servers, so they needed to be replaced anyway, so that was perfect timing for that. >> Dave: How convenient. >> Yeah it was good timing. 2008 >> Sorry CFO, we got to do it. >> We were very lucky actually. Our finance team are very trusting of us. If we say this is the right solution, they kind of, well, if that's what it takes. >> They bite the bullet. >> Yeah, yeah. So we had probably about 200 in one go, well, in one go, over a period of a couple of months. >> Dave: In (mumbles) kind of >> It wasn't the slickest process, because we were learning at the time. The network bandwidth was a big issue. But now moving forward we're still replacing servers. Any kind of BAU replacements, we'll always go out with this Hyper-V Veeam model. Any new practice we bring on, Hyper-V Veeam. It's just, we've done a lot of power shell scripting on the background as well to... 'Cause if you think, we've got 500 hosts, that's a thousand jobs running. It's 500 local, 500 copy. It's a lot to keep track of, so... >> So Mike, the next acquisition, do you have to change the infrastructure, or can you drop Veeam in as a first before you rip out some of the gear? >> We do tend to rip and replace, just to kind of standardize it. So we keep a... We don't want to go to 350 practices and they're one model, and there's 10 at a different one. So we tend to rip and replace with our MPLS and the server, switching, just trying to keep it standard as possible for management. >> Hard work. I mean what was your result? >> Pretty good actually, yeah. >> What changed? How did you measure the success? Was it sort you saw it and... >> So, reporting before was done by an MSP that looked after us. Reporting was creative, shall we say. So were getting 98-100% successes of what they reported on. So they may have been backing up 20 files, that was working. >> They had their thumb on the scale. >> Absolutely. So we've got a lot more confidence in what we're backing up now, even if we, you know, get, which we never do, but even if 30% failures, I'd rather know about 30% actual failures than just be blissfully ignorant. It's saved a lot of the infrastructure team's time, you know, with the scripting and the reporting, we're pulling a lot into Power BI as well, so management can see those stats realtime. It's just, you know buzzword, it just works. >> That was an ad, it just works. So you save time, your staff save time. What happened, they got their weekends and nights back? You were able to not hire as many people, I presume you didn't fire anybody? >> Not that I know of, no. It's allowed them to concentrate on the work they should be doing, the project work, the forward thinking work. With that kind of block it was not allowing these guys to innovate and to see where to change. They were doing a lot of reactive work, whereas now they're fully proactive, they're kind of looking about, what's the next thing, how can we get ahead of the curve. >> Why Veeam, I know we've got to go, and you might want to jump in. But why Veeam relative to the other choices that you had? >> Well first of all it was my experience with Veeam. I've never had a bad experience dealing with them. Their support is absolutely flawless. Anyone I speak to, I always say, hopefully you never need them, but, their support guys are just out of this world. The help they'll give and what they'll, they'll go above and beyond, they'll help with things that aren't necessarily Veeam, just to get you up and running. >> Mike, the last question I had for you is, you've been expanding beyond just virtualization, you're using Hyper-V, it was big news when Veeam supported that. You're doing a lot with SAS these days, you're probably not too much in public cloud, but what do you see, what interests you, what might bring you beyond kind of the one product you're using today? >> So 365 is big for us, we're going to be pushing to 365 next year. So the Veeam backup for Office 365 is something we're definitely going to look at. We do leverage Azure very heavily for our development. So things like direct restore to Azure are good for us. We can spin up a practice straight in Azure if their physical area fails, things like that are a big boost to us. >> All right we got to go. Mike, are you going to the party tonight? >> Mike: Absolutely. >> Dave: You're fired up? >> Theme party, yeah. >> Right, thanks so much for coming on theCUBE. >> Thank you from me. >> Actually, sorry, one last question. >> Okay. >> If you had 'em all again, what would you do over, differently? >> Probably nothing, really. >> Oh, that was easy. All right, well, thanks again for coming on theCUBE. >> Thank you. >> Keep right there, we're going to be back with our next guest right after this short break.

Published Date : May 16 2018

SUMMARY :

brought to you by Veeam. the signal from the noise. great to have you on theCUBE, thank you. Tell us about this 90,000 private providers in the UK. A lot of people I talk to love it, So we do the NHS and and it allows you to accelerate things. a hundred percent of the So at the moment, GDPR is So a lot of our data is patient data, So a lot of the legacy Yeah, so that whole experience. So we've got 500 service, remote branches So although the scale is huge, and so we centrally manage And the office is closed, right, So you know you used so we know, sometimes those These are the same softwares that you find So you're a Microsoft shop. Dell storage in the core. go back to three years ago. and why did you bring in Veeam, So we basically got what was given to us So did you, was it sort of a wholesale, so they needed to be replaced anyway, Yeah it was good timing. If we say this is the right So we had probably about 200 in one go, It's a lot to keep track of, so... So we tend to rip and I mean what was your result? Was it sort you saw it and... So they may have been backing up 20 files, It's saved a lot of the So you save time, your staff save time. concentrate on the work other choices that you had? just to get you up and running. but what do you see, what interests you, So the Veeam backup for Office 365 Mike, are you going to the party tonight? for coming on theCUBE. Oh, that was easy. with our next guest right

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave VellantePERSON

0.99+

Stu MinimanPERSON

0.99+

MikePERSON

0.99+

DavePERSON

0.99+

BupaORGANIZATION

0.99+

Mike ConjoicePERSON

0.99+

May 2018DATE

0.99+

EnglandLOCATION

0.99+

Bupa DentalORGANIZATION

0.99+

20 filesQUANTITY

0.99+

oneQUANTITY

0.99+

DellORGANIZATION

0.99+

UKLOCATION

0.99+

IrelandLOCATION

0.99+

30%QUANTITY

0.99+

VeeamORGANIZATION

0.99+

10QUANTITY

0.99+

AmericaLOCATION

0.99+

MicrosoftORGANIZATION

0.99+

8,000QUANTITY

0.99+

next yearDATE

0.99+

500 hostsQUANTITY

0.99+

DannyPERSON

0.99+

Each practiceQUANTITY

0.99+

2008DATE

0.99+

United StatesLOCATION

0.99+

Office 365TITLE

0.99+

90,000 personQUANTITY

0.99+

each practiceQUANTITY

0.99+

2003DATE

0.99+

500 serviceQUANTITY

0.99+

GDPRTITLE

0.99+

Bristol, EnglandLOCATION

0.99+

two engineersQUANTITY

0.98+

three years agoDATE

0.98+

90,000 staffQUANTITY

0.98+

500 copyQUANTITY

0.98+

this weekDATE

0.98+

500 physical serversQUANTITY

0.98+

350 practicesQUANTITY

0.98+

500 server platformsQUANTITY

0.98+

tonightDATE

0.98+

two VMsQUANTITY

0.98+

two copiesQUANTITY

0.98+

NHSORGANIZATION

0.98+

one modelQUANTITY

0.97+

VeeamPERSON

0.97+

98-100QUANTITY

0.97+

eachQUANTITY

0.97+

firstQUANTITY

0.97+

SASORGANIZATION

0.96+

one last questionQUANTITY

0.96+

one timeQUANTITY

0.96+

about 200QUANTITY

0.95+

one goQUANTITY

0.95+

around 460 practicesQUANTITY

0.95+

500 localQUANTITY

0.95+

BupaLOCATION

0.94+

each oneQUANTITY

0.94+

first timeQUANTITY

0.94+

two and a half yearsQUANTITY

0.93+

hundred percentQUANTITY

0.91+

AzureTITLE

0.91+

365TITLE

0.91+

Prakash Nanduri, Paxata | BigData NYC 2017


 

>> Announcer: Live from midtown Manhattan, it's theCUBE covering Big Data New York City 2017. Brought to you by SiliconANGLE Media and it's ecosystem sponsors. (upbeat techno music) >> Hey, welcome back, everyone. Here live in New York City, this is theCUBE from SiliconANGLE Media Special. Exclusive coverage of the Big Data World at NYC. We call it Big Data NYC in conjunction also with Strata Hadoop, Strata Data, Hadoop World all going on kind of around the corner from our event here on 37th Street in Manhattan. I'm John Furrier, the co-host of theCUBE with Peter Burris, Head of Research at SiliconANGLE Media, and General Manager of WikiBon Research. And our next guest is one of our famous CUBE alumni, Prakash Nanduri co-founder and CEO of Paxata who launched his company here on theCUBE at our first inaugural Big Data NYC event in 2013. Great to see you. >> Great to see you, John. >> John: Great to have you back. You've been on every year since, and it's been the lucky charm. You guys have been doing great. It's not broke, don't fix it, right? And so theCUBE is working with you guys. We love having you on. It's been a pleasure, you as an entrepreneur, launching your company. Really, the entrepreneurial mojo. It's really what it's all about. Getting access to the market, you guys got in there, and you got a position. Give us the update on Paxata. What's happening? >> Awesome, John and Peter. Great to be here again. Every time I come here to New York for Strata I always look forward to our conversations. And every year we have something exciting and new to share with you. So, if you recall in 2013, it was a tiny little show, and it was a tiny little company, and we came in with big plans. And in 2013, I said, "You know, John, we're going to completely disrupt the way business consumers and business analysts turn raw data into information and they do self-service data preparation." That's what we brought to the market in 2013. Ever since, we have gone on to do something really exciting and new for our customers every year. In '14, we came in with the first Apache Spark-based platform that allowed business analysts to do data preparation at scale interactively. Every year since, last year we did enterprise grade and we talked about how Paxata is going to be delivering our self-service data preparation solution in a highly-scalable enterprise grade deployment world. This year, what's super exciting is in addition to the recent announcements we made on Paxata running natively on the Microsoft Azure HDI Spark system. We are truly now the only information platform that allows business consumers to turn data into information in a multi-cloud hybrid world for our enterprise customers. In the last few years, I came and I talked to you and I told you about work we're doing and what great things are happening. But this year, in addition to the super-exciting announcements with Microsoft and other exciting announcements that you'll be hearing. You are going to hear directly from one of our key anchor customers, Standard Chartered Bank. 150-year-old institution operating in over 46 countries. One of the most storied banks in the world with 87,500 employees. >> John: That's not a start up. >> That's not a start up. (John laughs) >> They probably have a high bar, high bar. They got a lot of data. >> They have lots of data. And they have chosen Paxata as their information fabric. We announced our strategic partnership with them recently and you know that they are going to be speaking on theCUBE this week. And what started as a little experiment, just like our experiment in 2013, has actually mushroomed now into Michael Gorriz, and Shameek Kundu, and the entire leadership of Standard Chartered choosing Paxata as the platform that will democratize information in the bank across their 87,500 employees. We are going in a very exciting way, a very fast way, and now delivering real value to the bank. And you can hear all about it on our website-- >> Well, he's coming on theCUBE so we'll drill down on that, but banks are changing. You talk about a transformation. What is a teller? An Internet of Things device. The watch potentially could be a terminal. So, the Internet of Things of people changes the game. Are the ATMs going to go away and become like broadcast points? >> Prakash: And you're absolutely right. And really what it is about is, it doesn't matter if you're a Standard Chartered Bank or if you're a pharma company or if you're the leading healthcare company, what it is is that everyone of our customers is really becoming an information-inspired business. And what we are driving our customers to is moving from a world where they're data-driven. I think being data-driven is fine. But what you need to be is information-inspired. And what does that mean? It means that you need to be able to consume data, regardless of format, regardless of source, regardless of where it's coming from, and turn it into information that actually allows you to get inside in decisions. And that's what Paxata does for you. So, this whole notion of being information-inspired, I don't care if you're a bank, if you're a car company, or if you're a healthcare company today, you need to have-- >> Prakash, for the folks watching that might not know our history as you launched on theCUBE in 2013 and have been successful every year since. You guys have really deploying the classic entrepreneurial success formula, be fast, walk the talk, listen to customers, add value. Take a minute quickly just to talk about what you guys do. Just for the folks that don't know you. >> Absolutely, let's just actually give it in the real example of you know, a customer like Standard Chartered. Standard Chartered operates in multiple countries. They have significant number of lines of businesses. And whether it's in risk and compliance, whether it is in their marketing department, whether it's in their corporate banking business, what they have to do is, a simple example could be I want to create a customer list to be able to go and run a marketing campaign. And the customer list in a particular region is not something easy for a bank like Standard Charter to come up with. They need to be able to pull from multiple sources. They need to be able to clean the data. They need to be able to shape the data to get that list. And if you look at what is really important, the people who understand the data are actually not the folks in IT but the folks in business. So, they need to have a tool and a platform that allows them to pull data from multiple sources to be able to massage it, to be able to clean it-- >> John: So, you sell to the business person? >> We sell to the business consumer. The business analyst is our consumer. And the person who supports them is the chief data officer and the person who runs the Paxata platform on their data lake infrastructure. >> So, IT sets the data lake and you guys just let the business guys go to town on the data. >> Prakash: Bingo. >> Okay, what's the problem that you solve? If you can summarize the problem that you solve for the customers, what is it? >> We take data and turn it into information that is clean, that's complete, that's consumable and that's contextual. The hardest problem in every analytical exercise is actually taking data and cleaning it up and getting it ready for analytics. That's what we do. >> It's the prep work. >> It's the prep work. >> As companies gain experience with Big Data, John, what they need to start doing increasingly is move more of the prep work or have more of the prep work flow closer to the analyst. And the reason's actually pretty simple. It's because of that context. Because the analyst knows more about what their looking for and is a better evaluator of whether or not they get what they need. Otherwise, you end up in this strange cycle time problem between people in back end that are trying to generate the data that they think they want. And so, by making the whole concept of data preparation simpler, more straight forward, you're able to have the people who actually consume the data and need it do a better job of articulating what they need, how they need it and making it presentable to the work that they're performing. >> Exactly, Peter. What does that say about how roles are starting to merge together? Cause you've got to be at the vanguard of seeing how some of these mature organizations are working. What do you think? Are we seeing roles start to become more aligned? >> Yes, I do think. So, first and foremost, I think what's happening is there is no such thing as having just one group that's doing data science and another group consuming. I think what you're going to be going into is the world of data and information isn't all-consuming and that everybody's role. Everybody has a role in that. And everybody's going to consume. So, if you look at a business analyst that was spending 80% of their time living in Excel or working with self-service BI tools like our partner's Tableau and Power BI from Microsoft, others. What you find is these people today are living in a world where either they have to live in coding scripting world hell or they have to rely on IT to get them the real data. So, the role of a business analyst or a subject matter expert, first and foremost, the fact that they work with data and they need information that's a given. There is no business role today where you can't deal with data. >> But it also makes them real valuable, because there aren't a lot of people who are good at dealing with data. And they're very, very reliant on these people to turn that data into something that is regarded as consumable elsewhere. So, you're trying to make them much more productive. >> Exactly. So, four years years ago, when we launched on theCUBE, the whole premise was that in order to be able to really drive towards a world where you can make information and data-driven decisions, you need to ensure that the business analyst community, or what I like to call the business consumer needs to have the power of being able to, A, get access to data, B, make sense of the data, and then turn that data into something that's valuable for her or for him. >> Peter: And others. >> And others, and others. Absolutely. And that's what Paxata is doing. In a collaborative, in a 21st Century world where I don't work in a silo, I work collaboratively. And then the tool, and the platform that helps me do that is actually a 21st Century platform. >> So, John, at the beginning of the session you and Jim were talking about what is going to be one of the themes here at the show. And we observed that it used to be that people were talking about setting up the hardware, setting up the clutters, getting Hadoop to work, and Jim talked about going up the stack. Well, this is one of the indicators that, in fact, people were starting to go up the stack because they're starting to worry more about the data, what it can do, the value of how it's going to be used, and how we distribute more of that work so that we get more people using data that's actually good and useful to the business. >> John: And drives value. >> And drives value. >> Absolutely. And if I may, just put a chronological aspect to this. When we launched the company we said the business analyst needs to be in charge of the data and turning the data into something useful. Then right at that time, the world of create data lakes came in thanks to our partners like Cloudera and Hortonworks, and others, and MapR and others. In the recent past, the world of moving from on premise data lakes to hybrid, multicloud data lakes is becoming reality. Our partners at Microsoft, at AWS, and others are having customers come in and build cloud-based data lakes. So, today what you're seeing is on one hand this complete democratization within the business, like at Standard Chartered, where all these business analysts are getting access to data. And on the other hand, from the data infrastructure moving into a hybrid multicloud world. And what you need is a 21st Century information management platform that serves the need of the business and to make that data relevant and information and ready for their consumption. While at the same time we should not forget that enterprises need governance. They need lineage. They need scale. They need to be able to move things around depending on what their business needs are. And that's what Paxata is driving. That's why we're so excited about our partnership with Microsoft, with AWS, with our customer partnerships such as Standard Chartered Bank, rolling this out in an enterprise-- >> This is a democratization that you were referring to with your customers. We see this-- >> Everywhere. >> When you free the data up, good things happen but you don't want to have IT be the constraint, you want to let them enable-- >> Peter: And IT doesn't want to be the constraint. >> They don't. >> This is one of the biggest problems that they have on a daily basis. >> They're happy to let it go free as long as it's in they're mind DevOps-like related, this is cool for them. >> Well, they're happy to let it go with policy and security in place. >> Our customers, our most strategic customers, the folks who are running the data lakes, the folks who are managing the data lakes, they are the first ones that say that we want business to be able to access this data, and to be able to go and make use out of this data in the right way for the bank. And not have us be the impediment, not have us be the roadblock. While at the same time we still need governance. We still need security. We still need all those things that are important for a bank or a large enterprise. That's what Paxata is delivering to the customers. >> John: So, what's next? >> Peter: Oh, I'm sorry. >> So, really quickly. An interesting observation. People talk about data being the new fuel of business. That really doesn't work because, as Bill Schmarzo says, it's not the new fuel of business, it's new sunlight of business. And the reason why is because fuel can only be used once. >> Prakash: That's right. >> The whole point of data is that it can be used a lot, in a lot of different ways, and a lot of different contexts. And so, in many respects what we're really trying to facilitate or if someone who runs a data lake when someone in the business asks them, "Well, how do you create value for the business?" The more people, the more users, the more context that they're serving out of that common data, the more valuable the resource that they're administering. So, they want to see more utilization, more contexts, more data being moved out. But again, governance, security have to be in place. >> You bet, you bet. And using that analogy of data, and I've heard this term about data being the new oil, etc. Well, if data is the oil, information is really the refined fuel or sunlight as we like to call it. >> Peter: Yeah. >> John: Well, you're riffing on semantics, but the point is it's not a one trick pony. Data is part of the development, I wrote a blog post in 1997, I mean 2007 that said data's the new development kit. And it was kind of riffing on this notion of the old days >> Prakash: You bet. >> Here's your development kit, SDK, or whatever was how people did things back then Enter the cloud, >> Prakash: That's right. >> And boom, there it is. The data now is in the process of the refinery the developers wanted. The developers want the data libraries. Whatever that means. That's where I see it. And that is the democratization where data is available to be integrated in to apps, into feeds, into ... >> Exactly, and so it brings me to our point about what was the exciting, new product innovation announcement we made today about Intelligent Ingest. You want to be able to access data in the enterprise regardless of where it is, regardless of the cloud where it's sitting, regardless of whether it's on-premise, in the cloud. You don't need to as a business worry about whether that is a JSON file or whether that's an XML file or that's a relational file. That's irrelevant. What you want is, do I have the access to the right data? Can I take that data, can I turn it into something valuable and then can I make a decision out of it? I need to do that fast. At the same time, I need to have the governance and security, all of that. That's at the end of the day the objective that our customers are driving towards. >> Prakash, thanks so much for coming on and being a great member of our community. >> Fantastic. >> You're part of our smart network of great people out there and entrepreneurial journey continues. >> Yes. >> Final question. Just observation. As you pinch yourself and you go down the journey, you guys are walking the talk, adding new products. We're global landscape. You're seeing a lot of new stuff happening. Customers are trying to stay focused. A lot of distractions whether security or data or app development. What's your state of the industry? How do you view the current market, from your perspective and also how the customer might see it from their impact? >> Well, the first thing is that I think in the last four years we have seen significant maturity both on the providers off software technology and solutions, and also amongst the customers. I do think that going forward what is really going to make a difference is one really driving towards business outcomes by leveraging data. We've talked about a lot of this over the last few years. What real business outcomes are you delivering? What we are super excited is when we see our customers each one of them actually subscribes to Paxata, we're a SAS company, they subscribe to Paxata not because they're doing the science experiment but because they're trying to deliver real business value. What is that? Whether that is a risk in compliance solution which is going to drive towards real cost savings. Or whether that's a top line benefit because they know what they're customer 360 is and how they can go and serve their customers better or how they can improve supply chains or how they can optimize their entire efficiency in the company. I think if you take it from that lens, what is going to be important right now is there's lots of new technologies coming in, and what's important is how is it going to drive towards those top three business drivers that I have today for the next 18 months? >> John: So, that's foundational. >> That's foundational. Those are the building blocks-- >> That's what is happening. Don't jump... If you're a customer, it's great to look at new technologies, etc. There's always innovation projects-- >> RND, GPOCs, whatever. Kick the tires. >> But now, if you are really going to talk the talk about saying I'm going to be, call your word, data-driven, information-driven, whatever it is. If you're going to talk the talk, then you better walk the walk by delivering the real kind of tools and capabilities that you're business consumers can adopt. And they better adopt that fast. If they're not up and running in 24 hours, something is wrong. >> Peter: Let me ask one question before you close, John. So, you're argument, which I agree with, suggests that one of the big changes in the next 18 months, three years as this whole thing matures and gets more consistent in it's application of the value that it generates, we're going to see an explosion in the number users of these types of tools. >> Prakash: Yes, yes. >> Correct? >> Prakash: Absolutely. >> 2X, 3X, 5X? What do you think? >> I think we're just at the cusp. I think is going to grow up at least 10X and beyond. >> Peter: In the next two years? >> In the next, I would give that next three to five years. >> Peter: Three to five years? >> Yes. And we're on the journey. We're just at the tip of the high curve taking off. That's what I feel. >> Yeah, and there's going to be a lot more consolidation. You're going to start to see people who are winning. It's becoming clear as the fog lifts. It's a cloud game, a scale game. It's democratization, community-driven. It's open source software. Just solve problems, outcomes. I think outcome is going to be much faster. I think outcomes as a service will be a model that we'll probably be talking about in the future. You know, real time outcomes. Not eight month projects or year projects. >> Certainly, we started writing research about outcome-based management. >> Right. >> Wikibon Research... Prakash, one more thing? >> I also just want to say that in addition to this business outcome thing, I think in the last five years I've seen a lot of shift in our customer's world where the initial excitement about analytics, predictive, AI, machine-learning to get to outcomes. They've all come into a reality that none of that is possible if you're not able to handle, first get a grip on your data, and then be able to turn that data into something meaningful that can be analyzed. So, that is also a major shift. That's why you're seeing the growth we're seeing-- >> John: Cause it's really hard. >> Prakash: It's really hard. >> I mean, it's a cultural mindset. You have the personnel. It's an operational model. I mean this is not like, throw some pixie dust on it and it magically happens. >> That's why I say, before you go into any kind of BI, analytics, AI initiative, stop, think about your information management strategy. Think about how you're going to democratize information. Think about how you're going to get governance. Think about how you're going to enable your business to turn data into information. >> Remember, you can't do AI with IA? You can't do AI without information architecture. >> There you go. That's a great point. >> And I think this all points to why Wikibon's research have all the analysts got it right with true private cloud because people got to take care of their business here to have a foundation for the future. And you can't just jump to the future. There's too much just to come and use a scale, too many cracks in the foundation. You got to do your, take your medicine now. And do the homework and lay down a solid foundation. >> You bet. >> All right, Prakash. Great to have you on theCUBE. Again, congratulations. And again, it's great for us. I totally have a great vibe when I see you. Thinking about how you launched on theCUBE in 2013, and how far you continue to climb. Congratulations. >> Thank you so much, John. Thanks, Peter. That was fantastic. >> All right, live coverage continuing day one of three days. It's going to be a great week here in New York City. Weather's perfect and all the players are in town for Big Data NYC. I'm John Furrier with Peter Burris. Be back with more after this short break. (upbeat techno music).

Published Date : Sep 27 2017

SUMMARY :

Brought to you by SiliconANGLE Media I'm John Furrier, the co-host of theCUBE with Peter Burris, and it's been the lucky charm. In the last few years, I came and I talked to you That's not a start up. They got a lot of data. and Shameek Kundu, and the entire leadership Are the ATMs going to go away and turn it into information that actually allows you Take a minute quickly just to talk about what you guys do. And the customer list in a particular region and the person who runs the Paxata platform and you guys just let the business guys and that's contextual. is move more of the prep work or have more of the prep work are starting to merge together? And everybody's going to consume. to turn that data into something that is regarded to be able to really drive towards a world And that's what Paxata is doing. So, John, at the beginning of the session of the business and to make that data relevant This is a democratization that you were referring to This is one of the biggest problems that they have They're happy to let it go free as long as Well, they're happy to let it go with policy and to be able to go and make use out of this data And the reason why is because fuel can only be used once. out of that common data, the more valuable Well, if data is the oil, I mean 2007 that said data's the new development kit. And that is the democratization At the same time, I need to have the governance and being a great member of our community. and entrepreneurial journey continues. How do you view the current market, and also amongst the customers. Those are the building blocks-- it's great to look at new technologies, etc. Kick the tires. the real kind of tools and capabilities in it's application of the value that it generates, I think is going to grow up at least 10X and beyond. We're just at the tip of Yeah, and there's going to be a lot more consolidation. Certainly, we started writing research Prakash, one more thing? and then be able to turn that data into something meaningful You have the personnel. to turn data into information. Remember, you can't do AI with IA? There you go. And I think this all points to Great to have you on theCUBE. Thank you so much, John. It's going to be a great week here in New York City.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Peter BurrisPERSON

0.99+

JohnPERSON

0.99+

JimPERSON

0.99+

MicrosoftORGANIZATION

0.99+

2013DATE

0.99+

PeterPERSON

0.99+

PrakashPERSON

0.99+

AWSORGANIZATION

0.99+

John FurrierPERSON

0.99+

Prakash NanduriPERSON

0.99+

Bill SchmarzoPERSON

0.99+

1997DATE

0.99+

New YorkLOCATION

0.99+

ThreeQUANTITY

0.99+

80%QUANTITY

0.99+

Michael GorrizPERSON

0.99+

Standard Chartered BankORGANIZATION

0.99+

New York CityLOCATION

0.99+

2007DATE

0.99+

HortonworksORGANIZATION

0.99+

87,500 employeesQUANTITY

0.99+

PaxataORGANIZATION

0.99+

NYCLOCATION

0.99+

last yearDATE

0.99+

37th StreetLOCATION

0.99+

SASORGANIZATION

0.99+

WikiBon ResearchORGANIZATION

0.99+

five yearsQUANTITY

0.99+

ExcelTITLE

0.99+

24 hoursQUANTITY

0.99+

OneQUANTITY

0.99+

this yearDATE

0.99+

SiliconANGLE MediaORGANIZATION

0.99+

This yearDATE

0.99+

21st CenturyDATE

0.99+

oneQUANTITY

0.99+

eight monthQUANTITY

0.99+

one questionQUANTITY

0.99+

four years years agoDATE

0.99+

3XQUANTITY

0.99+

5XQUANTITY

0.99+

firstQUANTITY

0.99+

three yearsQUANTITY

0.99+

Matt Fryer, Hotels.com - #SparkSummit - #theCUBE


 

>> Announcer: Live from San Francisco, it's The Cube. Covering Spark Summit 2017. Brought to you by Databricks. >> The Cube is live once again from Spark Summit 2017, I'm David Goad, your host, here with George Gilbert, and we are interviewing many of the speakers that we saw on stage this morning at the keynote. Happy to introduce our next guest on the show, his name is Matt Fryer, Matt, how're you doing? >> Matt: Very well. >> You're the chief, Chief Data Science Officer, I don't see many CDSOs out there, is that a common-- >> I think to say, it's a newer title, and it's coming, I think, where companies that feel the use of data, data science and algorithms, are fundamental to their, their futures. They're creating both the mix of commercial, technical, and algorithmic skill sets, this one team, and to execute together, and that's where the title came from. There's more coming, there's a number of-- Facebook have a few, that's one for example, but it's a newer title, I think it's going to become larger and larger, as time goes on. >> David: So, the CDSO for Hotels.com, something else we learned about you that you may not want me to reveal, but I heard you were the inspiration for Captain Obvious, is that true? >> Uh, that's not true. (laughter) I think Captain Obvious is only an expression of my brand, so there's an awesome brand team, at our office in Dallas. (crosstalk) We all love the captain, he has some good humorous moments, and he keeps us all kind of happy. >> Oh, yeah, he states the obvious, we're going to talk about some of the obvious, and maybe some of the not-so obvious here in this interview. So let's talk a little bit about company culture, because you talked a lot on the stage this morning about customer-first kind of approach, rather than a, "Ooh, look what I can do with the technology." Talk a little bit more about the culture at Hotels.com. >> And that's important, and I think, we're a very data-driven culture, I think most tech companies, and travel, technology companies have that kind of ethos. But fundamentally, the focus and the reason we exist is for the customer. So we want to bring, and actually-- in even better ways than that, I think it's the people. So whether it's the focus on the customer, if we did the right thing by the customer, we fundamentally want you to use our platform time and time again. Whatever need you have, booking, lodging and travel, please use our platform. That's the crucial win. So, to do that, we have to always delight you in every experience you have with us. And equally about people, it's about the team, so we have an internal concept called being supportive. So the whole part of our team culture, is that everybody helps everybody else out, we don't single things out, we're all part of the same team, and we all win if all of us pull together. That makes it a great place, a fun place to work, we're going to play with some new technologies, tech is important to us, but actually the people are even more important to us. >> In part why you love the Spark Summit then, huh? Same kind of spirit here, right? >> It's great, I think it's my third Spark Summit, my second time over in San Francisco, and the size of it is very impressive now. I just love meeting other people learning about some of the things they're up to, how we can apply those back to our business, and hopefully sharing a little bit of what we're up to. >> David: Let's dive into how you're applying it to your business, you talked about this evolution toward becoming an algorithm business, what does that mean and what part does Spark play in that? >> Matt: I think what it is, is about how do you, if you think about a bit of the journey, historically, a lot of the opportunity came in building new features, constantly building it, it's almost like a semi arms race, about how to build more and more features. The crucial thing I think going forward, and particularly with mobile devices now, we have over half our traffic, comes from people using smartphones, on both the app and mobile web. That bringing together means that, be more targeted, in understanding your journey, and people are, last on to time, speed is much more important, people expect things to be right there when they need it, relevance is much more important to people, so we need to bring all those things together to offer a much more targeted experience, and a much more real-time experience. People expect you to have understood what they did milliseconds ago, and respond to that. The only way you can do that is using data science and algorithms. You balance out on a business operation side, just how do you scale? The analogy I use with, say, anomaly detection, which is a crucial feature for enterprises. Used to have a large business intelligence, lots of reports, pages of paper, now people have things like Tablo, Power BI, those are great and you need those to start with, but really as a business leader, you want to know, "Tell me what's broken, tell me what's changed, "because if it's changed something caused the change, "tell me why it's slowly moving, and most importantly, "tell me where the opportunity is." And that transforms the conversation where algorithms can really surface that to users, and it's about organic intelligence, it's not about artificial intelligence, it's about how would you bring together the people, and the advance in technology to really do a great job for customers. >> David: Well, you mentioned AI, you made a big bold claim about AI, I'm going to ask George to weigh in on this in just a moment, you said AI was going to be the next big thing in the travel industry, can you explain? >> One of the next big things, I think. Yeah, I think it's already happening, in fact, our chairman, Mr. Diller made that statement very recently, also backed up by both the CEO and the brand president, where it's... If you think about 20 years ago, one of the things both Expedia and Hotels.com, and travel online space did, were democratize price information, and made it transparent to users. So previously, the power was with the travel agents, that power moved to the user, they had the information. And that's evolved over time, and what we feel with artificial intelligence, particularly organic intelligence, enablers like mobile, messaging and having conversations, have a machine learning how to make this happen, that you can turn the screen around and actually empower users always with the second revolution. They actually have the advice, and the benefits you had a number of years ago from travel agents: A, they had the price transparency, they have the other part now, which is the content, advice, and what's the most relevant to help them. And you can listen to what they're saying to you, as a customer, and actually we can now replay the perfect information back to them, or increasingly perfect as time goes on. (crosstalk) >> That is fascinating, 'cause in the way you broke that out, with--it wasn't actually only travel, but over the last couple decades, price transparency became an issue for many industries, but what you're saying now is, by giving the content to surprise and delight the customer, as long as you're collecting the data breadcrumbs to help you do that, you're not giving up control, you're actually creating stickiness. >> Matt: We're empowering, is the language I use. And if you empower the user, the more likely to come back to use your service in the future, and that's really what we want, we want happy customers. >> George: Tell us a little bit, at the risk of dropping a little in the wait, tell us a little bit about how you empower, in other words, how do you know what type of content to serve up, and how do you measure how they engage with it? >> It's a great question, and I think it's quite embryonic, part of the world right now. I don't think anybody's-- have we made some great developments? I said it was a long journey we have, but it's a lot about how do you, and this is true across data science machine learning, great data science is fundamental to having great feedback loops. So, there's lots of different techniques and tactics around how you might discover those feedback loops, and customers demand that you use their data to help them. So, we need to get faster, and streaming is one way, that's becoming feasible, and the advances in streaming and it's great Databricks are working on that, but the advances in streaming allows it to feed that loop, to take that much--those real-time signals, as well as previous signals, to really help figure out what you're trying to do today, what content-- interesting thing is, Netflix and Amazon were some pioneers in this space, where if you use Netflix service, often you go, "How the hell did they know "this video was going to be right for me?" And, some of the comments, and you can say, well, what they're actually doing is they're looking at microsegments, so previously everyone talked about custom segments as these very large groups, and they have their place, but increasing machine learning allows you to build microsegments. What I can start to do is actually discover from the behavior of others, things you likely-- very relevant things that you're going to be very interested in, and actually help inspire you and discover things you didn't even know existed. And by filling that gap and using those microsegments as well as put truly personal, personalization, I can bring that together to offer you a much more enhanced service. >> George: And so, help make that concrete in terms of, what would I as a potential--I want to plan a vacation for the summer, I have my five and a half inch or, five-seven iPhone, and that's my primary device. And in banking, it's moved from tying everything to the checking account, to tying every interaction to your mobile device. So what would you show me on my mobile device, that would get me really engaged about going to some location? >> So I think a lot of it is about where you are in that journey. So, you think, there's so many different routes customers can take, through that buying decision. And depends on the trip type, whether it's a leisure trip, seeing your family and friends, how much knowledge you may have about them, have you been there before? We look for all those signals, to try and help inspire. So a great example might be, if you stayed in a hotel on our site before, and you liked that hotel, and you come back and do a search again, we try and make it easy to continue by putting that hotel at the top. Trying to make it easy to task-complete. We have a trip planner capability you'll see on the home screen, which allows you to record and play back some of your previous searches, so you can quickly see and compare where you've been, and what's interesting for you. But on top of that, we can then use the signals, and increasingly, we have a very advanced filter list, and that's a key, and we're looking in stuff, how we do conversations in the chatbox, is this sort of future, how to have a conversation to say, "Hey, here's a list of hotels, which we used a mix of your, "the types of preferences understood about you, "and the wider thing, where you are in the world, "what's going on, what time of day." We take hundreds of different signals to try and figure out what the right list is for you, and from that list, the great thing is most people interact with that list and give us more signals, exactly what you wanted. We can hone and hone and hone, and repeat, 'cause I said at the start, for example, those majority of customers will do multiple searches. They want to understand what the market is, they may not be interested in one particular place, they may have a sweeter place there instead. Even now, where we've moved further up the funnel, investing behind, how can you figure out what destination you're interested in? So you may not even know what destination you're interested in, or there might be other destinations that you didn't know--with a very relevant for your use case, particularly if you're going on vacation, we can help inspire you to find that hidden gem, that hidden great prize, you may not even know it existed. Being the much better job, but to show you how busy the market is, to how fast you should be looking to book there, if it's a very compressed, busy market, you need to get in there quick to lock your price in, and we're now providing that information to help you make a better decision. And we can mine all that data, to empower you to make smart decisions with smart data. >> I want to clarify something I saw in your demonstration this morning, you were talking about detecting the differences between photos and user-generated content, so do you have users actually posting their own photos of the hotel, right next to the photoshopped pictures of the hotel? >> Matt: We do, yeah. >> David: What are the ramifications of that? >> So it's an interesting advancement we've made, so we've... In the last of the year, we now offer and asking users to submit their photos, to help other users. I think one of the crucial things is about how to be authentic. Over the years, we've had tens of millions of testimonial reviews, text reviews, and we can see they're really, crucially important to users, and their buying decisions. >> David: It scares the hotel owners to death though, doesn't it? >> Matt: Well, I think it does, but I think the testimony of the customer, could be one of the key things we call them, as we have verified reviews, so to leave a review on our site, you've had to stay in that hotel. We think that's a crucial step in really helping to say, "These are your customers." In recent times, we've taken that product further, to now when you actually arrive at the hotel within a few hours, We'll ask you what your first impressions were. We would ask if you want to share that with the hotel owner. To get the hotel owner a chance to actually rectify any early challenges, so you can have a great stay. And one of the crucial things we have is that, what's really, really important, is that users and customers have a great stay, that reflects on our Net Promoter score, and their view of us, and we need to fill that cycle and make sure we have happy users. So that real-time review is super crucial, in basing how can hotels--if they want happy users and customers as well, it helps them to cut a course correct, if there's an issue, and we can step in as well to help the user if it's a really deep issue. And then with the photos, the key to think is how to navigate and understand what the photo is, so the user helps us by tagging that, which is great, but how we-- >> David: Possibly mistagging it. >> Possibly mistagging it on occasion, that's something we've, we've built in some skill as you've heard, on how to tackle that, but the crucial thing is how to bring these together, if you're on a mobile device, you've got to scan through each photo, and in places around the world have limited bandwidth, a limited time to go through them, so what we're now working on is how to assess the quality of those photos, to try and make sure we authentically--what we want to do, is get the customer the most lively experience they will have. As I said before, we're on the customer's kind of focus, we want to make sure they get the best photos, the most realistic of what's going to happen, and doing the most diverse. You want to see three photos, exactly the same, and we're working on the moment, you can swipe left and swipe right, we're working on how that display evolves over time, but it's exciting. >> David: Very exciting, fascinating stuff. Sorry that we're up against a hard break, coming here in just a moment, but I wanted to give you just 30 seconds to kind of sum up, maybe the next big technical challenge you're looking at that involves Spark, and we'll close with that. >> Cool, it's a great question. I think I talked a little about that in the keynote, totally caught the kind of out challenge. How to scale a mountain, which has been-- there's been great advance on how to stream data into platforms, Spark is a core part of that, and the platforms that we've been building, both internally, and partnering with Databricks and using their platform, has really given us a large boost going forwards, but how you turn those algorithms and that competitive algorithmic advantage, into a live production environment, whether it's marketplaces, Adtech marketplaces or websites, or in call centers, or in social media, wherever the platform needs to go, that's a hard problem right now. Or, I think it's too hard a problem right now. And I'd love to see--and we're going to invest behind that, a transformation, that hopefully this time next year, that is no longer a problem, and is actually an asset. >> David: Well I hope I'm not Captain Obvious to say, I know you're up to the challenge. Thank you so much, Matt Fryer, we appreciate you being on the show, thank you for sharing what's going on at Hotels.com. And thank you all for watching The Cube, we'll be back in a few moments with our next guest, here at Spark Summit 2017. (electronic music) (wind blowing)

Published Date : Jun 8 2017

SUMMARY :

Brought to you by Databricks. and we are interviewing many of the speakers and to execute together, something else we learned about you that We all love the captain, he has some good humorous moments, and maybe some of the not-so obvious here in this interview. So, to do that, we have to always delight you and the size of it is very impressive now. and the advance in technology to really do and the benefits you had a number of years ago to help you do that, you're not giving up control, And if you empower the user, the more likely to come back And, some of the comments, and you can say, well, So what would you show me on my mobile device, Being the much better job, but to show you how busy and we can see they're really, crucially important to users, to now when you actually arrive at the hotel but the crucial thing is how to bring these together, coming here in just a moment, but I wanted to give you just and the platforms that we've been building, we appreciate you being on the show, thank you for sharing

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
George GilbertPERSON

0.99+

Matt FryerPERSON

0.99+

DavidPERSON

0.99+

GeorgePERSON

0.99+

David GoadPERSON

0.99+

DillerPERSON

0.99+

MattPERSON

0.99+

DallasLOCATION

0.99+

San FranciscoLOCATION

0.99+

AmazonORGANIZATION

0.99+

Hotels.comORGANIZATION

0.99+

ExpediaORGANIZATION

0.99+

NetflixORGANIZATION

0.99+

five and a half inchQUANTITY

0.99+

FacebookORGANIZATION

0.99+

30 secondsQUANTITY

0.99+

The CubeTITLE

0.99+

second revolutionQUANTITY

0.99+

hundredsQUANTITY

0.99+

Spark Summit 2017EVENT

0.99+

next yearDATE

0.99+

thirdQUANTITY

0.98+

bothQUANTITY

0.98+

oneQUANTITY

0.98+

iPhoneCOMMERCIAL_ITEM

0.98+

Spark SummitEVENT

0.98+

three photosQUANTITY

0.98+

DatabricksORGANIZATION

0.98+

each photoQUANTITY

0.97+

first impressionsQUANTITY

0.97+

second timeQUANTITY

0.96+

one wayQUANTITY

0.93+

Power BITITLE

0.92+

about 20 years agoDATE

0.91+

OneQUANTITY

0.91+

tens of millionsQUANTITY

0.91+

five-sevenQUANTITY

0.9+

SparkORGANIZATION

0.89+

todayDATE

0.88+

last couple decadesDATE

0.87+

this morningDATE

0.86+

one teamQUANTITY

0.85+

#SparkSummitEVENT

0.8+

number of years agoDATE

0.77+

seconds agoDATE

0.77+

TabloTITLE

0.76+

Captain ObviousPERSON

0.74+

signalsQUANTITY

0.72+

firstQUANTITY

0.7+

overQUANTITY

0.66+

#theCUBETITLE

0.6+

CubeCOMMERCIAL_ITEM

0.39+

CubeTITLE

0.37+

Bruno Aziza & Josh Klahr, AtScale - Big Data SV 17 - #BigDataSV - #theCUBE1


 

>> Announcer: Live from San Jose, California, it's The Cube. Covering Big Data, Silicon Valley, 2017. (electronic music) >> Okay, welcome back everyone, live at Silicon Valley for the big The Cube coverage, I'm John Furrier, with me Wikibon analyst George Gilbert, Bruno Aziza, who's on the CMO of AtScale, Cube alumni, and Josh Klahr VP at AtScale, welcome to the Cube. >> Welcome back. >> Thank you. >> Thanks, Brian. >> Bruno, great to see you. You look great, you're smiling as always. Business is good? >> Business is great. >> Give us the update on AtScale, what's up since we last saw you in New York? >> Well, thanks for having us, first of all. And, yeah, business is great, we- I think Last time I was here on The Cube we talked about the Hadoop Maturity Survey and at the time we'd just launched the company. And, so now you look about a year out and we've grown about 10x. We have large enterprises across just about any vertical you can think of. You know, financial services, your American Express, healthcare, think about ETNA, SIGNA, GSK, retail, Home Depot, Macy's and so forth. And, we've also done a lot of work with our partner Ecosystem, so Mork's- OEM's AtScale technology which is a great way for us to get you AtScale across the US, but also internationally. And then our customers are getting recognized for the work that they are doing with AtScale. So, last year, for instance, Yellowpages got recognized by Cloudera, on their leadership award. And Macy's got a leadership award as well. So, things are going the right trajectory, and I think we're also benefitting from the fact that the industry is changing, it's maturing on the the big data side, but also there's a right definition of what business intelligence means. This idea that you can have analytics on large-scale data without having to change your visualization tools and make that work with existing stock you have in place. And, I think that's been helping us in growing- >> How did you guys do it? I mean, you know, we've talked many times in there's some secret sauce there, but, at the time when you guys were first starting it was kind of crowded field, right? >> Bruno: Yeah. >> And all these BI tools were out there, you had front end BI tools- >> Bruno: Yep. But everyone was still separate from the whole batch back end. So, what did you guys do to break out? >> So, there's two key differentiators with AtScale. The first one is we are the only platform that does not have a visualization tool. And, so people think about this as, that's a bug, that's actually a feature. Because, most enterprises have already that stuff made with traditional BI tools. And so our ability to talk to MDX and SQL types of BI tools, without any changes is a big differentiator. And then the other piece of our technology, this idea that you can get the speed, the scale and security on large data sets without having to move the data. It's a big differentiation for our enterprise to get value out of the data. They already have in Hadoop as well as non-Hadoop systems, which we cover. >> Josh, you're the VP of products, you have the roadmaps, give us a peek into what's happening with the current product. And, where's the work areas? Where are you guys going? What's the to-do list, what's the check box, and what's the innovation coming around the corner? >> Yeah, I think, to follow up on what Bruno said about how we hit the sweet spot. I think- we made a strategic choice, which is we don't want to be in the business of trying to be Tableu or Excel or be a better front end. And there's so much diversity on the back end if you look at the ecosystem right now, whether it's Spark Sequel, or Hive, or Presto, or even new cloud based systems, the sweet spot is really how do you fit into those ecosystems and support the right level of BI on top of those applications. So, what we're looking at, from a road map perspective is how do we expand and support the back end data platforms that customers are asking about? I think we saw a big white space in BI on Hadoop in particular. And that's- I'd say, we've nailed it over the past year and a half. But, we see customers now that are asking us about Google Big Query. They're asking us about Athena. I think these server-less data platforms are really, really compelling. They're going to take a while to get adoption. So, that's a big investment area for us. And then, in terms of supporting BI front ends, we're kind of doubling down on making sure our Tableau integration is great, Power BI is I think getting really big traction. >> Well, two great products, you've got Microsoft and Tableau, leaders in that area. >> The self-service BI revolution has, I would say, has won. And the business user wants their tool of choice. Where we come in is the folks responsible for data platforms on the back end, they want some level of control and consistency and so they're trying to figure out, where do you draw the line? Where do you provide standards? Where do you provide governance, and where do you let the business lose? >> All right, so, Bruno and Josh, I want you to answer the questions, be a good quiz. So, define next generation BI platforms from a functional standpoint and then under the hood. >> Yeah, there's a few things you can look at. I think if you were at the Gartner BI conference last week you saw that there was 24 vendors in the magic quadrant and I think in general people are now realizing that this is a space that is extremely crowded and it's also sitting on technology that was built 20 years ago. Now, when you talk to enterprises like the ones we work with, like, as I named earlier, you realize that they all have multiple BI tools. So, the visualization war, if you will, kind of has been set up and almost won by Microsoft and Tableau at this point. And, the average enterprise is 15 different BI tools. So, clearly, if you're trying to innovate on the visualization side, I would say you're going to have a very hard time. So, you're dealing with that level of complexity. And then, at the back end standpoint, you're now having to deal with database from the past - that's the Teradata of this world - data sources from today - Hadoop - and data sources from the future, like Google Big Query. And, so, I think the CIO answer of what is the next gen BI platform I want is something that is enabling me to simplify this very complex world. I have lots of BI tools, lots of data, how can I standardize in the middle in order to provide security, provide scale, provide speed to my business users and, you know, that's really radically going to change the space, I think. If you're trying to sell a full stack that's integrated from the bottom all the way to visualization, I don't think that's what enterprises want anymore >> Josh, under the hood, what's the next generation- you know, key leverage for the tech, and, just the enabler. >> Yeah, so, for me the end state for the next generation GI platform is a user can log in, they can point to their data, wherever that data is, it's on Prime, it's in the cloud, it's in a relational database, it's a flat file, they can design their business model. We spend a lot of time making sure we can support the creation of business models, what are the key metrics, what are the hierarchies, what are the measures, it may sound like I'm talking about OLAP. You know, that's what our history is steeped in. >> Well, faster data is coming, that's- streaming and data is coming together. >> So, I should be able to just point at those data sets and turn around and be able to analyze it immediately. On the back end that means we need to have pretty robust modeling capabilities. So that you can define those complex metrics, so you can functionally do what are traditional business analytics, period over period comparisons, rolling averages, navigate up and down business hierarchies. The optimizations should be built in. It shouldn't be the responsibility of the designer to figure out, do I need to create indeces, do I need to create aggregates, do I need to create summarization? That should all be handled for you automatically. Shouldn't think about data movement. And so that's really what we've built in from an AtScale perspective on the back end. Point to data, we're smart about creating optimal data structure so you get fast performance. And then, you should be able to connect whatever BI tool you want. You should be able to connect Excel, we can talk the MDX Query language. We can talk Sequel, we can talk Dax, whatever language you want to talk. >> So, take the syntax out of the hands of the user. >> Yeah. >> Yeah. >> And getting in the weeds on that stuff. Make it easier for them- >> Exactly. >> And the key word I think, for the future of BI is open, right? We've been buying tools over the last- >> What do you mean by that, explain. >> Open means that you can choose whatever BI tool you want, and you can choose whatever data you want. And, as a business user there's no real compromise. But, because you're getting an open platform it doesn't mean that you have to trade off complexity. I think some of the stuff that Josh was talking about, period analysis, the type of multidimensional analysis that you need, calendar analysis, historical data, that's still going to be needed, but you're going to need to provide this in a world where the business, user, and IT organization expects that the tools they buy are going to be open to the rest of the ecosystem, and that's new, I think. >> George, you want to get a question in, edgewise? Come on. (group laughs) >> You know, I've been sort of a single-issue candidate, I guess, this week on machine learning and how it's sort of touching all the different sectors. And, I'm wondering, are you- how do you see yourselves as part of a broader pipeline of different users adding different types of value to data? >> I think maybe on the machine learning topic there is a few different ways to look at it. The first is we do use machine learning in our own product. I talked about this concept of auto-optimization. One of the things that AtScale does is it looks at end-user query patterns. And we look at those query patterns and try to figure out how can we be smart about anticipating the next thing they're going to ask so we can pre-index, or pre-materialize that data? So, there's machine learning in the context of making AtScale a better product. >> Reusing things that are already done, that's been the whole machine-learning- >> Yes. >> Demos, we saw Google Next with the video editing and the video recognition stuff, that's been- >> Exactly. >> Huge part of it. >> You've got users giving you signals, take that information and be smart with it. I think, in terms of the customer work flow - Comcast, for example, a customer of ours - we are in a data discovery phase, there's a data science group that looks at all of their set top box data, and they're trying to discover programming patterns. Who uses the Yankees' network for example? And where they use AtScale is what I would call a descriptive element, where they're trying to figure out what are the key measures and trends, and what are the attributes that contribute to that. And then they'll go in and they'll use machine learning tools on top of that same data set to come up with predictive algorithms. >> So, just to be clear there, they're hypotehsizing about, like, say, either the pattern of users that might be- have an affinity for a certain channel or channels, or they're looking for pathways. >> Yes. And I'd say our role in that right now is a descriptive role. We're supporting the descriptive element of that analytics life cycle. I think over time our customers are going to push us to build in more of our own capabilities, when it comes to, okay, I discovered something descriptive, can you come up with a model that helps me predict it the next time around? Honestly, right now people want BI. People want very traditional BI on the next generation data platform. >> Just, continuing on that theme, leaving machine learning aside, I guess, as I understand it, when we talked about the old school vendors, Care Data, when they wanted to support data scientists they grafted on some machine learning, like a parallel version of our- in the core Teradata engine. They also bought Astro Data, which was, you know, for a different audience. So, I guess, my question is, will we see from you, ultimately, a separate product line to support a new class of users? Or, are you thinking about new functionality that gets integrated into the core product. I think it's more of the latter. So, the way that we view it- and this is really looking at, like I said, what people are asking for today is, kind of, the basic, traditional BI. What we're building is essentially a business model. So, when someone uses AtScale, they're designing and they're telling us, they're asserting, these are the things I'm interested in measuring, and these are the attributes that I think might contribute to it. And, so that puts us in a pretty good position to start using, whether it's Spark on the back end, or built in machine learning algorithms on the Hadoop cluster, let's start using our knowledge of that business model to help make predictions on behalf of the customer. So, just a follow-up, and this really leaves out the machine learning part, which is, it sounds like, we went- in terms of big data we we first to archive it- supported more data retension than could do affordably with the data warehouse. Then we did the ETL offload, now we're doing more and more of the visualization, the ad-hoc stuff. >> That's exactly right. So, what- in a couple years time, what remains in the classic data warehouse, and what's in the Hadoop category? >> Well, so there is, I think what you're describing is the pure evolution, of, you know, any technology where you start with the infrastructure, you know, we've been in this for over ten years, now, you've got cloud. They are going APO and then going into the data science workbench. >> That's not official yet. >> I think we read about this, or at least they filed. But I think the direction is showing- now people are relying on the platform, the Hadoop platform, in order to build applications on top of it. And, so, I think, just like Josh is saying, the mainstream application on top of the database - and I think this is true for non-Hadoop systems as well - is always going to be analytics. Of course, data science is something that provides a lot of value, but it typically provides a lot of value to a few set of people that will then scale it out to the rest of their organization. I think if you now project out to what does this mean for the CIO and their environment, I don't think any of these platforms, Teradata or Hadoop, or Google, or Amazon or any of those, I don't think do 100% replace. And, I think that's where it becomes interesting, because you're now having to deal with a hetergeneous environment, where the business user is up, they're using Excel, they're using they're standard net application, they might be using the result of machine learning models, but they're also having to deal with the heterogeneous environment at the data level. Hadoop on Prime, Hadoop in the cloud, non-Hadoop in the cloud and non-Hadoop on Prime. And, of course that's a market that I think is very interesting for us as a simplification platform for that world. >> I think you guys are really thinking about it in a new way, and I think that's kind of a great, modern approach, let the freedom- and by the way, quick question on the Microsoft tool and Tableau, what percentage share do you think they are of the market? 50? Because you mentioned those are the two top ones. >> Are they? >> Yeah, I mentioned them, because if you look at the magic quadrant, clearly Microsoft, Power BI and Tableau have really shot up all the way to the right. >> Because it's easy to use, and it's easy to work with data. >> I think so, I think- look, from a functionality standpoint, you see Tableau's done a very good job on the visualization side. I think, from a business standpoint, and a business model execution, and I can talk from my days at Microsoft, it's a very great distribution model to get thousands and thousands of users to use power BI. Now, the guys that we didn't talk about on the last magic quadrant. People who are like Google Data Studio, or Amazon Quicksite, and I think that will change the ecosystem as well. Which, again, is great news for AtScale. >> More muscle coming in. >> That's right. >> For you guys, just more rising tide floats all boats. >> That's right. >> So, you guys are powering it. >> That's right. >> Modern BI would be safe to say? >> That's the idea. The idea is that the visualization is basically commoditized at this point. And what business users want and what enterprise leaders want is the ability to provide freedom and openness to their business users and never have to compromise security, speed and also the complexity of those models, which is what we- we're in the business of. >> Get people working, get people productive faster. >> In whatever tool they want. >> All right, Bruno. Thanks so much. Thanks for coming on. AtScale. Modern BI here in The Cube. Breaking it down. This is The Cube covering bid data SV strata Hadoop. Back with more coverage after this short break. (electronic music)

Published Date : Mar 15 2017

SUMMARY :

it's The Cube. live at Silicon Valley for the big The Cube coverage, Bruno, great to see you. Hadoop Maturity Survey and at the time So, what did you guys do to break out? this idea that you can get the speed, What's the to-do list, what's the check box, the sweet spot is really how do you Microsoft and Tableau, leaders in that area. and where do you let the business lose? I want you to answer the questions, So, the visualization war, if you will, and, just the enabler. for the next generation GI platform is and data is coming together. of the designer to figure out, So, take the syntax out of the hands And getting in the weeds on that stuff. the type of multidimensional analysis that you need, George, you want to get a question in, edgewise? all the different sectors. the next thing they're going to ask You've got users giving you signals, either the pattern of users that might be- on the next generation data platform. So, the way that we view it- and what's in the Hadoop category? is the pure evolution, of, you know, the Hadoop platform, in order to build applications I think you guys are really thinking about it because if you look at the magic quadrant, and it's easy to work with data. Now, the guys that we didn't talk about For you guys, just more The idea is that the visualization This is The Cube covering bid data

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
George GilbertPERSON

0.99+

BrunoPERSON

0.99+

Bruno AzizaPERSON

0.99+

GeorgePERSON

0.99+

ComcastORGANIZATION

0.99+

ETNAORGANIZATION

0.99+

BrianPERSON

0.99+

John FurrierPERSON

0.99+

New YorkLOCATION

0.99+

Josh KlahrPERSON

0.99+

SIGNAORGANIZATION

0.99+

GSKORGANIZATION

0.99+

JoshPERSON

0.99+

Home DepotORGANIZATION

0.99+

24 vendorsQUANTITY

0.99+

MicrosoftORGANIZATION

0.99+

Yankees'ORGANIZATION

0.99+

thousandsQUANTITY

0.99+

USLOCATION

0.99+

ExcelTITLE

0.99+

last yearDATE

0.99+

AmazonORGANIZATION

0.99+

100%QUANTITY

0.99+

San Jose, CaliforniaLOCATION

0.99+

last weekDATE

0.99+

Silicon ValleyLOCATION

0.99+

AtScaleORGANIZATION

0.99+

American ExpressORGANIZATION

0.99+

first oneQUANTITY

0.99+

firstQUANTITY

0.99+

20 years agoDATE

0.99+

50QUANTITY

0.98+

2017DATE

0.98+

TableauTITLE

0.98+

Macy'sORGANIZATION

0.98+

OneQUANTITY

0.98+

MorkORGANIZATION

0.98+

power BITITLE

0.98+

EcosystemORGANIZATION

0.98+

SequelPERSON

0.97+

GoogleORGANIZATION

0.97+

this weekDATE

0.97+

Power BITITLE

0.97+

ClouderaORGANIZATION

0.96+

15 different BI toolsQUANTITY

0.95+

past year and a halfDATE

0.95+

over ten yearsQUANTITY

0.95+

todayDATE

0.95+

TableuTITLE

0.94+

TableauORGANIZATION

0.94+

SQLTITLE

0.93+

Astro DataORGANIZATION

0.93+

CubeORGANIZATION

0.92+

WikibonORGANIZATION

0.92+

two key differentiatorsQUANTITY

0.92+

AtScaleTITLE

0.91+

Care DataORGANIZATION

0.9+

about 10xQUANTITY

0.9+

Spark SequelTITLE

0.89+

two top onesQUANTITY

0.89+

HadoopTITLE

0.88+

AthenaORGANIZATION

0.87+

two great productsQUANTITY

0.87+

Big QueryTITLE

0.86+

The CubeORGANIZATION

0.85+

Big DataORGANIZATION

0.85+

Ben Sharma, Tony Fisher, Zaloni - BigData SV 2017 - #BigDataSV - #theCUBE


 

>> Announcer: Live from San Jose, California, it's The Cube, covering Big Data Silicon Valley 20-17. (rhythmic music) >> Hey, welcome back, everyone. We're live in Silicon Valley for Big Data SV, Big Data Silicon Valley in conjunction with Strata + Hadoob. This is the week where it all happens in Silicon Valley around the emergence of the Big Data as it goes to the next level. The Cube is actually on the ground covering it like a blanket. I'm John Furrier. My cohost, George Gilbert with Boogie Bond. And our next guest, we have two executives from Zeloni, Ben Sharma, who's the founder and CEO, and Tony Fischer, SVP and strategy. Guys, welcome back to The Cube. Good to see you. >> Thank you for having us back. >> You guys are great guests. You're in New York for Big Data NYC, and a lot is going on, certainly, here, and it's just getting kicked off with Strata-Hadoob, they got the sessions today, but you guys have already got some news out there. Give us the update. What's the big discussion at the show? >> So yeah, 20-16 was a great year for us. A lot of growth. We tripled our customer base, and a lot of interest in data lake, as customers are going from say Pilot and POCs into production implementation so far though. And in conjunction with that, this week we launched what we call a solution named Data Lake in a Box, appropriately, right? So what that means is we're bringing the full stack together to customers, so that we can get a data lake up and running in eight weeks time frame, with enterprise create data ingestion from their source systems hydrated into the data lake and ready for analytics. >> So is it a pretty big box, and is it waterproof? (all laughing) I mean, this is the big discussion now, pun intended. But the data lake is evolving, so I wanted to get your take on it. This is kind of been a theme that's been leading up and now front and center here on The Cube. Already the data lake has changed, also we've heard, I think Dave Alante in New York said data swamp. But using the data is critical on a data lake. So as it goes to more mature model of leveraging the data, what are the key trends right now? What are you guys seeing? Because this is a hot topic that everyone is talking about. >> Well, that's a good distinction that we like to make, is the difference between a data swamp and a data lake. >> And a data lake is much more governed. It has the rigor, it has the automation, it has a lot of the concepts that people are used to from traditional architectures, only we apply them in the scale-out architecture. So we put together a maturity model that really maps out a customer's journey throughout the big data and the data lake experience. And each phase of this, we can see what the customer's doing, what their trends are and where they want to go, and we can advise to them the right way to move forward. And so a lot of the customers we see are kind of in kind of what we call the ignore stage. I'd say most of the people we talk to are just ignoring. They don't have things active, but they're doing a lot of research. They're trying to figure out what's next. And we want to move them from there. The next stage up is called store. And store is basically just the sandbox environment. "I'm going to stick stuff in there." "I'm going to hope something comes out of it." No collaboration. But then, moving forward, there's the managed phase, the automated phase, and the optimized phase. And our goal is to move them up into those phases as quickly as possible. And data lake in a box is an effort to do that, to leapfrog them into a managed data lake environment. >> So that's kind of where the swamp analogy comes in, because the data lake, the swamp is kind of dirty, where you can almost think, "Okay, the first step is store it." And then they get busy or they try to figure out how to operationalize it, and then it's kind of like, "Uh ..." So your point, they're trying to get to that. So you guys get 'em to that set up, and then move them quickly to value? Is that kind of the approach? >> Yeah. So, time to value is critical, right? So how do you reduce the time to insight from the time the data is produced by the date producer, till the time you can make the data available to the data consumer for analytics and downstream use cases. So that's kind of our core focus in bringing these solutions to the market. >> Dave often and I were talking, and George always talk about the value of data at the right time at the right place, is the critical lynch-pin for the value, whether it's an app-driven, or whatever. So the data lake, you never know what data in the data lake will need to be pulled out and put into either real time or an app. So you have to assume at any given moment there's going to be data value. >> Sure >> So that, conceptually, people can get that. But how do you make that happen? Because that's a really hard problem. How do you guys tackle that when a customer says, "Hey, I want to do the data lake. "I've got to have the coverage. "I got to know who's accessing stuff. "But at the end of the day, "I got to move the data to where it's valuable." >> Sure. So the approach we have taken is with an integrated platform with a common metadata layer. Metadata is the key. So, using this common metadata layer, being able to do managed ingestion from various different sources, being able to do data validation and data quality, being able to manage the life cycle of the data, being able to generate these insights about the data itself, so that you can use that effectively for data science or for downstream applications and use cases is critical based on our experience of taking these applications from, say, a POC pilot phase into a production phase. >> And what's the next step, once you guys get to that point with the metadata? Because, like, I get that, it's like everyone's got the metadata focus. Now, I'm the data engineer, the data NG or the geek, the supergeek and then you've got the data science, then the analysts, then there will probably be a new category, a bot or something AI will do something. But you can have a spectrum of applications on the data side. How do they get access to the metadata? Is it through the machine learning? Do you guys have anything unique there that makes that seamless or is that the end goal? >> Sure, do you want to take that? >> Yes sure, it's a multi-pronged answer, but I'll start and you can jump in. One of the things we provide as part of our overall platform is a product called Micah. And Micah is really the kind of on-ramp to the data. And all those people that you just named, we love them all, but their access to the data is through a self-service data preparation product, and key to that is the metadata repository. So, all the metadata is out there; we call it a catalog at that point, and so they can go in, look at the catalog, get a sense for the data, get an understanding for the form and function of the data, see who uses it, see where it's used, and determine if that's the data that they want, and if it is, they have the ability to refine it further, or they can put it in a shopping cart if they have access to it, they can get it immediately, they can refine it, if they don't have access to it, there's an automatic request that they can get access to it. And so it's a onramp concept, of having a card catalog of all the information that's out there, how it's being used, how it's been refined, to allow the end user to make sure that they've got the right data, they can be positioned for their ultimate application. >> And just to add to what Tony said, because we are using this common metadata layer, and capturing metadata every instance, if you will, we are serving it up to the data consumers, using a rich catalog, so that a lot of our enterprise customers are now starting to create what they consider a data marketplace or a data portal within their organization, so that they're able to catalog not just the data that's in the data lake, but also data that's in other data stores. And provide one single unified view of these data sets, so that your data scientists can come in and see is this a data set that I can use for my model building? What are the different attributes of this data set? What is the quality of the data? How fresh is the data? And those kind of traits, so that they are effective in their analytical journey. >> I think that's the key thing that's interesting to me, is that you're seeing the big data explosions over the past ten years, eight years, we've been covering The Cube since the dupe world started. But now, it's the data set world, so it's a big data set in this market. The data sets are the key because that's what data scientists want to wrangle around with, and sling data sets with whatever tooling they want to use. Is that kind of the same trend that you guys see? >> That's correct. And also what we're seeing in the marketplace, is that customers are moving from a single architecture to a distributed architecture, where they may have a hybrid environment with some things being instantiated in the Cloud, some things being on PRIM. So how do you not provide a unified interface across these multiple environments, and in a governed way, so that the right people have access to the right data, and it's not the data swamp. >> Okay, so lets go back to the maturity model because I like that framework. So now you've just complicated the heck out of it. Cause now you've got Cloud, and then on PRIM, and then now, how do you put that prism of maturity model, on now hybrid, so how does that cross-connect there? And a second follow-up to that is, where are the customers on this progress bar? I'm sure they're different by customer but, so, maturity model to the hybrid, and then trends in the customer base that you're seeing? >> Alright, I'll take the second one, and then you can take the first one, okay? So, the vast majority of the people that we work with, and the people, the prospects customers, analysts we've talked to, other industry dignitaries, they put the vast majority of the customers in the ignore stage. Really just doing their research. So a good 50% plus of most organizations are still in that stage. And then, the data swamp environment, that I'm using it to store stuff, hopefully I'll get something good out of it. That's another 25% of the population. And so, most of the customers are there, and we're trying to move them kind of rapidly up and into a managed and automated data lake environment. The other trend along these lines that we're seeing, that's pretty interesting, is the emergence of IT in the big data world. It used to be a business user's world, and business users built these sandboxes, and business users did what they wanted to. But now, we see organizations that are really starting to bring IT into the fold, because they need the governance, they need the automation, they need the type of rigor that they're used to, in other data environments, and has been lacking in the big data environment. >> And you've got the IOT code cracking the code on the IOT side which has created another dimension of complexity. On the numbers of the 50% that ignore, is that profile more for Fortune 1000? >> It's larger companies, it's Fortune, and Global 2000. >> Got it, okay, and the terms of the hybrid maturity model, how's that, and add a third dimension, IOT, we've got a multi-dimensional chess game going here. >> I think they way we think about it is, that they're different patterns of data sets coming in. So they could be batched, they could be files, or database extracts, or they could be streams, right? So as long as you think about a converged architecture that can handle these different patterns, then you can map different use cases whether they are IOT and streaming use cases versus what we are seeing is that a lot of companies are trying to replace their operational analytics platforms with a data lake environment, and they're building their operational analytics on top of the data lake, correct? So you need to think more from an abstraction layer, how do you abstract it out? Because one of the challenges that we see customers facing, is that they don't want to get sticky with one Cloud service provider because they may have multiple Cloud service providers, >> John: It's a multi-Cloud world right now. >> So how do you leverage that, where you have one Cloud service provider in one geo, another Cloud service provider in another geo, and still being able to have an abstraction layer on top of it, so that you're building applications? >> So do you guys provide that data layer across that abstraction? >> That is correct, yes, so we leverage the ecosystem, but what we do is add the data management and data governance layer, we provide that abstraction, so that you can be on PREM, you can be in Cloud service provider one, or Cloud service provider two. You still have the same controls, and same governance functions as you build your data lake environment. >> And this is consistent with some of the Cube interviews we had all day today, and other Cube interviews, where when you had the Cloud, you're renting basically, but you own your data. You get to have a nice ... And that metadata seems to be the key, that's the key, right? For everything. >> That's right. And now what we're seeing is that a lot of our Enterprise customers are looking at bringing in some of the public cloud infrastructure into their on-PRAM environment as they are going to be available in appliances and things like that, right? So how do you then make sure that whatever you're doing in a non-enterprise cloud environment you are also able to extend it to the enterprise-- >> And the consequences to the enterprise is that the enterprise multiple jobs, if they don't have a consistent data layer ... >> Sure, yeah. >> It's just more redundancy. >> Exactly. >> Not redundancy, duplication actually. >> Yeah, duplication and difficulty of rationalizing it together. >> So let me drill down into a little more detail on the transition between these sort of maturity phases? And then the movement into production apps. I'm curious to know, we've heard Tableau, XL, Power BI, Click I guess, being-- sort of adapting to being front ends to big data. But they don't, for their experience to work they can't really handle big data sets. So you need the MPP sequel database on the data lake. And I guess the question there is is there value to be gotten or measurable value to be gotten just from turning the data lake into you know, interactive BI kind of platform? And sort of as the first step along that maturity model. >> One of the patterns we were seeing is that serving LIR is becoming more and more mature in the data lake, so that earlier it used to be mainly batch type of workloads. Now, with MPP engines running on the data lake itself, you are able to connect your existing BI applications, whether it's Tableau, Click, Power BI, and others, to these engines so that you are able to get low-latency query response times and are able to slice-and-dice your data sets in the data lake itself. >> But you're essentially still, you have to sample the data. You can't handle the full data set unless you're working with something like Zoom Data. >> Yeah, so there are physical limitations obviously. And then there are also this next generation of BI tools which work in a converged manner in the data lake itself. So there's like Zoom Data, Arcadia, and others that are able to kind of run inside the data lake itself instead of you having to have an external environment like the other BI tools, so we see that as a pattern. But if you already are an enterprise, you have on board a BI platform, how do you leverage that with the data lake as part of the next-generation architecture is a key trend that we are seeing. >> So that your metadata helps make that from swamp to curated data lake. >> That's right, and not only that what we have done, as Tony was mentioning, in our Micah product we have a self-service catalog and then we provide a shopping cart experience where you can actually source data sets into the shopping cart, and we let them provision a sandbox. And when they provision the sandbox, they can actually launch Tableau or whatever the BI tool of choice is on that sandbox, so that they can actually-- and that sandbox could exist in the data lake or it could exist on a relational data store or an MPP data store that's outside of the data lake. That's part of your modern data architecture. >> But further to your point, if people have to throw out all of their decision support applications and their BI applications in order to change their data infrastructure, they're not going to do it. >> Understood. >> So you have to make that environment work and that's what Ben's referring to with a lot of the new accelerator tools and things that will sit on top of the data lake. >> Guys, thanks so much for coming on The Cube. Really appreciate it. I'll give you guys the final word in the segment ... What do you expect this week? I mean, obviously, we've been seeing the consolidation. You're starting to see the swim lanes of with Spark and Open Source and you see the cloud and IOT colliding, there's a huge intersection with deep learning, AI is certainly hyped up now beyond all recognition but it's essentially deep learning. Neural networks meets machine learning. That's been around before, but now freely available with Cloud and Compute. And so kind of a interesting dynamic that's rockin' the big data world. Your thoughts on what we're going to see this week and how that relates to the industry? >> I'll take a stab at it and you may feel free to jump in. I think what we'll see is that lot of customers that have been playing with big data for a couple of years are now getting to a point where what worked for one or two use cases now needs to be scaled out and provided at an enterprise scale. So they're looking at a managed and a governance layer to put on top of the platform. So they can enable machine learning and AI and all those use cases, because business is asking for them. Right? Business is asking for how they can bring intenser flow and run on the data lake itself, right? So we see those kind of requirements coming up more and more frequently. >> Awesome. Tony? >> What he said. >> And enterprise readiness certainly has to be table-- there's a lot of table stakes in the enterprise. It's not like, easy to get into, you can see Google kind of just putting their toe in the water with the Google cloud, tenser flow, great highlight they got spanner, so all these other things like latency rearing their heads again. So these are all kind of table stakes. >> Yeah, and the other thing, moving forward with respect to machine learning and some of the advanced algorithms, what we're doing now and some of the research we're doing is actually using machine learning to manage the data lake, which is a new concept, so when we get to the optimized phase of our maturity model, a lot of that has to do with self-correcting and self-automating. >> I need some machine learning and some AI, so does George and we need machine learning to watch the machine learn, and then algorithmists for algorithms. It's a crazy world, exciting time for us. >> Are we going to have a bot next time when we come here? (all laughing) >> We're going to chat off of messenger, we just came from south by southwest. Guys, thanks for coming on The Cube. Great insight and congratulations on the continued momentum. This is The Cube breakin' it down with experts, CEOs, entrepreneurs, all here inside The Cube. Big Data Sv, I'm John for George Gilbert. We'll be back after this short break. Thanks! (upbeat electronic music)

Published Date : Mar 14 2017

SUMMARY :

Announcer: Live from This is the week where it What's the big discussion at the show? hydrated into the data lake But the data lake is evolving, is the difference between a and the data lake experience. Is that kind of the approach? make the data available So the data lake, you never "But at the end of the day, So the approach we have taken is seamless or is that the end goal? One of the things we provide that's in the data lake, Is that kind of the same so that the right people have access And a second follow-up to that is, and the people, the prospects customers, On the numbers of the 50% that ignore, it's Fortune, and Global 2000. of the hybrid maturity model, of the data lake, correct? John: It's a multi-Cloud the data management and And that metadata seems to be the key, some of the public cloud And the consequences of rationalizing it together. database on the data lake. in the data lake itself. You can't handle the full data set manner in the data lake itself. So that your metadata helps make that exist in the data lake But further to your point, if So you have to make and how that relates to the industry? and run on the data lake itself, right? stakes in the enterprise. a lot of that has to and some AI, so does George and we need on the continued momentum.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
George GilbertPERSON

0.99+

Tony FischerPERSON

0.99+

oneQUANTITY

0.99+

TonyPERSON

0.99+

Dave AlantePERSON

0.99+

Tony FisherPERSON

0.99+

GeorgePERSON

0.99+

Ben SharmaPERSON

0.99+

DavePERSON

0.99+

New YorkLOCATION

0.99+

John FurrierPERSON

0.99+

George GilbertPERSON

0.99+

JohnPERSON

0.99+

Silicon ValleyLOCATION

0.99+

ZeloniPERSON

0.99+

ZaloniPERSON

0.99+

Silicon ValleyLOCATION

0.99+

50%QUANTITY

0.99+

San Jose, CaliforniaLOCATION

0.99+

25%QUANTITY

0.99+

GoogleORGANIZATION

0.99+

eight weeksQUANTITY

0.99+

two executivesQUANTITY

0.99+

first stepQUANTITY

0.99+

TableauTITLE

0.99+

eight yearsQUANTITY

0.99+

todayDATE

0.99+

Big DataORGANIZATION

0.98+

twoQUANTITY

0.98+

this weekDATE

0.98+

second oneQUANTITY

0.98+

OneQUANTITY

0.98+

first oneQUANTITY

0.98+

each phaseQUANTITY

0.98+

BenPERSON

0.97+

NYCLOCATION

0.97+

20-16DATE

0.97+

CloudTITLE

0.97+

StrataORGANIZATION

0.97+

Big Data SvORGANIZATION

0.97+

secondQUANTITY

0.96+

two use casesQUANTITY

0.96+

CubeORGANIZATION

0.96+

thirdQUANTITY

0.94+

The CubeORGANIZATION

0.91+

single architectureQUANTITY

0.91+

PowerTITLE

0.9+

MicahLOCATION

0.85+

ArcadiaTITLE

0.83+

Zoom DataTITLE

0.83+

Big Data SVORGANIZATION

0.82+

MicahPERSON

0.81+

ClickTITLE

0.8+

Strata-HadoobTITLE

0.8+

Zoom DataTITLE

0.78+

FortuneORGANIZATION

0.78+

SparkTITLE

0.78+

Power BITITLE

0.78+

#theCUBEORGANIZATION

0.77+

one geoQUANTITY

0.76+

one single unifiedQUANTITY

0.75+

Big Data Silicon ValleyORGANIZATION

0.72+

BondORGANIZATION

0.72+

HadoobORGANIZATION

0.72+

POCsORGANIZATION

0.67+

PRIMTITLE

0.66+

DataORGANIZATION

0.65+

lakeORGANIZATION

0.6+

PilotORGANIZATION

0.58+

XLTITLE

0.58+

of yearsQUANTITY

0.56+

GlobalORGANIZATION

0.55+