Farah Papaioannou and Kilton Hopkins, Edgeworx.io | CUBEConversation, 2018
(intense orchestral music) >> Hey, welcome back everybody, Jeff Frick here with theCUBE, we're at our Palo Alto studios for a CUBEConversation, and we're talking about startups today, which we don't often get to do but it's really one of the more exciting things that we get to do, because that's what really, what keeps Silicon Valley Silicon Valley; and this next new company is playing on a very hot space which is edge, you're all about cloud then the next big move is edge, especially with internet things and industrial internet things. So we're really happy to welcome Edgeworx here, fresh off the announcement of the new company and their funding. We got the, both Founders, we have Farah Papaioannou, and she is the President, and Kilton Hopkins, the CEO, both of Edgeworx, welcome. >> Thank you, >> Thanks. >> thanks for having us. >> So for those of us that aren't familiar, give us kind of the quick 101 on Edgeworx. >> So I've been looking at the space as a venture capitalist before I've joined up with Kilton, and I've been looking at edge computing for a long time because it just made intuitive sense to me. You're looking at all these devices that are now not just devices but they're compute platforms, or you know generating all this data; well how are we going to address all that data? If you think about sending all that back to the cloud, latency, bandwidth, and cost, you talk about breaking the internet, this is what's going to break the internet not Kim Kardashian's you know butt photo right? (guys laugh) So, how do you solve that problem? You know if you think about autonomous vehicles for example these are now computers on wheels, they're not just a transportation mechanism. If they're generating all this data, and they need to interact with each other, and make decisions in near realtime; how are they going to do that if they have to send all that data back to the cloud? >> Right, great. >> So that's where I came across Kilton's company, or actually the technology that he'd built, and we formed a company together. I looked at everything, and the technology that he'd developed, was far, leaps and bounds beyond anything anyone else had come to to date, so. >> So, Kilton, how did you start on that project? >> Yeah, so this actually goes way back, this goes way back to like about 2010. Back in Chicago I was looking at what architecture is going to allow us to do the types of processing that's really expensive, and do it close to where the data is? This architecture was in the back of my mind. When I came to the bay area, I jumped in with the city of San Francisco as an IOT Advisor; and everywhere I looked I saw the same problems. Nobody was doing secure processing at the edge in any kind of way that was manageable, so I started to solve it. Then, years later after doing, you know I did some deployments myself, and after seeing how was this stuff working, it finally arrived at an architecture that I thought: okay, this thing's passing all these trials, and now I think we've got this pretty well nailed, so. I basically got into it before the terms fog and edge computing were being thrown around, and just said this is what has to happen. And then of course, it turns out that the world catches up, and now of course there's terms for it, and everyone's talking about the edge. >> So it's an interesting problem, right, it's the same old problem we've been having forever, which is do you move the data to the compute or do you move the compute to the data? And then we've had these other things happening with suddenly this you know huge swell of data flow, and that's even before we start you know kind of the IOT connection on the data flow, luckily the networks are getting faster, 5G's around the corner, chips are getting faster and cheaper, memory's getting cheaper and faster. And then we had the development of the cloud and really the hyper growth of the public cloud. But that still doesn't help you with kind of these low latency applications that you have to execute on the edge. And obviously we've talked to GE a lot, and everyone wants to talk about turbines and you know harsh conditions and you know nasty weather, and it's not this pristine data center; how do you put compute, and how much compute do you put at the edge, and how do you manage kind of that data flow? What can you deal with there, what do you have to send up? And of course this pesky thing called physics and latency, which just prohibits, as you said, the ability to get stuff up to some compute and get it back in time necessarily to do something about it. So what is the approach that you guys are taking? What's a little bit different about what you've built with Edgeworx? >> Sure. >> So, in most cases, people think about the edge as like almost a lead into the cloud. They say: how can I pre-process the data, maybe curtail some of the bandwidth volume that I need in order to send data up to the cloud? But that doesn't actually solve the problem, you'll never get rid of cloud latency if you're sending just smaller packages. And in addition, you have done nothing to address the security issues of the edge, if you're just trying to package data, maybe reduce it a bit and send it to the cloud. So what's different about us is with us you can use the cloud, but you don't have to, we're completely at the edge. So you can run software with Edgeworx that stays within the four walls of a factory, if you so choose, and no data will ever leave the building; and that is a stark difference from the approaches that've been taken to date which've been tied to the cloud, but we do a little at the edge, it's like come on, this is real edge. >> Right, right. And so is it a software layer that sits on top of whatever kind of bios and firmware are on a lot of these dumb sensors, is that kind of the idea? >> Yeah, no actually it sits, exactly, it sits above the bios level, it sits above the firmware. It creates an application runtime, so it allows developers to write applications that are containerized, so we run containers at the edge, which allows our developers to run applications they've already developed for the cloud, to write new applications, but they don't have to learn an entirely new framework or an entirely new SDK, they can write using tools they already know: Java, C#, C++, Python, if you can write that language, we can run it, and at the edge. Which again allows people to use skillsets that they already know, they don't have to like learn specialized skillsets for the edge, why should they have to do that you know? >> I think, and you know good for you guys, to get Stacey Higginbotham to write a nice article about the company long before you launched, which is good. But I thought she had a really interesting breakdown on kind of edge computing, and she broke it down into four layers: the device, the sensors, as you said as dumb as it can be, right, you want a lot of these things. Then this gateway layer that collects the data. You know some level of compute close to the edge, not necessarily in the camera or in any of these sensors, but close, and then of course a connection back to the cloud. So you guys run in the sensor, or probably more likely in that gateway layer? Or do you see, in some of the early customers you're talkin' to, are they putting these like little micro data centers? I mean how are you actually seeing this stuff deployed in the field at scale? >> So we actually gave Stacey that four layer chart because were trying to explain people to the edge, to people who didn't understand what that was, and again, people refer to all these different layers at the edge. We actually think that the layer right above the sensors is actually the most difficult to solve for. And the reason we don't want to run on the sensor level is because sensors are becoming more and more commoditized, a customer would rather have a thousand dumb sensors where they could get more and more data, than have like 10 really smart sensors where they could run compute on them. So, unless there's special circumstances, like you know a case of a camera where we're actually working with a camera that has GPU capability, where they can actually run on the edge, we'd like to run at a level up there, and there's a couple of reasons for that. One is, if you run on the devices itself, you can't really aggregate each other's devices, you can't aggregate-- a temperature sensor cannot aggregate a pressure sensor's data, you need to set up a layer above. Also we're able to serve as a broker between low levels of you know Wi-Fi and Bluetooth, versus you know high levels of TCP/IP, right, which you also cannot do at the sensor level. If you were run at the sensor, you'd basically have to do what Amazon does, which is device-to-cloud; which doesn't really afford you the capability of running real software at the edge. >> Right. So, when you're out, let's just say the camera, we talked a little bit before we turned the cameras on about the surveillance and surveillance cameras, I mean where are those gateways, and where's the power and the connectivity to that gateway, what're you seeing in some of these early examples? >> So, you know, for cameras you've got basically two choices, either the camera is a dumb camera that puts a video feed to some kind of a compute box that's nearby, or is on a wired network, or wireless network that's private to it, so. In building cameras that are already in place, that are analog, you can put a box in the building that can take the feeds, but the better option than that even is to have smart cameras, so probably a new greenfield deploy would have smart cameras that have the ability to do the AI processing right there in the module. So the answer is: somewhere you have a feed of sensor data, whether it be video, audio, or just like a temperature, you know time series data, and then it hits a point of where you're still on the edge, but you can do compute. Sometimes they're in the same unit, sometimes they're a little spread out, sometimes they're over wireless; that first layer up is where we sit no matter how the compute is done. >> Okay. And I'm just curious on some of the early use cases. How do people see the opportunity now to have kind of a software-driven IOT device that's separate from the actual firmware that's in the in the sensor? What is that going to enable them to do that they're excited to do they couldn't do before? >> Yeah, so if you think about the older model, it's: how can I make this device, get it's sensor readings and somehow communicate that data, and I'm going to write low-level code, probably C code or whatever to operate that and it's how often do I pull the sensor? And you're really thinking about just jeez I need this data somewhere to make useable. And when you use us you think: okay, I have streams of data, what would I do if I wanted to run software right where the data is, I can increase my sampling frequency, I can undo everything we were going to do in the cloud, and do it right there for free once it's deployed there's no bandwidth cost. So it opens the world of, of thinking, we're now running software at the edge, instead of running firmware, so I can just move the data upstream. You stop moving the data, and you start moving the applications, and that's what's like the world changer for everybody. >> Right, right. >> Plus you can use the same skillsets you have for the cloud and up until now programming IOT devices has been a matter of saying oh, you know, if I know how to work the GPIO pins you know and you know I can write in C, maybe I can make it work. And now you say: I know Python, and I know how to do data analytics with Python, I can just move that into the sensor module, if it's smart enough, or the gateway right there, and I can pretty much push my code into the factory instead of waiting for the factory to wire the data to me. >> And we actually have a customer right now that's doing real-time surveillance at the edge, and they have smart city deployments and they're looking at an example of, border control for example. And what they want to be able to do is put these cameras out there and say: well, I've detected something on the maritime border here, is it a whale, is it debris, or is it a boat full of refugees, or is it a boat full of like pirates, or is it a boat full of migrants? Well before what they would have to do is okay well, as an edge device maybe I, at the basic level of processing I could run is to say let me compress that video data and send some of it back, right, and then do the analysis back there; well that's not really going to be that helpful, because if I have to send it back to some cloud and do some analysis, by the time I've recognized what's out there: too late. What we can do now with our software capability, because we have our platform running on these cameras is we can deploy software that says: okay well I can detect, right there, right at the edge, what we're seeing, and I can not just send back video data, which I don't really want to do, that's really you know heavy on bandwidth and latency, cost as well, is I can just send back text data and say: well, I've actually detected something, so let's take some sort of action on it, and say okay the next camera should be able to detect it or pick it up or send some notifications that we need to address it back here. If I'm sending textual data back, and say I've already done that processing right there and then, I can run thousands of cameras out there at the edge versus just 10 or you know, 10 or 12 because of the amount of cost and latency. And then the customer can decide, well you know what, I want to add another application that you know does target tracking of certain individual terrorists, right? Okay, well that's easy for me to deploy that software because our platform's already running. We can, you know, and just push it out there at the edge. Oh, you know what, I'm able to model train at the edge, and I can actually do better detection, I can go from 80% to 90%, well I can just push that data and do an upgrade right there at the edge as opposed to going out there and flashing that board, and you know upgrading that way, or sending out some sort of firmware upgrade; so it allows a lot of flexibility that we couldn't do before. >> Right. Well I just got to ask ya now, you got a pile of money, which is exciting, and congratulations. >> Thank you. >> I was going to say, kind of, where do you kind of focus on your go-to-market, you know within any particular vertical, or any specific horizontal application? But it sounds like, I think we've use cameras now three or four times (laughs) in the last three or four questions, so I'm guessin' that's a, that's a good-- >> That's been a strong one for us. >> You know kind of early early adopt to market for you guys. >> That one's been a strong one for us, yeah. We've had some real success with telco's, another use case that we've seen some real good traction is being able to detect quality-of-service issues on Wi-Fi routers, so, that's one that we're looking at as well that's had some adoption. Oil and gas has been pretty strong for us as well. So it seems to be kind of a horizontal play for us, and we're excited about the opportunity. >> Alright. Well thanks for comin' on and tellin' the story, and congratulations on your funding and launching the company, and, >> Thank you. >> And bringin' it to reality. >> Great, thanks. >> Alright, Kilton, Farah, I'm Jeff, you're watchin' theCUBE, thanks for watchin' we'll see ya next time. (intense orchestral music)
SUMMARY :
and she is the President, So for those of us that aren't familiar, and they need to interact with each other, and the technology that he'd developed, and do it close to where the data is? and you know harsh conditions from the approaches that've been taken to date which've been is that kind of the idea? for the edge, why should they have to do that you know? about the company long before you launched, which is good. is actually the most difficult to solve for. what're you seeing in some of these early examples? that have the ability to do the AI And I'm just curious on some of the early use cases. and you start moving the applications, if I know how to work the GPIO pins you know and and say okay the next camera should be able to Well I just got to ask ya now, you got a pile of money, So it seems to be kind of a horizontal play for us, and launching the company, and, you're watchin' theCUBE,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff Frick | PERSON | 0.99+ |
Stacey Higginbotham | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Chicago | LOCATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
Kilton | PERSON | 0.99+ |
Farah Papaioannou | PERSON | 0.99+ |
80% | QUANTITY | 0.99+ |
Edgeworx | ORGANIZATION | 0.99+ |
Stacey | PERSON | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
12 | QUANTITY | 0.99+ |
10 | QUANTITY | 0.99+ |
Java | TITLE | 0.99+ |
Python | TITLE | 0.99+ |
GE | ORGANIZATION | 0.99+ |
Farah | PERSON | 0.99+ |
Kilton Hopkins | PERSON | 0.99+ |
C++ | TITLE | 0.99+ |
Jeff | PERSON | 0.99+ |
Kim Kardashian | PERSON | 0.99+ |
both | QUANTITY | 0.99+ |
two choices | QUANTITY | 0.99+ |
four times | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
90% | QUANTITY | 0.98+ |
four questions | QUANTITY | 0.98+ |
thousands of cameras | QUANTITY | 0.98+ |
10 really smart sensors | QUANTITY | 0.98+ |
C# | TITLE | 0.98+ |
One | QUANTITY | 0.98+ |
telco | ORGANIZATION | 0.98+ |
Silicon Valley | LOCATION | 0.98+ |
first layer | QUANTITY | 0.97+ |
IOT | ORGANIZATION | 0.93+ |
one | QUANTITY | 0.92+ |
today | DATE | 0.9+ |
SDK | TITLE | 0.9+ |
2018 | DATE | 0.89+ |
years later | DATE | 0.87+ |
Kilton | ORGANIZATION | 0.84+ |
four layer | QUANTITY | 0.79+ |
2010 | DATE | 0.77+ |
four walls | QUANTITY | 0.76+ |
Edgeworx.io | OTHER | 0.6+ |
theCUBE | ORGANIZATION | 0.54+ |
sensors | QUANTITY | 0.53+ |
couple | QUANTITY | 0.52+ |
Edgeworx | TITLE | 0.46+ |
thousand | QUANTITY | 0.42+ |
CUBEConversation | EVENT | 0.42+ |
Irene Dankwa-Mullan, Marti Health | WiDS 2023
(light upbeat music) >> Hey, everyone. Welcome back to theCUBE's day long coverage of Women in Data Science 2023. Live from Stanford University, I'm Lisa Martin. We've had some amazing conversations today with my wonderful co-host, as you've seen. Tracy Zhang joins me next for a very interesting and inspiring conversation. I know we've been bringing them to you, we're bringing you another one here. Dr. Irene Dankwa-Mullan joins us, the Chief Medical Officer at Marti Health, and a speaker at WIDS. Welcome, Irene, it's great to have you. >> Thank you. I'm delighted to be here. Thank you so much for this opportunity. >> So you have an MD and a Master of Public Health. Covid must have been an interesting time for you, with an MPH? >> Very much so. >> Yeah, talk a little bit about you, your background, and Marti Health? This is interesting. This is a brand new startup. This is a digital health equity startup. >> Yes, yes. So, I'll start with my story a little bit about myself. So I was actually born in Ghana. I finished high school there and came here for college. What would I say? After I finished my undergraduate, I went to medical school at Dartmouth and I always knew I wanted to go into public health as well as medicine. So my medical education was actually five years. I did the MPH and my medical degree, at the same time, I got my MPH from Yale School of Public Health. And after I finished, I trained in internal medicine, Johns Hopkins, and after that I went into public health. I am currently living in Maryland, so I'm in Bethesda, Maryland, and that's where I've been. And really enjoyed public health, community health, combining that aspect of sort of prevention and wellness and also working in making sure that we have community health clinics and safety net clinics. So a great experience there. I also had the privilege, after eight years in public health, I went to the National Institute of Health. >> Oh, wow. >> Where I basically worked in clinical research, basically on minority health and health disparities. So, I was in various leadership roles and helped to advance the science of health equity, working in collaboration with a lot of scientists and researchers at the NIH, really to advance the science. >> Where did your interest in health equity come from? Was there a defining moment when you were younger and you thought "There's a lot of inequities here, we have to do something about this." Where did that interest start? >> That's a great question. I think this influence was basically maybe from my upbringing as well as my family and also what I saw around me in Ghana, a lot of preventable diseases. I always say that my grandfather on my father's side was a great influence, inspired me and influenced my career because he was the only sibling, really, that went to school. And as a result, he was able to earn enough money and built, you know, a hospital. >> Oh wow. >> In their hometown. >> Oh my gosh! >> It started as a 20 bed hospital and now it's a 350 bed hospital. >> Oh, wow, that's amazing! >> In our hometown. And he knew that education was important and vital as well for wellbeing. And so he really inspired, you know, his work inspired me. And I remember in residency I went with a group of residents to this hospital in Ghana just to help over a summer break. So during a summer where we went and helped take care of the sick patients and actually learned, right? What it is like to care for so many patients and- >> Yeah. >> It was really a humbling experience. But that really inspired me. I think also being in this country. And when I came to the U.S. and really saw firsthand how patients are treated differently, based on their background or socioeconomic status. I did see firsthand, you know, that kind of unconscious bias. And, you know, drew me to the field of health disparities research and wanted to learn more and do more and contribute. >> Yeah. >> Yeah. So, I was curious. Just when did the data science aspect tap in? Like when did you decide that, okay, data science is going to be a problem solving tool to like all the problems you just said? >> Yeah, that's a good question. So while I was at the NIH, I spent eight years there, and precision medicine was launched at that time and there was a lot of heightened interest in big data and how big data could help really revolutionize medicine and healthcare. And I got the opportunity to go, you know, there was an opportunity where they were looking for physicians or deputy chief health officer at IBM. And so I went to IBM, Watson Health was being formed as a new business unit, and I was one of the first deputy chief health officers really to lead the data and the science evidence. And that's where I realized, you know, we could really, you know, the technology in healthcare, there's been a lot of data that I think we are not really using or optimizing to make sure that we're taking care of our patients. >> Yeah. >> And so that's how I got into data science and making sure that we are building technologies using the right data to advance health equity. >> Right, so talk a little bit about health equity? We mentioned you're with Marti Health. You've been there for a short time, but Marti Health is also quite new, just a few months old. Digital health equity, talk about what Marti's vision is, what its mission is to really help start dialing down a lot of the disparities that you talked about that you see every day? >> Yeah, so, I've been so privileged. I recently joined Marti Health as their Chief Medical Officer, Chief Health Officer. It's a startup that is actually trying to promote a value-based care, also promote patient-centered care for patients that are experiencing a social disadvantage as a result of their race, ethnicity. And were starting to look at and focused on patients that have sickle cell disease. >> Okay. >> Because we realize that that's a population, you know, we know sickle cell disease is a genetic disorder. It impacts a lot of patients that are from areas that are endemic malaria. >> Yeah. >> Yeah. >> And most of our patients here are African American, and when, you know, they suffer so much stigma and discrimination in the healthcare system and complications from their sickle cell disease. And so what we want to do that we feel like sickle cell is a litmus test for disparities. And we want to make sure that they get in patient-centered care. We want to make sure that we are leveraging data and the research that we've done in sickle cell disease, especially on the continent of Africa. >> Okay. >> And provide, promote better quality care for the patients. >> That's so inspiring. You know, we've heard so many great stories today. Were you able to watch the keynote this morning? >> Yes. >> I loved how it always inspires me. This conference is always, we were talking about this all day, how you walk in the Arrillaga Alumni Center here where this event is held every year, the vibe is powerful, it's positive, it's encouraging. >> Inspiring, yeah. >> Absolutely. >> Inspiring. >> Yeah, yeah. >> It's a movement, WIDS is a movement. They've created this community where you feel, I don't know, kind of superhuman. "Why can't I do this? Why not me?" We heard some great stories this morning about data science in terms of applications. You have a great application in terms of health equity. We heard about it in police violence. >> Yes. >> Which is an epidemic in this country for sure, as we know. This happens too often. How can we use data and data science as a facilitator of learning more about that, so that that can stop? I think that's so important for more people to understand all of the broad applications of data science, whether it's police violence or climate change or drug discovery or health inequities. >> Irene: Yeah. >> The potential, I think we're scratching the surface. But the potential is massive. >> Tracy: It is. >> And this is an event that really helps women and underrepresented minorities think, "Why not me? Why can't I get involved in that?" >> Yeah, and I always say we use data to make an make a lot of decisions. And especially in healthcare, we want to be careful about how we are using data because this is impacting the health and outcomes of our patients. And so science evidence is really critical, you know? We want to make sure that data is inclusive and we have quality data. >> Yes. >> And it's transparent. Our clinical trials, I always say are not always diverse and inclusive. And if that's going to form the evidence base or data points then we're doing more harm than good for our patients. And so data science, it's huge. I mean, we need a robust, responsible, trustworthy data science agenda. >> "Trust" you just brought up "trust." >> Yeah. >> I did. >> When we talk about data, we can't not talk about security and privacy and ethics but trust is table stakes. We have to be able to evaluate the data and trust in it. >> Exactly. >> And what it says and the story that can be told from it. So that trust factor is, I think, foundational to data science. >> We all see what happened with Covid, right? I mean, when the pandemic came out- >> Absolutely. >> Everyone wanted information. We wanted data, we wanted data we could trust. There was a lot of hesitancy even with the vaccine. >> Yeah. >> Right? And so public health, I mean, like you said, we had to do a lot of work making sure that the right information from the right data was being translated or conveyed to the communities. And so you are totally right. I mean, data and good information, relevant data is always key. >> Well- >> Is there any- Oh, sorry. >> Go ahead. >> Is there anything Marti Health is doing in like ensuring that you guys get the right data that you can put trust in it? >> Yes, absolutely. And so this is where we are, you know, part of it would be getting data, real world evidence data for patients who are being seen in the healthcare system with sickle cell disease, so that we can personalize the data to those patients and provide them with the right treatment, the right intervention that they need. And so part of it would be doing predictive modeling on some of the data, risk, stratifying risk, who in the sickle cell patient population is at risk of progressing. Or getting, you know, they all often get crisis, vaso-occlusive crisis because the cells, you know, the blood cell sickles and you want to avoid those chest crisis. And so part of what we'll be doing is, you know, using predictive modeling to target those at risk of the disease progressing, so that we can put in preventive measures. It's all about prevention. It's all about making sure that they're not being, you know, going to the hospital or the emergency room where sometimes they end up, you know, in pain and wanting pain medicine. And so. >> Do you see AI as being a critical piece in the transformation of healthcare, especially where inequities are concerned? >> Absolutely, and and when you say AI, I think it's responsible AI. >> Yes. >> And making sure that it's- >> Tracy: That's such a good point. >> Yeah. >> Very. >> With the right data, with relevant data, it's definitely key. I think there is so much data points that healthcare has, you know, in the healthcare space there's fiscal data, biological data, there's environmental data and we are not using it to the full capacity and full potential. >> Tracy: Yeah. >> And I think AI can do that if we do it carefully, and like I said, responsibly. >> That's a key word. You talked about trust, responsibility. Where data science, AI is concerned- >> Yeah. >> It has to be not an afterthought, it has to be intentional. >> Tracy: Exactly. >> And there needs to be a lot of education around it. Most people think, "Oh, AI is just for the technology," you know? >> Yeah, right. >> Goop. >> Yes. >> But I think we're all part, I mean everyone needs to make sure that we are collecting the right amount of data. I mean, I think we all play a part, right? >> We do. >> We do. >> In making sure that we have responsible AI, we have, you know, good data, quality data. And the data sciences is a multi-disciplinary field, I think. >> It is, which is one of the things that's exciting about it is it is multi-disciplinary. >> Tracy: Exactly. >> And so many of the people that we've talked to in data science have these very non-linear paths to get there, and so I think they bring such diversity of thought and backgrounds and experiences and thoughts and voices. That helps train the AI models with data that's more inclusive. >> Irene: Yes. >> Dropping down the volume on the bias that we know is there. To be successful, it has to. >> Definitely, I totally agree. >> What are some of the things, as we wrap up here, that you're looking forward to accomplishing as part of Marti Health? Like, maybe what's on the roadmap that you can share with us for Marti as it approaches the the second half of its first year? >> Yes, it's all about promoting health equity. It's all about, I mean, there's so much, well, I would start with, you know, part of the healthcare transformation is making sure that we are promoting care that's based on value and not volume, care that's based on good health outcomes, quality health outcomes, and not just on, you know, the quantity. And so Marti Health is trying to promote that value-based care. We are envisioning a world in which everyone can live their full life potential. Have the best health outcomes, and provide that patient-centered precision care. >> And we all want that. We all want that. We expect that precision and that personalized experience in our consumer lives, why not in healthcare? Well, thank you, Irene, for joining us on the program today. >> Thank you. >> Talking about what you're doing to really help drive the volume up on health equity, and raise awareness for the fact that there's a lot of inequities in there we have to fix. We have a long way to go. >> We have, yes. >> Lisa: But people like you are making an impact and we appreciate you joining theCUBE today and sharing what you're doing, thank you. >> Thank you. >> Thank you- >> Thank you for having me here. >> Oh, our pleasure. For our guest and Tracy Zhang, this is Lisa Martin from WIDS 2023, the eighth Annual Women in Data Science Conference brought to you by theCUBE. Stick around, our show wrap will be in just a minute. Thanks for watching. (light upbeat music)
SUMMARY :
we're bringing you another one here. Thank you so much for this opportunity. So you have an MD and This is a brand new startup. I did the MPH and my medical and researchers at the NIH, and you thought "There's and built, you know, a hospital. and now it's a 350 bed hospital. And so he really inspired, you I did see firsthand, you know, to like all the problems you just said? And I got the opportunity to go, you know, that we are building that you see every day? It's a startup that is that that's a population, you know, and when, you know, they care for the patients. the keynote this morning? how you walk in the community where you feel, all of the broad But the potential is massive. Yeah, and I always say we use data And if that's going to form the We have to be able to evaluate and the story that can be told from it. We wanted data, we wanted And so you are totally right. Is there any- And so this is where we are, you know, Absolutely, and and when you say AI, that healthcare has, you know, And I think AI can do That's a key word. It has to be And there needs to be a I mean, I think we all play a part, right? we have, you know, good the things that's exciting And so many of the that we know is there. and not just on, you know, the quantity. and that personalized experience and raise awareness for the fact and we appreciate you brought to you by theCUBE.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Irene | PERSON | 0.99+ |
Maryland | LOCATION | 0.99+ |
Tracy Zhang | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Ghana | LOCATION | 0.99+ |
Tracy | PERSON | 0.99+ |
Irene Dankwa-Mullan | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
NIH | ORGANIZATION | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
National Institute of Health | ORGANIZATION | 0.99+ |
eight years | QUANTITY | 0.99+ |
Yale School of Public Health | ORGANIZATION | 0.99+ |
20 bed | QUANTITY | 0.99+ |
Marti Health | ORGANIZATION | 0.99+ |
five years | QUANTITY | 0.99+ |
Watson Health | ORGANIZATION | 0.99+ |
pandemic | EVENT | 0.99+ |
U.S. | LOCATION | 0.99+ |
first | QUANTITY | 0.98+ |
first year | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
Marti | ORGANIZATION | 0.98+ |
Marti | PERSON | 0.97+ |
eighth Annual Women in Data Science Conference | EVENT | 0.97+ |
second half | QUANTITY | 0.96+ |
African American | OTHER | 0.94+ |
theCUBE | ORGANIZATION | 0.92+ |
Johns Hopkins | ORGANIZATION | 0.92+ |
this morning | DATE | 0.91+ |
Stanford University | ORGANIZATION | 0.91+ |
350 bed hospital | QUANTITY | 0.9+ |
WiDS 2023 | EVENT | 0.88+ |
malaria | OTHER | 0.84+ |
Africa | LOCATION | 0.83+ |
Dartmouth | ORGANIZATION | 0.82+ |
Women in Data Science 2023 | TITLE | 0.82+ |
Covid | PERSON | 0.8+ |
Arrillaga Alumni Center | LOCATION | 0.79+ |
every year | QUANTITY | 0.75+ |
WIDS | ORGANIZATION | 0.69+ |
Bethesda, Maryland | LOCATION | 0.69+ |
Dr. | PERSON | 0.63+ |
2023 | EVENT | 0.57+ |
Breaking Analysis: CEO Nuggets from Microsoft Ignite & Google Cloud Next
>> From theCUBE Studios in Palo Alto and Boston, bringing you data-driven insights from theCUBE and ETR, this is Breaking Analysis with Dave Vellante. >> This past week we saw two of the Big 3 cloud providers present the latest update on their respective cloud visions, their business progress, their announcements and innovations. The content at these events had many overlapping themes, including modern cloud infrastructure at global scale, applying advanced machine intelligence, AKA AI, end-to-end data platforms, collaboration software. They talked a lot about the future of work automation. And they gave us a little taste, each company of the Metaverse Web 3.0 and much more. Despite these striking similarities, the differences between these two cloud platforms and that of AWS remains significant. With Microsoft leveraging its massive application software footprint to dominate virtually all markets and Google doing everything in its power to keep up with the frenetic pace of today's cloud innovation, which was set into motion a decade and a half ago by AWS. Hello and welcome to this week's Wikibon CUBE Insights, powered by ETR. In this Breaking Analysis, we unpack the immense amount of content presented by the CEOs of Microsoft and Google Cloud at Microsoft Ignite and Google Cloud Next. We'll also quantify with ETR survey data the relative position of these two cloud giants in four key sectors: cloud IaaS, BI analytics, data platforms and collaboration software. Now one thing was clear this past week, hybrid events are the thing. Google Cloud Next took place live over a 24-hour period in six cities around the world, with the main gathering in New York City. Microsoft Ignite, which normally is attended by 30,000 people, had a smaller event in Seattle, in person with a virtual audience around the world. AWS re:Invent, of course, is much different. Yes, there's a virtual component at re:Invent, but it's all about a big live audience gathering the week after Thanksgiving, in the first week of December in Las Vegas. Regardless, Satya Nadella keynote address was prerecorded. It was highly produced and substantive. It was visionary, energetic with a strong message that Azure was a platform to allow customers to build their digital businesses. Doing more with less, which was a key theme of his. Nadella covered a lot of ground, starting with infrastructure from the compute, highlighting a collaboration with Arm-based, Ampere processors. New block storage, 60 regions, 175,000 miles of fiber cables around the world. He presented a meaningful multi-cloud message with Azure Arc to support on-prem and edge workloads, as well as of course the public cloud. And talked about confidential computing at the infrastructure level, a theme we hear from all cloud vendors. He then went deeper into the end-to-end data platform that Microsoft is building from the core data stores to analytics, to governance and the myriad tooling Microsoft offers. AI was next with a big focus on automation, AI, training models. He showed demos of machines coding and fixing code and machines automatically creating designs for creative workers and how Power Automate, Microsoft's RPA tooling, would combine with Microsoft Syntex to understand documents and provide standard ways for organizations to communicate with those documents. There was of course a big focus on Azure as developer cloud platform with GitHub Copilot as a linchpin using AI to assist coders in low-code and no-code innovations that are coming down the pipe. And another giant theme was a workforce transformation and how Microsoft is using its heritage and collaboration and productivity software to move beyond what Nadella called productivity paranoia, i.e., are remote workers doing their jobs? In a world where collaboration is built into intelligent workflows, and he even showed a glimpse of the future with AI-powered avatars and partnerships with Meta and Cisco with Teams of all firms. And finally, security with a bevy of tools from identity, endpoint, governance, et cetera, stressing a suite of tools from a single provider, i.e., Microsoft. So a couple points here. One, Microsoft is following in the footsteps of AWS with silicon advancements and didn't really emphasize that trend much except for the Ampere announcement. But it's building out cloud infrastructure at a massive scale, there is no debate about that. Its plan on data is to try and provide a somewhat more abstracted and simplified solutions, which differs a little bit from AWS's approach of the right database tool, for example, for the right job. Microsoft's automation play appears to provide simple individual productivity tools, kind of a ground up approach and make it really easy for users to drive these bottoms up initiatives. We heard from UiPath that forward five last month, a little bit of a different approach of horizontal automation, end-to-end across platforms. So quite a different play there. Microsoft's angle on workforce transformation is visionary and will continue to solidify in our view its dominant position with Teams and Microsoft 365, and it will drive cloud infrastructure consumption by default. On security as well as a cloud player, it has to have world-class security, and Azure does. There's not a lot of debate about that, but the knock on Microsoft is Patch Tuesday becomes Hack Wednesday because Microsoft releases so many patches, it's got so much Swiss cheese in its legacy estate and patching frequently, it becomes a roadmap and a trigger for hackers. Hey, patch Tuesday, these are all the exploits that you can go after so you can act before the patches are implemented. And so it's really become a problem for users. As well Microsoft is competing with many of the best-of-breed platforms like CrowdStrike and Okta, which have market momentum and appear to be more attractive horizontal plays for customers outside of just the Microsoft cloud. But again, it's Microsoft. They make it easy and very inexpensive to adopt. Now, despite the outstanding presentation by Satya Nadella, there are a couple of statements that should raise eyebrows. Here are two of them. First, as he said, Azure is the only cloud that supports all organizations and all workloads from enterprises to startups, to highly regulated industries. I had a conversation with Sarbjeet Johal about this, to make sure I wasn't just missing something and we were both surprised, somewhat, by this claim. I mean most certainly AWS supports more certifications for example, and we would think it has a reasonable case to dispute that claim. And the other statement, Nadella made, Azure is the only cloud provider enabling highly regulated industries to bring their most sensitive applications to the cloud. Now, reasonable people can debate whether AWS is there yet, but very clearly Oracle and IBM would have something to say about that statement. Now maybe it's not just, would say, "Oh, they're not real clouds, you know, they're just going to hosting in the cloud if you will." But still, when it comes to mission-critical applications, you would think Oracle is really the the leader there. Oh, and Satya also mentioned the claim that the Edge browser, the Microsoft Edge browser, no questions asked, he said, is the best browser for business. And we could see some people having some questions about that. Like isn't Edge based on Chrome? Anyway, so we just had to question these statements and challenge Microsoft to defend them because to us it's a little bit of BS and makes one wonder what else in such as awesome keynote and it was awesome, it was hyperbole. Okay, moving on to Google Cloud Next. The keynote started with Sundar Pichai doing a virtual session, he was remote, stressing the importance of Google Cloud. He mentioned that Google Cloud from its Q2 earnings was on a $25-billion annual run rate. What he didn't mention is that it's also on a 3.6 billion annual operating loss run rate based on its first half performance. Just saying. And we'll dig into that issue a little bit more later in this episode. He also stressed that the investments that Google has made to support its core business and search, like its global network of 22 subsea cables to support things like, YouTube video, great performance obviously that we all rely on, those innovations there. Innovations in BigQuery to support its search business and its threat analysis that it's always had and its AI, it's always been an AI-first company, he's stressed, that they're all leveraged by the Google Cloud Platform, GCP. This is all true by the way. Google has absolutely awesome tech and the talk, as well as his talk, Pichai, but also Kurian's was forward thinking and laid out a vision of the future. But it didn't address in our view, and I talked to Sarbjeet Johal about this as well, today's challenges to the degree that Microsoft did and we expect AWS will at re:Invent this year, it was more out there, more forward thinking, what's possible in the future, somewhat less about today's problem, so I think it's resonates less with today's enterprise players. Thomas Kurian then took over from Sundar Pichai and did a really good job of highlighting customers, and I think he has to, right? He has to say, "Look, we are in this game. We have customers, 9 out of the top 10 media firms use Google Cloud. 8 out of the top 10 manufacturers. 9 out of the top 10 retailers. Same for telecom, same for healthcare. 8 out of the top 10 retail banks." He and Sundar specifically referenced a number of companies, customers, including Avery Dennison, Groupe Renault, H&M, John Hopkins, Prudential, Minna Bank out of Japan, ANZ bank and many, many others during the session. So you know, they had some proof points and you got to give 'em props for that. Now like Microsoft, Google talked about infrastructure, they referenced training processors and regions and compute optionality and storage and how new workloads were emerging, particularly data-driven workloads in AI that required new infrastructure. He explicitly highlighted partnerships within Nvidia and Intel. I didn't see anything on Arm, which somewhat surprised me 'cause I believe Google's working on that or at least has come following in AWS's suit if you will, but maybe that's why they're not mentioning it or maybe I got to do more research there, but let's park that for a minute. But again, as we've extensively discussed in Breaking Analysis in our view when it comes to compute, AWS via its Annapurna acquisition is well ahead of the pack in this area. Arm is making its way into the enterprise, but all three companies are heavily investing in infrastructure, which is great news for customers and the ecosystem. We'll come back to that. Data and AI go hand in hand, and there was no shortage of data talk. Google didn't mention Snowflake or Databricks specifically, but it did mention, by the way, it mentioned Mongo a couple of times, but it did mention Google's, quote, Open Data cloud. Now maybe Google has used that term before, but Snowflake has been marketing the data cloud concept for a couple of years now. So that struck as a shot across the bow to one of its partners and obviously competitor, Snowflake. At BigQuery is a main centerpiece of Google's data strategy. Kurian talked about how they can take any data from any source in any format from any cloud provider with BigQuery Omni and aggregate and understand it. And with the support of Apache Iceberg and Delta and Hudi coming in the future and its open Data Cloud Alliance, they talked a lot about that. So without specifically mentioning Snowflake or Databricks, Kurian co-opted a lot of messaging from these two players, such as life and tech. Kurian also talked about Google Workspace and how it's now at 8 million users up from 6 million just two years ago. There's a lot of discussion on developer optionality and several details on tools supported and the open mantra of Google. And finally on security, Google brought out Kevin Mandian, he's a CUBE alum, extremely impressive individual who's CEO of Mandiant, a leading security service provider and consultancy that Google recently acquired for around 5.3 billion. They talked about moving from a shared responsibility model to a shared fate model, which is again, it's kind of a shot across AWS's bow, kind of shared responsibility model. It's unclear that Google will pay the same penalty if a customer doesn't live up to its portion of the shared responsibility, but we can probably assume that the customer is still going to bear the brunt of the pain, nonetheless. Mandiant is really interesting because it's a services play and Google has stated that it is not a services company, it's going to give partners in the channel plenty of room to play. So we'll see what it does with Mandiant. But Mandiant is a very strong enterprise capability and in the single most important area security. So interesting acquisition by Google. Now as well, unlike Microsoft, Google is not competing with security leaders like Okta and CrowdStrike. Rather, it's partnering aggressively with those firms and prominently putting them forth. All right. Let's get into the ETR survey data and see how Microsoft and Google are positioned in four key markets that we've mentioned before, IaaS, BI analytics, database data platforms and collaboration software. First, let's look at the IaaS cloud. ETR is just about to release its October survey, so I cannot share the that data yet. I can only show July data, but we're going to give you some directional hints throughout this conversation. This chart shows net score or spending momentum on the vertical axis and overlap or presence in the data, i.e., how pervasive the platform is. That's on the horizontal axis. And we've inserted the Wikibon estimates of IaaS revenue for the companies, the Big 3. Actually the Big 4, we included Alibaba. So a couple of points in this somewhat busy data chart. First, Microsoft and AWS as always are dominant on both axes. The red dotted line there at 40% on the vertical axis. That represents a highly elevated spending velocity and all of the Big 3 are above the line. Now at the same time, GCP is well behind the two leaders on the horizontal axis and you can see that in the table insert as well in our revenue estimates. Now why is Azure bigger in the ETR survey when AWS is larger according to the Wikibon revenue estimates? And the answer is because Microsoft with products like 365 and Teams will often be considered by respondents in the survey as cloud by customers, so they fit into that ETR category. But in the insert data we're stripping out applications and SaaS from Microsoft and Google and we're only isolating on IaaS. The other point is when you take a look at the early October returns, you see downward pressure as signified by those dotted arrows on every name. The only exception was Dell, or Dell and IBM, which showing slightly improved momentum. So the survey data generally confirms what we know that AWS and Azure have a massive lead and strong momentum in the marketplace. But the real story is below the line. Unlike Google Cloud, which is on pace to lose well over 3 billion on an operating basis this year, AWS's operating profit is around $20 billion annually. Microsoft's Intelligent Cloud generated more than $30 billion in operating income last fiscal year. Let that sink in for a moment. Now again, that's not to say Google doesn't have traction, it does and Kurian gave some nice proof points and customer examples in his keynote presentation, but the data underscores the lead that Microsoft and AWS have on Google in cloud. And here's a breakdown of ETR's proprietary net score methodology, that vertical axis that we showed you in the previous chart. It asks customers, are you adopting the platform new? That's that lime green. Are you spending 6% or more? That's the forest green. Is you're spending flat? That's the gray. Is you're spending down 6% or worse? That's the pinkest color. Or are you replacing the platform, defecting? That's the bright red. You subtract the reds from the greens and you get a net score. Now one caveat here, which actually is really favorable from Microsoft, the Microsoft data that we're showing here is across the entire Microsoft portfolio. The other point is, this is July data, we'll have an update for you once ETR releases its October results. But we're talking about meaningful samples here, the ends. 620 for AWS over a thousand from Microsoft in more than 450 respondents in the survey for Google. So the real tell is replacements, that bright red. There is virtually no churn for AWS and Microsoft, but Google's churn is 5x, those two in the survey. Now 5% churn is not high, but you'd like to see three things for Google given it's smaller size. One is less churn, two is much, much higher adoption rates in the lime green. Three is a higher percentage of those spending more, the forest green. And four is a lower percentage of those spending less. And none of these conditions really applies here for Google. GCP is still not growing fast enough in our opinion, and doesn't have nearly the traction of the two leaders and that shows up in the survey data. All right, let's look at the next sector, BI analytics. Here we have that same XY dimension. Again, Microsoft dominating the picture. AWS very strong also in both axes. Tableau, very popular and respectable of course acquired by Salesforce on the vertical axis, still looking pretty good there. And again on the horizontal axis, big presence there for Tableau. And Google with Looker and its other platforms is also respectable, but it again, has some work to do. Now notice Streamlit, that's a recent Snowflake acquisition. It's strong in the vertical axis and because of Snowflake's go-to-market (indistinct), it's likely going to move to the right overtime. Grafana is also prominent in the Y axis, but a glimpse at the most recent survey data shows them slightly declining while Looker actually improves a bit. As does Cloudera, which we'll move up slightly. Again, Microsoft just blows you away, doesn't it? All right, now let's get into database and data platform. Same X Y dimensions, but now database and data warehouse. Snowflake as usual takes the top spot on the vertical axis and it is actually keeps moving to the right as well with again, Microsoft and AWS is dominant in the market, as is Oracle on the X axis, albeit it's got less spending velocity, but of course it's the database king. Google is well behind on the X axis but solidly above the 40% line on the vertical axis. Note that virtually all platforms will see pressure in the next survey due to the macro environment. Microsoft might even dip below the 40% line for the first time in a while. Lastly, let's look at the collaboration and productivity software market. This is such an important area for both Microsoft and Google. And just look at Microsoft with 365 and Teams up into the right. I mean just so impressive in ubiquitous. And we've highlighted Google. It's in the pack. It certainly is a nice base with 174 N, which I can tell you that N will rise in the next survey, which is an indication that more people are adopting. But given the investment and the tech behind it and all the AI and Google's resources, you'd really like to see Google in this space above the 40% line, given the importance of this market, of this collaboration area to Google's success and the degree to which they emphasize it in their pitch. And look, this brings up something that we've talked about before on Breaking Analysis. Google doesn't have a tech problem. This is a go-to-market and marketing challenge that Google faces and it's up against two go-to-market champs and Microsoft and AWS. And Google doesn't have the enterprise sales culture. It's trying, it's making progress, but it's like that racehorse that has all the potential in the world, but it's just missing some kind of key ingredient to put it over at the top. It's always coming in third, (chuckles) but we're watching and Google's obviously, making some investments as we shared with earlier. All right. Some final thoughts on what we learned this week and in this research: customers and partners should be thrilled that both Microsoft and Google along with AWS are spending so much money on innovation and building out global platforms. This is a gift to the industry and we should be thankful frankly because it's good for business, it's good for competitiveness and future innovation as a platform that can be built upon. Now we didn't talk much about multi-cloud, we haven't even mentioned supercloud, but both Microsoft and Google have a story that resonates with customers in cross cloud capabilities, unlike AWS at this time. But we never say never when it comes to AWS. They sometimes and oftentimes surprise you. One of the other things that Sarbjeet Johal and John Furrier and I have discussed is that each of the Big 3 is positioning to their respective strengths. AWS is the best IaaS. Microsoft is building out the kind of, quote, we-make-it-easy-for-you cloud, and Google is trying to be the open data cloud with its open-source chops and excellent tech. And that puts added pressure on Snowflake, doesn't it? You know, Thomas Kurian made some comments according to CRN, something to the effect that, we are the only company that can do the data cloud thing across clouds, which again, if I'm being honest is not really accurate. Now I haven't clarified these statements with Google and often things get misquoted, but there's little question that, as AWS has done in the past with Redshift, Google is taking a page out of Snowflake, Databricks as well. A big difference in the Big 3 is that AWS doesn't have this big emphasis on the up-the-stack collaboration software that both Microsoft and Google have, and that for Microsoft and Google will drive captive IaaS consumption. AWS obviously does some of that in database, a lot of that in database, but ISVs that compete with Microsoft and Google should have a greater affinity, one would think, to AWS for competitive reasons. and the same thing could be said in security, we would think because, as I mentioned before, Microsoft competes very directly with CrowdStrike and Okta and others. One of the big thing that Sarbjeet mentioned that I want to call out here, I'd love to have your opinion. AWS specifically, but also Microsoft with Azure have successfully created what Sarbjeet calls brand distance. AWS from the Amazon Retail, and even though AWS all the time talks about Amazon X and Amazon Y is in their product portfolio, but you don't really consider it part of the retail organization 'cause it's not. Azure, same thing, has created its own identity. And it seems that Google still struggles to do that. It's still very highly linked to the sort of core of Google. Now, maybe that's by design, but for enterprise customers, there's still some potential confusion with Google, what's its intentions? How long will they continue to lose money and invest? Are they going to pull the plug like they do on so many other tools? So you know, maybe some rethinking of the marketing there and the positioning. Now we didn't talk much about ecosystem, but it's vital for any cloud player, and Google again has some work to do relative to the leaders. Which brings us to supercloud. The ecosystem and end customers are now in a position this decade to digitally transform. And we're talking here about building out their own clouds, not by putting in and building data centers and installing racks of servers and storage devices, no. Rather to build value on top of the hyperscaler gift that has been presented. And that is a mega trend that we're watching closely in theCUBE community. While there's debate about the supercloud name and so forth, there little question in our minds that the next decade of cloud will not be like the last. All right, we're going to leave it there today. Many thanks to Sarbjeet Johal, and my business partner, John Furrier, for their input to today's episode. Thanks to Alex Myerson who's on production and manages the podcast and Ken Schiffman as well. Kristen Martin and Cheryl Knight helped get the word out on social media and in our newsletters. And Rob Hof is our editor in chief over at SiliconANGLE, who does some wonderful editing. And check out SiliconANGLE, a lot of coverage on Google Cloud Next and Microsoft Ignite. Remember, all these episodes are available as podcast wherever you listen. Just search Breaking Analysis podcast. I publish each week on wikibon.com and siliconangle.com. And you can always get in touch with me via email, david.vellante@siliconangle.com or you can DM me at dvellante or comment on my LinkedIn posts. And please do check out etr.ai, the best survey data in the enterprise tech business. This is Dave Vellante for the CUBE Insights, powered by ETR. Thanks for watching and we'll see you next time on Breaking Analysis. (gentle music)
SUMMARY :
with Dave Vellante. and the degree to which they
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
AWS | ORGANIZATION | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Nadella | PERSON | 0.99+ |
Alex Myerson | PERSON | 0.99+ |
Nvidia | ORGANIZATION | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Kevin Mandian | PERSON | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Cheryl Knight | PERSON | 0.99+ |
Kristen Martin | PERSON | 0.99+ |
Thomas Kurian | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Ken Schiffman | PERSON | 0.99+ |
October | DATE | 0.99+ |
Satya Nadella | PERSON | 0.99+ |
Seattle | LOCATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
3.6 billion | QUANTITY | 0.99+ |
Rob Hof | PERSON | 0.99+ |
Sundar | PERSON | 0.99+ |
Prudential | ORGANIZATION | 0.99+ |
July | DATE | 0.99+ |
New York City | LOCATION | 0.99+ |
H&M | ORGANIZATION | 0.99+ |
Kurian | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
6% | QUANTITY | 0.99+ |
Minna Bank | ORGANIZATION | 0.99+ |
5x | QUANTITY | 0.99+ |
Sarbjeet Johal | PERSON | 0.99+ |
Jay Theodore & David Cardella, Esri | AWS re:Invent 2021
(upbeat music) >> Okay, we're back at AWS re:Invent 2021. You're watching theCUBE. My name is Dave Vellante, and we're here with Jay Theodore who's the CTO of Enterprise and AI at Esri and he's joined by Dave Cardella, who's the Principal Product Manager for Developer Technologies also at Esri. Guys, thanks for coming on. Welcome to theCUBE. >> Thanks, Dave. >> Thanks, Dave. >> Jay, maybe you could give us a little background on Esri. What do you guys do? What are you all about? >> Sure. Esri is an old timer, we are a 50-year old software company. We are the pioneers in GIS and the world leader in GIS - geographic information system. We build geospatial infrastructure that's built for the cloud, built for the edge, built for the field also, you can say. So, we do mapping and analytics. We help our customers solve very complex challenges by bringing location intelligence into the mix. Our customers sort of like run the world, transform the world and we sort of like empower them with the technology we have. So, that's what we do. >> The original edge, and now of course, AWS is coming to you. >> Yeah. (both interviewees chuckling) >> Who are your customers, your main customers? Maybe share that. >> Yeah. We've got over 350,000 customers in... (Dave Cardella chuckling) Yeah. We're all- >> Dave Vellante: Scale. >> Yeah. (Dave Vellante laughing) In the public sector, especially, commercial businesses, non-profit organizations, and that really represents tens of millions of users globally. >> So, let's talk a little bit more about how things are changing. As they say, the edge is coming to you. Maybe AI, you know, 50 years ago... Actually, 50 years ago is probably a lot of talk about AI. When I came into the business, you know, it was a lot of chatter about it. But now, it's real. All this data that we have and the compute power, the cost is coming down. So, AI is in your title? >> Jay: Yes. >> Tell us more about that. >> I think that AI's come to age. When I went to grad school, AI was still in theory because we didn't have the compute and of course we didn't have all the data that was collected, right? Now, there's a lot of observation data coming in through IOT and many senses and so on. So, what do you do with that? Like, human interpretation is pretty challenged, I would say. So, that's where AI comes in, to augment the intelligence that we have in terms of extracting information. So, geospatial AI, specifically which we focus on, is to try to take location that's embedded with this kind of information and sort of like extract knowledge and information out of them, right? Intelligence out of them. So, that's what we focus on: to compliment location intelligence with AI, which we call geospatial AI. >> So, you can observe how things are changing, maybe report on that and that's got to be a huge thing that we can talk about. So, maybe talk about some of the big trends that are driving your business. What are those? >> Yeah, that's a great question. So, I was listening to Sandy Carter's 'Keynote' yesterday and she really emphasized the importance of data. And, data is crucial to what we do as a technology company, and we curate data globally and we get our data from best of breed sources, and that includes commercial data providers, it includes natural mapping agencies, and also a community maps program where we get data from our customers, from our global network of distributors and partners, and we take that data, we curate it, we host it and we deliver it back. And so, just recently for example, we're really excited 'cause we released the 2020 Global Land Cover. And so, Esri is the first company to release this data at 10 meter resolution for the entire planet, and it's made up of well over 400,000 earth observations from various satellites. So, you know data is a... It's not only a nice-to-have anymore, it's actually a must-have. And so, so is location when we talk about data. They go hand in hand. >> 10 meters so I can look at the hole in the roof of my barn... >> Well... (Dave Cardella chuckling) >> Dave Vellante: Pretty much. >> It depends on what you're trying to do, right? So, I think you know, to talk about it, it's within context. GIS is all about context, right? It's bringing location into context in your decision-making process. It's sort of like the where along with the when, what, how and why. That's what GIS brings in. So, a lot of problems are challenging because we need to bring these things together. It's sort of like you're tearing various layers of data that you have and then bringing them within context. Very often, the context that human minds understand and reflected in the physical world is geographic location, right? So, that's what you bring in. And I would say that there's various kinds of data, also. Various types of data, formats of data: structured data, unstructured data, data captured from extraterrestrial, you know, like, you can say, satellite imagery from drones, from IOT. So, it's like on the ground, above the ground, under the ground. All these sensors are bringing in data, right? So, what GIS does is try of map that data to a place on the earth at very high precision, if you're looking at it locally, or at a certain position if it's regionally, trying to find patterns, trying to understand what's emerging, and then, as you take this and infuse geospatial layer into this, you can even predict what is going to happen based on the past. So, that's sort of like... You could say GIS being used for real world problems, like if you take some examples, COVID... The pandemic is one example. Being able to first discover where it happened, where it's spreading, you know, that's the tracking aspect and then how you respond to that and then how you recover, you know, recovering as humans, as businesses and so on. So, we have widespread use of that. The most popular would be the John Hopkins' Dashboard, >> Dave Vellante: Board, yeah. >> that everyone's seen. >> Vellante: We all use it... >> It's gotten trillions of hits and so on, right? That's one example. Another example is addressing racial equity by using location information. Similarly, social justice. Now, these are all problems that we face today, right? So, GIS is extensively used by our customers to solve such problems. And then of course, you have the climate change challenge itself, right? Where you're hovering all kinds of complex data that we can't comprehend because you have to go back decades and try to bring all that together to compute. So, all of this together comes in the form of a geospatial cloud that we have as an offering. >> So, okay. That's amazing. I mean, you're building a super cloud, we call it. You know, and... So, how do you deal with... How do you work with AWS? What's the relationship there? Where do developers fit in? Maybe you can talk about a little bit. >> Yeah. Yeah, that's a great question. So, we've got two main integration points with AWS. A lot of our location services that we expose data and capabilities through are built on AWS. So, we use storage, we use cloud caching and AWS's various data sets across the world quite heavily. So, that's one integration point. The other is a relatively new product that Amazon has released called Amazon Location Service. And so, what it does is it brings location and spatial intelligence directly into a developer's AWS dashboard. So, the experience that they're already used to, they now get the power of Esri services and location intelligence right at their fingertips. >> So, you're .. We started talking about the edge, your data architecture is very distributed, right? But, of course, you're bringing it back. So, how does that all work? You process it locally and then sending some data back? Are you sending all data back? What does that flow look like? >> I think the key thing is that our customers work with data of all kinds, all formats, all sizes and some are in real-time, some are big data and archive, right? So, most recently, just to illustrate that point, this year, we released RGS Enterprise on Kubernetes. It's the entire geospatial cloud made available for enterprise customers, and that's made available on AWS, on EKS. Now, when it's available on EKS, that means all these capabilities are microservices, so, they can be massively scaled. They're DevOps friendly and you've got the full mapping and analytics system that's made available for this. >> Dave Vellante: Oh. >> And we sort of like built it, you know, cloud native from the ground up and the more important thing that we have now is connectivity with Redshift. Why is that important? Because a lot of our customers have geospatial data in these cloud data warehouses. Redshift is very important for them. And so, you can connect to that, you can discover these massive petabytes of data sets and then you can set up what we call the query layer. It's basically pushing analytics into Redshift and being able to bring out that data for mapping, visualization, for AI workflows and so on. It's pretty amazing and it's pretty exciting at this time. >> And, I mean... So much data. And then... What, do you tear it down into glacier of just to save some cost, or is it going to all stay in S3 or is it... >> So, we already work with S3, we've worked with RDS, we support Amazon Aurora, our customers are very happy with that. So, Redshift is a new offering for us to connect to Redshift. >> Dave Vellante: AOK. >> So, the way the query layer works is all of your observation data is in Redshift, your other kinds of data... Your authoritative data sets could come from various other sources including in Amazon Aurora, for example, okay? And then, you overlay them and use them. Now, the data in Redshift is usually massive, so, when you run the analytic query, we let you cache that as a materialized view or as a snapshot that you can refresh and you can work against that. This is really good because it compliments our ability to actually take that data, to put it on a map image which we render service side, it's got very complex cartographic ready symbology and rendering and everything in there. And you get these beautiful rendering of maps that comes out of Redshift data. >> And you're pushing AI throughout your stack, is that, you know? >> Yeah. AI is just like infused, right? I mean, it's... I would say, human intelligence augmented for data scientists, for everyone, you know. Whether you're using it through notebooks or whether you're using it through applications that we have or the developer APIs themselves. >> So, what are some of the big initiatives you're working on near-term, mid-term? >> Yeah. So, you mentioned what's really driving innovation and it's related to the question that you just asked right now and I really believe developers drive innovation. They're force multipliers in the solutions that they build. And so, that's really the integration point that Esri has with AWS, it's developers. And earlier this year, we released the RGS platform which is our platform as a service offering that exposes these powerful location services that Jay just explained. There's a set of on-demand services that developers can bring in their applications as they want and they can bring in one, they can bring in two or three, whatever they need, but they're there when they need them. And also, developers have their client API of choice. So, we have our own client APIs that we offer but you're not pigeonholed into that when you're working with RGS platform. A developer can bring their own API. >> Okay, so he called the platform as a service. Are you making your data available as well? Your data, your tooling and then selling that as a service? >> Our data has always been available as a service, I would say. >> Okay, yeah. >> Everything that we do, our GIS tools, are accessible as a web service. >> Vellante: Is that new, or... that's always been the way? >> No, that's always been there. That's always been that way. The difference now is everything is built from the ground up to be cloud native. >> Dave Vellante: Okay. >> From the ground up to be connected to every data set that's available on AWS, every compute that can be exploited from small to massive in terms of compute, and also reaching out to bring all the apps and the developer experiences, pushing out to customers. >> So, 50 years ago, you weren't obviously using the cloud, but so, you were running everything on-prem now you're all in the cloud, or you're kind of got a mix? What is the clearer picture of that? >> So, we have two major offerings. There's RGS Online, where obviously it's offered as a service and it's GIS as a service provider for everyone. And that's available everywhere. The other offering we have is actually RGS Enterprise where some customers run them on premises, some run it in the cloud, especially AWS. Many run it on the edge, some in the field and there's connectivity between this. A lot of our customers are hybrid. So, they make the best of both. Depending on the kinds of data- >> Dave Vellante: You give them a choice. >> the kinds of workflows... Giving them the choice, exactly. And I would say, you know, taking Werner's 'Keynote' this morning, he talked about what's the next frontier, right? The next frontier could very well be when AWS gets to space and makes compute available there. It's sitting alongside the data that's captured and we've always, like I said, for 50 years, worked with satellite imagery, >> Dave Vellante: Yeah. >> or worked with IOT, or worked with drone data. It's just getting GIS closer to where the data is. >> So, the ultimate edge space. >> Yes. >> All right, I'll give you guys... Give us a quick wrap if you would. Final thoughts. >> I think its... Go ahead. >> Go, ahead Dave. >> Yeah. I really resonate with data and content. We're a technology company- there's no doubt about that- but without good data, not only supplied by ourselves, but our customers, Jay mentioned it earlier, our customers bring their own data to our platform and that's really what drives the analytics and the accuracy in the answers to the problems that people are trying to solve. >> Bring their first-party data with your data and then one plus one is... >> Yes. Yeah, and the key thing about that (Cardella chuckling) is not some of the data, it's all of the data that you have. You don't more need to be constrained. >> Yeah, you're not sampling. >> Yes, exactly. >> Yeah. >> All right, guys. Thanks so much. Really interesting story. Congratulations. >> Thank you, Dave. >> Dave, thank you. >> Nice meeting you. >> Thank you for watching. This is Dave Vellante for theCUBE, the leader in global tech coverage. We'll be right back. (upbeat music)
SUMMARY :
and we're here with Jay Theodore What are you all about? built for the field also, you can say. AWS is coming to you. Yeah. Who are your customers, Yeah. and that really represents When I came into the business, you know, and of course we didn't have all the data So, you can observe So, you know data is a... 10 meters so I can look at the hole in (Dave Cardella chuckling) So, that's what you bring in. And then of course, you have So, how do you deal with... So, the experience that So, how does that all work? and that's made available on AWS, on EKS. and then you can set up what What, do you tear it down into glacier So, we already work with S3, and you can work against that. or the developer APIs themselves. and it's related to the question Okay, so he called the I would say. Everything that we do, our GIS tools, that's always been the way? everything is built from the ground up and the developer experiences, So, we have two major offerings. And I would say, you know, closer to where the data is. All right, I'll give you guys... I think its... and the accuracy in the answers and then one plus one is... it's all of the data that you have. Thanks so much. the leader in global tech coverage.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Jay Theodore | PERSON | 0.99+ |
Dave Cardella | PERSON | 0.99+ |
Jay | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Cardella | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Sandy Carter | PERSON | 0.99+ |
Vellante | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
Esri | ORGANIZATION | 0.99+ |
David Cardella | PERSON | 0.99+ |
10 meter | QUANTITY | 0.99+ |
Werner | PERSON | 0.99+ |
50 years | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
tens of millions | QUANTITY | 0.99+ |
10 meters | QUANTITY | 0.99+ |
Redshift | TITLE | 0.99+ |
yesterday | DATE | 0.99+ |
50 years ago | DATE | 0.99+ |
both | QUANTITY | 0.98+ |
50-year old | QUANTITY | 0.98+ |
one example | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
two major offerings | QUANTITY | 0.98+ |
over 350,000 customers | QUANTITY | 0.98+ |
first company | QUANTITY | 0.97+ |
this year | DATE | 0.97+ |
first | QUANTITY | 0.97+ |
Esri | PERSON | 0.96+ |
today | DATE | 0.95+ |
earlier this year | DATE | 0.94+ |
one integration point | QUANTITY | 0.93+ |
earth | LOCATION | 0.93+ |
two main integration points | QUANTITY | 0.91+ |
Service | TITLE | 0.9+ |
observations | QUANTITY | 0.89+ |
Keynote | TITLE | 0.88+ |
trillions of hits | QUANTITY | 0.88+ |
users | QUANTITY | 0.86+ |
IOT | ORGANIZATION | 0.85+ |
RGS Enterprise | TITLE | 0.85+ |
pandemic | EVENT | 0.84+ |
Kubernetes | TITLE | 0.82+ |
re:Invent 2021 | EVENT | 0.81+ |
EKS | TITLE | 0.79+ |
RGS | TITLE | 0.79+ |
Ben Amor, Palantir, and Sam Michael, NCATS | AWS PS Partner Awards 2021
>>Mhm Hello and welcome to the cubes coverage of AWS amazon web services, Global public Sector partner awards program. I'm john for your host of the cube here we're gonna talk about the best covid solution to great guests. Benham or with healthcare and life sciences lead at palantir Ben welcome to the cube SAm Michaels, Director of automation and compound management and Cats. National Center for advancing translational sciences and Cats. Part of the NIH National sort of health Gentlemen, thank you for coming on and and congratulations on the best covid solution. >>Thank you so much john >>so I gotta, I gotta ask you the best solution is when can I get the vaccine? How fast how long it's gonna last but I really appreciate you guys coming on. I >>hope you're vaccinated. I would say john that's outside of our hands. I would say if you've not got vaccinated, go get vaccinated right now, have someone stab you in the arm, you know, do not wait and and go for it. That's not on us. But you got that >>opportunity that we have that done. I got to get on a plane and all kinds of hoops to jump through. We need a better solution anyway. You guys have a great technical so I wanna I wanna dig in all seriousness aside getting inside. Um you guys have put together a killer solution that really requires a lot of data can let's step back and and talk about first. What was the solution that won the award? You guys have a quick second set the table for what we're talking about. Then we'll start with you. >>So the national covered cohort collaborative is a secure data enclave putting together the HR records from more than 60 different academic medical centers across the country and they're making it available to researchers to, you know, ask many and varied questions to try and understand this disease better. >>See and take us through the challenges here. What was going on? What was the hard problem? I'll see everyone had a situation with Covid where people broke through and cloud as he drove it amazon is part of the awards, but you guys are solving something. What was the problem statement that you guys are going after? What happened? >>I I think the problem statement is essentially that, you know, the nation has the electronic health records, but it's very fragmented, right. You know, it's been is highlighted is there's there's multiple systems around the country, you know, thousands of folks that have E H. R. S. But there is no way from a research perspective to actually have access in any unified location. And so really what we were looking for is how can we essentially provide a centralized location to study electronic health records. But in a Federated sense because we recognize that the data exist in other locations and so we had to figure out for a vast quantity of data, how can we get data from those 60 sites, 60 plus that Ben is referencing from their respective locations and then into one central repository, but also in a common format. Because that's another huge aspect of the technical challenge was there's multiple formats for electronic health records, there's different standards, there's different versions. And how do you actually have all of this data harmonised into something which is usable again for research? >>Just so many things that are jumping in my head right now, I want to unpack one at the time Covid hit the scramble and the imperative for getting answers quickly was huge. So it's a data problem at a massive scale public health impact. Again, we were talking before we came on camera, public health records are dirty, they're not clean. A lot of things are weird. I mean, just just massive amount of weird problems. How did you guys pull together take me through how this gets done? What what happened? Take us through the the steps He just got together and said, let's do this. How does it all happen? >>Yeah, it's a great and so john, I would say so. Part of this started actually several years ago. I explain this when people talk about in three C is that and Cats has actually established what we like to call, We support a program which is called the Clinical translation Science Award program is the largest single grant program in all of NIH. And it constitutes the bulk of the Cats budget. So this is extra metal grants which goes all over the country. And we wanted this group to essentially have a common research environment. So we try to create what we call the secure scientific collaborative platforms. Another example of this is when we call the rare disease clinical research network, which again is a consortium of 20 different sites around the nation. And so really we started working this several years ago that if we want to Build an environment that's collaborative for researchers around the country around the world, the natural place to do that is really with a cloud first strategy and we recognize this as and cats were about 600 people now. But if you look at the size of our actual research community with our grantees were in the thousands. And so from the perspective that we took several years ago was we have to really take a step back. And if we want to have a comprehensive and cohesive package or solution to treat this is really a mid sized business, you know, and so that means we have to treat this as a cloud based enterprise. And so in cats several years ago had really gone on this strategy to bring in different commercial partners, of which one of them is Palin tear. It actually started with our intramural research program and obviously very heavy cloud use with AWS. We use your we use google workspace, essentially use different cloud tools to enable our collaborative researchers. The next step is we also had a project. If we want to have an environment, we have to have access. And this is something that we took early steps on years prior that there is no good building environment if people can't get in the front door. So we invested heavily and create an application which we call our Federated authentication system. We call it unified and cats off. So we call it, you know, for short and and this is the open source in house project that we built it and cats. And we wanted to actually use this for all sorts of implementation, acting as the front door to this collaborative environment being one of them. And then also by by really this this this interest in electronic health records that had existed prior to the Covid pandemic. And so we've done some prior work via mixture of internal investments in grants with collaborative partners to really look at what it would take to harmonize this data at scale. And so like you mentioned, Covid hit it. Hit really hard. Everyone was scrambling for answers. And I think we had a bit of these pieces um, in play. And then that's I think when we turned to ban and the team at volunteer and we said we have these components, we have these pieces what we really need. Something independent that we can stand up quickly to really address some of these problems. One of the biggest one being that data ingestion and the harmonization step. And so I can let Ben really speak to that one. >>Yeah. Ben Library because you're solving a lot of collaboration problems, not just the technical problem but ingestion and harmonization ingestion. Most people can understand is that the data warehousing or in the database know that what that means? Take us through harmonization because not to put a little bit of shade on this, but most people think about, you know, these kinds of research or non profits as a slow moving, you know, standing stuff up sandwich saying it takes time you break it down. By the time you you didn't think things are over. This was agile. So take us through what made it an agile because that's not normal. I mean that's not what you see normally. It's like, hey we'll see you next year. We stand that up. Yeah. At the data center. >>Yeah, I mean so as as Sam described this sort of the question of data on interoperability is a really essential problem for working with this kind of data. And I think, you know, we have data coming from more than 60 different sites and one of the reasons were able to move quickly was because rather than saying oh well you have to provide the data in a certain format, a certain standard. Um and three C. was able to say actually just give us the data how you have it in whatever format is easiest for you and we will take care of that process of actually transforming it into a single standard data model, converting all of the medical vocabularies, doing all of the data quality assessment that's needed to ensure that data is actually ready for research and that was very much a collaborative endeavor. It was run out of a team based at johns Hopkins University, but in collaboration with a broad range of researchers who are all adding their expertise and what we were able to do was to provide the sort of the technical infrastructure for taking the transformation pipelines that are being developed, that the actual logic and the code and developing these very robust kind of centralist templates for that. Um, that could be deployed just like software is deployed, have changed management, have upgrades and downgrades and version control and change logs so that we can roll that out across a large number of sites in a very robust way very quickly. So that's sort of that, that that's one aspect of it. And then there was a bunch of really interesting challenges along the way that again, a very broad collaborative team of researchers worked on and an example of that would be unit harmonization and inference. So really simple things like when a lab result arrives, we talked about data quality, um, you were expected to have a unit right? Like if you're reporting somebody's weight, you probably want to know if it's in kilograms or pounds, but we found that a very significant proportion of the time the unit was actually missing in the HR record. And so unless you can actually get that back, that becomes useless. And so an approach was developed because we had data across 60 or more different sites, you have a large number of lab tests that do have the correct units and you can look at the data distributions and decide how likely is it that this missing unit is actually kilograms or pounds and save a huge portion of these labs. So that's just an example of something that has enabled research to happen that would not otherwise have been able >>just not to dig in and rat hole on that one point. But what time saving do you think that saves? I mean, I can imagine it's on the data cleaning side. That's just a massive time savings just in for Okay. Based on the data sampling, this is kilograms or pounds. >>Exactly. So we're talking there's more than 3.5 billion lab records in this data base now. So if you were trying to do this manually, I mean, it would take, it would take to thousands of years, you know, it just wouldn't be a black, it would >>be a black hole in the dataset, essentially because there's no way it would get done. Ok. Ok. Sam take me through like from a research standpoint, this normalization, harmonization the process. What does that enable for the, for the research and who decides what's the standard format? So, because again, I'm just in my mind thinking how hard this is. And then what was the, what was decided? Was it just on the base records what standards were happening? What's the impact of researchers >>now? It's a great quite well, a couple things I'll say. And Ben has touched on this is the other real core piece of N three C is the community, right? You know, And so I think there's a couple of things you mentioned with this, johN is the way we execute this is, it was very nimble, it was very agile and there's something to be said on that piece from a procurement perspective, the government had many covid authorities that were granted to make very fast decisions to get things procured quickly. And we were able to turn this around with our acquisition shop, which we would otherwise, you know, be dead in the water like you said, wait a year ago through a normal acquisition process, which can take time, but that's only one half the other half. And really, you're touching on this and Ben is touching on this is when he mentions the research as we have this entire courts entire, you know, research community numbering in the thousands from a volunteer perspective. I think it's really fascinating. This is a really a great example to me of this public private partnership between the companies we use, but also the academic participants that are actually make up the community. Um again, who the amount of time they have dedicated on this is just incredible. So, so really, what's also been established with this is core governance. And so, you know, you think from assistance perspective is, you know, the Palin tear this environment, the N three C environment belongs to the government, but the N 33 the entire actually, you know, program, I would say, belongs to the community. We have co governance on this. So who decides really is just a mixture between the folks on End Cats, but not just end cast as folks at End Cats, folks that, you know, and I proper, but also folks and other government agencies, but also the, the academic communities and entire these mixed governance teams that actually set the stage for all of this. And again, you know, who's gonna decide the standard, We decide we're gonna do this in Oman 5.3 point one um is the standard we're going to utilize. And then once the data is there, this is what gets exciting is then they have the different domain teams where they can ask different research questions depending upon what has interest scientifically to them. Um and so really, you know, we viewed this from the government's perspective is how do we build again the secure platform where we can enable the research, but we don't really want to dictate the research. I mean, the one criteria we did put your research has to be covid focused because very clearly in response to covid, so you have to have a Covid focus and then we have data use agreements, data use request. You know, we have entire governance committees that decide is this research in scope, but we don't want to dictate the research types that the domain teams are bringing to the table. >>And I think the National Institutes of Health, you think about just that their mission is to serve the public health. And I think this is a great example of when you enable data to be surfaced and available that you can really allow people to be empowered and not to use the cliche citizen analysts. But in a way this is what the community is doing. You're doing research and allowing people from volunteers to academics to students to just be part of it. That is citizen analysis that you got citizen journalism. You've got citizen and uh, research, you've got a lot of democratization happening here. Is that part of it was a result of >>this? Uh, it's both. It's a great question. I think it's both. And it's it's really by design because again, we want to enable and there's a couple of things that I really, you know, we we clamor with at end cats. I think NIH is going with this direction to is we believe firmly in open science, we believe firmly in open standards and how we can actually enable these standards to promote this open science because it's actually nontrivial. We've had, you know, the citizen scientists actually on the tricky problem from a governance perspective or we have the case where we actually had to have students that wanted access to the environment. Well, we actually had to have someone because, you know, they have to have an institution that they come in with, but we've actually across some of those bridges to actually get students and researchers into this environment very much by design, but also the spirit which was held enabled by the community, which, again, so I think they go they go hand in hand. I planned for >>open science as a huge wave, I'm a big fan, I think that's got a lot of headroom because open source, what that's done to software, the software industry, it's amazing. And I think your Federated idea comes in here and Ben if you guys can just talk through the Federated, because I think that might enable and remove some of the structural blockers that might be out there in terms of, oh, you gotta be affiliate with this or that our friends got to invite you, but then you got privacy access and this Federated ID not an easy thing, it's easy to say. But how do you tie that together? Because you want to enable frictionless ability to come in and contribute same time you want to have some policies around who's in and who's not. >>Yes, totally, I mean so Sam sort of already described the the UNa system which is the authentication system that encounters has developed. And obviously you know from our perspective, you know we integrate with that is using all of the standard kind of authentication protocols and it's very easy to integrate that into the family platform um and make it so that we can authenticate people correctly. But then if you go beyond authentication you also then to actually you need to have the access controls in place to say yes I know who this person is, but now what should they actually be able to see? Um And I think one of the really great things in Free C has done is to be very rigorous about that. They have their governance rules that says you should be using the data for a certain purpose. You must go through a procedure so that the access committee approves that purpose. And then we need to make sure that you're actually doing the work that you said you were going to. And so before you can get your data back out of the system where your results out, you actually have to prove that those results are in line with the original stated purpose and the infrastructure around that and having the access controls and the governance processes, all working together in a seamless way so that it doesn't, as you say, increase the friction on the researcher and they can get access to the data for that appropriate purpose. That was a big component of what we've been building out with them three C. Absolutely. >>And really in line john with what NIH is doing with the research, all service, they call this raz. And I think things that we believe in their standards that were starting to follow and work with them closely. Multifactor authentication because of the point Ben is making and you raised as well, you know, one you need to authenticate, okay. This you are who you say you are. And and we're recognizing that and you're, you know, the author and peace within the authors. E what do you authorized to see? What do you have authorization to? And they go hand in hand and again, non trivial problems. And especially, you know, when we basis typically a lot of what we're using is is we'll do direct integrations with our package. We using commons for Federated access were also even using login dot gov. Um, you know, again because we need to make sure that people had a means, you know, and login dot gov is essentially a runoff right? If they don't have, you know an organization which we have in common or a Federated access to generate a login dot gov account but they still are whole, you know beholden to the multi factor authentication step and then they still have to get the same authorizations because we really do believe access to these environment seamlessly is absolutely critical, you know, who are users are but again not make it restrictive and not make it this this friction filled process. That's very that's very >>different. I mean you think about nontrivial, totally agree with you and if you think about like if you were in a classic enterprise, I thought about an I. T. Problem like bring your own device to work and that's basically what the whole world does these days. So like you're thinking about access, you don't know who's coming in, you don't know where they're coming in from, um when the churn is so high, you don't know, I mean all this is happening, right? So you have to be prepared two Provisions and provide resource to a very lightweight access edge. >>That's right. And that's why it gets back to what we mentioned is we were taking a step back and thinking about this problem, you know, an M three C became the use case was this is an enterprise I. T. Problem. Right. You know, we have users from around the world that want to access this environment and again we try to hit a really difficult mark, which is secure but collaborative, Right? That's that's not easy, you know? But but again, the only place this environment could take place isn't a cloud based environment, right? Let's be real. You know, 10 years ago. Forget it. You know, Again, maybe it would have been difficult, but now it's just incredible how much they advanced that these real virtual research organizations can start to exist and they become the real partnerships. >>Well, I want to Well, that's a great point. I want to highlight and call out because I've done a lot of these interviews with awards programs over the years and certainly in public sector and open source over many, many years. One of the things open source allows us the code re use and also when you start getting in these situations where, okay, you have a crisis covid other things happen, nonprofits go, that's the same thing. They, they lose their funding and all the code disappears. Saying with these covid when it becomes over, you don't want to lose the momentum. So this whole idea of re use this platform is aged deplatforming of and re factoring if you will, these are two concepts with a cloud enables SAM, I'd love to get your thoughts on this because it doesn't go away when Covid's >>over, research still >>continues. So this whole idea of re platform NG and then re factoring is very much a new concept versus the old days of okay, projects over, move on to the next one. >>No, you're absolutely right. And I think what first drove us is we're taking a step back and and cats, you know, how do we ensure that sustainability? Right, Because my background is actually engineering. So I think about, you know, you want to build things to last and what you just described, johN is that, you know, that, that funding, it peaks, it goes up and then it wanes away and it goes and what you're left with essentially is nothing, you know, it's okay you did this investment in a body of work and it goes away. And really, I think what we're really building are these sustainable platforms that we will actually grow and evolve based upon the research needs over time. And I think that was really a huge investment that both, you know, again and and Cats is made. But NIH is going in a very similar direction. There's a substantial investment, um, you know, made in these, these these these really impressive environments. How do we make sure the sustainable for the long term? You know, again, we just went through this with Covid, but what's gonna come next? You know, one of the research questions that we need to answer, but also open source is an incredibly important piece of this. I think Ben can speak this in a second, all the harmonization work, all that effort, you know, essentially this massive, complex GTL process Is in the N three Seagate hub. So we believe, you know, completely and the open source model a little bit of a flavor on it too though, because, you know, again, back to the sustainability, john, I believe, you know, there's a room for this, this marriage between commercial platforms and open source software and we need both. You know, as we're strong proponents of N cats are both, but especially with sustainability, especially I think Enterprise I. T. You know, you have to have professional grade products that was part of, I would say an experiment we ran out and cast our thought was we can fund academic groups and we can have them do open source projects and you'll get some decent results. But I think the nature of it and the nature of these environments become so complex. The experiment we're taking is we're going to provide commercial grade tools For the academic community and the researchers and let them use them and see how they can be enabled and actually focus on research questions. And I think, you know, N3C, which we've been very successful with that model while still really adhering to the open source spirit and >>principles as an amazing story, congratulated, you know what? That's so awesome because that's the future. And I think you're onto something huge. Great point, Ben, you want to chime in on this whole sustainability because the public private partnership idea is the now the new model innovation formula is about open and collaborative. What's your thoughts? >>Absolutely. And I mean, we uh, volunteer have been huge proponents of reproducibility and openness, um in analyses and in science. And so everything done within the family platform is done in open source languages like python and R. And sequel, um and is exposed via open A. P. I. S and through get repository. So that as SaM says, we've we've pushed all of that E. T. L. Code that was developed within the platform out to the cats get hub. Um and the analysis code itself being written in those various different languages can also sort of easily be pulled out um and made available for other researchers in the future. And I think what we've also seen is that within the data enclave there's been an enormous amount of re use across the different research projects. And so actually having that security in place and making it secure so that people can actually start to share with each other securely as well. And and and be very clear that although I'm sharing this, it's still within the range of the government's requirements has meant that the, the research has really been accelerated because people have been able to build and stand on the shoulders of what earlier projects have done. >>Okay. Ben. Great stuff. 1000 researchers. Open source code and get a job. Where do I sign up? I want to get involved. This is amazing. Like it sounds like a great party. >>We'll send you a link if you do a search on on N three C, you know, do do a search on that and you'll actually will come up with a website hosted by the academic side and I'll show you all the information of how you can actually connect and john you're welcome to come in. Billion by all means >>billions of rows of data being solved. Great tech he's working on again. This is a great example of large scale the modern era of solving problems is here. It's out in the open, Open Science. Sam. Congratulations on your great success. Ben Award winners. You guys doing a great job. Great story. Thanks for sharing here with us in the queue. Appreciate it. >>Thank you, john. >>Thanks for having us. >>Okay. It is. Global public sector partner rewards best Covid solution palantir and and cats. Great solution. Great story. I'm john Kerry with the cube. Thanks for watching. Mm mm. >>Mhm
SUMMARY :
thank you for coming on and and congratulations on the best covid solution. so I gotta, I gotta ask you the best solution is when can I get the vaccine? go get vaccinated right now, have someone stab you in the arm, you know, do not wait and and go for it. Um you guys have put together a killer solution that really requires a lot of data can let's step you know, ask many and varied questions to try and understand this disease better. What was the problem statement that you guys are going after? I I think the problem statement is essentially that, you know, the nation has the electronic health How did you guys pull together take me through how this gets done? or solution to treat this is really a mid sized business, you know, and so that means we have to treat this as a I mean that's not what you see normally. do have the correct units and you can look at the data distributions and decide how likely do you think that saves? it would take, it would take to thousands of years, you know, it just wouldn't be a black, Was it just on the base records what standards were happening? And again, you know, who's gonna decide the standard, We decide we're gonna do this in Oman 5.3 And I think this is a great example of when you enable data to be surfaced again, we want to enable and there's a couple of things that I really, you know, we we clamor with at end ability to come in and contribute same time you want to have some policies around who's in and And so before you can get your data back out of the system where your results out, And especially, you know, when we basis typically I mean you think about nontrivial, totally agree with you and if you think about like if you were in a classic enterprise, you know, an M three C became the use case was this is an enterprise I. T. Problem. One of the things open source allows us the code re use and also when you start getting in these So this whole idea of re platform NG and then re factoring is very much a new concept And I think, you know, N3C, which we've been very successful with that model while still really adhering to Great point, Ben, you want to chime in on this whole sustainability because the And I think what we've also seen is that within the data enclave there's I want to get involved. will come up with a website hosted by the academic side and I'll show you all the information of how you can actually connect and It's out in the open, Open Science. I'm john Kerry with the cube.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
NIH | ORGANIZATION | 0.99+ |
National Institutes of Health | ORGANIZATION | 0.99+ |
Sam Michael | PERSON | 0.99+ |
Palantir | PERSON | 0.99+ |
john Kerry | PERSON | 0.99+ |
Sam | PERSON | 0.99+ |
Ben | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
one | QUANTITY | 0.99+ |
1000 researchers | QUANTITY | 0.99+ |
Ben Amor | PERSON | 0.99+ |
thousands | QUANTITY | 0.99+ |
60 sites | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
next year | DATE | 0.99+ |
60 | QUANTITY | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
more than 60 different sites | QUANTITY | 0.99+ |
johns Hopkins University | ORGANIZATION | 0.99+ |
thousands of years | QUANTITY | 0.99+ |
python | TITLE | 0.99+ |
20 different sites | QUANTITY | 0.99+ |
SAm Michaels | PERSON | 0.99+ |
more than 60 different academic medical centers | QUANTITY | 0.99+ |
johN | PERSON | 0.99+ |
john | PERSON | 0.99+ |
Covid pandemic | EVENT | 0.98+ |
several years ago | DATE | 0.98+ |
one criteria | QUANTITY | 0.98+ |
more than 3.5 billion lab records | QUANTITY | 0.98+ |
N3C | ORGANIZATION | 0.98+ |
first | QUANTITY | 0.98+ |
10 years ago | DATE | 0.98+ |
Globa | PERSON | 0.98+ |
60 plus | QUANTITY | 0.98+ |
two concepts | QUANTITY | 0.97+ |
first strategy | QUANTITY | 0.97+ |
a year ago | DATE | 0.96+ |
R. | TITLE | 0.96+ |
thousands of folks | QUANTITY | 0.96+ |
One | QUANTITY | 0.96+ |
one aspect | QUANTITY | 0.96+ |
agile | TITLE | 0.95+ |
about 600 people | QUANTITY | 0.94+ |
AWS | EVENT | 0.94+ |
single grant program | QUANTITY | 0.94+ |
Covid | PERSON | 0.92+ |
ORGANIZATION | 0.91+ | |
second | QUANTITY | 0.91+ |
Free C | TITLE | 0.9+ |
one point | QUANTITY | 0.9+ |
End Cats | ORGANIZATION | 0.89+ |
National Center for advancing translational sciences and Cats | ORGANIZATION | 0.89+ |
Billion | QUANTITY | 0.88+ |
Seagate | ORGANIZATION | 0.88+ |
one half | QUANTITY | 0.88+ |
two Provisions | QUANTITY | 0.86+ |
one central repository | QUANTITY | 0.85+ |
login dot gov. | OTHER | 0.84+ |
Federated | ORGANIZATION | 0.84+ |
dot gov | OTHER | 0.83+ |
palantir | PERSON | 0.83+ |
billions of rows of data | QUANTITY | 0.82+ |
IBM and Brocade: Architecting Storage Solutions for an Uncertain Future | CUBE Conversation
>> Narrator: From theCUBE studios in Palo Alto in Boston connecting with our leaders all around the world. This is theCUBE conversation. >> Welcome to theCUBE and the special IBM Brocade panel. I'm Lisa Martin. And I'm having a great opportunity here to sit down for the next 20 minutes with three gentlemen please welcome Brian Sherman a distinguished engineer from IBM, Brian, great to have you joining us. >> Thanks for having me. >> And Matt key here. Flash systems SME from IBM, Matt, happy Friday. >> Happy Friday, Lisa. Thanks for having us. >> Our pleasure. And AIG Customer solution here from Brocade is here. AJ welcome. >> Thanks for having me along. >> AJ we're going to stick with you, IBM and Brocade have had a very long you said about 22 year strategic partnership. There's some new news. And in terms of the evolution of that talk to us about what's going on with with Brocade IBM and what is new in the storage industry? >> Yeah, so the the newest thing for us at the moment is that IBM just in mid-October launched our Gen seven platforms. So this is think about the stresses that are going on in the IT environments. This is our attempt to keep pace with with the performance levels that the IBM teams are now putting into their storage environments the All-Flash Data Centers and the new technologies around non-volatile memory express. So that's really, what's driving this along with the desire to say, "You know what people aren't allowed "to be in the data center." And so if they can't be in the data center then the fabrics actually have to be able to figure out what's going on and basically provide a lot of the automation pieces. So something we're referring to as the autonomous SAM. >> And we're going to dig into NBME of our fabrics in a second but I do want to AJ continue with you in terms of industries, financial services, healthcare airlines there's the biggest users, biggest need. >> Pretty much across the board. So if you look at the global 2000 as an example, something on the order of about 96, 97% of the global 2000 make use of fiber channel environments and in portions of their world generally tends to be a lot of the high end financial guys, a lot of the pharmaceutical guys, the automotive, the telcos, pretty much if the data matters, and it's something that's critical whether we talk about payment card information or healthcare environments, data that absolutely has to be retained, has to get there, has to perform then it's this combination that we're bringing together today around the new storage elements and the functionalities they have there. And then our ability in the fabric. So the concept of a 64 gig environment to help basically not be the bottleneck in the application demands, 'cause one thing I can promise you after 40 years in this industry is the software guys always figure out how to all the performance that the hardware guys put on the shelf, right? Every single time. >> Well there's gauntlet thrown down there. Matt, let's go to you. I want to get IBM's perspective on this. Again, as we said, a 22 year strategic partnership, as we look at things like not being able to get into the data center during these unprecedented times and also the need to be able to remove some of those bottlenecks how does IBM view this? >> Yeah, totally. It's certainly a case of raising the bar, right? So we have to as a vendor continue to evolve in terms of performance, in terms of capacity, cost density, escalating simplicity, because it's not just a case of not be able to touch the rates, but there's fewer people not being able to adjust the rates, right? It's a case where our operational density continues to have to evolve being able to raise the bar on the network and be able to still saturate those line rates and be able to provide that simply a cost efficiency that gets us to a utilization that raises the bar from our per capita ratio from not just talking about 200, 300 terabytes per admin but going beyond the petabyte scale per admin. And we can't do that unless people have access to the data. And we have to provide the resiliency. We have to provide the simplicity of presentation and automation from our side. And then this collaboration that we do with our network brother like Brocade here continued to stay out of the discussion when it comes to talking about networks and who threw the ball next. So we truly appreciate this Gen seven launch that they're doing we're happy to come in and fill that pipe on the flash side for them. >> Excellent and Brian as a distinguished engineer and let me get your perspectives on the evolution of the technology over this 22 year partnership. >> Thanks Lisa. It certainly has been a longstanding, a great relationship, great partnership all the way from inventing joint things, to developing, to testing and deploying to different technologies through the course of time. And it's been one of those that where we are today, like AJ had talked about being able to sustain what the applications require today in this always on time type of environment. And as Matt said, bringing together the density and operational simplicity to make that happen 'cause we have to make it easier from the storage side for operations to be able to manage this volume of data that we have coming out and our due diligence is to be able to serve the data up as fast as we can and as resilient as we can. >> And so sticking with you, Brian that simplicity is key because as we know as we get more and more advances in technology the IT environment is only becoming more complex. So really truly enabling organizations in any industry to simplify is absolute table stakes. >> Yeah, it definitely is. And that's core to what we're focused on and how do we make the storage environment simple. It's been one those through the years and historically, we've had entry-level us and the industry as a whole, is that an entry-level product mid range level products, high-end level products. And earlier this year, we said enough, enough of that it's one product portfolio. So it's the same software stack it's just, okay. Small, medium and large in terms of the appliances that get delivered. Again, building on what Matt said, from a density perspective where we can have a petabyte of uncompressed and data reduced storage in a two Enclosure. So it becomes from a overall administration perspective, again, one software stake, one automation stack, one way to do point in time copies, replication. So in focusing on how to make that as simple for the operations as we possibly can. >> I think we'd all take a little bit of that right now. Matt, let's go to you and then AJ view, let's talk a little bit more, dig into the IBM storage arrays. I mean, we're talking about advances in flash, we're talking about NBME as a forcing function for applications to change and evolve with the storage. Matt, give us your thoughts on that. >> We saw a monumental leap in where we take some simplicity pieces from how we deliver our arrays but also the technology within the arrays. About nine months ago, in February we launched into the latest generation of non technology and with that born the story of simplicity one of the pieces that we've been happily essentially negating of value prop is storage level tiering and be able to say, "Hey, well we still support the idea of going down "to near line SaaS and enterprise disc in different flavors "of solid state whether it's tier one short usage "the tier zero high performance, high usage, "all the way up to storage class memory." While we support those technologies and the automated tiering, this elegance of what we've done as latest generation technology that we launched nine months ago has been able to essentially homogenize the environments to we're able to deliver that petabyte per rack unit ratio that Brian was mentioning be able to deliver over into all tier zero solution that doesn't have to go through woes of software managed data reduction or any kind of software managed hearing just to be always fast, always essentially available from a 100% data availability guaranteed that we offer through a technology called hyper swap, but it's really kind of highlighting what we take in from that simplicity story, by going into that extra mile and meeting the market in technology refresh. I mean, if you say the words IBM over the Thanksgiving table, you're kind of thinking, how big blue, big mainframe, old iron stuff but it's very happy to say over in distributed systems that we are in fact leading this pack by multiple months not just the fact that, "Hey, we announced sooner." But actually coming to delivering on-prem the actual solution itself nine, 10 months prior to anybody else and when that gets us into new density flavors gets us into new efficiency offerings. Not just talk about, "Hey, I can do this petabyte scale "a couple of rack units but with the likes of Brocade." That actually equates to a terabyte per second and a floor tile, what's that do for your analytics story? And the fact that we're now leveraging NBME to undercut the value prop of spinning disc in your HBC analytics environments by five X, that's huge. So now let's take near line SaaS off the table for anything that's actually per data of an angle of value to us. So in simplicity elements, what we're doing now will be able to make our own flash we've been deriving from the tech memory systems acquisition eight years ago and then integrating that into some essentially industry proven software solutions that we do with the bird flies. That appliance form factor has been absolutely monumental for us in the distributed systems. >> And thanks for giving us a topic to discuss at our socially distant Thanksgiving table. We'll talk about IBM. I know now I have great, great conversation. AJ over to you lot of advances here also in such a dynamic times, I want to get Brocade's perspective on how you're taking advantage of these latest technologies with IBM and also from a customer's perspective, what are they feeling and really being able to embrace and utilize that simplicity that Matt talked about. >> So there's a couple of things that fall into that to be honest, one of which is that similar to what you heard Brian described across the IBM portfolio for storage in our SaaS infrastructure. It's a single operating system up and down the line. So from the most entry-level platform we have to the largest platform we have it's a single software up and down. It's a single management environment up and down and it's also intended to be extremely reliable and extremely performance because here's part of the challenge when Matt's talking about multiple petabytes in a two U rack height, but the conversation you want to flip on its head there a little bit is "Okay exactly how many virtual machines "and how many applications are you going to be driving "out of that?" Because it's going to be thousands like between six and 10,000 potentially out of that, right? So imagine then if you have some sort of little hiccup in the connectivity to the data store for 6,000 to 10,000 applications, that's not the kind of thing that people get forgiving about. When we're all home like this. When your healthcare, when your finance, when your entertainment, when everything is coming to you across the network and remotely in this version and it's all application driven, the one thing that you want to make sure of is that network doesn't hiccup because humans have a lot of really good characteristics. Patience would not be one of those. And so you want to make sure that everything is in fact in play and running. And that's as one of the things that we work very hard with our friends at IBM to make sure of is that the kinds of analytics that Matt was just describing are things that you can readily get done. Speed is the new currency of business is a phrase you hear from... A quote you hear from Marc Benioff at Salesforce, right. And he's right if you can get data out of intelligence out of the data you've been collecting, that's really cool. But one of the other sort of flip sides on the people not being able to be in the data center and then to Matt's point, not as many people around either is how are humans fast enough when you look... Honestly when you look at the performance of the platforms, these folks are putting up how is human response time going to be good enough? And we all sort of have this headset of a network operations center where you've got a couple dozen people in a half lit room staring at massive screens on the thing to pop. Okay, if the first time a red light pops the human begins the investigation at what point is that going to be good enough? And so our argument for the autonomy piece of of what we're doing in the fabrics is you can't wait on the humans. You need to augment it. I get that people still want to be in charge and that's good. Humans are still smarter than the Silicon. We're not as repeatable, but we're still so far smarter about it. And so we needed to be able to do that measurement. We need to be able to figure out what normal looks like. We need to be able to highlight to the storage platform and to the application admins, when things go sideways because the demand from the applications isn't going to slow down. The demands from your environment whether you want to think about take the next steps with not just your home entertainment home entertainment systems but learning augmented reality, right. Virtual reality environments for kids, right? How do you make them feel like they're part and parcel of the classroom, for as long as we have to continue living a modified world and perhaps past it, right? If you can take a grade school from your local area and give them a virtual walkthrough of the loop where everybody's got a perfect view and it all looks incredibly real to them those are cool things, right? Those are cool applications, right? If you can figure out a new vaccine faster, right. Not a bad thing, right. If we can model better, not a bad thing. So we need to enable those things we need to not be the bottleneck, which is you get Matt and Brian over an adult beverage at some point and ask them about the cycle time for the Silicon they're playing with. We've never had Moore's law applied to external storage before never in the history of external storage. Has that been true until now. And so their cycle times, Matt, right? >> Yeah you struck a nerve there AJ, cause it's pretty simple for us to follow the linear increase in capacity and computational horsepower, right. We just ride the X86 bandwagon, ride the Silicon bandwagon. But what we have to do in order to maintain But what we have to do in order to maintain the simplicity story is followed more important one is the resiliency factor, right? 'Cause as we increased the capacity as we increased the essentially the amount of data responsible for each admin we have to literally log rhythmically increase the resiliency of these boxes because we're going to talk about petabyte scale systems and hosting them really 10,000 virtual machines in the two U form factor. I need to be able to accommodate that to make sure things don't blip. I need resilient networks, right. Have redundancy and access. I need to have protection schemes at every single layer of the stack. And so we're quite happy to be able to provide that as we leapfrog the industry and go in literally situations that are three times the competitive density that we you see out there and other distributed systems that are still bound by the commercial offerings, then, hey we also have to own that risk from a vendor side we have to make these things is actually rate six protection scheme equivalent from a drive standpoint and act back from controllers everywhere. Be able to supply the performance and consistency of that service throughout even the bad situations. >> And to that point, one of the things that you talked about, that's interesting to me that I'd kind of like you to highlight is your recovery times, because bad things will happen. And so you guys do something very, very different about that. That's critical to a lot of my customers because they know that Murphy will show up one day. So, I mean 'cause it happens, so then what. >> Well, speaking of that, then what Brian I want to go over to you. You mentioned Matt mentioned resiliency. And if we think of the situation that we're in in 2020 many companies are used to DR and BC plans for natural disasters, pandemics. So as we look at the shift and then the the volume of ransomware, that's going up one ransomware attack every 11 seconds this year, right now. How Brian what's that change that businesses need to make from from cyber security to cyber resiliency? >> Yeah, it's a good point in, and I try to hammer that home with our clients that, you're used to having your business continuity disaster recovery this whole cyber resiliency thing is a completely separate practice that we have to set up and think about and go through the same thought process that you did for your DR What are you going to do? What are you going to pretest? How are you going to test it? How are you going to detect whether or not you've got ransomware? So I spent a lot of time with our clients on that theme of you have to think about and build your cyber resiliency plan 'cause it's going to happen. It's not like a DR plan where it's a pure insurance policy and went and like you said, every 11 seconds there's an event that takes place. It's going to be a win not then. Yeah and then we have to work with our customers to put in a place for cyber resiliency and then we spent a lot of discussion on, okay what does that mean for my critical applications, from a restore time of backup and mutability. What do we need for those types of services, right? In terms of quick restore, which are my tier zero applications that I need to get back as fast as possible, what other ones can I they'll stick out on tape or virtual tape in and do things like that. So again, there's a wide range of technology that we have available in the in the portfolio for helping our clients from cyber resiliency. And then we try to distinguish that cyber resiliency versus cyber security. So how do we help to keep every, everybody out from a cybersecurity view? And then what can we do from the cyber resiliency, from a storage perspective to help them once once it gets to us, that's a bad thing. So how can we help? How help our folks recover? Well, and that's the point that you're making Brian is that now it's not a matter of, could this happen to us? It's going to, how much can we tolerate? But ultimately we have to be able to recover. We can't restore that data and one of those things when you talk about ransomware and things, we go to that people as the weakest link insecurity AJ talked about that, there's the people. Yeah there's probably quite a bit of lack of patients going on right now. But as we look as I want to go back over to you to kind of look at, from a data center perspective and these storage solutions, being able to utilize things to help the people, AI and Machine Learning. You talked about AR VR. Talk to me a little bit more about that as you see, say in the next 12 months or so as moving forward, these trends these new solutions that are simplified. >> Yeah, so a couple of things around that one of which is iteration of technology the storage platforms the Silicon they're making use of Matt I think you told me 14 months is the roughly the Silicon cycle that you guys are seeing, right? So performance levels are going to continue to go up the speeds. The speeds are going to continue to go up. The scale is going to is going to continue to shift. And one of the things that does for a lot of the application owners is it lets them think broader. It lets them think bigger. And I wish I could tell you that I knew what the next big application was going to be but then we'd be having a conversation about which Island in the Pacific I was going to be retiring too. But they're going to come and they're going to consume this performance because if you look at the applications that you're dealing with in your everyday life, right. They continue to get broader. The scope of them continues to scale out, right. There's things that we do. I saw I think it was an MIT development recently where they're talking about being able to and they were originally doing it for Alzheimer's and dementia, but they're talking about being able to use the microphones in your smartphone to listen to the way you cough and use that as a predictor for people who have COVID that are not symptomatic yet. So asymptomatic COVID people, right? So when we start talking about where this, where this kind of technology can go and where it can lead us, right. There's sort of this unending possibility for it. But what that on, in part is that the infrastructure has to be extremely sound, right? The foundation has to be there. We have to have the resilience, the reliability and one of the points that Brian was just making is extremely key. We talk about disaster tolerance business continuous, so business continuance is how do you recover? Cyber resilience is the same conversation, right? So you have the protection side of it. Here's my defenses. Now what happens when they actually get in. And let's be honest, right? Humans are frequently that weak link, right. For a variety of behaviors that the humans that humans have. And so when that happens, where's the software in the storage that tells you, "Hey, wait there's an odd traffic behavior here "where data is being copied "at rates and to locations that that are not normal." And so that's part of when we talk about what we're doing in our side of the automation is how do you know what normal looks like? And once you know what normal looks like you can figure out where the outliers are. And that's one of the things that people use a lot for trying to determine whether or not ransomware is going on is, "Hey, this is a traffic pattern, that's new. "This is a traffic pattern. "That's different." Are they doing this because they're copying the dataset from here to here and encrypting it as they go, right? 'Cause that's one of the challenges you got to, you got to watch for. So I think you're going to see a lot of advancement in the application space. And not just the MIT stuff, which is great. The fact that people are actually able to or I may have misspoken, maybe Johns Hopkins. And I apologize to the Johns Hopkins folks that kind of scenario, right. There's no knowing what they can make use of here in terms of the data sets, right. Because we're gathering so much data, the internet of things is an overused phrase but the sheer volume of data that's being generated outside of the data center, but manipulated analyzed and stored internally. 'Cause you got to have it someplace secure. Right and that's one of the things that we look at from our side is we've got to be that as close to unbreakable as we can be. And then when things do break able to figure out exactly what happened as rapidly as possible and then the recovery cycle as well. >> Excellent and I want to finish with you. We just have a few seconds left, but as AJ was talking about this massive evolution and applications, for example when we talk about simplicity and we talk about resiliency and being able to recover when something happens, how did these new technologies that we've been unpacking today? How did these help the admin folks deal with all of the dynamics that are happening today? >> Yeah so I think the biggest the drop, the mic thing we can say right now is that we're delivering 100% tier zero in Vme without data reduction value props on top of it at a cost that undercuts off-prem S3 storage. So if you look at what you can do from an off-prem solution for air gap and from cyber resiliency you can put your data somewhere else. And it's going to take whatever long time to transfer that data back on prem, to read get back to your recover point. But when you work at economics that we're doing right now in the distributed systems, hey, you're DR side, your copies of data do not have to wait for that. Off-prem bandwidth to restore. You can actually literally restore it in place. And you couple that with all of the the technology on the software side that integrates with it I get incremental point in time. Recovery is either it's on the primary side of DRS side, wherever, but the fact that we get to approach this thing from a cost value then by all means I can naturally absorb a lot of the cyber resiliency value in that too. And because it's all getting all the same orchestrated capabilities, regardless of the big, small, medium, all that stuff, it's the same skillsets. And so I don't need to really learn new platforms or new solutions to providing cyber resiliency. It's just part of my day-to-day activity because fundamentally all of us have to wear that cyber resiliency hat. But as, as our job, as a vendor is to make that simple make it cost elegance, and be able to provide a essentially a homogenous solutions overall. So, hey, as your business grows, your risk gets averted on your recovery means also get the thwarted essentially by your incumbent solutions and architecture. So it's pretty cool stuff that we're doing, right. >> It is pretty cool. And I'd say a lot of folks would say, that's the Nirvana but I think the message that the three of you have given in the last 20 minutes or so is that IBM and Brocade together. This is a reality. You guys are a cornucopia of knowledge. Brian, Matt, AJ, thank you so much for joining me on this panel I really enjoyed our conversation. >> Thank you. >> Thank you again Lisa. >> My pleasure. From my guests I'm Lisa Martin. You've been watching this IBM Brocade panel on theCUBE.
SUMMARY :
all around the world. Brian, great to have you joining us. And Matt key here. Thanks for having us. And AIG Customer solution And in terms of the evolution of that that are going on in the IT environments. but I do want to AJ continue with you data that absolutely has to be retained, and also the need to be able to remove that raises the bar on the evolution of the technology is to be able to serve the data up in any industry to simplify And that's core to what we're focused on Matt, let's go to you and then AJ view, the environments to we're AJ over to you lot of advances here in the connectivity to the data store I need to be able to accommodate that And to that point, that businesses need to make Well, and that's the point And one of the things that does for a lot and being able to recover And because it's all getting all the same of you have given in the last 20 minutes IBM Brocade panel on theCUBE.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Brian | PERSON | 0.99+ |
Marc Benioff | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Matt | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Brian Sherman | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
6,000 | QUANTITY | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
February | DATE | 0.99+ |
AIG | ORGANIZATION | 0.99+ |
Brocade | ORGANIZATION | 0.99+ |
100% | QUANTITY | 0.99+ |
22 year | QUANTITY | 0.99+ |
22 year | QUANTITY | 0.99+ |
thousands | QUANTITY | 0.99+ |
2020 | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
64 gig | QUANTITY | 0.99+ |
mid-October | DATE | 0.99+ |
Salesforce | ORGANIZATION | 0.99+ |
Boston | LOCATION | 0.99+ |
Friday | DATE | 0.99+ |
Johns Hopkins | ORGANIZATION | 0.99+ |
eight years ago | DATE | 0.99+ |
COVID | OTHER | 0.98+ |
one day | QUANTITY | 0.98+ |
about 96, 97% | QUANTITY | 0.98+ |
AJ | PERSON | 0.98+ |
this year | DATE | 0.98+ |
10,000 applications | QUANTITY | 0.98+ |
Thanksgiving | EVENT | 0.97+ |
each admin | QUANTITY | 0.97+ |
nine | QUANTITY | 0.97+ |
nine months ago | DATE | 0.97+ |
10,000 virtual machines | QUANTITY | 0.97+ |
three times | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
two | QUANTITY | 0.97+ |
10,000 | QUANTITY | 0.97+ |
14 months | QUANTITY | 0.96+ |
40 years | QUANTITY | 0.96+ |
Nick Speece, Snowflake | AWS re:Invent 2020 Public Sector Day
>> Announcer: From around the globe, it's theCUBE, with digital coverage of AWS re:Invent 2020. Special coverage sponsored by AWS Worldwide Public Sector. >> Welcome to theCUBE Virtual and our coverage of AWS re:Invent 2020, the specialized programming for Worldwide Public Sector. I'm Lisa Martin. I'm joined by Nick Speece the chief federal technologist for Snowflake. Nick, welcome to theCUBE. >> Thank you, Lisa. It's great to be here. >> Likewise, chief federal technologist, that's the first time I've ever heard of that title. Tell me a little bit about that. >> It's probably the last time you'll hear it. So chief federal technologist is really somebody in the company who is focused on bringing the needs of the federal government back to our corporate headquarters, making sure that the product as it's developed and evolves has the federal requirements in mind. >> Excellent. So the last couple of months for Snowflake big, biggest software IPO and software history your market cap right now is at 66 billion 515 data workloads running on Snowflake's platform every day 250 petabytes of data under management, a lot is going on. Let's talk about Snowflake. You guys operate only in the cloud, why was that decision made and how does that impact businesses analysis of data? >> Yeah, so great question and the answer is actually in the opening that you gave for us and thank you for that reinforcement. Snowflake can't exist anywhere, but the cloud. Technology over the last five to 10 years has really seen a move from what the cloud originally was, which was I have a virtual machine in my data center, I'm going to run it on your stuff not mine, into more comprehensive service offerings like Snowflake. We can't reach the kind of scale that Snowflake operates at every day and that our customers demand without the technology of clouds like AWS. The technology has to be there, the underlying and underpinning architecture has to be there, otherwise our customers get left in the dark and we can't can't have that. >> And especially today as data volumes are massively increasing and we know that that's only going to go up. We know that IT is only going to be more complex but when we talk to businesses in any industry the value of the data is in the insights the ability to extract that data in real time glean insights from it so that businesses can make data-based decisions that pivot their business, especially critical during the year that we have now known as 2020. Talk to me a little bit about though digging into your marketing material, everyone, there's all these terms, right, that everyone uses and you guys use single source of truth. What does it actually mean for single source, for stuff like? >> Yeah, so we talk about cloud, we talk about single source of truth and when you're looking at data problems, the problem and the solution are the same thing. A massive amount of data is a raw resource, that's all it is. And trying to refine that raw resource into something that is insightful or something that is useful to a business process is a challenge that every customer in every market, in every region undergoes. And how you overcome that is critical. And one of the primary focuses of Snowflake is to evolve the data cloud. Snowflake platform is the underlying technology for the data cloud but the data cloud is where we're going. And what I mean by data cloud. If you have a data set, your internal data, that is your truth, but it might not be the truth. So in Snowflake we encourage our customers to collaborate on data sets. For example, if you want to know how many people are living in a certain borough in New York City you could go around with a clicker and count everyone, or you could just ask the Census Bureau. That's the nature of the data cloud and what we're talking about here. Going to the subject matter experts who have the data that you need, using our marketplace, using our private exchanges, using our data sharing to build your own data cloud and become part of the next gen architecture for data sharing and collaboration, to get to the source of the truth, to make better decisions, to gain better insights. It's great to combine your data with enrich data from other sources, especially when it comes to making federal decisions and governance decisions. >> Absolutely that's critical. That the biggest challenge customers have is being able to sort through all that and find. I like how you put this as their single source of truth. Can you give us some examples of some federal agencies maybe even just anonymously that are using the power of Snowflake to do just that? >> Absolutely. We've got customers in the healthcare space and in some of the law enforcement spaces and especially in public education that are trying to increase the awareness of the folks that are subscribing to their services, for example, folks that are looking for healthcare help. If you're filing claims for a certain healthcare providers or certain care facilities, we want to make sure that those claims that are forwarded to those entities are legitimate, first of all, for example, if you're filing a claim for knee surgery in Florida, you probably didn't have one in California, three hours later. So those kinds of enforcement activities, and not just trying to do audits but also to benefit everybody who's receiving care. There's a lot of push now about genetic sequencing, DNA and RNA vaccination is huge with COVID-19, getting access to massive amounts of data to do analysis against and figure out the best approach, that's critical for where we go in the next 10 to 15 years in healthcare. Snowflake is very, very honored and happy to be propelling that move in the healthcare space. >> It is that's going to be absolutely critical but we're also seeing it, you know, everywhere else, such as for universities and education, suddenly this need, the last few months for real-time learning. Talk to me about data analysis. Can Snowflake help companies, you talked about enriching data sets so not just companies sources of data but additional data sets that they can add in and evaluate and analyze to make great decisions, but from a historical real-time perspective, talk to me how Snowflake helps with that data analysis. >> Yeah, sure. Right. So Snowflake in and of itself can do some analysis work. We've got some great visualization tools in our new UI that was released recently on public preview. So there's some analysis tools built into Snowflake but really where the value comes from is in taking your tools that you already use today and connecting it to a data source or platform that can wrangle that data, that can move that data through automated pipelines to give you a model view of that data that's beneficial. For example, data scientists and data engineers spend 80% of their time, and I know a lot of statistics are made up on the spot, that was not a promise, but trying to move this data through and refine it and build features to get to the point where you can ask a question is 80% of these very valuable professionals time. Shortening those timelines is what Snowflake really aims to do in the analysis space. We're not trying to replace the analysis tools that you use today, we work fine with all of them. The big difference is presenting them with enough data volume to give you real insights and eliminate bias as much as we can in data sets. >> What are some of the things that differentiates Snowflake from data warehouses and other folks in the market? >> Yeah. Great question. The big difference is Snowflake was built natively for the cloud. We weren't adapted to the cloud, we didn't adopt the cloud at some point in the future, Snowflake was built from scratch to be in the cloud. And since this is the appropriate show to mention it the primary difference between us is we were built to use object storage foundationally underneath our technology. And I know that sounds really nerdy and it is, but it adds a tremendous amount of value. If you think about how we used to collaborate 10 years ago we'd have a spreadsheet that if I open that spreadsheet for my share drive and you tried to open it at the same time, you'd get locked out. You're told you couldn't have it. And if tradition stays true I would probably be on vacation for two weeks. Contrast that now with the massive Google Doc platform and Office 365, object storage has changed the way that we collaborate on the same kinds of documents. Multiple people interacting with one thing at one time without contention, that's the reason why Snowflake has to operate in the cloud. We bring that same paradigm, multiple actors on a single object and give you that source of truth the truth that you absolutely need to make decisions. >> And that's critical these days as we know. We're in living in uncertain times and one of the things I think we can expect is the uncertainty to continue, but also for many industries people to stay remote or some big percentage for quite a while. So the ability to have those collaboration tools and be able to collaborate in real time is table stakes for so many companies. But when we're talking about some of the things going on this year, security, we can't not talk about security. You know, all these folks from home accessing corporate networks, you know, maybe not through VPNs or behind firewalls, the cloud is paramount to that. How does Snowflake address the security issue? >> Absolutely. So I'll start by saying our security is inherited from the wonderful security platform that AWS has underneath it. So we inherit all the security around data storage the EC Compute, all of the different entities and end points that AWS already secures Snowflake takes the same precautions. More than that, we've also built and rolled this access control to ensure that people are getting access only to the data that they should be getting access to, we recently implemented data masking as well, so certain roles are not able to see unmasked data, but they can still do queries that use the underlying data to filter. So there's a lot of different capabilities built in, encryption at rest, encryption in flight, AES-256 encryption keys used in a hierarchial model. These are phenomenal security architectures that are paramount to the security of the folks that are using our platform. Because we know at the end of the day the first day we have a leak in Snowflake is probably our last day in business. We got to be good at that which is why it's our top priority. >> I didn't, to ever talk about security as an inherited, I must be a dominant trait if we're going to be talking about, you know, genetics and chromosomes and mRNA and things like that. So walk me through last question, a government organization, or say they're an AWS customer or they want to start using Snowflake, what's that process? How do they go about doing that to leverage those inherited security capabilities that you talked about? >> Well, thankfully AWS has helped us put a FedRAMP moderate certified Snowflake region together in AWS, East commercial, so we're very happy to have a FedRAMP moderate region. They can access Snowflake through the AWS Marketplace or from Snowflake.com, you can start a trial in just a couple of minutes. Our security is built into all of our regions although the FedRAMP regions are specialized in some of the encryption technology we use, but we always, always always protect our users' data, regardless of where it is. >> You make it sound easy, I got to say. (laughing) >> That's because it is. (laughing) Thank you cloud. >> That's good. And well, that's good and it should be, especially because there's so much complexity and uncertainty everywhere else in the world right now. Last question for you. As I mentioned in the beginning, the biggest IPO in software history, just a couple of months ago during probably one of the most strangest time of any of us have ever, and our relatives ever witnessed, what can we expect from Snowflake in 2021? Are you going to bring all the good vibes that we all need? (laughing) >> Well, good vibes is our business model. You know, Snowflake is a phenomenal platform. We've had a ton of success driven by the success of our cloud provider partners, driven by the success of our wonderful customers. We have over 4,000 people using Snowflake now to great effect. You can look for more features, you can look for more functions, but really the evolution of the data cloud, our big push is to help our customers get into the data cloud, get the truth out of their data and make better decisions every day. And you'll see more of that from us as time continues. >> One more question I wanted to sneak in, how did you work with those customers to evolve the data cloud? What's that feedback loop like? >> It's, a lot of it comes down to silos that the customers have built up over years and years and years of operation. That's the first step. In Snowflake there isn't such thing really as a data silo there's data put into Snowflake, everything is unified, you can do queries across databases, that's the first thing. The second thing is browsing our data marketplace. It's just like an App Store for your phone but instead it's data sets and the data sets are published by the experts who know that material better than anyone. I mentioned earlier bringing in everything from housing evaluation data to COVID-19 data from California and Boston, bringing World Health Organization data, John Hopkins University data, joining that with the data that you already use today along with weather and population counts, the main thing here, the strategy is almost endless. More and more data sets are being published over every day. We have over a hundred contributors in the marketplace now. >> That's exciting that we have the technology and the power like this to help the world re, you know, recover from such a crazy time. It's nice to know that, that there was the power of that behind that, and the smart folks like you chief federal technologists, helping to fine tune that and really ensure that organizations across the government can maximize the value of data and find their single source of truth. Nick, it's been a blast having you on theCUBE. Thank you for joining me. >> Thank you for having me. >> For next piece, I'm Lisa Martin. You're watching theCUBE Virtual. (upbeat music)
SUMMARY :
Announcer: From around the globe, the chief federal It's great to be here. that's the first time I've making sure that the So the last couple of Technology over the last five to 10 years the ability to extract and become part of the of Snowflake to do just that? in the next 10 to 15 years in healthcare. and analyze to make great decisions, to give you a model view of the truth that you absolutely So the ability to have that are paramount to the security doing that to leverage in some of the encryption You make it sound easy, I got to say. Thank you cloud. else in the world right now. of the data cloud, that the customers have and the power like this to For next piece, I'm Lisa Martin.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Nick Speece | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
California | LOCATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Nick | PERSON | 0.99+ |
Florida | LOCATION | 0.99+ |
two weeks | QUANTITY | 0.99+ |
Lisa | PERSON | 0.99+ |
66 billion | QUANTITY | 0.99+ |
80% | QUANTITY | 0.99+ |
Census Bureau | ORGANIZATION | 0.99+ |
2021 | DATE | 0.99+ |
World Health Organization | ORGANIZATION | 0.99+ |
New York City | LOCATION | 0.99+ |
COVID-19 | OTHER | 0.99+ |
250 petabytes | QUANTITY | 0.99+ |
first step | QUANTITY | 0.99+ |
Boston | LOCATION | 0.99+ |
second thing | QUANTITY | 0.99+ |
Office 365 | TITLE | 0.99+ |
App Store | TITLE | 0.99+ |
Snowflake | TITLE | 0.99+ |
2020 | DATE | 0.99+ |
John Hopkins University | ORGANIZATION | 0.99+ |
over 4,000 people | QUANTITY | 0.99+ |
one thing | QUANTITY | 0.99+ |
single | QUANTITY | 0.98+ |
first thing | QUANTITY | 0.98+ |
three hours later | DATE | 0.98+ |
10 years ago | DATE | 0.98+ |
Snowflake | ORGANIZATION | 0.98+ |
One more question | QUANTITY | 0.98+ |
today | DATE | 0.97+ |
AES-256 | OTHER | 0.97+ |
Google Doc | TITLE | 0.97+ |
AWS Worldwide Public Sector | ORGANIZATION | 0.97+ |
one | QUANTITY | 0.97+ |
one time | QUANTITY | 0.96+ |
this year | DATE | 0.96+ |
single source | QUANTITY | 0.96+ |
first time | QUANTITY | 0.94+ |
over a hundred contributors | QUANTITY | 0.93+ |
15 years | QUANTITY | 0.92+ |
Snowflake.com | TITLE | 0.91+ |
first day | QUANTITY | 0.9+ |
2020 | TITLE | 0.89+ |
single object | QUANTITY | 0.87+ |
515 data workloads | QUANTITY | 0.85+ |
10 years | QUANTITY | 0.85+ |
RNA | OTHER | 0.84+ |
a couple of months ago | DATE | 0.81+ |
last couple of months | DATE | 0.78+ |
minutes | QUANTITY | 0.78+ |
Invent 2020 | TITLE | 0.78+ |
Invent 2020 Public Sector Day | EVENT | 0.75+ |
FedRAMP | TITLE | 0.74+ |
Snowflake | PERSON | 0.74+ |
months | DATE | 0.73+ |
10 | QUANTITY | 0.72+ |
Interview with Vice President of Strategy for Experian’s Marketing Services
>>Hello, everyone. And welcome back to our wall to wall coverage of the data Cloud Summit. This is Dave a lot. And we're seeing the emergence of a next generation workload in the cloud were more facile access and governed. Sharing of data is accelerating. Time to insights and action. All right, allow me to introduce our next guest. Amy Irwin is here. She's the vice president of strategy for experience. And Matt Glickman is VP customer product strategy it snowflake with an emphasis on financial services. Folks, welcome to the Cube. Thanks so much for coming on. >>Thanks for >>having us >>nice to be here. Hey, >>So, Amy, I mean, obviously 2020 has been pretty unique and crazy and challenging time for a lot of people. I don't know why I've been checking my credit score a lot more for some reason. On the app I love the app I got hacked. I had a lock it the other day I locked my credit. Somebody tried to dio on and it worked. I was so happy. So thank you for that. But so we know experience, but there's a ton of data behind what you do. I wonder if you could share kind of where you sit in the data space and how you've seen organizations leverage data up to this point. And really, if you could address maybe some of the changes that you're seeing as a result of the pandemic, that would be great. >>Sure, sure. Well, Azaz, you mentioned experience Eyes best known as a credit bureau. Uh, I work in our marketing services business unit, and what we do is we really help brands leverage the power of data and technology to make the right marketing decisions and better understand and connect with consumers. Eso we offer markers products around data identity activation measurement. We have a consumer view data file that's based on off line P I and contains demographic interest, transaction data and other attributes on about 300 million people in the U. S. Uh, and on the identity side, we've always been known for our safe haven or privacy friendly matching that allows marketers to connect their first party data to experience or other third parties. Uh, but in today's world, with the growth and importance of digital advertising and consumer behavior shifting to digital, uh, experience also is working to connect that offline data to the digital world for a complete view of the customer you mentioned co vid, um, we actually we serve many different verticals. And what we're seeing from our clients during co vid is that there's a bearing impact of the pandemic. The common theme is that those that have successfully pivoted their businesses to digital are doing much better. Uh, as we all know, Kobe accelerated very strong trends to digital both in the commerce and immediate viewing habits. We work with a lot of retailers. Retail is a tale of two cities with big box and grocery growing and apparel retail really struggling. We've helped our clients leveraging our data to better understand the shifts in these consumer behaviors and better segment their customers during this really challenging time. Eso think about there's there's a group of customers that is still staying home that is sheltered in place. There's a group of customers starting that significantly varied their consumer behavior, but it's starting to venture out a little. And then there's a group of customers that's doing largely what they did before and a somewhat modified fashion. So we're helping our clients segment those customers into groups to try and understand the right messaging and right offers for each of those groups. And we're also helping them with at risk audiences. Eso That's more on the financial side. Which of your customers air really struggling? Do the endemic And how do you respond? >>It's awesome, thank you. You know, it's it's funny. I mean somebody I saw Twitter poll today asking if we measure our screen time and I said, Oh my no eso Matt, let me ask you. You spend a ton of time in financial services. You really kind of cut your teeth there, and it's always been very data oriented. You've seen a lot of changes tell us about how your customers are bringing together data, the skills that people obviously a big part of the equation and applications to really put data at the center of their universe. What's new and different that these companies were getting out of the investments in data and skills. >>That's a great question. Um, the acceleration that Amy mentioned Israel, Um, we're seeing it particularly this year, but I think even in the past few years, the reluctance of customers to embrace the cloud is behind us. And now there's this massive acceleration to be able to go faster on, and in some ways the new entrance into this category. Have an advantage versus, you know, the companies that have been in the space within its financial services or beyond. Um, and in a lot of ways they are are seeing the cloud and services like snowflake as a way toe not only catch up but leapfrog your competitors and really deliver a differentiated experience to your customers to your business, internally or externally. Um, and this past, you know, however long this crisis has been going on, has really only accelerated that, because now there's a new demand. Understand your customer better your your business better with with your traditional data sources and also new alternative data sources, Um, and also be able to take a pulse. One of things that we learned which was you know, I opening experience was as the crisis unfolded, one of our data partners decided to take the data sets about where the cases where were happening from the Johns Hopkins and World Health Organization and put that on our platform, and it became a runaway hit where now with thousands of our customers overnight, we're using this data to understand how their business was doing versus how the crisis was unfolding in real time. On this has been a game changer, and I think it's only it's only scratching the surface of what now the world will be able to do when data is really at their fingertips. You're not hindered by your legacy platforms. >>I wrote about that back in the early days of the pandemic when you guys did that and talked about some of the changes that you guys enabled and and, you know you're right about Cloud. I mean, financial services. Cloud used to be an evil word, and now it's almost become a mandate. Amy, I >>wonder if you >>could tell us a little bit more about what? What, you know your customers they're having to work through in order to achieve some of these outcomes. I mean, I'm interested in the starting point. I've been talking a lot and writing a lot on talking to practitioners about what I call the data lifecycle. Sometimes people call it the data pipeline. It za complicated matter, but those customers and companies that can put data at the center and really treat that pipeline is the heart of their organization, If you will, really succeeding. What are you seeing and what really is the starting point there? >>Yes, yes, that's a good question. And as you mentioned, first party, I mean, we start with first party data. Right? First party data is critical to understanding consumers on been in different verticals, different companies. Different brands have varying levels of first party data. So retailers gonna have a lot more first party data financial services company, then say an auto manufacturer. Uh, while many marketers have that first party data to really have a 3 60 view of the customer, they need third party data as well. And that's where experience comes in. We help brands connect those disparate data sets both 1st and 3rd party baked data to better understand consumers and create a single customer view, which has a number of applications. I think the last that I heard was that there's about eight devices on average per person. I always joke that we're gonna have these enormous. I mean, that that number is growing. We're gonna have these enormous charging stations in our house, and I think we're because all the different devices and way seamlessly move from device to device along our customer journey. And, um, if the brand doesn't understand who we are, it's much harder for the brand to connect with consumers and create a positive customer experience and way site that about 95% of companies are actually that they are looking to achieve that single customer view. They recognize, um, that they need that. And they've aligned various teams from e commerce to marketing to sales toe at a minimum in just their first party data and then connect that data to better understand, uh, consumers so consumers can interact with the brand through website and mobile app in store visits, um, by the phone, TV ads, etcetera. And a brand needs to use all of those touchpoints often collected by different parts of the organization and then adding that third party data to really understand the consumers in terms of specific use cases, Um, there's there's about three that come to mind, so there's first. There's relevant advertising and reaching the right customer. There's measurement s or being able to evaluate your advertising efforts. Uh, if you see an ad on the if I see it out of my mobile and then I by by visiting a desktop website understanding or get a direct mail piece, understanding that those connect those interactions are all connected to the same person is critical for measurement. And then there's, uh, there's personalization, um, which includes encourage customer experience amongst your own, um, touch points with that consumer personalized marketing communication and then, of course, um, analytics. So those are the use cases we're seeing? Great. >>Thank you, Amy. I'm out. You can't really talk about data without talking about, >>you know, >>governance and and and compliance. And I remember back in 2006, when the Federal Rules of Civil Procedure went in, it was easy. The lawyers just said, No, nobody can have access, but that's changed. One of things I like about what snowflakes doing with the data cloud is it's really about democratizing access, but doing so in a way that gives people confidence that they only have access to the right data. So maybe you could talk a little bit about how you're thinking about this topic, what you're doing to help customers navigate, which has traditionally been such a really challenging problem. >>No, it's another great question. Um, this is where I think the major disruption is happening. Um, and what Amy described being able to join together 1st and 3rd party data sets. Um, being able to do this was always a challenge because data had to be moved around, had a ship, my first party data to the other side. The third party data had to be shipped to me on being able to join those data sets together, um was problematic at best. And now, with the focus on privacy and protecting P, I, um, this is this is something that has to change. And the good news is with the data cloud data does not have to move. Data can stay where it belongs. Experiencing keep its data experience. Customers can hold on to their data. Yet the data can be joined together on this universal global platform that we call the data cloud. On top of that, and particularly with the regulations that are coming out that are gonna prevent data from being collected on either a mobile device or in wet warren as cookies and Web browsers, new approaches. And we're seeing this a lot in our space, both in financials and in media is to set up these data clean rooms where both sides can give access to one another, but not have to reveal any P i i to do that joint. Um, this is gonna be huge right now. You actually can protect your your customers, private your consumers, private identities, but still accomplish that. Join that Amy mentioned to be able to thio relate the cause and effect of these campaigns and really understand the signals. Um, that these data sets are trying to say about one another again without having to move data without having to reveal P. I We're seeing this happening now. This is this is the next big thing that we're gonna see explode over the next months and years to come. >>I totally agree. Massive changes coming in public policy in this area, and I wanted we only have a few minutes left. I wonder if for our audience members that you know, looking for some advice, what's the what's the one thing you'd recommend? They start doing differently or consider putting in place. That's going to set them up for success over the next decade. >>Yeah, that's a good question. Um, you know, I think e always say, you know, first harness all of your first party data across all touchpoints. Get that first party data in one place and working together Second back that data with trusted third parties and in mats, just in some ways to do that and then third, always with the customer first speak their language. Uh, where and when they want to be, uh, reached out thio on and use the information. You have to really create a better a better customer experience for your customers. >>Matt. What would you add to that? Bring us home if you would >>applications. Um, the idea that data can now be your data can now be pulled into your own business applications the same way that Netflix and Spotify are pulled into your consumer and lifestyle applications again without data moving these personalized applications experiences is what I encourage everyone to be thinking about from first principles. What would you do in your next app that you're gonna build? If you had all of your consumers, consumers had access to their data in the app and not having to think about things you know from scratch. Leverage the data cloud leverage these, you know, service providers like experience and build the applications of tomorrow. >>I'm super excited when I talked to practitioners like yourselves about the future of data Guys, Thanks so much for coming on. The Cube was really a pleasure having you and hope we can continue this conversation in the future. >>Thank you. >>All right. Thank you for watching. Keep it right there. We've got great content. Tons of content coming at the Snowflake Data Cloud Summit. This is Dave Volonte for the Cube. Keep it right there.
SUMMARY :
All right, allow me to introduce our next guest. nice to be here. And really, if you could address maybe some of the changes that you're seeing as a of data and technology to make the right marketing decisions and better understand and connect with a big part of the equation and applications to really put data at the center of their universe. and really deliver a differentiated experience to your customers to your business, I wrote about that back in the early days of the pandemic when you guys did that and talked about some of the changes lot on talking to practitioners about what I call the data lifecycle. collected by different parts of the organization and then adding that third party data to really understand the You can't really talk about data without talking about, gives people confidence that they only have access to the right data. Um, being able to do this was always a challenge because data had to be moved around, I wonder if for our audience members that you know, looking for some advice, You have to really create Bring us home if you would not having to think about things you know from scratch. The Cube was really a pleasure having you and hope we can continue this This is Dave Volonte for the Cube.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Amy Irwin | PERSON | 0.99+ |
Matt Glickman | PERSON | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
Amy | PERSON | 0.99+ |
2006 | DATE | 0.99+ |
Johns Hopkins | ORGANIZATION | 0.99+ |
World Health Organization | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
U. S. | LOCATION | 0.99+ |
thousands | QUANTITY | 0.99+ |
Spotify | ORGANIZATION | 0.99+ |
both sides | QUANTITY | 0.99+ |
Snowflake Data Cloud Summit | EVENT | 0.99+ |
today | DATE | 0.99+ |
first party | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
Second | QUANTITY | 0.99+ |
third | QUANTITY | 0.99+ |
two cities | QUANTITY | 0.99+ |
Federal Rules of Civil Procedure | TITLE | 0.98+ |
2020 | DATE | 0.98+ |
tomorrow | DATE | 0.98+ |
Matt | PERSON | 0.98+ |
both | QUANTITY | 0.98+ |
each | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
Eso | ORGANIZATION | 0.98+ |
about 95% | QUANTITY | 0.97+ |
first party | QUANTITY | 0.97+ |
One | QUANTITY | 0.97+ |
Azaz | PERSON | 0.97+ |
about 300 million people | QUANTITY | 0.96+ |
this year | DATE | 0.96+ |
1st | QUANTITY | 0.96+ |
Experian’s Marketing Services | ORGANIZATION | 0.96+ |
next decade | DATE | 0.96+ |
about eight devices | QUANTITY | 0.95+ |
one place | QUANTITY | 0.94+ |
pandemic | EVENT | 0.93+ |
first principles | QUANTITY | 0.92+ |
Kobe | ORGANIZATION | 0.92+ |
single customer | QUANTITY | 0.9+ |
ORGANIZATION | 0.89+ | |
First party | QUANTITY | 0.86+ |
3 60 view | QUANTITY | 0.85+ |
Vice President | PERSON | 0.85+ |
Tons of content | QUANTITY | 0.79+ |
Cube | COMMERCIAL_ITEM | 0.78+ |
Cloud Summit | EVENT | 0.78+ |
Cloud | TITLE | 0.77+ |
Strategy | ORGANIZATION | 0.74+ |
Israel | LOCATION | 0.65+ |
eso | PERSON | 0.65+ |
about three | QUANTITY | 0.64+ |
3rd | QUANTITY | 0.62+ |
early days | DATE | 0.61+ |
Cube | ORGANIZATION | 0.46+ |
Host Analysis | Kubecon + CloudNativeCon NA 2020
>>from around the globe. It's the Cube with coverage of Yukon and Cloud. Native Con North America 2020 Virtual brought to you by Red Hat The Cloud Native Computing Foundation and Ecosystem >>Partners Everyone welcome back to the cubes. Coverage of Coop con Cloud, native con North America 2020. Normally the Cuba's in person. But like the EU event, this is gonna be a remote virtual event. This is the Cube virtual. We are the Cube Virtual. This is a keynote and show review with our analysts and hosts Lisa Martin, GOP Scar and myself. Guys, welcome to the program. Lisa, Great to see you. You great to see you remotely. Thanks for coming on. >>Always great to be part of the Cuban acute virtual keeping us connected. >>So Coop Con Cloud Native cons November and I remember in 2016 the first Coop Con. That's when Hillary Clinton got defeated by Trump. And now this year the election's passed this time and, uh, Biden the winner. So, you know, election more good vibes this year in the community because everyone was kind of sad last time. So if you remember the first Cube con, it was in Seattle during that time, so that was important to kinda reminisce on. That other thing I want to bring up to you guys is the somber news of the passing of Dan Con who was the executive director of C N C F. He passed a few weeks ago on his home. It was illness and great legend. So we're gonna call that out, and there are thoughts and prayers. Go with the families. Condolences to his wife and kids. So what? I'm say, Dan. Godspeed. Funny dance story, Lisa. Yo, piece that I always always pronounce his name wrong on the queue was like, John, it's con, not Cohen. Okay. All right, Dan, Good to see you. Sorry, but a great guy friend to everyone And super great human being. So rest in peace. Okay. Que con, I >>think the big thing. >>This you wanna get your thoughts, you have to start with you, C and C F. What are they up to? Obviously remote. It's been a terrible year with the pandemic and all the disruptions on DCI change your thoughts on where they are now, this year. >>So you know, it's funny, even though it's remote. Even though reaching people, it's become harder. Uh, you know, we all have to deal with this from our you know, our living room, our office at home. But still, the C in C F is doing what it's been doing for a little while now. So instead of focusing on the technology part of RT world, there are focusing on you know, the community side of it. So they're fighting for inclusivity. They're fighting for diversity, for resilience in terms off their community. And they are really working on making the open source community more accessible, both for end user companies. A swell as offer developers thio enter the space, have their contribution and, you know, make sure that everyone can reap the full benefits off these open source products. >>You know, we talked to Priyanka Sharma and Stephen Augustus, and this was a big theme. There's there's been there's been a lot of engagement online, obviously, even though they have a remote platform, some people are thrilled with it. Some aren't. No one's ever happy these days. It's on the Web. It's always difficult, but the community been activated and a lot more diversity. I covered the big story around. You know, Master slave. The terminology now is gonna go main, you know, terminology and how that's gonna be safer. Also for diversity stem women in tech, This >>has been >>a big theme. I'd love to get your thoughts on that, because I think that's been a very positive thing. Uh, Lisa, you and I have been talking about this for years on the Cube around this diversity peace. What's your thoughts as well, like to get both your reactions on where this directions going. >>Yeah. You know, I think there's a number of things that have been catalyzed this year by the challenges that we've been through and the diversity pushed into the spotlight again. The spotlight is different, and it's really causing change for good. I think it's opening people's minds and perspective, as is, I think, this entire time, you know, it's for events like Yukon and all the other events that were normally getting a lot of airline miles for John and you were not getting. We're sitting at home with our in home studios, but at the same time, the engagement is increasing in every event, I imagine that the great Q. Khan and cognitive community that Dan Cohen has built is on Lee getting bigger and stronger, even though folks are physically separated. That's been just been my observation and something I felt from everything show I've covered every interview I've done that diversity is being raised now to a visibility level that we haven't seen in terms of a catalyzing action. >>You your reaction, Thio. >>No, I completely agree. And I want to add to that where you know, just like Lisa said. You know, we used to fly to these events. We were privileged and lucky to to be there to have the opportunity. But because everything is now digital and virtual, it opens the community up to so many other people who, for whatever reason, weren't able to join in person but are able to join virtually indigenously. So I think you know, even though there's a lot of downsides Thio to this pandemic, this is one of the, you know, the small nuggets of off seeing the sea NCF community opening up to a broader audience. >>Yeah, and that's a great point. You know, we aren't getting the airline miles we're getting Certainly the zoom and the cube mileage remote Lisa, because what's interesting you're saying is is that you know, we're getting more action with him coming in, doing some or hosting yourself, um, Eliana Gesu as well, Others. But we can get people more because remember, the people aren't we're not trying, but so aren't other people that were coming the big names, but also the fresh voices, the new names, names? We don't know yet. I think that's what we're seeing with the remote interviews is that it's one click away from being on the Cube now. So cute. Virtual is 24 73 65 we're gonna continue to do that. I think this is gonna change the makeup of the engagement in the conversation because you're gonna have mawr participation that's going to be highly accelerated. But also, these new voices are gonna bring a positive change. It might upset the hierarchy a little bit in the working groups at the top you, But you know they're open. I mean, I talked with Stephen Augustus. He's totally cool with this Chris, and I check is the same way he's like, Hey, bring on more people. This is the >>This is >>the vibe of the of the Lennox foundations always been. >>It's always been that way. And, you know, going back Teoh to the early open source events in Europe that I went to you. I started doing that as a teenager 15 years ago, and the vibe, you know, hasn't necessarily changed. The makeup of the audience certainly has changed right from it, being dominated by white males. It's totally opened up. And, you know, if we see that happening with the C N C F now as well, I think that's for you know, for the better. I think, um, our community, the i t community in the open source community need that resilience. Need all of those different perspectives from all of you know, different kinds of people from different walks of life with different histories. And I think that only makes the community stronger and more viable in the long run. I >>agree it's that >>open source needs. >>Sorry, it's not thought diversity that I think we're seeing even more now again. Just my perspective is just that the light that this challenging time is shining on, exposing things that are really opportunities and it's I think it's imperative to look at it in that way. But that thought diversity just opens up so many more opportunities that folks that are maybe a little bit more tunnel visioned aren't thinking of. But for businesses, thio and people Thio thrive and move forward and learn from this we need to be able Thio, take into consideration other concepts, other perspectives as we learn and grow. >>Yeah, that's a good point. You know, It was giving a a shout out to Dan Conn. And when I heard the news, I put a clip. One of my favorite clips over the interviews was really me kind of congratulating him on the success of C and C. I think it was, like two years ago or maybe last year. I forget, Um, but I >>was a >>critic of it ever initially, and I was publicly on the record on the Cube. Lisa, you remember, uh, with Stew, who's now having a great new career? Red hat Still and I were arguing, and I was saying, Stew, I think this is gonna fail, because if c. N. C F doesn't balance the end user peace with the logos that we're coming because remember, you about four years ago. It was like a NASCAR logo. Farmers like you know, it's like, you know, everything was like sponsored by Google this and then Amazon came in. You look at the sponsor list. It was like It's the who's who and cloud and now cloud native. It was the industry the entire industry was like, stacked up against reinvent. This is before Amazon made their move. I mean, uh, as your maid, they're moving for Google. Cloud kind of got their footing. So is essentially coop con against a W s. And I said, That's gonna fail, and I had to eat my words, and I did. It was rightfully so, But the balance, the balance between end user projects and vendor was very successful. And that's still plays out today. Lisa. This is important now because you said pandemic de ecosystem still needs to thrive, but there's no face to face anymore. >>What's the >>challenge? What's the opportunity there? I wanna put you on the spot. >>Sure. No, I think I think it's both challenging and opportunistic. I tend to look at it more from an opportunistic view. I think that it forced a lot of us, Even people like myself who worked from home a lot before, when I wasn't traveling for my marketing company or the Cube. You can really have very personal interactions. The people on Zoom and I found that it's connecting people in a deeper way than you even would get in the office. That's something that I actually really appreciate, how it has been an opportunity to really kind of expand relationships or toe open new doors that wouldn't be there if we were able to be studying together physically in person. And it's obviously changing. You know, all the vendors that we work with. It's very different to engage an audience when you are on Lee on camera, and it's something that, as we know, is we work with folks who haven't done it before. That's one of the things that I think a lot of the C suite I talked to Mrs is that opportunity Thio. You know, be on a stage and and be able to show your body language and your energy with your customers and your partners and your employees. But I actually do think that there is what we're doing through Zoom and and all these virtual platforms like the Cube virtual is well, we're opening up doors for a more intimate way that I think the conversations are more authentic. You know, people are have, like, three year old Discover occurs and they're running in the room when they're screaming behind that. That's how things are today. We're learning toe work with that, but we're also seeing people in a more human >>way. Containers Mitch, mainstream and shifting, left the role of security this year. What's your >>take? So I mean, if we're talking about security and nothing else, I think we're at a point where you know, the C N C. F has become mainstream. Its most popular products have become mainstream. Um, because if we're talking about security, there's, you know, not a lot left. And I say that with, you know, a little bit of sarcasm. I don't mean to offend anyone, but if I did, uh, I do apologize, but, you know, security. Even though it is super important again, it means that we have, you know, moved on from talking about kubernetes and and container Management, or we've moved on from storage. Um, it means that the technology part of the C N. C. F. Like the hard work has been done for 80%. We're now into the 20% where we're kind of, you know, dotting the I's and and making sure that we cover all of the bases. And so one of the news sandbox sandbox projects that has been accepted, I think, today even eyes certain Manager Thio to manage certificates Uh, you know, at scale, um, in an automated fashion. And I think that's, you know, 11 prime example of how security is becoming the theme and kind of the conversation at Yukon this year where, you know, we're again seeing that maturity come into play with even with sandbox projects now being able to help customers help end users with, you know, certificates which is, you know, in in the the macro picture a very specific, a very niche thing to be able to solve with open source software. But for every company, this is one of those vital, you know, kind of boilerplate security measures so that the, um the customer and all of their infrastructure remains safe. >>I think you what You're kind of really articulate, and there is the evolution of CNC off much to John Surprises. You said you thought in the very beginning that this wasn't gonna take off. It has. Clearly, Dan Cohen's left a great legacy there. But we're seeing the evolution of that. I do know John. Wanna ask because you did a lot of the interviews here. We've been talking for, what, nine months now on the Cube Virtual about the acceleration of transformation, of every business to go from that. Okay, how do we do this work in this in this weird environment? Keep the lights on. How do we actually be successful and actually become a thriving business? As things go forward, what are some of the things that you heard from the guests regarding? Kobe has an accelerator. >>Well, I think I think a couple of things. Good. Good question. I think it ranges. Right. So the new They had some news that they're trying to announce. Obviously, new survey certifications, K a security certification, new new tech radar support, diversity stats. You know, the normal stuff they do in the event, they gotta get the word out. So that was one thing I heard, but on the overall macro trend. You know, we saw the covert impact, and no >>one's >>afraid of it there. I mean, I think, you know, part of the legacy of these tech communities is they've been online. They're they're used to being online. So it's not a new thing. So I don't think that the work environment has been that much of a disruption to the people in the in the core community. Linux Foundation, for instance, had a great shot with Chris and a sticker on this. He's the CTO. He's been the CEO, brought a senior roles. Um, in fact, they're they're creating a template around C N C f. And then they're announced The Finn Finn Ops Foundation. Uh, Jr store meant, um, is an executive director. That's part of the new foundation. It's a practitioner community. So I think, um, teasing out the conversation is you're gonna see a template model of the C N. C f. Where you're going to see how groups work together. I think what cove? It has definitely shown in some of the things that you guys were saying around how people are gonna be more engaged, more diversity, more access. I >>think you're >>gonna start to see new social constructs emerge around distinct user groups. And I think this Finn ops Foundation is a tell sign around how groups of people going to start together, whether they're cube host coming together on Cube fans and cube alumni. I mean, let me think about the alumni that have been on the Cube. Lisa, you know Tim Hopkins, Sarah Novotny. Chelsie Hightower. Um, Dan Burns, Craig MK Lucky. I mean, we've had everybody on that's now Captain of the industry. So, um, way had capital one we've had, uh, you know, lift on. I mean, it's becoming a really tight knit. Everyone knows each other, and I think now they realize that they have a lot of, uh, power to infect change. And so when you're trying to affect change, um, that's a good thing, and people are pumped about. So I think the big focus was, um, CNC have a successful again. It's there's there's a somber note around Dan cons passing, but I think he had already moved on to a new position. So he was already passed the baton to management, But he did leave a mark, but I think there's Priyanka Sharma. She's doing a great job. People are upbeat and I think the theme is kubernetes. It happened. It's went next level, then it's going next level again and I think that's kind of what people really aren't saying is kind of the public secret, which is okay, this thing's going mainstream. Now you're gonna start to see it in, in, In commercial deployments. You're gonna start to see it scale into organizations. And that's not the cool kids or the Emerging Dev ops crowd. That's I t. So you know you know it's gonna happen is like, Hey, you know, I'm a nice guy, our developer. What is this? It has toe work. Well, that's the big I think I think people weren't talking about That's the most important story. >>I think another element to that John is the cultural shift. You know, we were talking when we talk about Dev ops who was think about speed and I talked to some folks who said, You know, it's it has to be the I T. Cultures on the business cultures coming together in a meaningful way to collaborate in a very new way. Thankfully, we have the technology to enable us to collaborate. But I think that's been another underlying thing that I've heard a lot through recent times. Is that that facilitator of of cultural change, which is always hard to dio? And there's a bit of a catalyst here for organizations to not just keep the lights on. But to be successful, going forward and and and find new ways of delighting their customers, >>we'll get the final word. I just want to say my big take away to the show is and we'll go down the line. I'll start Lisa in Europe, you could go is the usage of cloud and multi cloud is here. Everyone sees that. I think there's a financial aspect going on with security. You're gonna be tied in. I think you see new sets of services coming built on the foundation of the C N C F. But cloud and multi cloud is here. Multi cloud meeting edges. Well, that is definitely on everyone's radar. That was a big theme throughout the interview, so we'll see more of that. Lisa, your takeaways. >>Yeah, I would agree with that. And I think one of the biggest things that I hear consistently is the opportunities that have been uncovered, the the collaboration becoming tighter and folks having the opportunity to engage more with events like Coop Con and C and C F. Because of this virtual shift, I think there's only ah lot of positive things that we're going to stay to come. >>Yep. Yeah, my point of view is I mean, open source is validated completely right? It's a viable model to build around software. On the one hand, on the other hand, the C and C s role in making that open source community broadly accessible and inclusive is, I think, the biggest win Thio look back at at the last year. >>Well, I'm super excited for moving on to the next event. It's been great pleasure. Lisa. You you guys are great co host Virtual Cube. Thanks for participating. And we'll see you next time. Thank you. Okay, that's the cubes. Coverage of Coop con 2020 cloud Native con Virtual This the cube Virtual. We are the cube. Virtual. Thanks for watching
SUMMARY :
It's the Cube with coverage of Yukon and You great to see you remotely. So if you remember the first Cube con, it was in Seattle during that time, This you wanna get your thoughts, you have to start with you, C and C F. What are they up to? So instead of focusing on the technology part of RT I covered the big story Uh, Lisa, you and I have been talking about this for years on the Cube around this diversity peace. I imagine that the great Q. Khan and cognitive community that Dan Cohen has built And I want to add to that where you know, just like Lisa said. I think that's what we're seeing with the remote interviews is that it's one and the vibe, you know, hasn't necessarily changed. Just my perspective is just that the light that this challenging time is shining on, congratulating him on the success of C and C. I think it was, like two years ago or maybe last year. the end user peace with the logos that we're coming because remember, you about four years ago. I wanna put you on the spot. That's one of the things that I think a lot of the C suite I talked to left the role of security this year. and kind of the conversation at Yukon this year where, you know, we're again seeing that maturity I think you what You're kind of really articulate, and there is the evolution of CNC You know, the normal stuff they do in the event, they gotta get the word out. I mean, I think, you know, part of the legacy of these tech communities is they've been And I think this Finn ops Foundation is a tell sign around how groups I think another element to that John is the cultural shift. I think you see new sets of services coming built on the foundation of the C N C And I think one of the biggest things that I hear consistently is the on the other hand, the C and C s role in making that open source community broadly accessible Coverage of Coop con 2020 cloud Native con Virtual This the cube Virtual.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Tim Hopkins | PERSON | 0.99+ |
Sarah Novotny | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Stew | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Dan Burns | PERSON | 0.99+ |
Dan Conn | PERSON | 0.99+ |
Priyanka Sharma | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
Chris | PERSON | 0.99+ |
Trump | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Eliana Gesu | PERSON | 0.99+ |
Seattle | LOCATION | 0.99+ |
Dan Cohen | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Hillary Clinton | PERSON | 0.99+ |
80% | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
Dan | PERSON | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
Stephen Augustus | PERSON | 0.99+ |
Finn ops Foundation | ORGANIZATION | 0.99+ |
20% | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
NASCAR | ORGANIZATION | 0.99+ |
Linux Foundation | ORGANIZATION | 0.99+ |
Cohen | PERSON | 0.99+ |
Thio | PERSON | 0.99+ |
today | DATE | 0.99+ |
two years ago | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
2016 | DATE | 0.99+ |
three year | QUANTITY | 0.98+ |
first | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
Lee | PERSON | 0.98+ |
Craig MK Lucky | PERSON | 0.98+ |
this year | DATE | 0.97+ |
nine months | QUANTITY | 0.97+ |
both | QUANTITY | 0.97+ |
Q. Khan | PERSON | 0.97+ |
24 73 65 | OTHER | 0.97+ |
November | DATE | 0.97+ |
C N C F. | ORGANIZATION | 0.96+ |
Finn Finn Ops Foundation | ORGANIZATION | 0.96+ |
Cube Virtual | COMMERCIAL_ITEM | 0.96+ |
Biden | PERSON | 0.95+ |
pandemic | EVENT | 0.95+ |
Lennox | ORGANIZATION | 0.95+ |
15 years ago | DATE | 0.95+ |
C. | PERSON | 0.94+ |
Native Con North America 2020 Virtual | EVENT | 0.94+ |
Coop Con. | EVENT | 0.94+ |
pandemic de ecosystem | EVENT | 0.93+ |
Cube virtual | COMMERCIAL_ITEM | 0.92+ |
Dan cons | PERSON | 0.92+ |
Cuban | OTHER | 0.91+ |
GOP | ORGANIZATION | 0.91+ |
one thing | QUANTITY | 0.91+ |
Interview with VP of Strategy for Experian’s Marketing Services | Snowflake Data Cloud Summit
>> Hello everyone, and welcome back to our wall-to-wall coverage of the Datacloud summit, this is Dave Vellante, and we're seeing the emergence of a next generation workload in the cloud, more facile access, and governed sharing of data is accelerating time to insights and action. Alright, allow me to introduce our next guest. Aimee Irwin is here, she's the vice president of strategy for Experian, and Matt Glickman is VP of customer product strategy at Snowflake, with an emphasis on financial services, folks, welcome to theCUBE, thanks so much for coming on. >> Thanks Dave, nice to be here. >> Hey so Aimee, obviously 2020's been pretty unique and crazy and challenging time for a lot of people, I don't know why, I've been checking my credit score a lot more for some reason on the app, I love the app, I had to lock it the other day, I locked my credit, somebody tried to do, and it worked, I was so happy, so thank you for that. So, we know Experian, but there's a ton of data behind what you do, I wonder if you could share kind of where you sit in the data space, and how you've seen organizations leverage data up to this point, and really if you could address some of the changes you're seeing as a result of the pandemic, that would be great. >> Sure, sure. Well, as you mentioned, Experian is best known as a credit bureau. I work in our marketing services business unit, and what we do is we really help brands leverage the power of data and technology to make the right marketing decisions, and better understand and connect with consumers. So we offer marketers products around data, identity, activation, measurement, we have a consumer-view data file that's based on offline PII and contains demographic interest, transaction data, and other attributes on about 300 million people in the US. And on the identity side we've always been known for our safe haven, or privacy-friendly matching, that allows marketers to connect their first party data to Experian or other third parties, but in today's world, with the growth in importance of digital advertising, and consumer behavior shifting to digital, Experian also is working to connect that offline data to the digital world, for a complete view of the customer. You mentioned COVID, we actually, we serve many different verticals, and what we're seeing from our clients during COVID is that there's a varying impact of the pandemic. The common theme is that those who have successfully pivoted their businesses to digital are doing much better, as we all know, COVID accelerated very strong trends to digital, both in e-commerce and in media-viewing habits. We work with a lot of retailers, retail is a tale of two cities, with big box and grocery growing, and apparel retail really struggling. We've helped our clients, leveraging our data to better understand the shifts in these consumer behaviors, and better psych-map their customers during this really challenging time. So think about, there's a group of customers that is still staying home, that is sheltered in place, there's a group of customers starting to significantly vary their consumer behavior, but is starting to venture out a little, and then there's a group of customers that's doing largely what they did before, in a somewhat modified fashion, so we're helping our clients segment those customers into groups to try and understand the right messaging and right offers for each of those groups, and we're also helping them with at-risk audiences. So that's more on the financial side, which of your customers are really struggling due to the pandemic, and how do you respond. >> That's awesome, thank you. You know, it's funny, I saw a twitter poll today asking if we measure our screen time, and I said, "oh my, no." So, Matt, let me ask you, you spent a ton of time in financial services, you really kind of cut your teeth there, and it's always been very data-oriented, you're seeing a lot of changes, tell us about how your customers are bringing it together, data, the skills, the people, obviously a big part of the equation, and applications to really put data at the center of the universe, what's new and different that these companies are getting out of the investments in data and skills? >> That's a great question, the acceleration that Aimee mentioned is real. We're seeing, particularly this year, but I think even in the past few years, the reluctance of customers to embrace the cloud is behind us, and now there's this massive acceleration to be able to go faster, and in some ways, the new entrants into this category have an advantage versus the companies that have been in this space, whether it's financial services or beyond, and in a lot of ways, they all are seeing the cloud and services like Snowflake as a way to not only catch up, but leapfrog your competitors, and really deliver a differentiated experience to your customers, to your business, internally or externally. And this past, however long this crisis has been going on, has really only accelerated that, because now there's a new demand to understand your customer better, your business better, with your traditional data sources, and also new, alternative data sources, and also being able to take a pulse. One of the things that we learned, which was an eye-opening experience, was as the crisis unfolded, one of our data partners decided to take the datasets about where the cases were happening from the Johns Hopkins, and World Health Organization, and put that on our platform, and it became a runaway hit. Thousands of our customers overnight were using this data to understand how their business was doing, versus how the crisis was unfolding in real time. And this has been a game-changer, and it's only scratching the surface of what now the world will be able to do when data is really at their fingertips, and you're not hindered by your legacy platforms. >> I wrote about that back in the early days of the pandemic when you guys did that, and talked about some of the changes that you guys enabled, and you know, you're right about cloud, in financial services cloud used to be an evil word, and now it's almost, it's become a mandate. Aimee, I wonder if you could tell us a little bit more about what your customers are having to work through in order to achieve some of these outcomes. I mean, you know, I'm interested in the starting point, I've been talking a lot, and writing a lot, and talking to practitioners about what I call the data life cycle, sometimes people call it the data pipeline, it's a complicated matter, but those customers and companies that can put data at the center and really treat that pipeline as the heart of their organization, if you will, are really succeeding. What are you seeing, and what really is the starting point, there? >> Yes, yeah, that's a good question, and as you mentioned, first party, I mean we start with first party data, right? First party data is critical to understanding consumers. And different verticals, different companies, different brands have varying levels of first party data. So a retailers going to have a lot more first party data, a financial services company, than say, an auto manufacturer. And while many marketers have that first party data, to really have a 360 view of the customer, they need third party data as well, and that's where Experian comes in, we help brands connect those disparate datasets, both first and third party data to better understand consumers, and create a single customer view, which has a number of applications. I think the last stat I heard was that there's about eight devices, on average, per person. I always joke that we're going to have these enormous, and that number's growing, we're going to have these enormous charging stations in our house, and I think we already do, because of all the different devices. And we seamlessly move from device to device, along our customer journey, and, if the brand doesn't understand who we are, it's much harder for the brand to connect with consumers and create a positive customer experience. And we cite that about 95 percent of companies, they are looking to achieve that single customer view, they recognize that they need that, and they've aligned various teams from e-commerce, to marketing, to sales, to at a minimum adjust their first party data, and then connect that data to better understand consumers. So, consumers can interact with a brand through a website, a mobile app, in-store visits, you know, by the phone, TV ads, et cetera, and a brand needs to use all of those touchpoints, often collected by different parts of the organization, and then add in that third party data to really understand the consumers. In terms of specific use cases, there's about three that come to mind. So first there's relevant advertising, and reaching the right customer, there's measurement, so being able to evaluate your advertising efforts, if you see an ad on, if I see an ad on my mobile, and then I buy by visiting a desktop website, understanding, or I get a direct mail piece, understanding that those interactions are all connected to the same person is critical for measurement. And then there's personalization, which includes improved customer experience amongst your own touchpoints with that consumer, personalized marketing communication, and then of course analytics, so those are the use cases we're seeing. >> Great, thank you Aimee. Now Matt, you can't really talk about data without talking about governance and compliance, and I remember back in 2006, when the federal rules of civil procedure went in, it was easy, the lawyers just said, "no, nobody can have access," but that's changed, and one of the things I like about what Snowflake's doing with the data cloud is it's really about democratizing access, but doing so in a way that gives people confidence that they only have access to the right data. So maybe you could talk a little bit about how you're thinking about this topic, what you're doing to help customers navigate, which has traditionally been such a really challenging problem. >> Another great question, this is where I think the major disruption is happening. And what Aimee described, being able to join together first and third party datasets, being able to do this was always a challenge, because data had to be moved around, I had to ship my first party data to the other side, and the third party data had to be shipped to me, and being able to join those datasets together was problematic at best, and now with the focus on privacy and protecting PII, this is something that has to change, and the good news is, with the data cloud, data does not have to move. Data can stay where it belongs, Experian can keep its data, Experian's customers can hold onto their data, yet the data can be joined together on this universal, global platform that we call the data cloud. On top of that, and particularly with the regulations that are coming out that are going to prevent data from being collected on either a mobile device or as cookies on web browsers, new approaches, and we're seeing this a lot in our space, both in financials and media, is to set up these data clean rooms, where both sides can give access to one another, but not have to reveal any PII to do that join. This is going to be huge, now you actually can protect your customers' and your consumers' private identities, but still accomplish that join that Aimee mentioned, to be able to relate the cause and effect of these campaigns, and really understand the signals that these datasets are trying to say about one another, again without having to move data, without having to reveal PII, we're seeing this happening now, this is the next big thing, that we're going to see explode over the months and years to come. >> I totally agree, massive changes coming in public policy in this area, and we only have a few minutes left, and I wonder if for our audience members that are looking for some advice, what's the, Aimee, what's the one thing you'd recommend they start doing differently, or consider putting in place that's going to set them up for success over the next decade? >> Yeah, that's a good question. You know, I think, I always say, first, harness all of your first party data across all touchpoints, get that first party data in one place and working together, second, connect that data with trusted third parties, and Matt suggested some ways to do that, and then third, always put the customer first, speak their language, where and when they want to be reached out to, and use the information you have to really create a better customer experience for your customers. >> Matt, what would you add to that? Bring us home, if you would. >> Applications. The idea that data, your data can now be pulled into your own business applications the same way that Netflix and Spotify are pulled into your consumer and lifestyle applications, again, without data moving, these personalized application experiences is what I encourage everyone to be thinking about from first principles. What would you do in your next app that you're going to build, if you had all your consumers, if the consumers had access to their data in the app, and not having to think about things from scratch, leverage the data cloud, leverage these service providers like Experian, and build the applications of tomorrow. >> I'm super excited when I talk to practitioners like yourselves, about the future of data, guys, thanks so much for coming on theCUBE, it was a really a pleasure having you, and I hope we can continue this conversation in the future. >> Thank you. >> Thanks. >> Alright, thank you for watching, keep it right there, we got great content, and tons of content coming at the Snowflake data cloud summit, this is Dave Vellante for theCUBE, keep it right there.
SUMMARY :
Alright, allow me to I love the app, I had to and consumer behavior shifting to digital, and applications to really put data and also being able to take a pulse. and talking to practitioners and then connect that data to and one of the things I like about and being able to join to be reached out to, and Matt, what would you add to that? and not having to think I talk to practitioners and tons of content coming
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Matt Glickman | PERSON | 0.99+ |
Aimee | PERSON | 0.99+ |
Aimee Irwin | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Experian | ORGANIZATION | 0.99+ |
Matt | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
World Health Organization | ORGANIZATION | 0.99+ |
2006 | DATE | 0.99+ |
Johns Hopkins | ORGANIZATION | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
US | LOCATION | 0.99+ |
Spotify | ORGANIZATION | 0.99+ |
One | QUANTITY | 0.99+ |
two cities | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
Thousands | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
both sides | QUANTITY | 0.98+ |
first party | QUANTITY | 0.98+ |
one place | QUANTITY | 0.98+ |
first principles | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
this year | DATE | 0.98+ |
tomorrow | DATE | 0.98+ |
360 view | QUANTITY | 0.98+ |
first | QUANTITY | 0.98+ |
Snowflake Data Cloud Summit | EVENT | 0.97+ |
each | QUANTITY | 0.97+ |
Datacloud | EVENT | 0.97+ |
Snowflake data cloud summit | EVENT | 0.97+ |
second | QUANTITY | 0.96+ |
2020 | DATE | 0.96+ |
about 95 percent | QUANTITY | 0.95+ |
about 300 million people | QUANTITY | 0.95+ |
Snowflake | ORGANIZATION | 0.94+ |
Experian’s Marketing Services | ORGANIZATION | 0.94+ |
pandemic | EVENT | 0.93+ |
ORGANIZATION | 0.92+ | |
next decade | DATE | 0.89+ |
about eight devices | QUANTITY | 0.88+ |
third | QUANTITY | 0.86+ |
First party | QUANTITY | 0.86+ |
Snowflake | TITLE | 0.84+ |
single customer | QUANTITY | 0.83+ |
COVID | TITLE | 0.83+ |
years | DATE | 0.82+ |
customers | QUANTITY | 0.81+ |
about three | QUANTITY | 0.81+ |
theCUBE | ORGANIZATION | 0.78+ |
things | QUANTITY | 0.78+ |
ton | QUANTITY | 0.61+ |
past | DATE | 0.6+ |
COVID | OTHER | 0.5+ |
Matt Glickman & Aimee Irwin V1
>>Hello, everyone. And welcome back to our wall to wall coverage of the data Cloud Summit. This is Dave a lot. And we're seeing the emergence of a next generation workload in the cloud were more facile access and governed. Sharing of data is accelerating. Time to insights and action. All right, allow me to introduce our next guest. Amy Irwin is here. She's the vice president of strategy for experience. And Matt Glickman is VP customer product strategy it snowflake with an emphasis on financial services. Folks, welcome to the Cube. Thanks so much for coming on. >>Thanks for >>having us >>nice to be here. Hey, >>So, Amy, I mean, obviously 2020 has been pretty unique and crazy and challenging time for a lot of people. I don't know why I've been checking my credit score a lot more for some reason. On the app I love the app I got hacked. I had a lock it the other day I locked my credit. Somebody tried to dio on and it worked. I was so happy. So thank you for that. But so we know experience, but there's a ton of data behind what you do. I wonder if you could share kind of where you sit in the data space and how you've seen organizations leverage data up to this point. And really, if you could address maybe some of the changes that you're seeing as a result of the pandemic, that would be great. >>Sure, sure. Well, Azaz, you mentioned experience Eyes best known as a credit bureau. Uh, I work in our marketing services business unit, and what we do is we really help brands leverage the power of data and technology to make the right marketing decisions and better understand and connect with consumers. Eso We offer marketers products around data identity activation measurement. We have a consumer view data file that's based on offline P I and contains demographic interest, transaction data and other attributes on about 300 million people in the U. S. Uh, and on the identity side, we've always been known for our safe haven or privacy friendly matching that allows marketers to connect their first party data to experience or other third parties. Uh, but in today's world, with the growth and importance of digital advertising and consumer behavior shifting to digital, uh, experience also is working to connect that offline data to the digital world for a complete view of the customer you mentioned co vid, um, we actually, we start of many different verticals. And what we're seeing from our clients during co vid is that there's a bearing impact of the pandemic. The common theme is that those that have successfully pivoted their businesses to digital are doing much better. Uh, as we all know, Kobe accelerated very strong trends to digital both in the commerce and immediately eating habits. We work with a lot of retailers. Retail is a tale of two cities with big box and grocery growing and apparel retail really struggling. We've helped our clients leveraging our data to better understand the shifts in these consumer behaviors and better segment their customers during this really challenging time. Eso think about there's there's a group of customers that it's still staying home that is sheltered in place. There's a group of customers starting that significantly varied their consumer behavior, but it's starting to venture out a little. And then there's a group of customers that's doing largely what they did before in a somewhat modified fashion. So we're helping our clients segment those customers into groups to try and understand the right messaging and right offers for each of those groups. And we're also helping them with at risk. Audi's is S O. That's more on the financial side. Which of your customers are really struggling due to the pandemic. And how do you respond? >>So it's awesome. Thank you. You know it Zafon e I mean somebody. I saw Twitter poll today asking if we measure our screen time and I said, Oh my no eso Matt, let me ask you. You spend a ton of time and financial services. You really kind of cut your teeth there, and it's always been very data oriented. You've seen a lot of changes tell us about how your customers are bringing together data, the skills that people obviously a big part of the equation and applications to really put data at the center of their universe. What's new and different that these companies are getting out of the investments in data and skills. >>That's a great question. Um, the acceleration that Amy mentioned Israel, Um, we're seeing a particularly this year, but I think even in the past few years, the reluctance of customers to embrace. The cloud is behind us. And now there's this massive acceleration to be able to go faster on, and in some ways the new entrance into this category have an advantage versus, you know, the companies that have been in the space, whether it's financial services or beyond. Um, and in a lot of ways they are are seeing the cloud and services like snowflakes as a way toe not only catch up but leapfrog your competitors and really deliver a differentiated experience to your customers to your business, internally or externally. Um, and this past, you know, however long this crisis has been going on, has really only accelerated that, because now there's a new demand. Understand your customer better your your business better with with your traditional data sources and also new alternative data sources, Um, and also be able to take a pulse. One of things that we learned which was you know, I opening experience was as the crisis unfolded, one of our data partners decided to take the data sets about where the cases where were happening from the Johns Hopkins and World Health Organization and put that on our platform and it became a runaway hit. Where now, with thousands of our customers overnight, we're using this data to understand how their business was doing versus how the crisis was unfolding in real time. On this has been a game changer, and I think it's only it's only scratching the surface of what now the world will be able to do when data is really at their fingertips. You're not hindered by your legacy platforms. >>I wrote about that back in the early days of the pandemic when you guys did that and talked about some of the changes that you guys enabled. And you know you're right about Cloud. I mean, financial services. Cloud used to be an evil word, and now it's almost become a mandate. Amy, I >>wonder if you >>could tell us a little bit more about what? What you know your customers they're having to work through in order to achieve some of these outcomes. I mean, I'm interested in the starting point. I've been talking a lot and writing a lot on talking to practitioners about what I call the data lifecycle. Sometimes people call it the data pipeline. It's it's a complicated matter, but those customers and companies that can put data at the center and really treat that pipeline is, you know, the heart of their organization, if you will, Really succeeding. What are you seeing and what really is the starting point there? >>Yes, yes, that's a good question. And as you mentioned, first party, I mean, we start with first party data. Right? First party data is critical to understanding consumers on been in different verticals, different companies. Different brands have varying levels of first party data. So retailers gonna have a lot more first party data financial services company, then say an auto manufacturer. Uh, while many marketers have that first party data to really have a 3 60 view of the customer, they need third party data as well. And that's where experience comes in. We help brands connect those disparate data sets both 1st and 3rd party baked data to better understand consumers and create a single customer view, which has a number of applications. I think the last that I heard was that there's about eight devices on average per person. I always joke that we're gonna have these enormous. I mean, that that number is growing we're gonna have these enormous charging stations in our house, and I think we're because all the different devices and way seamlessly move from device to device along our customer journey. And, um, if the brand doesn't understand who we are, it's much harder for the brand to connect with consumers and create a positive customer experience and way site that about 95% of companies are actually that they are looking to achieve that single customer view. They recognize, um, that they need that. And they've aligned various teams from e commerce to marketing to sales so at a minimum in just their first party data, and then connect that data to better understand, uh, consumers. So consumers can interact with the brand through website and mobile app in store visits, um, by the phone TV ad, etcetera. And a brand needs to use all of those touchpoints often collected by different parts of the organization and then adding that third party data to really understand the consumers in terms of specific use cases, Um, there's there's about three that come to mind. So there's first. There's relevant advertising and reaching the right customer. There's measurement s or being able to evaluate your advertising efforts. Uh, if you see an ad on if I see it out of my mobile and then I by by visiting a desktop website, understanding or I get a direct mail piece understanding that those connect those interactions are all connected to the same person is critical for measurement. And then there's, uh, there's personalization, um, which includes improved customer experience amongst your own, um, touch points with that consumer Parsons marketing communication and then, of course, um, analytics. So those are the use cases we're seeing? Great. >>Thank you, Amy. I'm at you Can't really talk about data without talking about, >>you know, >>governance and and and compliance. And I remember back in 2006 when the Federal Rules of Civil Procedure went in, it was easy. The lawyers just said, No, nobody can have access, but that's changed. One of things I like about what snowflakes doing with the data cloud is it's really about democratizing access, but doing so in a way that gives people confidence that they only have access to the right data. So maybe you could talk a little bit about how you're thinking about this topic what you're doing to help customers navigate, which has traditionally been such a really challenging problem. >>No, it's another great question. Um, this is where I think the major disruption is happening. Um, and what Amy described being able to join together 1st and 3rd party data sets. Um, being able to do this was always a challenge because data had to be moved around, had to ship my first party data to the other side. The third party data had to be shipped to me. And being able to join those data sets together, um was problematic at best. And now, with the focus on privacy and protecting P, I, um, this is this is something that has to change. And the good news is with the data cloud data does not have to move. Data can stay where it belongs experience and keep its data experience. Customers can hold on to their data. Yet the data can be joined together on this universal global platform that we call the data cloud. On top of that, and particularly with the regulations that are coming out that are going to prevent data from being collected on either a mobile device or in wet warn as cookies and Web browsers. New approaches and we're seeing this a lot in our space, both in financials and in media is to set up these data clean rooms where both sides can give access to one another but not have to reveal any P i i to do that joint. Um, this is gonna be huge right now. You actually can protect your your customers, private your consumers, private identities, but still accomplish that. Join that Amy mentioned to be able to thio, relate the cause and effect of these campaigns and really understand the signals that these data sets are trying to say about one another again without having to move data without having to reveal P. I We're seeing this happening now. This is this is the next big thing that we're gonna see explode over the next months and years to come. >>I totally agree massive changes coming in public policy in this area, and I wanted we only have a few minutes left. I wonder if for our audience members that you know, looking for some advice, what's the what's the one thing you'd recommend? They start doing differently or consider putting in place That's going to set them up for success over the next decade. >>Yeah, that's a good question. Um, you know, I think e always say, you know, first harness all of your first party data across all touchpoints. Get that first party data in one place and working together psychic back that data with trusted third parties and mats, just in some ways to do that and then third, always with the customer first speak their language, uh, where and when they want to be, uh, reached out thio on and use the information. You have to really create a better a better customer experience for your customers. >>Matt. What would you add to that? Bring us home if you would >>applications. Um, the idea that data can now be your data can now be pulled into your own business applications the same way that Netflix and Spotify are pulled into your consumer and lifestyle applications again without data moving these personalized applications experiences is what I encourage everyone to be thinking about from first principles. What would you do in your next app that you're going to build? If you had all of your consumers. Consumers had access to their data in the APP and not having to think about things, you know, from scratch. Leverage the data cloud leverage these, you know, service providers like experience and build the applications of tomorrow. >>I'm super excited when I talked to practitioners like yourselves about the future of data Guys. Thanks so much for coming on. The Cube was really a pleasure having you and hope we can continue this conversation in the future. >>Thank you. >>Anything. >>All right. Thank you for watching. Keep it right there. We've got great content. Tons of content coming at the Snowflake Data Cloud Summit. This is Dave Volonte for the Cube. Keep it right there.
SUMMARY :
All right, allow me to introduce our next guest. nice to be here. And really, if you could address maybe some of the changes that you're seeing as a of data and technology to make the right marketing decisions and better understand and connect with consumers. a big part of the equation and applications to really put data at the center of their universe. And now there's this massive acceleration to be able to go faster on, I wrote about that back in the early days of the pandemic when you guys did that and talked about some of the changes lot on talking to practitioners about what I call the data lifecycle. And a brand needs to use all have access to the right data. And being able to join those data sets together, um was problematic at best. I wonder if for our audience members that you know, looking for some advice, You have to really create a better a better customer Bring us home if you would having to think about things, you know, from scratch. The Cube was really a pleasure having you and hope we can continue this conversation Thank you for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Amy Irwin | PERSON | 0.99+ |
Matt Glickman | PERSON | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
Amy | PERSON | 0.99+ |
2006 | DATE | 0.99+ |
Johns Hopkins | ORGANIZATION | 0.99+ |
Parsons | ORGANIZATION | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
World Health Organization | ORGANIZATION | 0.99+ |
thousands | QUANTITY | 0.99+ |
U. S. | LOCATION | 0.99+ |
today | DATE | 0.99+ |
Spotify | ORGANIZATION | 0.99+ |
one place | QUANTITY | 0.99+ |
Aimee Irwin | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
each | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
Snowflake Data Cloud Summit | EVENT | 0.99+ |
Federal Rules of Civil Procedure | TITLE | 0.99+ |
Matt | PERSON | 0.99+ |
both sides | QUANTITY | 0.99+ |
first party | QUANTITY | 0.98+ |
two cities | QUANTITY | 0.98+ |
2020 | DATE | 0.98+ |
both | QUANTITY | 0.98+ |
tomorrow | DATE | 0.98+ |
first party | QUANTITY | 0.98+ |
about 95% | QUANTITY | 0.98+ |
first | QUANTITY | 0.98+ |
Audi | ORGANIZATION | 0.97+ |
Azaz | PERSON | 0.97+ |
pandemic | EVENT | 0.97+ |
about 300 million people | QUANTITY | 0.96+ |
One | QUANTITY | 0.96+ |
first principles | QUANTITY | 0.95+ |
about eight devices | QUANTITY | 0.95+ |
First party | QUANTITY | 0.94+ |
3 | QUANTITY | 0.94+ |
Israel | LOCATION | 0.94+ |
ORGANIZATION | 0.93+ | |
Kobe | ORGANIZATION | 0.93+ |
next decade | DATE | 0.92+ |
1st | QUANTITY | 0.91+ |
Eso | ORGANIZATION | 0.91+ |
third | QUANTITY | 0.91+ |
Tons of content | QUANTITY | 0.9+ |
Cloud Summit | EVENT | 0.78+ |
single customer view | QUANTITY | 0.77+ |
this year | DATE | 0.71+ |
early days | DATE | 0.71+ |
view | QUANTITY | 0.7+ |
Cloud | TITLE | 0.68+ |
single customer | QUANTITY | 0.68+ |
3rd | QUANTITY | 0.67+ |
Zafon | ORGANIZATION | 0.64+ |
about three | QUANTITY | 0.59+ |
Cube | COMMERCIAL_ITEM | 0.5+ |
60 | OTHER | 0.47+ |
Cube | ORGANIZATION | 0.46+ |
A Cardiovascular Bio Digital Twin
>> Hello, welcome to the final day of the NTT Research Summit Upgrade 2020. My name is Joe Alexander and I belong to the Medical and Health Informatics lab, so-called MEI lab, and I lead the development of the bio digital twin. I'd like to give you a high level overview of what we mean by bio digital twin, what some of our immediate research targets are, and a description of our overall approach. You will note that my title is not simply bio digital twin, but more specifically a cardiovascular bio digital twin and you'll soon understand why. What do we mean by digital twin? For our project, we're taking the definition on approach used in commercial aviation, mostly for predictive maintenance of jet engines. A digital twin is an up-to-date virtual representation, an electronic replica if you will. Now, if anything which gives you real-time insight into the status of the real-world asset to enable better management and to inform decision-making. It aims to merge the real and the virtual world. It enables one to design, simulate, and verify products digitally, including mechanics and multi-physics. It allows integration of complex systems. It allows for predictive maintenance through direct real-time monitoring of the health and structure of the plane parts, mitigating danger. It enables monitoring of all machines anywhere at all times. This allows feeding back insights to continuously optimize the digital twin of the product, which in turn leads to continuous improvement of the product in the real world. A robust platform is needed for digital twins to live, learn and run. Because we aim to apply these concepts to biological systems for predictive maintenance of health, we use the term bio digital twin. We're aiming for a precision medicine and predictive health maintenance. And while ultimately we intend to represent multiple organ systems and the diseases affecting them, we will start with the cardiovascular system. When we revisit concepts from the last slide, there's the one-to-one mapping as you can see on this slide. A cardiovascular bio digital twin is an up-to-date virtual representation as well, but of a cardiovascular system, which gives you real-time insight into the status of the cardiovascular system of a real world patient to enable better care management and to inform clinical decision-making. It does so by merging the real and virtual world. It enables one to design, simulate, and verify drug and device treatments digitally, including cardiovascular mechanics and multi-physics. It allows integration of complex organ systems. It allows for predictive maintenance of health care through direct real-time monitoring of the health and functional integration, or excuse me, functional integrity of body parts, mitigating danger. It enables monitoring of all patients anywhere at all times. This allows feedback to continuously optimize the digital twins of subjects, which in turn leads to continuous improvements to the health of subjects in the real world. Also a robust platform is needed for digital twins to live, learn, and run. One platform under evaluation for us is called embodied bio-sciences. And it is a cloud-based platform leveraging AWS distributed computing database and cuing solutions. There are many cardiovascular diseases that might be targeted by cardiovascular bio digital twin. We have chosen to focus on the two most common forms of heart failure, and those are ischemic heart failure and hypertensive heart failure. Ischemic heart failure is usually due to coronary artery disease and hypertensive heart failure usually is secondary to high blood pressure. By targeting heart failure, number one, it forces us to automatically incorporate biological mechanisms, common to many other cardiovascular diseases. And two, heart failure is an area of significant unmet medical need, especially given the world's aging population. The prevalence of heart failure is estimated to be one to one and a half. I'm sorry, one to 5% in the general population. Heart failure is a common cause of hospitalization. The risk of heart failure increases with age. About a third to a half of the total number of patients diagnosed with heart failure, have a normal ejection fraction. Ischemic heart failure occurs in the setting of an insult to the coronary arteries causing atherosclerosis. The key physiologic mechanisms of ischemic heart failure are increased myocardial oxygen demand in the face of a limited myocardial oxygen supply. And hypertensive heart failure is usually characterized by complex myocardial alterations resulting from the response to stress imposed by the left ventricle by a chronic increase in blood pressure. In order to achieve precision medicine or optimized and individualized therapies for heart failure, we will develop three computational platforms over a five-year period. A neuro-hormonal regulation platform, a mechanical adaptation platform and an energetics platform. The neuro-hormonal platform is critical for characterizing a fundamental feature of chronic heart failure, which is neuro-humoral activation and alterations in regulatory control by the autonomic nervous system. We will also develop a mechanical adaptation and remodeling platform. Progressive changes in the mechanical structure of the heart, such as thickening or thinning a bit muscular walls in response to changes in workloads are directly related to future deterioration in cardiac performance and heart failure. And we'll develop an energetics platform, which includes the model of the coronary circulation, that is the blood vessels that supply the heart organ itself. And will thus provide a mechanism for characterizing the imbalances between the oxygen and metabolic requirements of cardiac tissues and their lack of availability due to neuro-hormonal activation and heart failure progression. We consider it the landscape of other organizations pursuing innovative solutions that may be considered as cardiovascular bio digital twins, according to a similar definition or conceptualization as ours. Some are companies like the UT Heart, Siemens Healthineers, Computational Life. Some are academic institutions like the Johns Hopkins Institute for Computational Medicine, the Washington University Cardiac Bio Electricity and Arrhythmia Center. And then some are consortia such as echos, which stands for enhanced cardiac care through extensive sensing. And that's a consortium of academic and industrial partners. These other organizations have different aims of course, but most are focused on cardiac electrophysiology and disorders of cardiac rhythm. Most use both physiologically based and data driven methods, such as artificial intelligence and deep learning. Most are focused on the heart itself without robust representations of the vascular load, and none implement neuro hormonal regulation or mechanical adaptation and remodeling, nor aim for the ultimate realization of close loop therapeutics. By autonomous closed loop therapeutics, I mean, using the cardiovascular bio digital twin, not only to predict cardiovascular events and determine optimal therapeutic interventions for maintenance of health or for disease management, but also to actually deliver those therapeutic interventions. This means not only the need for smart sensors, but also for smart actuators, smart robotics, and various nanotechnology devices. Going back to my earlier comparisons to commercial aviation, autonomous closed loop therapeutics means not only maintenance of the plane and its parts, but also the actual flying of the plane in autopilot. In the beginning, we'll include the physician pilots in the loop, but the ultimate goal is an autonomous bio digital twin system for the cardiovascular system. The goal of realizing autonomous closed loop therapeutics in humans is obviously a more longterm goal. We're expecting to demonstrate that first in animal models. And our initial thinking was that this demonstration would be possible by the year 2030, that is 10 years. As of this month, we were planning ways of reaching this target even sooner. Finally, I would also like to add that by setting our aims at such a high ambition target, we drive the quality and accuracy of old milestones along the way. Thank you. This concludes my presentation. I appreciate your interest and attention. Please enjoy the remaining sessions, thank you.
SUMMARY :
of the product in the real world.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
UT Heart | ORGANIZATION | 0.99+ |
Johns Hopkins Institute for Computational Medicine | ORGANIZATION | 0.99+ |
Joe Alexander | PERSON | 0.99+ |
one | QUANTITY | 0.99+ |
Washington University Cardiac Bio Electricity | ORGANIZATION | 0.99+ |
Siemens Healthineers | ORGANIZATION | 0.99+ |
Arrhythmia Center | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
10 years | QUANTITY | 0.99+ |
2030 | DATE | 0.99+ |
Computational Life | ORGANIZATION | 0.99+ |
One platform | QUANTITY | 0.98+ |
two | QUANTITY | 0.97+ |
both | QUANTITY | 0.97+ |
one and a half | QUANTITY | 0.97+ |
5% | QUANTITY | 0.95+ |
NTT Research Summit Upgrade 2020 | EVENT | 0.95+ |
three | QUANTITY | 0.94+ |
first | QUANTITY | 0.93+ |
this month | DATE | 0.92+ |
MEI | ORGANIZATION | 0.9+ |
About a third | QUANTITY | 0.78+ |
atherosclerosis | OTHER | 0.78+ |
a half | QUANTITY | 0.75+ |
two most common forms | QUANTITY | 0.73+ |
echos | ORGANIZATION | 0.72+ |
platforms | QUANTITY | 0.71+ |
twins | QUANTITY | 0.71+ |
a five-year period | QUANTITY | 0.7+ |
twin | OTHER | 0.68+ |
twin | COMMERCIAL_ITEM | 0.66+ |
bio | OTHER | 0.61+ |
Twin | COMMERCIAL_ITEM | 0.59+ |
number one | QUANTITY | 0.59+ |
twin | QUANTITY | 0.56+ |
and Health | ORGANIZATION | 0.49+ |
bio digital twin | OTHER | 0.48+ |
digital twin | COMMERCIAL_ITEM | 0.46+ |
Ajay Vohora and Ved Sen | SmartData Marketplaces
>> Narrator: From around the globe, it's "theCUBE" with digital coverage of Smart Data Marketplaces brought to you by Io-Tahoe. >> We're back. We're talking about smart data and have been for several weeks now. Really it's all about injecting intelligence and automation into the data life cycle of the data pipeline. And today we're drilling into Smart Data Marketplaces, really trying to get to that self-serve, unified, trusted, secured, and compliant data models. And this is not trivial. And with me to talk about some of the nuances involved in actually getting there with folks that have experienced doing that. They'd send a series of digital evangelist with Tata Consultancy Services, TCS. And Ajay Vohora is back, he's the CEO of Io-Tahoe. Guys, great to see you, thanks so much for coming on. >> Good to see you, Dave. >> Hey Dave. >> Ajay, let's start with you. Let's set up the sort of smart data concept. What's that all about? What's your perspective? >> Yeah, so I mean, our way of thinking about this is you you've got data, it has latent value, and it's really about discovering what the properties of that data. Does it have value? Can you put that data to work? And the way we go about that with algorithms and machine learning, to generate signals in that data identified patterns, that means we can start to discover how can we apply that data to down stream? What value can we unlock for a customer and business? >> Well, so you've been on this, I mean, really like a laser, why? I mean, why this issue? Did you see a gap in the marketplace in terms of talking to customers and maybe you can help us understand the origin? >> Yeah, I think that the gap has always been there. They've been, it's become more apparent over recent times with big data. So the ability to manually work with volumes of data in petabytes is prohibitively complex and expensive. So you need the different routes, you need different set of tools and methods to do that. Metadata are data that you can understand about data. That's what we at Io-Tahoe focus on, discovering and generating that metadata. That ready, that analogy to automate those data ops processes. So the gap David, is being felt by a business owner prizes and all sectors, healthcare, telecoms, and putting that data to work. >> So Ved, Let's talk a little bit about your role. You work with a lot of customers. I see you as an individual in a company who's really trying to transform what is a very challenging industry. That's sort of ripe for transformation, but maybe you could give us your perspective on this, what kind of signals you're looking for from the data pipeline and we'll get into how you are helping transform healthcare? >> Thanks, David. You know I think this year has been one of those years where we've all realized about this idea of unknown unknowns, where something comes around the corner that you're completely not expecting. And that's really hard to plan for obviously. And I think what we need is the ability to find early signals and be able to act on things as soon as you can. Sometimes, and you know, the COVID-19 scenario of course, is hopefully once in a generation thing, but most businesses struggle with the idea that they may have the data there in their systems, but they still don't know which bit of that is really valuable and what are the signals they should be watching for. And I think the interesting thing here is the ability for us to extract from a massive data, the most critical and important signals. And I think that's where we want to focus on. >> And so, talk a little bit about healthcare in particular and sort of your role there, and maybe at a high level. How Tata and your eco-system are helping transform healthcare? >> So if you look at healthcare, you've got the bit where people need active intervention from a medical professional. And then you've got this larger body of people, typically elderly people who aren't unwell, but they have frailties. They have underlying conditions and they're very vulnerable, especially in the world that we're in now in the post-COVID-19 scenario. And what we were trying to look at is how do we keep people who are elderly, frail and vulnerable? How can we keep them safe in their own homes rather than moving to care homes, where there has been an incredibly high level of infection for things like COVID-19. So the world works better if you can keep people safe in their own homes, if you can see the slide we've got. We're also talking about a world where care is expensive. In most Western countries, especially in Western Europe, the number of elderly people is increasing as a percentage of the population, quite significantly, and resources just are not keeping up. We don't have enough people. We don't have enough funding to look after them effectively. And the care industry that used to do that job has been struggling of late. So it's kind of a perfect storm for the need for technology intervention there. And in that space, what we're saying is the data signal that we want to receive are exactly what as a relative, or a son or daughter you might want from a parent to say, "Everything's okay. "We know that today's been just like every other day "there are no anomalies in your daily living." If you could get the signals that might tell us that something's wrong, something not quite right. We don't need very complex diagnostics. We just need to know something's not quite right, that my dad hasn't woken up as has always at seven o'clock, but till nine o'clock there's no movement. Maybe he's a bit unwell. It's that kind of signal that if we can generate, can make a dramatic difference to how we can look out for these people, whether through professional carers or through family members. So what we're looking to do is to sensor-enable homes of vulnerable people so that those data signals can come through to us in a curated manner, in a way that protects privacy and security of the individual, but gives the right people, which is carers or chosen family members the access to the signals, which is alerts that might tell you there was too much movement at night, or the front door was been left open, things like that that would give you a reason to call him and check. Everybody has spoken to in this always has an example of an uncle or a relative or parent that they've looked after. And all they're looking for is a signal. Even stories like my father's neighbor calls me when he doesn't open his curtain by 11 o'clock, that actually, if you think about it is a data signal that something might be all right. And I think what we're trying to do with technology is create those kinds of data signals because ultimately, the healthcare system works much better if you can prevent rather than cure. So every dollar that you put into prevention saves maybe $3 to $5 downstream. The economic summit also are working our favor. >> And those signals give family members the confidence to act. Ajay, it is interesting to hear what Ved was talking about in terms of the unknowns, because when you think about the early days of the computer industry, there were a lot of knowns, the processes were known. It was like the technology was the big mystery. Now, I feel like it's flipped. We've certainly seen that with COVID. The technology is actually quite well understood and quite mature and reliable. One of the examples is automated data discovery, which is something that you guys have been been focused on at Io-Tahoe. Why is automated data discovery such an important component of a smart data life cycle? >> Yeah. I mean, if we look David at the schematic and this one moves from left to right where right at the outset with that latent data, the value is late because you don't know. Does it have? Can it be applied? Can that data be put to work or not? And the objective really is about driving some form of exchange or monetization of data. If you think about it in insurance or healthcare, you've got lots of different parties, providers, payers, patients, everybody's looking to make some kind of an exchange of information. The difficulty is in all of those organizations, that data sits within its own system. So data discovery, if we drill into the focus itself that, it's about understanding which data has value, classifying that data so that it can be applied and being able to tag it so that it can then be put to use it's the real enabler for DataOps. >> So maybe talk a little bit more about this. We're trying to get to self-service. It's something that we hear a lot about. You mentioned putting data to work. It seems to me that if the business can have access to that data and serve themselves, that's the way to put data to work. Do you have thoughts on that? >> Yeah, I mean, thinking back in terms of what IT and the IT function in a business could provide, there have been limitations around infrastructure, around scaling, around compute. Now that we're in an economy that is digital driven by API's your infrastructure, your data, your business rules, your intelligence, your models, all of those on the back of an API. So the options become limitless. How you can drive value and exchange that data. What that allows us to do is to be more creative, if we can understand what data has value for what use case. >> Ved, Let's talk a little bit about the US healthcare system. It's a good use case. I was recently at a chief data officer conference and listening to the CDO of Johns Hopkins, talk about the multiple different formats that they had to ingest to create that COVID map. They even had some PDFs, they had different definitions, and that's sort of underscored to me, the state of the US healthcare industry. I'm not as familiar with the UK and Europe generally, but I am familiar with the US healthcare system and the diversity that's there, the duplication of information and the like, maybe you could sort of summarize your perspectives and give us kind of the before and your vision of the after, if you will? >> The use of course, is particularly large and complex system. We all know that. We also know, I think there is some research that suggests that in the US the per-capita spend on healthcare is among the highest in the world. I think it's like 70%, and that compares to what just under 9%, which is going to be European, typical European figure. So it's almost double of that, but the outcomes are still vastly poor. When Ajay and I were talking earlier, I think we believe that there is a concept of a data friction. When you've got multiple players in an eco-system, trying to provide a single service as a patient, you're receiving a single health care service. There are probably a dozen up to 20 different organizations that have to collaborate to make sure you get that top of the line health care service. That kind of investment deserves. And what prevents it from happening very often is what we would call data friction, which is the ability to effectively share data. Something as simple as a healthcare record, which says, "This is Dave, this is Ved, this is Ajay." And when we go to hospital for anything, whatever happens, that healthcare record can capture all the information and tie to us as an individual. And if you go to a different hospital, then that record will follow you. This is how you would expect that to be implemented, but I think we're still on that journey. There are lots and lots of challenges. I've seen anecdotal data around people who suffered because they weren't carrying a card when they went into hospital, because that card has the critical elements of data, but in today's world, should you need to carry a piece of paper or can the entire thing be a digital data flow that can easily be, can certainly navigate through lack of paper and those kinds of things. So the vision that I think we need to be looking at is an effective data exchange or marketplace back with a kind of a backbone model where people agree and sign off a data standard, where each individual's data is always tied to the individual. So if you were to move States, if you would move providers, change insurance companies, none of that would impact your medical history, your data, and the ability to have the other care and medical professionals to access the data at the point of need and at the point of healthcare delivery. So I think that's the vision we're looking at, but as you rightly you said that there are enormous number of challenges, partly because of the history, of healthcare, I think it was technology enablement of healthcare started early. So there's a lot of legacy as well. So we shouldn't trivialize the challenges that the industry faces, but that I think is the way we want to go. >> Well, privacy is obviously a huge one, and a lot of the processes are built around non-digital processes and what you're describing as a flip for digital first. I mean, as a consumer, as a patient, I want an app for that. So I can see my own data. I can see price, price transparency, give access to people that I think need it. And that is a daunting task, isn't it? >> Absolutely. And I think the implicit idea and what you just said, which is very powerful is also on the app you want to control. >> Yes. >> And sometimes you want to be able to change access on data at that point. Right now, I'm at the hospital. I would like to access my data. And when I walk away or maybe three days later, I want to revoke that access. It's that level of control. And absolutely, it is by no means a trivial problem, but I think that's where you need the data automation tools. If you try to do any of this manually, we'd be here for another decade trying to solve this, but that's where tools like Io-Tahoe come in because to do this, a lot of the heavy lifting behind the scenes has to be automated. There has to be a machine churning that and presenting the simpler options. And I know you were talking about it just a little while ago Ajay. I was reminded of the example of a McDonald's or a Coke, because the sales store idea that you can go in and you can do your own ordering off a menu, or you can go in and select five different flavors from a Coke machine and choose your own particular blend of Coke. It's a very trivial example, but I think that's the word we want to get to with access of data as well. If it was that simple for consumers, for enterprise, business people, for doctors, then that's where we ultimately want to be able to arrive. But of course, to make something very simple for the end-user, somebody has to solve for complexity behind the scenes. >> So Ajay, it seems to me Ajay there're two major outcomes here. One is of course, the most important I guess, is patient outcomes, and the other is cost. I mean, they talked about the cost issues, we all, US especially understand the concerns about rising costs of healthcare. My question is this, how does a Smart Data Marketplace fit into achieving those two very important outcomes? >> When we think about how automation is enabling that, where we've got different data formats, the manual tasks are involved, duplication of information. The administrative overhead of that alone and the work, the rework, and the cycles of work that generates. That's really what we're trying to help with data is to eliminate that wasted effort. And with that wasted effort comes time and money to employ people to work through those siloed systems. So getting to the point where there is an exchange in a marketplace just as they would be for banking or insurance is really about automating the classification of data to make it available to a system that can pick it up through an API and to run a machine learning model and to manage a workflow, a process. >> Right, so you mentioned backing insurance, you're right. I mean, we've actually come a long way and just in terms of, know the customer and applying that to know the patient would be very powerful. I'm interested in what you guys are doing together, just in terms of your vision. Are you going to market together, kind of what you're seeing in terms of promoting or enabling this self-service, self-care. Maybe you could talk a little bit about Io-Tahoe and Tata, the intersection at the customer? >> Sure. I think we've been very impressed with the TCS vision of 4.0, how the re-imagining traditional industries, whether it's insurance, banking, healthcare, and bringing together automation, agile processes, robotics, AI, and once those enablers, technology may have brought together to re-imagine how those services can be delivered digitally. All of those are dependent on data. So we see that there's a really good fit here to enable understanding the legacy, the historic situation that has built up over time in an organization, a business and to help shine a light on what's meaningful in that to migrate to the cloud or to drive a digital twin, data science project. >> Ved, anything you can add to that? >> Sure. I mean, we do take the business 4.0 model quite seriously in terms of a lens with which you look at any industry, and what I talked about in healthcare was an example of that. And for us business 4.0, means a few very specific things. The technology that we use in today's verse should be agile, automated, intelligent, and cloud-based. These have become kind of hygiene factors now. On top of that, the businesses we build should be mass customized. They should be risk embracing. They should engage ecosystems, and they should strive for exponential value, not 10% growth year on year, but doubling, tripling every three, four years, because that's the competition that most businesses are facing today. And within that, the Tata group itself, is an extremely purpose-driven business. We really believe that we exist to serve communities, not just one specific set, i.e. shareholders, but the broader community in which we live and work. And I think this framework also allows us to apply that to things like healthcare, to education and to a whole vast range of areas where, everybody has a vision of using data science or doing really clever stuff at the gradients. But what becomes clear is, to do any of that, the first thing you need is a foundational piece. And as a foundation isn't right, then no matter how much you invest in the data science tools you won't get the answers you want. And the work we're doing with the Io-Tahoe really, for me, is particularly exciting because it sorts out that foundational piece. And at the end of it, to make all of this, again, I will repeat that, to make it simple and easy to use for the end user, whoever that is. And I realized that I'm probably the first person who's used fast food as a shining example for healthcare in this discussion, but you can make a lot of different examples. And today, if you press a button and start a car, that's simplicity, but someone has solved for that. And that's what we want to do with data as well. >> Yeah, that makes a lot of sense to me. We talk a lot about digital transformation and a digital business, and I would observe that a digital business puts data at the core. And you can certainly be the best example. There is, of course, Google is an all digital business, but take a company like Amazon, Who's got obviously a massive physical component to its business. Data is at the core. And that's exactly my takeaway from this discussion. Both of you are talking about putting data at the core, simplifying it, making sure that it's compliant, and healthcare it's taking longer, 'cause it's such a high risk industry, but it's clearly happening, COVID I guess, was an accelerant. Guys, Ajay, I'll start with you. Any final thoughts that you want to leave the audience with? _ Yeah, we're really pleased to be working with TCS. We've been able to explore how we're able to put dates to work in a range of different industries. Ved has mentioned healthcare, telecoms, banking and insurance are others. And the same impact they speak to whenever we see the exciting digital transformations that are being planned, being able to accelerate those, unlock the value from data is where we're having a purpose. And it's good that we can help patients in the healthcare sector, consumers in banking realize a better experience through having a more joined up marketplace with their data. >> Ved, you know what excites me about this conversation is that, as a patient or as a consumer, if I'm helping loved ones, I can go to the web and I can search, and I can find a myriad of possibilities. What you're envisioning here is really personalizing that with real time data. And that to me is a game changer. Your final thoughts? >> Thanks, David. I absolutely agree with you that the idea of data centricity and simplicity are absolutely forefront, but I think if we were to design an organization today, you might design it very differently to how most companies today are structured. And maybe Google and Amazon are probably better examples of that because you almost have to think of a business as having a data engine room at its core. A lot of businesses are trying to get to that stage, whereas what we call digital natives, are people who have started life with that premise. So I absolutely agree with you on that, but extending that a little bit. If you think of most industries as eco-systems that have to collaborate, then you've got multiple organizations who will also have to exchange data to achieve some shared outcomes. Whether you look at supply chains of automobile manufacturers or insurance companies or healthcares we've been talking about. So I think that's the next level of change we want to be able to make, which is to be able to do this at scale across organizations at industry level or in population scheme for healthcare. >> Yeah, Thank you for that. Go ahead Ajay. >> David that's where it comes back to again, the origination where we've come from in big data. The volume of data combined with the specificity of individualizing, personalizing a service around an individual amongst that massive data from different providers is where is exciting, that we're able to have an impact. >> Well, and you know Ajay, I'm glad you brought that up because in the early days of big data, there were only a handful of companies, the biggest financial institutions. Obviously, the internet giants who had all these engineers that were able to take advantage of it. But with companies like Io-Tahoe and others, and the investments that the industry has made in terms of providing the tools and simplifying that, especially with machine intelligence and AI and machine learning, these are becoming embedded into the tooling so that everybody can have access to them, small, medium, and large companies. That's really, to me, the exciting part of this new era that we're entering. >> Yeah, and we have placed those, take it down to the level of not-for-profits and smaller businesses that want to innovate and leapfrog into, to growing their digital delivery of their service. >> And I know a lot of time, but Ved, what you were saying about TCS's responsibility to society, I think is really, really important. Large companies like yours, I believe, and you clearly do as well, have a responsibility to society more than just a profit. And I think, Big Tech it's a better app in a lot of cases, but so thank you for that and thank you gentlemen for this great discussion. I really appreciate it. >> Thanks David. >> Thank you. >> All right, keep it right there. I'll be right back right after this short break. This is Dave Vellante for theCUBE. (calm music)
SUMMARY :
brought to you by Io-Tahoe. of the data pipeline. What's that all about? And the way we go about and putting that data to work. from the data pipeline the ability to find early and sort of your role there, the access to the signals, One of the examples is the value is late because you don't know. that's the way to put data to work. and the IT function in a and listening to the CDO of Johns Hopkins, and that compares to what and a lot of the processes are built also on the app you want behind the scenes has to be automated. One is of course, the of that alone and the work, that to know the patient in that to migrate to the cloud And at the end of it, to make all of this, Yeah, that makes a lot of sense to me. And that to me is a game changer. of that because you almost Yeah, Thank you for that. the origination where we've and the investments that the those, take it down to the level And I know a lot of time, This is Dave Vellante for theCUBE.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Ajay Vohora | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
$3 | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Dave | PERSON | 0.99+ |
Tata Consultancy Services | ORGANIZATION | 0.99+ |
Io-Tahoe | ORGANIZATION | 0.99+ |
70% | QUANTITY | 0.99+ |
$5 | QUANTITY | 0.99+ |
Ajay | PERSON | 0.99+ |
TCS | ORGANIZATION | 0.99+ |
Western Europe | LOCATION | 0.99+ |
COVID-19 | OTHER | 0.99+ |
Both | QUANTITY | 0.99+ |
Ved | PERSON | 0.99+ |
seven o'clock | DATE | 0.99+ |
11 o'clock | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
Ved Sen | PERSON | 0.99+ |
US | LOCATION | 0.99+ |
today | DATE | 0.98+ |
single | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
Europe | LOCATION | 0.98+ |
three days later | DATE | 0.98+ |
Tata | ORGANIZATION | 0.98+ |
four years | QUANTITY | 0.98+ |
Coke | ORGANIZATION | 0.97+ |
five different flavors | QUANTITY | 0.97+ |
single service | QUANTITY | 0.97+ |
UK | LOCATION | 0.97+ |
Tata group | ORGANIZATION | 0.95+ |
under 9% | QUANTITY | 0.95+ |
each individual | QUANTITY | 0.94+ |
doubling | QUANTITY | 0.94+ |
every three | QUANTITY | 0.93+ |
a dozen | QUANTITY | 0.92+ |
up to 20 different organizations | QUANTITY | 0.92+ |
Western | LOCATION | 0.92+ |
COVID | TITLE | 0.91+ |
McDonald's | ORGANIZATION | 0.91+ |
10% growth | QUANTITY | 0.9+ |
nine o'clock | DATE | 0.9+ |
one | QUANTITY | 0.9+ |
this year | DATE | 0.89+ |
Johns Hopkins | ORGANIZATION | 0.89+ |
European | OTHER | 0.88+ |
double | QUANTITY | 0.87+ |
first person | QUANTITY | 0.85+ |
two major | QUANTITY | 0.84+ |
one specific set | QUANTITY | 0.79+ |
Ajay Vohora & Ved Sen V1 FOR REVIEW
>> Narrator: From around the globe, it's "theCUBE" with digital coverage of Smart Data Marketplaces brought to you by Io-Tahoe. >> We're back. We're talking about smart data and have been for several weeks now. Really it's all about injecting intelligence and automation into the data life cycle of the data pipeline. And today we're drilling into Smart Data Marketplaces, really trying to get to that self-serve, unified, trusted, secured, and compliant data models. And this is not trivial. And with me to talk about some of the nuances involved in actually getting there with folks that have experienced doing that. They'd send a series of digital evangelist with Tata Consultancy Services, TCS. And Ajay Vohora is back, he's the CEO of Io-Tahoe. Guys, great to see you, thanks so much for coming on. >> Good to see you, Dave. >> Hey Dave. >> Ajay, let's start with you. Let's set up the sort of smart data concept. What's that all about? What's your perspective? >> Yeah, so I mean, our way of thinking about this is you you've got data, it has latent value, and it's really about discovering what the properties of that data. Does it have value? Can you put that data to work? And the way we go about that with algorithms and machine learning, to generate signals in that data identified patterns, that means we can start to discover how can we apply that data to down stream? What value can we unlock for a customer and business? >> Well, so you've been on this, I mean, really like a laser, why? I mean, why this issue? Did you see a gap in the marketplace in terms of talking to customers and maybe you can help us understand the origin? >> Yeah, I think that the gap has always been there. They've been, it's become more apparent over recent times with big data. So the ability to manually work with volumes of data in petabytes is prohibitively complex and expensive. So you need the different routes, you need different set of tools and methods to do that. Metadata are data that you can understand about data. That's what we at Io-Tahoe focus on, discovering and generating that metadata. That ready, that analogy to automate those data ops processes. So the gap David, is being felt by a business owner prizes and all sectors, healthcare, telecoms, and putting that data to work. >> So Ved, Let's talk a little bit about your role. You work with a lot of customers. I see you as an individual in a company who's really trying to transform what is a very challenging industry. That's sort of ripe for transformation, but maybe you could give us your perspective on this, what kind of signals you're looking for from the data pipeline and we'll get into how you are helping transform healthcare? >> Thanks, David. You know I think this year has been one of those years where we've all realized about this idea of unknown unknowns, where something comes around the corner that you're completely not expecting. And that's really hard to plan for obviously. And I think what we need is the ability to find early signals and be able to act on things as soon as you can. Sometimes, and you know, the COVID-19 scenario of course, is hopefully once in a generation thing, but most businesses struggle with the idea that they may have the data there in their systems, but they still don't know which bit of that is really valuable and what are the signals they should be watching for. And I think the interesting thing here is the ability for us to extract from a massive data, the most critical and important signals. And I think that's where we want to focus on. >> And so, talk a little bit about healthcare in particular and sort of your role there, and maybe at a high level. How Tata and your eco-system are helping transform healthcare? >> So if you look at healthcare, you've got the bit where people need active intervention from a medical professional. And then you've got this larger body of people, typically elderly people who aren't unwell, but they have frailties. They have underlying conditions and they're very vulnerable, especially in the world that we're in now in the post-COVID-19 scenario. And what we were trying to look at is how do we keep people who are elderly, frail and vulnerable? How can we keep them safe in their own homes rather than moving to care homes, where there has been an incredibly high level of infection for things like COVID-19. So the world works better if you can keep people safe in their own homes, if you can see the slide we've got. We're also talking about a world where care is expensive. In most Western countries, especially in Western Europe, the number of elderly people is increasing as a percentage of the population, quite significantly, and resources just are not keeping up. We don't have enough people. We don't have enough funding to look after them effectively. And the care industry that used to do that job has been struggling of late. So it's kind of a perfect storm for the need for technology intervention there. And in that space, what we're saying is the data signal that we want to receive are exactly what as a relative, or a son or daughter you might want from a parent to say, "Everything's okay. "We know that today's been just like every other day "there are no anomalies in your daily living." If you could get the signals that might tell us that something's wrong, something not quite right. We don't need very complex diagnostics. We just need to know something's not quite right, that my dad hasn't woken up as has always at seven o'clock, but till nine o'clock there's no movement. Maybe he's a bit unwell. It's that kind of signal that if we can generate, can make a dramatic difference to how we can look out for these people, whether through professional carers or through family members. So what we're looking to do is to sensor-enable homes of vulnerable people so that those data signals can come through to us in a curated manner, in a way that protects privacy and security of the individual, but gives the right people, which is carers or chosen family members the access to the signals, which is alerts that might tell you there was too much movement at night, or the front door was been left open, things like that that would give you a reason to call him and check. Everybody has spoken to in this always has an example of an uncle or a relative or parent that they've looked after. And all they're looking for is a signal. Even stories like my father's neighbor calls me when he doesn't open his curtain by 11 o'clock, that actually, if you think about it is a data signal that something might be all right. And I think what we're trying to do with technology is create those kinds of data signals because ultimately, the healthcare system works much better if you can prevent rather than cure. So every dollar that you put into prevention saves maybe $3 to $5 downstream. The economic summit also are working our favor. >> And those signals give family members the confidence to act. Ajay, it is interesting to hear what Ved was talking about in terms of the unknowns, because when you think about the early days of the computer industry, there were a lot of knowns, the processes were known. It was like the technology was the big mystery. Now, I feel like it's flipped. We've certainly seen that with COVID. The technology is actually quite well understood and quite mature and reliable. One of the examples is automated data discovery, which is something that you guys have been been focused on at Io-Tahoe. Why is automated data discovery such an important component of a smart data life cycle? >> Yeah. I mean, if we look David at the schematic and this one moves from left to right where right at the outset with that latent data, the value is late because you don't know. Does it have? Can it be applied? Can that data be put to work or not? And the objective really is about driving some form of exchange or monetization of data. If you think about it in insurance or healthcare, you've got lots of different parties, providers, payers, patients, everybody's looking to make some kind of an exchange of information. The difficulty is in all of those organizations, that data sits within its own system. So data discovery, if we drill into the focus itself that, it's about understanding which data has value, classifying that data so that it can be applied and being able to tag it so that it can then be put to use it's the real enabler for that per day drops. >> So maybe talk a little bit more about this. We're trying to get to self-service. It's something that we hear a lot about. You mentioned putting data to work. It seems to me that if the business can have access to that data and serve themselves, that's the way to put data to work. Do you have thoughts on that? >> Yeah, I mean, thinking back in terms of what IT and the IT function in a business could provide, there have been limitations around infrastructure, around scaling, around compute. Now that we're in an economy that is digital driven by API's your infrastructure, your data, your business rules, your intelligence, your models, all of those on the back of an API. So the options become limitless. How you can drive value and exchange that data. What that allows us to do is to be more creative, if we can understand what data has value for what use case. >> Ved, Let's talk a little bit about the US healthcare system. It's a good use case. I was recently at a chief data officer conference and listening to the CDO of Johns Hopkins, talk about the multiple different formats that they had to ingest to create that COVID map. They even had some PDFs, they had different definitions, and that's sort of underscored to me, the state of the US healthcare industry. I'm not as familiar with the UK and Europe generally, but I am familiar with the US healthcare system and the diversity that's there, the duplication of information and the like, maybe you could sort of summarize your perspectives and give us kind of the before and your vision of the after, if you will? >> The use of course, is particularly large and complex system. We all know that. We also know, I think there is some research that suggests that in the US the per-capita spend on healthcare is among the highest in the world. I think it's like 70%, and that compares to what just under 9%, which is going to be European, typical European figure. So it's almost double of that, but the outcomes are still vastly poor. When Ajay and I were talking earlier, I think we believe that there is a concept of a data friction. When you've got multiple players in an eco-system, trying to provide a single service as a patient, you're receiving a single health care service. There are probably a dozen up to 20 different organizations that have to collaborate to make sure you get that top of the line health care service. That kind of investment deserves. And what prevents it from happening very often is what we would call data friction, which is the ability to effectively share data. Something as simple as a healthcare record, which says, "This is Dave, this is Ved, this is Ajay." And when we go to hospital for anything, whatever happens, that healthcare record can capture all the information and tie to us as an individual. And if you go to a different hospital, then that record will follow you. This is how you would expect that to be implemented, but I think we're still on that journey. There are lots and lots of challenges. I've seen anecdotal data around people who suffered because they weren't carrying a card when they went into hospital, because that card has the critical elements of data, but in today's world, should you need to carry a piece of paper or can the entire thing be a digital data flow that can easily be, can certainly navigate through lack of paper and those kinds of things. So the vision that I think we need to be looking at is an effective data exchange or marketplace back with a kind of a backbone model where people agree and sign off a data standard, where each individual's data is always tied to the individual. So if you were to move States, if you would move providers, change insurance companies, none of that would impact your medical history, your data, and the ability to have the other care and medical professionals to access the data at the point of need and at the point of healthcare delivery. So I think that's the vision we're looking at, but as you rightly you said that there are enormous number of challenges, partly because of the history, of healthcare, I think it was technology enablement of healthcare started early. So there's a lot of legacy as well. So we shouldn't trivialize the challenges that the industry faces, but that I think is the way we want to go. >> Well, privacy is obviously a huge one, and a lot of the processes are built around non-digital processes and what you're describing as a flip for digital first. I mean, as a consumer, as a patient, I want an app for that. So I can see my own data. I can see price, price transparency, give access to people that I think need it. And that is a daunting task, isn't it? >> Absolutely. And I think the implicit idea and what you just said, which is very powerful is also on the app you want to control. >> Yes. >> And sometimes you want to be able to change access on data at that point. Right now, I'm at the hospital. I would like to access my data. And when I walk away or maybe three days later, I want to revoke that access. It's that level of control. And absolutely, it is by no means a trivial problem, but I think that's where you need the data automation tools. If you try to do any of this manually, we'd be here for another decade trying to solve this, but that's where tools like Io-Tahoe come in because to do this, a lot of the heavy lifting behind the scenes has to be automated. There has to be a machine churning that and presenting the simpler options. And I know you were talking about it just a little while ago Ajay. I was reminded of the example of a McDonald's or a Coke, because the sales store idea that you can go in and you can do your own ordering off a menu, or you can go in and select five different flavors from a Coke machine and choose your own particular blend of Coke. It's a very trivial example, but I think that's the word we want to get to with access of data as well. If it was that simple for consumers, for enterprise, business people, for doctors, then that's where we ultimately want to be able to arrive. But of course, to make something very simple for the end-user, somebody has to solve for complexity behind the scenes. >> So Ajay, it seems to me Ajay there're two major outcomes here. One is of course, the most important I guess, is patient outcomes, and the other is cost. I mean, they talked about the cost issues, we all, US especially understand the concerns about rising costs of healthcare. My question is this, how does a Smart Data Marketplace fit into achieving those two very important outcomes? >> When we think about how automation is enabling that, where we've got different data formats, the manual tasks are involved, duplication of information. The administrative overhead of that alone and the work, the rework, and the cycles of work that generates. That's really what we're trying to help with data is to eliminate that wasted effort. And with that wasted effort comes time and money to employ people to work through those siloed systems. So getting to the point where there is an exchange in a marketplace just as they would be for banking or insurance is really about automating the classification of data to make it available to a system that can pick it up through an API and to run a machine learning model and to manage a workflow, a process. >> Right, so you mentioned backing insurance, you're right. I mean, we've actually come a long way and just in terms of, know the customer and applying that to know the patient would be very powerful. I'm interested in what you guys are doing together, just in terms of your vision. Are you going to market together, kind of what you're seeing in terms of promoting or enabling this self-service, self-care. Maybe you could talk a little bit about Io-Tahoe and Tata, the intersection at the customer? >> Sure. I think we've been very impressed with the TCS vision of 4.0, how the re-imagining traditional industries, whether it's insurance, banking, healthcare, and bringing together automation, agile processes, robotics, AI, and once those enablers, technology may have brought together to re-imagine how those services can be delivered digitally. All of those are dependent on data. So we see that there's a really good fit here to enable understanding the legacy, the historic situation that has built up over time in an organization, a business and to help shine a light on what's meaningful in that to migrate to the cloud or to drive a digital twin, data science project. >> Ved, anything you can add to that? >> Sure. I mean, we do take the business 4.0 model quite seriously in terms of a lens with which you look at any industry, and what I talked about in healthcare was an example of that. And for us business 4.0, means a few very specific things. The technology that we use in today's verse should be agile, automated, intelligent, and cloud-based. These have become kind of hygiene factors now. On top of that, the businesses we build should be mass customized. They should be risk embracing. They should engage ecosystems, and they should strive for exponential value, not 10% growth year on year, but doubling, tripling every three, four years, because that's the competition that most businesses are facing today. And within that, the Tata group itself, is an extremely purpose-driven business. We really believe that we exist to serve communities, not just one specific set, i.e. shareholders, but the broader community in which we live and work. And I think this framework also allows us to apply that to things like healthcare, to education and to a whole vast range of areas where, everybody has a vision of using data science or doing really clever stuff at the gradients. But what becomes clear is, to do any of that, the first thing you need is a foundational piece. And as a foundation isn't right, then no matter how much you invest in the data science tools you won't get the answers you want. And the work we're doing with the Io-Tahoe really, for me, is particularly exciting because it sorts out that foundational piece. And at the end of it, to make all of this, again, I will repeat that, to make it simple and easy to use for the end user, whoever that is. And I realized that I'm probably the first person who's used fast food as a shining example for healthcare in this discussion, but you can make a lot of different examples. And today, if you press a button and start a car, that's simplicity, but someone has solved for that. And that's what we want to do with data as well. >> Yeah, that makes a lot of sense to me. We talk a lot about digital transformation and a digital business, and I would observe that a digital business puts data at the core. And you can certainly be the best example. There is, of course, Google is an all digital business, but take a company like Amazon, Who's got obviously a massive physical component to its business. Data is at the core. And that's exactly my takeaway from this discussion. Both of you are talking about putting data at the core, simplifying it, making sure that it's compliant, and healthcare it's taking longer, 'cause it's such a high risk industry, but it's clearly happening, COVID I guess, was an accelerant. Guys, Ajay, I'll start with you. Any final thoughts that you want to leave the audience with? _ Yeah, we're really pleased to be working with TCS. We've been able to explore how we're able to put dates to work in a range of different industries. Ved has mentioned healthcare, telecoms, banking and insurance are others. And the same impact they speak to whenever we see the exciting digital transformations that are being planned, being able to accelerate those, unlock the value from data is where we're having a purpose. And it's good that we can help patients in the healthcare sector, consumers in banking realize a better experience through having a more joined up marketplace with their data. >> Ved, you know what excites me about this conversation is that, as a patient or as a consumer, if I'm helping loved ones, I can go to the web and I can search, and I can find a myriad of possibilities. What you're envisioning here is really personalizing that with real time data. And that to me is a game changer. Your final thoughts? >> Thanks, David. I absolutely agree with you that the idea of data centricity and simplicity are absolutely forefront, but I think if we were to design an organization today, you might design it very differently to how most companies today are structured. And maybe Google and Amazon are probably better examples of that because you almost have to think of a business as having a data engine room at its core. A lot of businesses are trying to get to that stage, whereas what we call digital natives, are people who have started life with that premise. So I absolutely agree with you on that, but extending that a little bit. If you think of most industries as eco-systems that have to collaborate, then you've got multiple organizations who will also have to exchange data to achieve some shared outcomes. Whether you look at supply chains of automobile manufacturers or insurance companies or healthcares we've been talking about. So I think that's the next level of change we want to be able to make, which is to be able to do this at scale across organizations at industry level or in population scheme for healthcare. >> Yeah, Thank you for that. Go ahead Ajay. >> David that's where it comes back to again, the origination where we've come from in big data. The volume of data combined with the specificity of individualizing, personalizing a service around an individual amongst that massive data from different providers is where is exciting, that we're able to have an impact. >> Well, and you know Ajay, I'm glad you brought that up because in the early days of big data, there were only a handful of companies, the biggest financial institutions. Obviously, the internet giants who had all these engineers that were able to take advantage of it. But with companies like Io-Tahoe and others, and the investments that the industry has made in terms of providing the tools and simplifying that, especially with machine intelligence and AI and machine learning, these are becoming embedded into the tooling so that everybody can have access to them, small, medium, and large companies. That's really, to me, the exciting part of this new era that we're entering. >> Yeah, and we have placed those, take it down to the level of not-for-profits and smaller businesses that want to innovate and leapfrog into, to growing their digital delivery of their service. >> And I know a lot of time, but Ved, what you were saying about TCS's responsibility to society, I think is really, really important. Large companies like yours, I believe, and you clearly do as well, have a responsibility to society more than just a profit. And I think, Big Tech it's a better app in a lot of cases, but so thank you for that and thank you gentlemen for this great discussion. I really appreciate it. >> Thanks David. >> Thank you. >> All right, keep it right there. I'll be right back right after this short break. This is Dave Vellante for theCUBE. (calm music)
SUMMARY :
brought to you by Io-Tahoe. of the data pipeline. What's that all about? And the way we go about and putting that data to work. from the data pipeline the ability to find early and sort of your role there, the access to the signals, One of the examples is the value is late because you don't know. that's the way to put data to work. and the IT function in a and listening to the CDO of Johns Hopkins, and that compares to what and a lot of the processes are built also on the app you want behind the scenes has to be automated. One is of course, the of that alone and the work, that to know the patient in that to migrate to the cloud And at the end of it, to make all of this, Yeah, that makes a lot of sense to me. And that to me is a game changer. of that because you almost Yeah, Thank you for that. the origination where we've and the investments that the those, take it down to the level And I know a lot of time, This is Dave Vellante for theCUBE.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Ajay Vohora | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
$3 | QUANTITY | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Dave | PERSON | 0.99+ |
Tata Consultancy Services | ORGANIZATION | 0.99+ |
Io-Tahoe | ORGANIZATION | 0.99+ |
$5 | QUANTITY | 0.99+ |
Ajay | PERSON | 0.99+ |
70% | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
TCS | ORGANIZATION | 0.99+ |
Western Europe | LOCATION | 0.99+ |
COVID-19 | OTHER | 0.99+ |
seven o'clock | DATE | 0.99+ |
Ved | PERSON | 0.99+ |
11 o'clock | DATE | 0.99+ |
US | LOCATION | 0.99+ |
Both | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
Tata | ORGANIZATION | 0.99+ |
today | DATE | 0.98+ |
Europe | LOCATION | 0.98+ |
three days later | DATE | 0.98+ |
Tata group | ORGANIZATION | 0.98+ |
Coke | ORGANIZATION | 0.98+ |
Ved Sen | PERSON | 0.98+ |
five different flavors | QUANTITY | 0.98+ |
four years | QUANTITY | 0.97+ |
under 9% | QUANTITY | 0.96+ |
single service | QUANTITY | 0.96+ |
UK | LOCATION | 0.96+ |
McDonald's | ORGANIZATION | 0.95+ |
a dozen | QUANTITY | 0.93+ |
Western | LOCATION | 0.92+ |
doubling | QUANTITY | 0.91+ |
Johns Hopkins | ORGANIZATION | 0.91+ |
first person | QUANTITY | 0.91+ |
up to 20 different organizations | QUANTITY | 0.9+ |
nine o'clock | DATE | 0.9+ |
COVID | TITLE | 0.89+ |
this year | DATE | 0.89+ |
set | QUANTITY | 0.89+ |
10% growth | QUANTITY | 0.88+ |
first | QUANTITY | 0.87+ |
double | QUANTITY | 0.85+ |
first thing | QUANTITY | 0.85+ |
European | OTHER | 0.85+ |
single health | QUANTITY | 0.84+ |
each individual | QUANTITY | 0.83+ |
every three | QUANTITY | 0.79+ |
two major | QUANTITY | 0.76+ |
Rachini Moosavi & Sonya Jordan, UNC Health | CUBE Conversation, July 2020
>> From theCUBE studios in Palo Alto in Boston, connecting with thought leaders all around the world, this a CUBE conversation. >> Hello, and welcome to this CUBE conversation, I'm John Furrier, host of theCUBE here, in our Palo Alto, California studios, here with our quarantine crew. We're getting all the remote interviews during this time of COVID-19. We've got two great remote guests here, Rachini Moosavi who's the Executive Director of Analytical Services and Data Governance at UNC Healthcare, and Sonya Jordan, Enterprise Analytics Manager of Data Governance at UNC Health. Welcome to theCUBE, thanks for coming on. >> Thank you. >> Thanks for having us. >> So, I'm super excited. University of North Carolina, my daughter will be a freshman this year, and she is coming, so hopefully she won't have to visit UNC Health, but looking forward to having more visits down there, it's a great place. So, thanks for coming on, really appreciate it. Okay, so the conversation today is going to be about how data and how analytics are helping solve problems, and ultimately, in your case, serve the community, and this is a super important conversation. So, before we get started, talk about UNC Health, what's going on there, how you guys organize, how big is it, what are some of the challenges that you have? >> SO UNC Health is comprised of about 12 different entities within our hospital system. We have physician groups as well as hospitals, and we serve, we're spread throughout all of North Carolina, and so we serve the patients of North Carolina, and that is our primary focus and responsibility for our mission. As part of the offices Sonya and I are in, we are in the Enterprise Analytics and Data Sciences Office that serves all of those entities and so we are centrally located in the triangle area of North Carolina, which is pretty central to the state, and we serve all of our entities equally from our Analytics and Data Governance needs. >> John: You guys got a different customer base, obviously you've got the clinical support, and you got the business applications, you got to be agile, that's what it's all about today, you don't need to rely on IT support. How do you guys do that? What's the framework? How do you guys tackle that problem of being agile, having the data be available, and you got two different customers, you got all the compliance issues with clinical, I can only imagine all the regulations involved, and you've got the business applications. How do you handle those? >> Yeah, so for us in the roles that we are in, we are fully responsible for more of the data and analytics needs of the organization, and so we provide services that truly are balanced across our clinician group, so we have physicians, and nurses, and all of the other ancillary clinical staff that we support, as well as the operational needs as well, so revenue cycle, finance, pharmacy, any of those groups that are required in order to run a healthcare system. So, we balance our time amongst all of those and for the work that we take on and how we continuously support them is really based on governance at the end of the day. How we make decisions around what the priorities are and what needs to happen next, and requires the best insights, is really how we focus on what work we do next. As for the applications that we build, in our office, we truly only build analytical applications or products like visualizations within Tableau as well as we support data governance platforms and services and so we provide some of the tools that enable our end users to be able to interact with the information that we're providing around analytics and insights, at the end of the day. >> Sonya, what's your job? Your title is Analytics Manager of Data Governance, obviously that sounds broad but governance is obviously required in all things. What is your job, what is your day-to-day roles like? What's your focus? >> Well, my day-to-day operations is first around building a data governance program. I try to work with identifying customers who we can start partnering with so that we can start getting documentation and utilizing a lot of the programs that we currently have, such as certification, so when we talk about initiatives, this is one of the initiatives that we use to partner with our stakeholders in order to start bringing visibilities to the various assets, such as metrics, or universes that we want to certify, or dashboards, algorithm, just various lists of different types of assets that we certify that we like to partner with the customers in order for them to start documenting within the tools, so that we can bring visibility to what's available, really focusing on data literacy, helping people to understand what assets are available, not only what assets are available, but who owns them, and who own the asset, and what can they do with it, making sure that we have great documentation in order to be able to leverage literacy as well. >> So, I can only imagine with how much volume you guys are dealing from a data standpoint, and the diversity, that the data warehouse must be massive, or it must be architected in a way that it can be agile because the needs, of the diverse needs. Can you guys share your thoughts on how you guys look on the data warehouse challenge and opportunity, and what you guys are currently doing? >> Well, so- >> Yeah you go ahead, Rachini. >> Go ahead, Sonya. >> Well, last year we implemented a tool, an enterprise warehouse, basically behind a tool that we implemented, and that was an opportunity for Data Governance to really lay some foundation and really bring visibility to the work that we could provide for the enterprise. We were able to embed into probably about six or seven of the 13 initiatives, I was actually within that project, and with that we were able to develop our stewardship committee, our data governance council, and because Rachini managed Data Solutions, our data solution manager was able to really help with the architect and integration of the tools. >> Rachini, your thoughts on running the data warehouse, because you've got to have flexibility for new types of data sources. How do you look at that? >> So, as Sonya just mentioned, we upgraded our data warehouse platform just recently because of these evolving needs, and like a lot of healthcare providers out there, a lot of them are either one or the other EMRs that are top in the market. With our EMR, they provide their own data warehouse, so you have to factor almost the impact of what they bring to the table in with an addition to all of those other sources of data that you're trying to co-mingle and bring together into the same data warehouse, and so for us, it was time for us to evolve our data warehouse. We ended up deciding on trying to create a virtual data warehouse, and in doing so, with virtualization, we had to upgrade our platform, which is what created that opportunity that Sonya was mentioning. And by moving to this new platform we are now able to bring all of that into one space and it's enabled us to think about how does the community of analysts interact with the data? How do we make that available to them in a secure way? In a way that they can take advantage of reusable master data files that could be our source of truth within our data warehouse, while also being able to have the flexibility to build what they need in their own functional spaces so that they can get the wealth of information that they need out of the same source and it's available to everyone. >> Okay, so I got to ask the question, and I was trying to get the good stuff out first, but let's get at the reality of COVID-19. You got pre-COVID-19 pandemic, we're kind of in the middle of it, and people are looking at strategies to come out of it, obviously the world will be changed, higher with a lot of virtualization, virtual meetings, and virtual workforce, but the data still needs to be, the business still needs to run, but data will be changing different sources, how are you guys responding to that crisis because you're going to be leaned on heavily for more and more support? >> Yeah it's been non-stop since March (laughs). So, I'm going to tell you about the reporting aspects of it, and then I'd love to turn it over to Sonya to tell you about some of the great things that we've actually been able to do to it and enhance our data governance program by not wasting this terrible event and this opportunity that's come up. So, with COVID, when it kicked off back in March, we actually formed a war room to address the needs around reporting analytics and just insights that our executives needed, and so in doing so, we created within the first week, our first weekend actually, our first dashboard, and within the next two weeks we had about eight or nine other dashboards that were available. And we continuously add to that. Information is so critical to our executives, to our clinicians, to be able to know how to address the evolving needs of COVID-19 and how we need to respond. We literally, and I'm not even exaggerating, at this very moment we have probably, let's see, I think it's seven different forecasts that we're trying to build all at the same time to try and help us prepare for this new recovery, this sort of ramp up efforts, so to your point, it started off as we're shutting down so that we can flatten the curve, but now as we try to also reopen at the same time while we're still meeting the needs of our COVID patients, there's this balancing act that we're trying to keep up with and so analytics is playing a critical factor in doing that. >> Sonya, your thoughts. First of all, congratulations, and action is what defines the players from the pretenders in my mind, you're seeing that play out, so congratulations for taking great action, I know you're working hard. Sonya, your thoughts, COVID, it's putting a lot of pressure? It highlights the weaknesses and strengths of what's kind of out there, what's your thoughts? >> Well, it just requires a great deal of collaboration and making sure that you're documenting metrics in a way where you're factoring true definition because at the end of the day, this information can go into a dashboard that's going to be visualized across the organization, I think what COVID has done was really enhanced the need and the understanding of why data governance is important and also it has allowed us to create a lot of standardization, where we we're standardizing a lot of processes that we currently had in correct place but just enhancing them. >> You know, not to go on a tangent, but I will, it's funny how the reality has kind of pulled back, exposed a lot of things, whether it's the remote work situation, people are VPNing, not under provision with the IT side. On the data side, everyone now understands the quality of the data. I mean, I got my kids talking progression analysis, "Oh, the curves are all wrong," I mean people are now seeing the science behind the data and they're looking at graphs all the time, you guys are in the visualization piece, this really highlights the need of data as a story, because there's an impact, and two, quality data. And if you don't have the data, the story isn't being told and then misinformation comes out of it, and this is actually playing out in real time, so it's not like it's just a use case for the most analytics but this again highlights the value of proposition of what you guys do. What's your personal thoughts on all this because this really is playing out globally. >> Yeah, it's been amazing how much information is out there. So, we have been extremely blessed at times but also burdened at times by that amount of information. So, there's the data that's going through our healthcare system that we're trying to manage and wrangle and do that data storytelling so that people can drive those insights to very effective decisions. But there's also all of this external data that we're trying to be able to leverage as well. And this is where the whole sharing of information can sometimes become really hard to try and get ahead of, we leverage the Johns Hopkins data for some time, but even that, too, can have some hiccups in terms of what's available. We try to use our State Department of Health and Human Services data and they just about updated their website and how information was being shared every other week and it was making it impossible for us to ingest that into our dashboards that we were providing, and so there's really great opportunities but also risks in some of the information that we're pulling. >> Sonya, what's your thoughts? I was just having a conversation this morning with the Chief of Analytics and Insight from NOA which is the National Oceanic Administration, about weather data and forecasting weather, and they've got this community model where they're trying to get the edges to kind of come in, this teases out a template. You guys have multiple locations. As you get more democratized in the connection points, whether it's third-party data, having a system managing that is hard, and again, this is a new trend that's emerging, this community connection points, where I think you guys might also might be a template, and your multiple locations, what's your general thoughts on that because the data's coming in, it's now connected in, whether it's first-party to the healthcare system or third-party. >> Yeah, well we have been leveraging our data governance tool to try to get that centralized location, making sure that we obtain the documentations. Due to COVID, everything is moving very fast, so it requires us to really sit down and capture the information and when you don't have enough resources in order to do that, it's easy to miss some very important information, so really trying to encourage people to understand the reason why we have data governance tools in order for them to leverage, in order to capture the documentation in a way that it can tell the story about the data, but most of all, to be able to capture it in a way so that if that person happened to leave the organization, we're not spending a lot of time trying to figure out how was this information created, how was this dashboard designed, where are the requirements, where are the specifications, where are the key elements, where does that information live, and making sure we capture that up front. >> So, guys, you guys are using Informatica, how are they helping you? Obviously, they have a system they're getting some great feedback on, how are you using Informatica, how is it going, and how has that enabled you guys to be successful? >> Yeah, so we decided on Informatica after doing a really thorough vetting of all of the other vendors in the industry that could provide us these services. We've really loved the capabilities that we've been able to provide to our customers at this point. It's evolving, I think, for us, the ability to partner with a group like Prominence, to be able to really leverage the capabilities of Informatica and then be really super, super hyper focused on providing data literacy back to our end users and making that the full intent of what we're doing within data governance has really enabled us to take the tools and make it something that's specific to UNC Health and the needs that our end users are verbalizing and provide that to them in a very positive way. >> Sonya, they talk about this master catalog, and I've talked to the CEO of Informatica and all their leaders, governance is a big part of it, and I've always said, I've always kind of had a hard time, I'm an entrepreneur, I like to innovate, move fast, break things, which is kind of not the way you work in the data world, you don't want to be breaking anything, so how do you balance governance and compliance with innovation? This has been a key topic and I know that you guys are using their enterprise data catolog. Is that helping? How does that fit in, is that part of it? >> Well, yeah, so during our COVID initiatives and building these telos dashboards, these visualizations and forecast models for executive leaders, we were able to document and EMPower you, which we rebranded Axon to EMPower, we were able to document a lot of our dashboards, which is a data set, and pretty much document attributes and show lineage from EMPower to EDC, so that users would know exactly when they start looking at the visualization not only what does this information mean, but they're also able to see what other sources that that information impacts as well as the data lineage, where did the information come from in EDC. >> So I got to ask the question to kind of wrap things up, has Informatica helped you guys out now that you're in this crisis? Obviously you've implemented before, now that you're in the middle of it, have you seen any things that jumped out at you that's been helpful, and are there areas that need to be worked on so that you guys continue to fight the good fight, come out of this thing stronger than before you came in? >> Yeah, there is a lot of new information, what we consider as "aha" moments that we've been learning about, and how EMPower, yes there's definitely a learning curve because we implemented EDC and EMPower last year doing our warehouse implementation, and so there's a lot of work that still needs to be done, but based on where we were the first of the year, I can say we have evolved tremendously due to a lot of the pandemic issues that arised, and we're looking to really evolve even greater, and pilot across the entire organization so that they can start leveraging these tools for their needs. >> Rachini you got any thoughts on your end on what's worked, what you see improvements coming, anything to share? >> Yeah, so we're excited about some of the new capabilities like the marketplace for example that's available in Axon, we're looking forward to being able to take advantage of some of these great new aspects of the tool so that we can really focus more on providing those insights back to our end users. I think for us, during COVID, it's really been about how do we take advantage of the immediate needs that are surfacing. How do we build all of these dashboards in record-breaking time but also make sure that folks understand exactly what's being represented within those dashboards, and so being able to provide that through our Informatica tools and service it back to our end users, almost in a seamless way like it's built into our dashboards, has been a really critical factor for us, and feeling like we can provide that level of transparency, and so I think that's where as we evolve that we would look for more opportunities, too. How do we make it simple for people to get that immediate answers to their questions, of what does the information need without it feeling like they're going elsewhere for the information. >> Rachini, thank you so much for your insight, Sonya as well, thanks for the insight, and stay safe. Sonya, behind you, I was pointing out, that's your artwork, you painted that picture. >> Yes. >> Looks beautiful. >> Yes, I did. >> You got two jobs, you're an artist, and you're doing data governance. >> Yes, I am, and I enjoy painting, that's how I relax (laughs). >> Looks great, get that on the market soon, get that on the marketplace, let's get that going. Appreciate the time, thank you so much for the insights, and stay safe and again, congratulations on the hard work you're doing, I know there's still a lot more to do, thanks for your time, appreciate it. >> Thank you. >> Thank you. >> It's theCUBE conversation, I'm John Furrier at the Palo Alto studios, for the remote interviews with Informatica, I'm John Furrier, thanks for watching. (upbeat music)
SUMMARY :
leaders all around the world, Hello, and welcome to and this is a super and so we serve the and you got the business applications, and all of the other obviously that sounds broad so that we can start getting documentation and what you guys are currently doing? and that was an opportunity running the data warehouse, and it's available to everyone. but the data still needs to be, so that we can flatten the curve, and action is what defines the players and making sure that and this is actually and do that data storytelling and again, this is a new and capture the information and making that the full intent and I know that you guys are using their so that users would know and pilot across the entire organization and so being able to provide that and stay safe. and you're doing data governance. Yes, I am, and I enjoy painting, that on the market soon, for the remote interviews
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Rachini Moosavi | PERSON | 0.99+ |
Rachini | PERSON | 0.99+ |
John | PERSON | 0.99+ |
National Oceanic Administration | ORGANIZATION | 0.99+ |
Sonya | PERSON | 0.99+ |
March | DATE | 0.99+ |
Sonya Jordan | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
July 2020 | DATE | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
Informatica | ORGANIZATION | 0.99+ |
North Carolina | LOCATION | 0.99+ |
last year | DATE | 0.99+ |
two jobs | QUANTITY | 0.99+ |
EMPower | ORGANIZATION | 0.99+ |
State Department of Health and Human Services | ORGANIZATION | 0.99+ |
one | QUANTITY | 0.99+ |
UNC Healthcare | ORGANIZATION | 0.99+ |
UNC Health | ORGANIZATION | 0.99+ |
first dashboard | QUANTITY | 0.99+ |
COVID | OTHER | 0.99+ |
Prominence | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
theCUBE | ORGANIZATION | 0.98+ |
Palo Alto, California | LOCATION | 0.98+ |
13 initiatives | QUANTITY | 0.98+ |
NOA | ORGANIZATION | 0.98+ |
CUBE | ORGANIZATION | 0.98+ |
COVID-19 | OTHER | 0.98+ |
this year | DATE | 0.97+ |
COVID | TITLE | 0.97+ |
one space | QUANTITY | 0.97+ |
Boston | LOCATION | 0.97+ |
first weekend | QUANTITY | 0.97+ |
Sonya | ORGANIZATION | 0.97+ |
first week | QUANTITY | 0.96+ |
Tableau | TITLE | 0.96+ |
first | QUANTITY | 0.96+ |
University of North Carolina | ORGANIZATION | 0.96+ |
nine | QUANTITY | 0.95+ |
about six | QUANTITY | 0.94+ |
EDC | ORGANIZATION | 0.94+ |
Chief | PERSON | 0.94+ |
Axon | ORGANIZATION | 0.93+ |
seven | QUANTITY | 0.93+ |
Johns Hopkins | ORGANIZATION | 0.92+ |
seven different forecasts | QUANTITY | 0.92+ |
two different customers | QUANTITY | 0.91+ |
First | QUANTITY | 0.91+ |
two great remote guests | QUANTITY | 0.91+ |
agile | TITLE | 0.91+ |
pandemic | EVENT | 0.9+ |
Enterprise Analytics and Data Sciences Office | ORGANIZATION | 0.9+ |
about 12 different entities | QUANTITY | 0.88+ |
Analytical Services | ORGANIZATION | 0.87+ |
this morning | DATE | 0.87+ |
Power Panel | Commvault FutureReady
>>from around the globe. It's the Cube with digital coverage of CONMEBOL. Future ready 2020. Brought to you by combo. >>Hi and welcome back. I'm Stew Minuteman, and we're at the Cube's coverage of Con Volt Future Ready. You've got the power panel to really dig in on the product announcements that happened at the event today. Joining me? We have three guests. First of all, we have Brenda Rajagopalan. He's the vice president of products. Sitting next to him is Don Foster, vice president of Storage Solutions. And in the far piece of the panel Mersereau, vice president of Global Channels and Alliances. All three of them with Conn Volt. Gentlemen, thanks all three of you for joining us. Exactly. All right, so first of all, great job on the launch. You know, these days with a virtual event doing, you know, the announcements, the engagement with the press and analyst, you know, having demos, customer discussions. It's a challenge to put all those together. And it has been, you know, engaging in interesting watch today. So we're going to start with you. You've been quite busy today explaining all the pieces, so just at a very high level if you put this really looks like the culmination of the update with Conn Volt portfolio new team new products compared to kind of a year, year and 1/2 ago. So just if you could start us off with kind of the high points, >>thank you still, yeah, absolutely exciting day for us today. You did comrade multiple reasons for that excitement and go through that we announced an exciting new portfolio today knows to not the culmination. It's a continuation off our journey, a bunch of new products that we launched today Hyper scaler X as a new integrated data protection appliance. We've also announced new offerings in data protection, backup and recovery, disaster recovery and complete data protection and lots of exciting updates for Hedwig and a couple of weeks like we introduced updates for metallic. So, yes, it's been a really exciting pain. Also, today happens to be the data, and we got to know that we are the leader in Gartner Magic Quadrant for the ninth consecutive. I am so a lot of goodness today for us. >>Excellent. Lots of areas that we definitely want to dig deep in to the pieces done. You know, we just heard a little bit about Hedvig was an acquisition a year ago that everybody's kind of looking at and saying Okay, you know, will this make them compete against some of their traditional partners? How we get integrated in So, baby, just give us one level deeper on the Hedvig piece on what that means to the portfolio? Yeah, sure, So I >>guess I mean, one of the key things that the random mentioned was the fact that had hyper scale that's is built off the head Day files. So that's a huge milestone for us. As we teased out maybe 10 months ago. Remember, Tomball, Go on the Cube and talking about, you know, kind of what our vision and strategy was of unifying data and storage management. Those hyper hyper scale X applying is a definite milestone improving out that direction. But beyond just the hyper scale ECs, we've also been driving on some of the more primary or modern workloads such as containers and the really interesting stuff we've come out with your recently is the kubernetes native integration that ties in all of the advanced component of the head to distribute storage architecture on the platform itself across multi cloud and on premise environments, making it really easy and policy driven. Um, for Dev, ops users and infrastructure users, the tie ins applications from a group, Friction >>Great and Mercer. There's some updates to the partner program and help us understand how all of these product updates they're gonna affect the kind of the partnerships and alliances beasts that you want. >>Absolutely. So in the time since our last meeting that go in the fall, which is actually right after I had just doing combo, we spent a good portion of the following six months really talking with partners, understanding the understand the impact of the partner program that we introduced last summer, looking at the data and really looking at barriers to evolve the program, which fell around three difference specific. Once you bet one was simplicity of the simplicity of the program, simplicity of understanding, rewards, levers and so forth. The second was paying for value was really helping, helping our partners to be profitable around things like deal registration on other benefits and then third was around co investment. So making sure that we get the right members in place to support our partners and investing in practices. Another training, another enablement around combo and we launched in over these things last week is a part of an evolution of that program. Today is a great follow on because in addition to all of the program evolutions that we we launched last week now we have an opportunity with our partners to have many more opportunities or kind of a thin into the wedge to open up new discussions with our customers now around all of these different use cases and capabilities. So back to that simplification angle, really driving more and more opportunities for those partners toe specific conversations around use cases. >>Okay, for this next question, I think it makes sense for you to start. Maybe maybe Don, you can get some commentary in two. But when he's firstly the announcements, there are some new products in the piece that you discuss but trying to understand, you know, when you position it, you know, do you call the portfolio? Is it a platform? You know, if I'm an existing Conn Volt customer, you know, how do I approach this? If I use something like metallic, how does that interplay with some of the new pieces that were discussed today. >>Sure, I can take the business. I'm sure Don and mostly will have more data to it. The simplest way to think about it is as a port for you. But contrary to how you would think about portfolio as independent products, what we have is a set off data management services granular. We're very aligned to the use case, which can all inter operate with each other. So maybe launched backup and recovery and disaster recovery. These can be handled separately, purchased separately and deployed standalone or for customers who want a combination of those capabilities. We also have a complete data protection are fine storage optimization, data governance E discovery in complaints are data management services that build on top off any of these capabilities now a very differentiating factor in our platform owners. All the services that you're talking about are delivered off the same software to make it simpler to manage to the same year. So it's very easy to start with one service and then just turn on the license and go to other services so I can understand the confusion is coming from but it's all the same. The customer simplicity and flexibility in mind, and it's all delivered off the same platform. So it is a portfolio built on a single Don. Would you like to add more to it? >>Yeah, I think the interesting thing due to add on top of that is where we're going with Hedvig Infrastructure, the head of distributed storage platform, uh, to to run this point, how everything is integrated and feed and work off of one another. That's the same idea that we have. We talked about unifying data and storage manager. So the intricate storage architecture components the way data might be maneuvered, whether it's for kubernetes for virtual machines, database environments, secondary storage, you name it, um, we are. We're quickly working to continue driving that level of of unification and integration between the portfolio and heads storage, distribute storage platforms and also deliver. So what you're seeing today going back to, I think wrong his first point. It's definitely not the culmination. It's just another step in the direction as we continue to innovate and integrate this >>product, and I think for our partners what this really does, it allows them to sell around customer use cases because it'll ask now if I have a d. Our use case. I can go after just PR. If I have a backup use case, I can just go after backup, and I don't have to try to sell more than that. Could be on what the customer is looking for in parallel that we can steal these things in line with the customer use case. So the customer has a lot of remote offices. They want to scale Hedvig across those they want to use the art of the cloud. They can scale these things independently, and it really gives us a lot of optionality that we didn't have before when we had a few monolithic products. >>Excellent. Really reminds me more of how I look at products if I was gonna go buy it from some of the public cloud providers living in a hybrid cloud. World, of course, is what your customers are doing. Help us understand a little bit, you know, Mercer talked about metallic and the azure partnership, but for the rest of the products, the portfolio that we're talking about, you know, does this >>kind >>of work seamlessly across my own data center hosting providers Public Cloud, you know, how does this fit into the cloud environment for your customer? >>Yes, it does. And I can start with this one goes to, um it's our strategy is cloud first, right? And you see it in every aspect of our product portfolio. In fact, I don't know if you got to see a keynote today, but Ron from Johns Hopkins University was remarking that comment has the best cloud native architectures. And that's primarily because of the innovation that we drive into the multi cloud reality. We have very deep partnerships with pretty much all the cloud vendors, and we use that for delivering joint innovation, a few things that when you think of it from a hybrid customers perspective, the most important need for them is to continue working on pram while still leveraging the cloud. And we have a lot of optimization is built into that, and then the next step of the journey is of course, making sure that you can recover to the cloud would be it work load. Typically your data quality and there's a lot of automation that we provide to our solutions and finally, Of course, if you're already in the cloud, whether you're running a science parents or cloud native, our software protects across all those use cases, either true sass with metallic auto downloadable software, backup and recovery so we can cover the interest victims of actual presence. You. We do definitely help customers in every stage of their hybrid cloud acceleration journey. >>And if you take a look at the Hedvig protect if you take a look at the head back to, um, the ability to work in a cloud native fast, it is essentially a part of the DNA of that storage of the storage, right? So whether you're running on Prem, whether you're running it about adjacent, set up inside the cloud head, that can work with any compute environment and any storage environment that you went to essentially then feed, we build this distributed storage, and the reason that becomes important. It's pretty much highlighted with our announcement around the kubernetes and container support is that it makes it really easy to start maneuvering data from on Prem to the cloud, um, from cloud to cloud region to region, sort of that high availability that you know as customers make cloud first a reality and their organizations starts to become a critical requirement or ensuring the application of and some of the things that we've done now with kubernetes in making all of our integration for how we deliver storage for the kubernetes and container environments and being that they're completely kubernetes native and that they can support a Google in AWS and Azure. And of course, any on premises community set up just showcases the value that we can provide in giving them that level of data portability. And it basically provides a common foundation layer, or how any sort of the Dev ops teams will be operating in the way that those state full container state workloads. Donna Oh, sorry. Go >>ahead, mark area >>because you mentioned the metallic and azure partnership announcement and I just want to get on that. And one thing that run dimension, which is we are really excited about the announcement of partnership with Microsoft and all the different news cases that opens up that are SAS platform with Azure with office 3 65 and all of the great application stack it's on. If you're at the same time, to run this point. We are a multi cloud company. And whether that is other of the hyper scale clouds Mess GC, P. Ali at Oracle and IBM, etcetera, or Oliver, Great service writer burners. We continue to believe in customer choice, and we'll continue to drive unique event innovations across all of those platforms. >>All right, Don, I was wondering if we could just dig in a little bit more on some other kubernetes pieces you were talking about. Let me look at just the maturation of storage in general. You know, how do we had state back into containers in kubernetes environments? Help us see, You know what you're hearing from your customers. And you know how you how you're ready to meet their needs toe not only deliver storage, but as you say, Really? You know, full data protection in that environment? >>Certainly it So I mean, there's been a number of enhancements that happened in the kubernetes environment General over the last two years. One of the big ones was the creation of what the visit environment calls a persistent volume. And what that allows you to do is to really present storage to a a communities application. Do it be typically through what's called a CSR container storage interface that allows for state full data to be written, storage and be handled and reattached applications as you leverage them about that kubernetes. Um, as you can probably imagine that with the addition of the additional state full applications, some of the overall management now of stateless and state collapse become very talent. And that's primarily because many customers have been using some of the more traditional storage solutions to try to map that into these new state. Full scenario. And as you start to think about Dev ops organization, most Dev ops organizations want to work in the environment of their choice. Whether that's Google, whether that's AWS, Microsoft, uh, something that might be on Prem or a mix of different on Prem environments. What you typically find, at least in the kubernetes world, is there's seldom ever one single, very large kubernetes infrastructure cluster that's set to run, Dev asked. The way and production all at once. You usually have this spread out across a fairly global configuration, and so that's where some of these traditional mechanisms from traditional storage vendors really start to fall down because you can apply the same level of automation and controls in every single one of those environments. When you don't control the storage, let's say and that's really where interfacing Hedvig and allowing that sort of extension distribute storage platform brings about all of this automation policy control and really storage execution definition for the state. Full statehood workloads so that now managing the stateless and the state full becomes pretty easy and pretty easy to maintain when it comes to developing another Dev branch or simply trying to do disaster recovery or a J for production, >>any family actively do. That's a very interesting response, and the reality is customers are beginning to experiment with business. Very often they only have a virtual environment, and now they're also trying to expand into continuous. So Hedwig's ability to service primary storage for virtualization as well as containers actually gives their degree of flexibility and freedom for customers to try out containers and to start their contingent. Thank you familiar constructs. Everything is mellow where you just need to great with continuous >>Alright, bring a flexibility is something that I heard when you talk about the portfolio and the pricing as to how you put these pieces together. You actually talked about in the presentation this morning? Aggressive pricing. If you talk about, you know, kind of backup and recovery, help us understand, You know, convo 2020 how you're looking at your customers and you know how you put together your products, that to meet what they need at that. As you said, aggressive pricing? >>Absolutely. And you use this phrase a little bit earlier is to blow like flexibility. That's exactly what we're trying to get to the reason why we are reconstructing our portfolio so that we have these very granular use case aligned data management services to provide the cloud like flexibility. Customers don't have the same data management needs all the time. Great. So they can pick and choose the exact solution that need because there are delivered on the same platform that can enable out the solution investment, you know, And that's the reality. We know that many of our customers are going to start with one and keep adding more and more services, because that's what we see as ongoing conversations that gives us the ability to really praise the entry products very aggressively when compared to competition, especially when we go against single product windows. This uses a lot of slammed where we can start with a really aggressively priced product and enable more capabilities as we move forward to give you an idea, we launched disaster recovery today. I would say that compared to the so the established vendors India, we would probably come in at about 25 to 40% of the Priceline because it depends on the environment and what not. But you're going to see that that's the power of bringing to the table. You start small and then depending on what your needs are, you have the flexibility to run on either. More data management capabilities are more workloads, depending on what your needs will be. I think it's been a drag from a partner perspective, less with muscle. If you want a little bit more than that, >>yes, I mean, that goes back to the idea of being ableto simply scale across government use functionality. For example, things like the fact that our disaster recovery offering the Newman doesn't require backup really allows us to have those Taylor conversations around use cases, applications >>a >>zealous platforms. You think about one of the the big demands that we've had coming in from customers and partners, which is help me have a D R scenario or a VR set up in my environment that doesn't require people to go put their hands on boxes and cables, which was one of those things that a year ago we were having. This conversation would not necessarily have been as important as it is now, but that ability to target those specific, urgent use cases without having to go across on sort of sell things that aren't necessarily associated with the immediate pain points really makes those just makes us ineffective. Offer. >>Yeah, you bring up some changing priorities. I think almost everybody will agree that the number one priority we're hearing from customers is around security. So whether I'm adopting more cloud, I'm looking at different solutions out there. Security has to be front and center. Could we just kind of go down the line and give us the update as to how security fits and all the pieces we've been discussing? >>I guess I'm talking about change, right, so I'll start. The security for us is built into everything that we do the same view you're probably going to get from each of us because security is burden. It's not a board on, and you would see it across a lot of different images. If you take our backup and recovery and disaster recovery, for instance, a lot of ransomware protection capabilities built into the solution. For instance, we have anomaly detection that is built into the platform. If we see any kind of spurious activity happening all of a sudden, we know that that might be a potential and be reported so that the customer can take a quick look at air Gap isolation, encryption by default. So many features building. And when you come to disaster recovery, encryption on the wire, a lot of security aspects we've been to every part of the portfolio don't. >>Consequently, with Hedvig, it's probably no surprise that when that this platform was developed and as we've continued development, security has always been at the core of what we're doing is stored. So what? It's for something as simple as encryption on different volume, ensuring the communication between applications and the storage platform itself, and the way the distributors towards platform indicates those are all incredibly secured. Lock down almost such for our own our own protocols for ensuring that, um, you know, only we're able to talk within our own, our own system. Beyond that, though, I mean it comes down to ensure that data in rest data in transit. It's always it's always secure. It's also encrypted based upon the level of control that using any is there one. And then beyond just the fact of keeping the data secure. You have things like immutable snapshots. You have declared of data sovereignty to ensure that you can put essentially virtual fence barriers for where data can be transported in this highly distributed platform. Ah, and then, from a user perspective, there's always level security for providing all seeking roll on what groups organization and consume storage or leverage. Different resource is the storage platform and then, of course, from a service provider's perspective as well, providing that multi tenanted access s so that users can have access to what they want when they want it. It's all about self service, >>and the idea there is that obviously, we're all familiar with the reports of increased bad actors in the current environment to increased ransomware attacks and so forth. And be a part of that is addressed by what wrong and done said in terms of our core technology. Part of that also, though, is addressed by being able to work across platforms and environments because, you know, as we see the acceleration of state tier one applications or entire data center, evacuations into service provider or cloud environments has happened. You know, this could have taken 5 10 years in a in a normal cycle. But we've seen this happen overnight has cut this. Companies have needed to move those I T environments off science into managed environments and our ability to protect the applications, whether they're on premises, whether they're in the cloud or in the most difficult near where they live. In both cases, in both places at once, is something that it's really important to our customers to be able to ensure that in the end, security posture >>great Well, final thing I have for all three of you is you correctly noted that this is not the end, but along the journey that you're going along with your customers. So you know, with all three of you would like to get a little bit. Give us directionally. What should we be looking at? A convo. Take what was announced today and a little bit of look forward towards future. >>Directionally we should be looking at a place where we're delivering even greater simplicity to our customers. And that's gonna be achieved through multiple aspects. 1st 1 it's more technologies coming together. Integrating. We announced three important integration story. We announced the Microsoft partnership a couple of weeks back. You're gonna see us more longer direction. The second piece is technology innovation. We believe in it. That's what Differentiators has a very different company and we'll continue building it along the dimensions off data awareness, data, automation and agility. And the last one continued obsession with data. What more can we do with it? How can we drive more insights for our customers We're going to see is introducing more capabilities along those dimensions? No. >>And I think Rhonda tying directly into what you're highlighting there. I'm gonna go back to what we teased out 10 months ago at calm Bolt. Go there in Colorado in this very on this very program and talk about how, in the unification of ah ah, data and storage management, that vision, we're going to make more and more reality. I think the, uh, the announcements we've made here today let some of the things that we've done in between the lead up to this point is just proof of our execution. And ah, I can happily and excitedly tell you, we're just getting warmed up. It's going to be, ah, gonna be some fun future ahead. >>And I think studio in the running that out with the partner angle. Obviously, we're going to continue to produce great products and solutions that we're going to make our partners relevant. In those conversations with customers, I think we're also going to continue to invest in alternative business models, services, things like migration services, audit services, other things that build on top of this core technology to provide value for customers and additional opportunities for our partners >>to >>build out their their offerings around combo technologies. >>All right, well, thank you. All three of you for joining us. It was great to be able to dig in, understand those pieces. I know you've got lots of resources online for people to learn more. So thank you so much for joining us. Thank you too. Thank you. Alright, and stay with us. So we've got one more interview left for the Cube's coverage of con vault. Future Ready, students. Mannan. Thanks. As always for watching the Cube. Yeah, Yeah, yeah, yeah, yeah, yeah
SUMMARY :
Brought to you by combo. You've got the power panel to really dig in on the product announcements that happened a bunch of new products that we launched today Hyper scaler X as a new integrated ago that everybody's kind of looking at and saying Okay, you know, will this make them compete against guess I mean, one of the key things that the random mentioned was the fact that had hyper how all of these product updates they're gonna affect the kind of the partnerships and alliances beasts that you So making sure that we get the right members in place to support our partners and investing in products in the piece that you discuss but But contrary to how you would think about portfolio as It's just another step in the direction as we continue to innovate So the customer has a lot of remote offices. but for the rest of the products, the portfolio that we're talking about, you know, And that's primarily because of the innovation that we drive into the multi cloud reality. critical requirement or ensuring the application of and some of the things that we've done now with kubernetes about the announcement of partnership with Microsoft and all the different news cases ready to meet their needs toe not only deliver storage, but as you say, Really? One of the big ones was the creation of what the visit environment and the reality is customers are beginning to experiment with business. the pricing as to how you put these pieces together. the same platform that can enable out the solution investment, you know, And that's the reality. offering the Newman doesn't require backup really allows us to have those Taylor conversations around use cases, have been as important as it is now, but that ability to target those specific, all the pieces we've been discussing? And when you come to disaster recovery, encryption on the wire, a lot of security aspects we've You have declared of data sovereignty to ensure that you can put essentially virtual fence barriers for where and the idea there is that obviously, we're all familiar with the reports of increased So you know, with all three of you would like to get a little bit. And the last one continued obsession with data. I'm gonna go back to what we And I think studio in the running that out with the partner angle. So thank you so much for joining us.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Brenda Rajagopalan | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Stew Minuteman | PERSON | 0.99+ |
Don Foster | PERSON | 0.99+ |
last week | DATE | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Colorado | LOCATION | 0.99+ |
Ron | PERSON | 0.99+ |
Donna | PERSON | 0.99+ |
second piece | QUANTITY | 0.99+ |
Conn Volt | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
six months | QUANTITY | 0.99+ |
Mannan | PERSON | 0.99+ |
Today | DATE | 0.99+ |
third | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
three guests | QUANTITY | 0.99+ |
Johns Hopkins University | ORGANIZATION | 0.99+ |
a year ago | DATE | 0.99+ |
5 10 years | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
10 months ago | DATE | 0.99+ |
one service | QUANTITY | 0.99+ |
Rhonda | PERSON | 0.98+ |
a year ago | DATE | 0.98+ |
Mercer | ORGANIZATION | 0.98+ |
second | QUANTITY | 0.98+ |
Friction | ORGANIZATION | 0.98+ |
three | QUANTITY | 0.98+ |
Hedvig | ORGANIZATION | 0.98+ |
office 3 65 | TITLE | 0.98+ |
Hedwig | ORGANIZATION | 0.98+ |
2020 | DATE | 0.98+ |
Don | PERSON | 0.97+ |
One | QUANTITY | 0.97+ |
last summer | DATE | 0.97+ |
first point | QUANTITY | 0.97+ |
one | QUANTITY | 0.97+ |
each | QUANTITY | 0.97+ |
Global Channels and Alliances | ORGANIZATION | 0.97+ |
single | QUANTITY | 0.96+ |
both cases | QUANTITY | 0.96+ |
Hedvig Infrastructure | ORGANIZATION | 0.96+ |
Storage Solutions | ORGANIZATION | 0.96+ |
both places | QUANTITY | 0.95+ |
Future Ready | ORGANIZATION | 0.95+ |
India | LOCATION | 0.94+ |
40% | QUANTITY | 0.93+ |
about 25 | QUANTITY | 0.92+ |
Mersereau | PERSON | 0.91+ |
First | QUANTITY | 0.91+ |
Mess GC | ORGANIZATION | 0.9+ |
CONMEBOL | ORGANIZATION | 0.88+ |
Priceline | ORGANIZATION | 0.88+ |
first | QUANTITY | 0.87+ |
this morning | DATE | 0.87+ |
P. Ali | PERSON | 0.86+ |
single product | QUANTITY | 0.85+ |
Cube | COMMERCIAL_ITEM | 0.84+ |
last two years | DATE | 0.83+ |
Prem | ORGANIZATION | 0.83+ |
Oliver | ORGANIZATION | 0.83+ |
Sanjay Mirchandani, Commvault | Commvault FutureReady
>>from around the globe. It's the Cube with digital coverage of CONMEBOL. Future Ready 2020. Brought to you by combo. Hi, I'm Stew Minuteman. And this is the Cube's coverage of Con Volt Future ready event Welcoming back to the program. Fresh off the keynote stage. Sanjay Mirchandani. He's the CEO of Con Volt. Sanjay. Nice job on the keynote. And thanks so much for joining us. >>Thanks to Good to see you again. >>Nice to see you too. So, Sanjay, about a year and 1/2 into your journey with Conn Volt, you took over. And you know what it looks like? You've almost completely refreshed the portfolio there. Start a little bit, you know, future. Ready. Tell us how you're getting Conn Volt and its customers ready to be prepared for what happened today as well as the >>right. So, you know, we've we've given visit The past 18 months, have flown by in the past four or five. Even faster. Um, the change. You know, the change that we've had all deal with us as organizations has been tremendous. We've been hard at work. When I came on board, I should have talked about how we were setting out to simplify, innovate and execute all three of those pillars and, ah, future ready, which I love as a term completely embodies what I think the work we've been up to and what the world needs today, which is really getting it ready for whatever's next. And, you know, and it's coming together of innovation, simplification and and hopefully you'll agree some good execution to bring it all together. Yeah, so we've been busy. >>Sanjay, you talked a bit about just the moment in time that we're in. Wonder if you could bring us inside. You know your customers. So there's certain things that we saw for a couple of months. People put a pause on. Other things absolutely have been accelerated. We talk to customers about their adoption of cloud, you know, digital transformation. It's one of those things. That boy, I hope I'm through some of those or you know, can be as agile as possible. But, you know, what do you hearing specifically from our customer base and how they're dealing with things? >>You know, Cto, I touched a little bit on that during my keynote. And you know this this this this time that we're in has really caused, I think a couple of shifts. The first structural shift was Oh, hey, this thing is here to stay and let's get our employees Working and productive and keep the business is running and keeping them safe and everything else. That first shift happened right on. Honest about What was it that March, April and businesses small and big had to figure out how to take go from their their their operating model into, ah, remote. With the remote model, you re prioritize and you thought through what was important at the time and what it was was really getting laptops into the hands of your employees, getting them safe into their working environment, making sure your business processes leaning in that direction. You could take care of your customers. And so that was sort of the first structural faith, the second structural failures. Okay, how do we really drive productivity? One of the new priorities. What do we need to do, what you want to invest in? What do you want to pull back from? And from our vantage point from A from a technology and data point of view, what we're hearing is the themes that if I had a paraphrase of conversations I have with CIOs, it's NGOs. It's really around a simplification. This is a This is a great time to really simplify and, you know, and make sure that you're working with the tried and tested. This is not the time to experiment. This is not the time for esoteric. This is really about simplifying and working with the tried and tested. The second is really about focusing on skills, you know, this is you need you need to be able to leverage, and you need to be able to bring productivity from the from the people that you have an I t. And really focus around that that's, you know, that sometimes for gotten, you know that I like to call them. The unsung heroes of technology has just been pushed into their homes. They're now doing their jobs, longer hours, tougher scenarios. They have no access to their data centers. So it's over. So let's think about skills and the third, you know, the third thing, really that has been propelled into this conversation is cloud. So if you were on a journey, you're off the journey you need to get there quickly, okay? And you need to really newly leverage a light touch, low touch, remote sort of capability. A So fast is you can't call a digital transformation. Call it whatever you'd like to say. But it is about truly leveraging the cloud in a way that that was no longer, you know, a one year, two year three applying. You just have to bring it right to those kinds of things we're hearing and dealing with. >>Yeah, it's so important, Sanjay. Especially that simplicity piece. You know, I remember a few years ago there were certain customers that were adopting cloud, and it was the reminder. Oh, hey, your data protection in your security, you need to make sure you take care of that when you go to the cloud. And unfortunately, you know, some of the people that are now accelerating things you have to quickly say Oh, wait. I can't work this in a few months. I need to take care of this upfront, so help us understand a little bit. You know, the announcements that you've made. How are you making sure that you're ready for customers? The simplicity that they need to take advantage of the innovation and opportunity that the cloud on solutions provider >>absolutely and and make a mistake for me to. Simplification is not just the technology is easy to use, even though that is a big part of what we're working on and working and delivering through these announcements. But we've also got to make sure that the partnerships that we that we that we have lend themselves to what customers need, you know, engineered better its source not in the field, you know, and then and then the ecosystem to make the technology available and consumed commercially in the way that customers would like to keep that simple to. But today, if I just focus on the portfolio, you know, we've we've you could say we've completely rebuilt this incredible stack of technology that we've built this company out and, you know, and we weave in a nutshell. What we've done is announced A. We've taken our backup and recovery suite and be saying we've got a new company, backup and recovery product. We've got a brand new con Volt disaster recovery product. You can get them together as a unit Azaz the complete backup and recovery suite, if you would. So that's one big set of offerings. The second and you know the second is is we bought Hedvig sort of next generation software defined storage technology company last year, and we've been feverishly work quietly at work, integrating Hedvig into calm bolt not just as a company, but in the technology and our new hyper scale technology. Hyper scale. ECs is the embodiment of those two things coming together, the best of data protection from Con Volt and the best storage subsystem to drive that from Hedvig, also from console. So the two come together on all of this technology, whether it's the suite that I mentioned or the hyper scaler, all of it you can. You can mix and match any way you want with it with a world class user interface or user interfaces if you want command lines. If you want AP ICE will keep it open, all of it to you. In addition, we've got announcements or under Activate Suite on. Recently, we talked about our partnership with Microsoft with the metallic azure sort of combination for customers. So it's ah, it's a left to right set of announcement with simplification threatened right through it. >>Sanjay, you mentioned partnerships. Ah, a little bit before the show, you had, of course, the extended partnership with Microsoft with metallic. Maybe give us just a little bit more color about you know how, Con Volt make sure their position and working closely with those hyper scale >>hours. Yeah, you know, and we work with all the hyper scaler. So, you know, there we are probably the most prevalent data protection technology, if you would in the public cloud. And most of the way we talk about over an exabyte that we've helped customers, right, that the cloud is just one data point we've we've been, you know, seen is from the outside in as being the transport capability across across hybrid cloud scenarios. The partnership, the partnership with Microsoft and Microsoft Azure in particular, is the coming together of these things because customers, when we talk to customers and Microsoft office of customers be here from them, they want the ability to be, if you know, as they get more prevalent in the cloud as their workloads get more more pervasive in the cloud, they want to make sure that the same industrial strength data protection cloud in that they had well while they were on prayer for primarily on Prem. Our solutions are completely hybrid. And so the partnership really brings together again. You know, technology that's engineered better together, our data protection and their their cloud best in class our channels working, working together and making sure that it's easy for customers to work work with us. And we're available on the azure marketplace and our field forces also aligned around it. So it's again a 3 60 kind of conversation that we have with customers as much as much of today's announcements. >>Yeah, Sanjay, you talked about the hyper scale er's. You mentioned that the integration of the Hedwig Solution work with Dev Ops and really the cloud native type solutions. Of course, one of the things everybody's looking at when you were hired to this job is you've got background in the automation in developer world. So you know, how is that scene in the update? The portfolio really that embracing of cloud native and develop our environments? >>Cloud without automation is not a cloud, right? It's just it's just it's just infrastructure that's put somewhere else. It's deep, deep degrees of it off automation that really bring cloud to life. Right? And I was fortunate that have been in the Dev ops world for a while in a market leading with marketing product. And I was very pleasantly surprised when I when I came to convert and sell the deep degrees of automation and work flows that are core technology had, with Hedvig acquisition being a platform layer being the storage layer that is multi protocol and appeals incredibly to Dev Ops engineers because everything in the product you know is call a bill through an A p I for a set of AP eyes. It's it's Richard's got work flows and and it's multi critical. So whether you're using VMC or you're building the next generation container applications or you're just using object storage, it doesn't matter. We can mix and match it across, you know, private and public cloud environments, and it's all culpable and it's all programmable. It's all automated on as much as you want >>it. All right, So, Sanjay, I know we can't talk too much about Financial Piece is where we are in the quarter. But one of the things Dave Volante and I were discussing and looking at Kahn Volt. You know, there's some good data, you know, especially if you look at win rates against some of the some of the newer players in this space that the data that we have from ET R was showing, you know, increased win rates for Con Volt. Just could you give us a little bit of your competitive landscape view you talked about? Customers don't want to take too much risk, you know? How do you balance between being, you know, a company with a large install base? But you want to be, you know, more modern? >>Oh, yeah. And you know, the use cases we're talking about. The cloud that we're seeing those leaders are today's use cases, not yesterday's use cases, and we're winning in the base is the fact that we respect that customers are coming from Okay, There's a lot of stuff that runs that business that is still good. That isn't in the cloud that they're they're working their plants journey from that to something else as well. That's where we're leading in areas where they have it in the public cloud, and we always like to stay 1 to 2 steps ahead of the hard problems our customers going to encounter. So our portfolio is is absolutely cloud ready. Our portfolio is rich in that in that capability, and we're not slowing down. You know, we're winning because we have the breath of technology that we support. Both, You know, source source data that customers want o protect and target scenarios where maybe the hyper scaler or anything else where customers want to take it. And the flexibility, the second thing. And if you heard the interview I did with Run from from Johns Hopkins, it's the optimization off our technology around each of those cloud scenarios that gives our customer's true, you know, true value around the compute and storage decisions they have to make. And we helped them make through deep through deep degrees of AI and ML built in. So so it's not just about moving bits. It's about optimizing all of that on the entire life cycle of that data, from the point it's created to the point. >>Excellent. Well, Sunday. Want to let you have the final word? Give us what you want customers to have as the take away from today's future. Ready event? >>Sure. So, first of all, I wanted to, you know, I want to thank all our our audience here, our customers for being with us. It's being with us as a customer, being looking at us as a prospect for technology. We are investing like, you know, we've invested over a $1,000,000,000 over over a period of time as a company in data protection, and we're taking that to a whole new level with the innovations that we're bringing to the table. So, you know, we truly believe that the journey with as it pertains to data the journey to the cloud requires you to be able to think through the life cycle from storing, protecting, optimizing and using that data all the way through. And our solutions can be used independently. Best of class across each of them or together better together. And, you know, we I I urge you to take a few minutes and look at some of the some of the great innovations we've brought to table and rest assured that everything we're doing eyes with hybrid cloud in mind and is it is completely cloud optimized. >>All right. Well, Sanjay Mirchandani. Thank you so much for joining us. Congratulations to you and the team on the work on the updates. Definitely. Look forward to hearing more in the future. >>Thanks. Too good to be here. >>Alright, stay tuned. We've got more from Con vault Future ready on student a man. And thank you for watching the Cube. Yeah, yeah.
SUMMARY :
Brought to you by combo. Start a little bit, you know, future. So, you know, we've we've given visit The past 18 months, We talk to customers about their adoption of cloud, you know, digital transformation. and the third, you know, the third thing, really that has been propelled into this conversation is you know, some of the people that are now accelerating things you have to quickly say not in the field, you know, and then and then the ecosystem to make the technology available and consumed you had, of course, the extended partnership with Microsoft with metallic. Yeah, you know, and we work with all the hyper scaler. Of course, one of the things everybody's looking at when you were hired We can mix and match it across, you know, You know, there's some good data, you know, especially if you look at win rates against some of the And you know, the use cases we're talking about. Want to let you have the final word? And, you know, we I I urge you to take a few minutes and look at Congratulations to you and the team on Too good to be here. And thank you for watching the Cube.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Microsoft | ORGANIZATION | 0.99+ |
Sanjay | PERSON | 0.99+ |
Sanjay Mirchandani | PERSON | 0.99+ |
Con Volt | ORGANIZATION | 0.99+ |
one year | QUANTITY | 0.99+ |
Stew Minuteman | PERSON | 0.99+ |
1 | QUANTITY | 0.99+ |
Dave Volante | PERSON | 0.99+ |
last year | DATE | 0.99+ |
first | QUANTITY | 0.99+ |
Both | QUANTITY | 0.99+ |
March | DATE | 0.99+ |
yesterday | DATE | 0.99+ |
Sunday | DATE | 0.99+ |
Conn Volt | ORGANIZATION | 0.99+ |
third | QUANTITY | 0.99+ |
Con vault Future | ORGANIZATION | 0.99+ |
second thing | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
two year | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
two things | QUANTITY | 0.98+ |
Richard | PERSON | 0.98+ |
Kahn Volt | ORGANIZATION | 0.98+ |
2 steps | QUANTITY | 0.98+ |
Commvault | ORGANIZATION | 0.98+ |
each | QUANTITY | 0.97+ |
second | QUANTITY | 0.97+ |
Cto | PERSON | 0.97+ |
CONMEBOL | ORGANIZATION | 0.97+ |
April | DATE | 0.97+ |
first shift | QUANTITY | 0.97+ |
second structural | QUANTITY | 0.96+ |
third thing | QUANTITY | 0.96+ |
One | QUANTITY | 0.95+ |
Azaz | ORGANIZATION | 0.94+ |
Hedwig Solution | ORGANIZATION | 0.92+ |
one | QUANTITY | 0.91+ |
three | QUANTITY | 0.9+ |
Run | TITLE | 0.9+ |
ET R | ORGANIZATION | 0.9+ |
about a year | QUANTITY | 0.89+ |
Hedvig | ORGANIZATION | 0.87+ |
Johns Hopkins | ORGANIZATION | 0.85+ |
few years ago | DATE | 0.85+ |
one data | QUANTITY | 0.85+ |
$1,000,000,000 | QUANTITY | 0.84+ |
one big set | QUANTITY | 0.83+ |
past 18 months | DATE | 0.79+ |
five | QUANTITY | 0.75+ |
2020 | DATE | 0.74+ |
1/2 | QUANTITY | 0.72+ |
VMC | ORGANIZATION | 0.71+ |
Suite | TITLE | 0.69+ |
Azure | TITLE | 0.66+ |
con Volt | ORGANIZATION | 0.66+ |
Cube | ORGANIZATION | 0.64+ |
3 60 | QUANTITY | 0.62+ |
Dev Ops | ORGANIZATION | 0.62+ |
past four | DATE | 0.59+ |
Cube | COMMERCIAL_ITEM | 0.49+ |
months | QUANTITY | 0.44+ |
AP ICE | ORGANIZATION | 0.4+ |
Jerry Cuomo, IBM | IBM Think 2020
>>From the cube studios in Palo Alto in Boston. It's the cube covering the IBM thing brought to you by IBM. Everybody we're back. This is Dave Vellante the cube, and this is our wall-to-wall coverage, IBM's digital thing experienced for 2020. We're really excited to have Jerry Cuomo on. He's the, uh, vice president of blockchain technologies and an IBM fellow and longtime cube alum. Jerry, good to see you again. Thanks for coming on and wish we were face to face, but yeah, this'll do. Good to see you too. Yes, thanks for having me. So we've been talking a lot of and talking to, I've been running a CEO series a, of course, a lot of the interviews around, uh, IBM think are focused on, on COBIT 19. But I wonder if you could start off by just talking a little bit about, you know, blockchain, why blockchain, why now, especially in the context of this pandemic. >>David's, it's as if we've been working out in the gym, but not knowing why we needed to be fixed. And I know now why we need to be fit. You know, blockchain is coming just in time. Mmm. You know, with the trust factor and the preserving privacy factor. Okay. The way we move forward the world is now becoming more digital than ever people working from home. Um, the reliance and online services is, that's critical. our ability to work as a community accompanies companies. The shared data is critical. you know, blockchain brings a magical ingredient and that's the ingredient of trust, you know, in sharing data. Okay. When, if that data and the sources that are providing that data arc okay. From verified and trusted, we're more likely to use that data and you the, any friction that's caused for fear of trepidation that the data is going to be misused. >>Mmm. It goes start to go away. And when that happens, you speed up an exchange and we need speed. Time is of the essence. So blockchain brings a platform for trusted data exchange while preserving privacy. And that provides a foundation. I can do some amazing things in this time of crisis, right? Yeah. And it's, it's not only trust, it's also expediency and you know, cutting out a lot of the red tape. And I want to talk about some of the applications. You're heavily involved in that in the distributed ledger, a project, you know, one of the early leads on that. Um, talk about some of the ways in which you're flying that distributed a ledger. And let's go into some of the examples. So we're, we're really fortunate to be an early adopter blockchain and, and provider of blockchain technology and kind of the fruit of that. >>Um, as I said, it couldn't happen any sooner where we have, Mmm, I would say over a thousand, alright. Users using IBM blockchain, which is powered by the opensource Hyperledger fabric, I'd say over a hundred of those users, um, have reached a level of production networks. you know, it's been great to see some of the proprietors of those networks now repurpose the networks towards hastening the relief of, uh, and one, a couple of examples that stand out, Dave. Mmm. You've seen what's happening to our supply chain. And then I think we got some rebound happening as we speak, but companies all of a sudden woke up one morning and their supply chains were, I'm exhausted. So suppliers, we're out of key goods and the buyers needed very rapidly to expand. They're, the supplier is in their, in their supply chain. there are laws and regulations about what it takes to onboard a new supplier. >>You want to make sure you're not onboarding bad actors. So in IBM for example, we have over 20,000 suppliers to our business and it takes 30 to 40 days who, uh, validate and verify one of those suppliers. We don't have 30 to 45 days, you know, think about you're a healthcare company or a food company. So working with a partner called Jane yard, uh, co-created a network called trust yourself buyer. And we've been able to repurpose, trust your supplier now or companies that are looking, you know, around Kobe 19 to rapidly okay, expand, you know, their, their supply chain. So if you imagine that taking us 45 days or 40 days to onboard a new supplier, okay. Pick, pick a company in our supply chain, Lenovo, that supplier may very well want to go to Lenovo to and provide services to them. Well guess what, it's going to take 40 days, the onboard to Lenovo. >>But if they're part of the trust or supplier network and they've already onboarded to IBM, they're well on their way. You're being visible to all of these other buyers that are part of the IBM network, like Lenovo and many others. And instead of taking 40 days, maybe it only takes five days. All right. So radically, radically, you know, improving the time it takes them. You know, with companies like Ford making ventilators and masks, it will kind of be able to onboard Ford into, you know, health care, uh, companies. But you know, we want to be able to do it with speed. So trust your supplier is a great use of blockchain. Two, expand a buyer and suppliers. Mmm. Exposure. Mmm. And they expand their network to quickly onboard. And you know, with the trust that you get an exchanging data from blockchain with the Mmm provenance, that Hey, this company information was truly vetted by one of the trusted members of the network. >>There's no fee or trepidation that somehow these records were tampered with or, or misused. So that's one example they have of using blockchain. That's a huge, uh, example that you gave because you're right, there are thousands and thousands of companies that are pivoting to making, like you said, ventilators and masks and yeah, they're moving so fast and there's gotta be a trust involved. On the one hand, they're moving fast to try to save their businesses or you know, in the case of Ford, you help save the, the country or the world. On the other hand, you know, there's risks there. So that, that helps. I want to understand me. Pasa basically is, if I understand it, you can privately share, uh, information on folks that are asymptomatic but might be carriers of covert 19. Am I getting that right on? Okay. So me Pasa starts as a project, uh, from a company called has Sarah and their CEO Jonathan Levy. >>And among other things, Jonathan Levy is an amazing, uh, software developer and he's helped us and the community at large, bill, the Hyperledger fabric, uh, blockchain technology, that's part of IBM. Mmm. The power is IBM blockchain. So Jonathan, I have this idea because w what was happening is there were many, many data sources, you know, from the very popular and well known, uh, Johns Hopkins source. And we have information coming from the weather company. There are other governments, um, putting out data. Jonathan had this, this idea of a verified Mmm. Data hub, right? So how do we kind of bring that information together in a hub where a developer can now to get access to not just one feed, but many feeds knowing that both the data is an a normalized format. So that's easy to consume. And like if you're consuming 10 different data sources, you don't have to think about 10 different ways to interact it. >>No kind of normalizing it through a fewer, like maybe one, but also that we really authentically know that this is the world health organization. This is indeed John Hopkins. So we have that trust. So, okay. Yeah. With me, Pasa being I'm a data hub four, uh, information verified information related to the Kronos virus, really laying a foundation now for a new class of applications that can mash up information to create new insights, perhaps applying Mmm. Artificial intelligence machine learning to really look not just at any one of those, uh, data sources, but now look across data sources, um, and start to make some informed decisions. No, I have to say operate with the lights on, uh, and with certainty that the information is correct. So me Pasa is that foundation and we have a call for code happening that IBM is hosting for developers to come out and okay. Bring their best ideas forward and X for exposing me Pasa as a service to the, in this hackathon so that developers can bring some of their best ideas and kind of help those best ideas come alive with me. Me has a resource. >>That's great. So we've got two, we got the supply chain, we just need to share the Pasa. There's the other one then I think we can all relate to is the secure key authentication, >>which I love. >>Uh, maybe you can explain that and talk about the role that blockchain >>we're launching fits, right. So you know, there is people working from home and digital identity verification. It is key. You know, think about it. You're working remotely, you're using tools like zoom. Um, there's a huge spike in calls and online requests from tele-health or government benefits programs. Yeah. So this is all happening. Everything behind the scenes is, yeah. Around that is, is this user who they say they are, is this doctor who they say they are, et cetera. And there are scams and frauds out there. So working with speed, it means working with certainty. and with the verified me networks set out to do a couple of years ago and the beautiful part is, you know, it's ready to go now for this, for this particular usage it's been using. Mmm. Basically think about it as my identity is my identity and I get to lease out information too different institutions to use it for my benefit, not necessarily just for their benefit. >>So it's almost like digital rights management. Like if you put out a digital piece of art or music, you can control the rights. Who gets to use it? What's the terms and conditions, um, on, on your terms? So verified me, um, allows through a mobile app users to invite institutions who represent them, verify them. No. And so I'll allow my department of motor vehicle and my employer, Mmm. Two to verify me, right? Because I want to go back to work sooner. I want to make sure my work environment, um, I'm making this up. I want to make sure my work environment, the people have been tested and vaccinated, but I don't want to necessarily, you know, kind of abuse people's privacy. Right? So I'll opt in, I'll share that information. I'll get my, my doctor and my, uh, department of motor vehicle to say, yes, this is Gary. >>He's from this address. Yes, he has been vaccinated and now I can kind of onboard to services as much quicker whether that service is going through TSA. Do you get on an airplane badging back into my office or you know, signing on to a, you know, telemedicine, a service or government, a benefits program, et cetera. So verify me is using the self, uh, at the station through a mobile application to help speed up the process of knowing that that is truly you and you truly want this service. Uh, and you are also calling the shots as to that. What happens with your information that, you know, it's not spread all over the interweb it's under your control at all time. Right. So I think it's the best of all worlds. The national Institute for standards and technology looked at, verified me. They're like, Oh my gosh, this is like the perfect storm of goodness for identity. >>They actually appointed, yeah, it has a term, it's called triple blind data exchange. It sounds like a magical act. A triple blind data exchange means the requester. Mmm. Doesn't know who the provider is and less know the requester. Um, allows the provider to know, Mmm, the provider doesn't know who the requester requested, doesn't know who the prior provider is that is double-blind. And then the network provider doesn't know either. Right. But somehow across disformed and that's the magic of blockchain. I'm allowing that to happen and with that we can move forward knowing we're sharing information where it matters without the risk of it leaking out to places we don't want to do. So great application of secure key and verified me. Yeah, I love that. Then the whole concept of being able to control your own data. You hear so much today about, you know, testing and in contact tracing using mobile technology to do that. >>But big privacy concerns. I've always felt like, you know, blockchain for so many applications in healthcare or just being able to, as you say, control your own data. I want to better understand the technology behind this. When I think about blockchain, Mmm. I obviously you don't think about it. Cryptography, you've mentioned developers a number of times. There's software engineering. Yeah. Distributed ledger. Um, I mean there's, there's game theory in the, in the, in the cryptocurrency world, we're not talking about that, but there's the confluence of these technologies coming to them. What's the technology underneath these, these applications? Talking about it there, there is an open source, an organization called Hyperledger. It's part of the Linux foundation. They're the gold standard and open source, openly governed, Mmm. Technology you know, early on in 2018 yep. 18, 26. I mean, we got involved, started contributing code and developers. >>Two Hyperledger fabric, which is the industry's first permissioned blockchain technology. Permission meaning members are accountable. So the network versus Bitcoin where members are anonymous and to pass industry Reggie regulations, you can't be anonymous. You have to be accountable. Um, that's not to say that you can't, okay. Work privately, you know, so you're accountable. But transactions in the network, Mmm. Only gets shared with those that have a need, need to know. So that the foundation is Hyperledger fabric. And IBM has a commercial offering called the IBM blockchain platform that embodies that. That kind of is a commercial distribution of Hyperledger fabric plus a set of advanced tools to make it really easy to work with. The open source. All the networks that I talked about are operating their network across the worldwide IBM public cloud. And so cloud technology lays a really big part of blockchain because blockchains are networks. >>Mmm. You know, our technology, IBM blockchain platform runs really well in the IBM wow. But it also allows you to run anywhere, right? Or like to say where it matters most. So you may have companies, I'm running blockchain nodes in the IBM cloud. You may have others running it on their own premises behind their firewall. You might have others running an Amazon and Microsoft Azure. Right. So we use, um, you may have heard of red hat open shift, the container technology so that we can run Mmm. Parts of a blockchain network, I guess they said where they matter most and you get strengthened a blockchain network based on the diversity of the operators. Because if it was all operated by one operator, there would be a chance maybe that there can be some collusion happening. But now if you could run it know across different geographies across the IBM cloud. >>So almost three networks all run on use this technology or run on the IBM cloud. And Dave, one more thing. If you look at these applications, they're just modern application, you know, their mobile front ends, their web portals and all of that kind of, okay. Okay. The blockchain part of these applications, usually it's only 20% of the overall endeavor that companies are going through. The other 80% it's business as usual. I'm building a modern cloud application. So what we're doing in IBM with, but you know, red hat with OpenShift with our cloud packs, which brings various enterprise software across different disciplines, blends and domains like integration, application, data, security. All of those things come together to fill the other 80% the above and beyond blockchain. So these three companies, okay. You know, 99 plus others are building applications as modern cloud applications that leverage this blockchain technology. So you don't have to be a cryptographer or you know, a distributed database expert. It's all, it's all embodied in this code. Mmm. Available on the IBM cloud, 29 cents a CPU hour. It was approximately the price. So it's quite affordable. And you know, that's what we've delivered. >>Well, the thing about that, that last point about the cloud is it law, it allows organizations, enterprises to experiment very cheaply, uh, and so they can get, uh, an MVP out or a proof of concept out very quickly, very cheaply, and then iterate, uh, extremely quickly. That to me is the real benefit, the cloud era and the pricing model. >>I just mentioned, David, as I said it when I started, you know, it's like we were working out in a gym, but we weren't quite sure. We knew why we were, we were so keen on getting fit. And what I see now is this, you know, blossoming of users who are looking at, you know, a new agreement. We thought we understood digital transformation. Mmm. But there's a whole new nice to be digitized right now. You know, we're probably not going to be jumping on planes and trains, uh, working as, as, as more intimately as we were face to face. So the need for new digital applications that link people together. Uh, w we're seeing so many use cases from, um, trade finance to food safety, to proxy voting for stock, know all of these applications that we're kind of moving along at a normal speed. I've been hyper accelerated, uh, because of the crisis we're in. So blockchain no. Couldn't come any sooner. >>Yeah. You know, I want to ask you, as a technologist, uh, you know, I've learned over the years, there's a lot of ways to skin a cat. Um, could you do the types of things that you're talking about without blockchain? Um, I'm, I'm sure there are ways, but, but why is blockchain sort of the right path, >>Dave? Mmm. You can, you can certainly do things with databases. Mmm. But if you want the trust, it's as simple as this. A database traditionally has a single administrator that sets the rules up for when a transaction comes in. Mmm. What it takes to commit that transaction. And if the rules are met, the transactions committed, um, the database administrator has access who commands like delete and update. So at some level you can never be a hundred percent sure that that data was the data that was intended in there. With a blockchain, there's multiple administrators to the ledger. So the ledger is distributed and shared across multiple administrators. When a transaction is submitted, it is first proposed for those administrators, a process of consent happens. And then, and only then when the majority of the group agrees that it's a valid transaction, is it committed? And when it's committed, it's committed in a way that's cryptographically linked two other transactions in the ledger, I'm making it. >>Mmm tamper-proof right. Or very difficult to tamper with. And unlike databases, blockchains are append only so they don't have update and delete. Okay. All right. So if you really want that center of trusted data that is a tested, you know, that has checks and balances across different organizations, um, blockchain is the key to do it, you know? So could you do it in data with a database? Yes. But you have to trust that central organization. And for many applications, that's just fine. All right. But if we want to move quickly, we really want to share systems of record. Mmm. I hear you. Sharing a system of record, you have regulatory obligations, you can say, Oh, sorry, the record was wrong, but it was put in there by, by this other company. Well, they'll say, well, >>okay, >>nice for the other company, but sorry, you're the one in trouble. So with a blockchain, we have to bring assurances that we can't get into that kind of situation, right? So that shared Mmm. Distributed database that is kind of provides this tamper resistant audit log becomes the Colonel cross. And then with the privacy preservation that you get from encryption and privacy techniques, um, like we have like these things, both channels, um, you can transact, um Hm. And be accountable, but also, Mmm. Only share of transactions with those that have a need to know, right? So you get that level of privacy in there. And that combination of trust and privacy is the secret sauce that makes blockchain unique and quite timely for this. So yeah, check it out. I mean, on the IBM cloud, it's effortless. So to get up and running, you know, building a cloud native application with blockchain and you know, if you're used to doing things, um, on other clouds or back at the home base, we have the IBM blockchain software, which you can deploy. Yeah. Open shift anywhere. So we have what you need in a time of need. >>And as a technologist, again, you're being really, I think, honest and careful about the word tamper. You call it tamper resistant. And if I understand it right, that, I mean, obviously you can fish for somebody's credentials. Yeah. That's, you know, that's one thing. But if I understand that, that more than 50% of the peers in the community, it must agree to tamper in order for the system. You tampered with it. And, and that is the beauty of, of blockchain and the brilliance. Okay. >>Okay. Yeah. And, and, and for, um, performance reasons we've created optimizations. Like you can set a consensus policy up because maybe one transaction it's okay just to have a couple people agree and say, Oh, well, you know, out of the a hundred nodes, Mmm. Three agree, it's good enough. Okay. Other, other policies may be more stringent depending on the nature of the data and the transaction, right? So you can tone, you can kind of tune that in based on the class of transaction. And so it's kind of good and that's how we can get performance levels in the, you know, thousand plus. In fact, IBM and RBC, um, recently did, um, a series of performance analysis because RBC said, Hey, can I use this for some of my bank to bank exchanges and we need to support over a thousand transactions per second. They were able, in their use case, there's support over 3000. Transact for a second. Okay. Mmm. You know, that we were very encouraged by that. I'm glad you clarified that because, so essentially you're saying you can risk adjust the policies if you will. >>That's great to know. Mmm. I could go on forever on this topic. Well, we're unfortunately, Jerry, we're well over our time, but I want to thank you for coming back, planning this important topic. Thrilled. IBM has taken a leadership position here, and I think, you know, to your point, this pandemic is just going to, can accelerate a lot of things and blockchain is, but in my view anyway, one of them. Thank you, Dave. Oh, great questions and I really appreciate it. So everyone out there, um, stay safe. Stay healthy. All right. Thank you Jerry, and thank you for watching everybody. This is Dave Volante for the cube. Our coverage of the IBM think digital 2020 event. We'll be right back. Perfect. The short break.
SUMMARY :
the IBM thing brought to you by IBM. you know, in sharing data. it's also expediency and you know, cutting out a lot of the red you know, We don't have 30 to 45 days, you know, think about you're a healthcare company or a food company. And you know, you know, in the case of Ford, you help save the, the country or the world. is there were many, many data sources, you know, from the very popular and well known, So we have that trust. There's the other one then I think we can all relate to is the secure key authentication, set out to do a couple of years ago and the beautiful part is, you know, it's ready to go now for you know, kind of abuse people's privacy. signing on to a, you know, telemedicine, a service or about, you know, testing and in contact tracing using I've always felt like, you know, blockchain for so many applications in healthcare that's not to say that you can't, okay. So we use, um, you may have heard of red hat open shift, And you know, benefit, the cloud era and the pricing model. And what I see now is this, you know, blossoming of users Um, could you do the types of things that you're talking about without blockchain? So at some level you So if you really want that center of trusted data that So to get up and running, you know, building a cloud native application with blockchain That's, you know, that's one thing. it's okay just to have a couple people agree and say, Oh, well, you know, you know, to your point, this pandemic is just going to, can accelerate a lot of things and blockchain is,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Jonathan | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Ford | ORGANIZATION | 0.99+ |
Dave | PERSON | 0.99+ |
five days | QUANTITY | 0.99+ |
Lenovo | ORGANIZATION | 0.99+ |
Jerry Cuomo | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
40 days | QUANTITY | 0.99+ |
Jerry | PERSON | 0.99+ |
Jonathan Levy | PERSON | 0.99+ |
RBC | ORGANIZATION | 0.99+ |
30 | QUANTITY | 0.99+ |
29 cents | QUANTITY | 0.99+ |
45 days | QUANTITY | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
Dave Volante | PERSON | 0.99+ |
Gary | PERSON | 0.99+ |
thousands | QUANTITY | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
80% | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
Three | QUANTITY | 0.99+ |
2020 | DATE | 0.99+ |
Pasa | ORGANIZATION | 0.99+ |
Hyperledger | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
Sarah | PERSON | 0.99+ |
Two | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
2018 | DATE | 0.99+ |
more than 50% | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
one feed | QUANTITY | 0.99+ |
20% | QUANTITY | 0.99+ |
both channels | QUANTITY | 0.98+ |
over 20,000 suppliers | QUANTITY | 0.98+ |
IBM think digital 2020 | EVENT | 0.98+ |
three companies | QUANTITY | 0.98+ |
over 3000 | QUANTITY | 0.98+ |
one operator | QUANTITY | 0.98+ |
10 different ways | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
10 different data sources | QUANTITY | 0.98+ |
one transaction | QUANTITY | 0.98+ |
Boston | LOCATION | 0.97+ |
18 | DATE | 0.97+ |
hundred percent | QUANTITY | 0.97+ |
Linux | ORGANIZATION | 0.96+ |
John Hopkins | PERSON | 0.96+ |
single administrator | QUANTITY | 0.95+ |
over a thousand | QUANTITY | 0.95+ |
Frank Slootman, Snowflake | CUBE Conversation, April 2020
(upbeat music) >> Narrator: From theCUBE Studios in Palo Alto and Boston, connecting with thought leaders all around the world, this is theCUBE Coversation. >> All right everybody, this is Dave Vellante and welcome to this special CUBE Conversation. I first met Frank Slootman in 2007 when he was the CEO of Data Domain. Back then he was the CEO of a disruptive company and still is. Data Domain, believe or not back then, was actually replacing tape drives as the primary mechanism for backup. Yes, believe it or not, it used to be tape. Fast forward several years later, I met Frank again at VMworld when he had become the CEO of ServiceNow. At the time ServiceNow was a small company, about 100 plus million dollars. Frank and his team took that company to 1.2 billion. And Gartner, at the time of IPO said "you know, this doesn't make sense. "It's a small market, it's a very narrow help desk market, "it's maybe a couple billion dollars." The vision of Slootman and his team was to really expand the total available market and execute like a laser. Which they did and today, ServiceNow a very, very successful company. Snowflake first came into my line of sight in 2015 when SiliconANGLE wrote an article, "Why Snowflake is Better "Than Amazon Redshift, Re-imagining Data". Well last year Frank Slootman joined Snowflake, another disruptive company. And he's here today to talk about how Snowflake is really participating in this COVID-19 crisis. And I really want to share some of Frank's insights and leadership principles, Frank great to see you, thanks for coming on. >> Yeah, thanks for having us Dave. >> So when I first reported earlier this year on Snowflake and shared some data with the community, you reached back out to me and said "Dave, I want to just share with you. "I am not a playbook CEO, I am a situational CEO. "This is what I learned in the military." So Frank, this COVID-19 situation was thrown at you, it's a black swan, what was your first move as a leader? >> Well, my first move is let's not overreact. Take a deep breath. Let's really examine what we know. Let's not jump to conclusions, let's not try to project things that we're not capable of projecting. That's hard because we tend to have sort of levels of certainty about what's going to happen in the week, in the next month and so on and all of a sudden that's out of the window. It creates enormous anxiety with people. So in other words you got to sort of reset to okay, what do we know, what can we do, what do we control? And not let our minds sort of go out of control. So I talk to our people all the time about maintain a sense of normalcy, focus on the work, stay in the moment and by the way, turn the newsfeed off, right, because the hysteria you get fed through the media is really not helpful, right? So just cool down and focus on what we still can do. And then I think then everybody takes a deep breath and we just go back to work. I mean, we're in this mode now for three weeks and I can tell you, I'm on teleconferencing calls, whatever, eight, nine hours a day. Prospects, customers, all over the world. Pretty much what I was doing before except I'm not traveling right now. So it's not, >> Yeah, so it sounds clear-- >> Not that different than what it was before. (laughs) >> It sounds very Bill Belichickian, you know? >> Yeah. >> Focus on those things of which you can control. When you were running ServiceNow I really learned it from you and of course Mike Scarpelli, your then and current CFO about the importance of transparency. And I'm interested in how you're communicating, it sounds like you're doing some very similar things but have you changed the way in which you've communicated to your team, your internal employees at all? >> We're communicating much more. Because we can no longer rely on sort of running into people here, there and everywhere. So we have to be much more purposeful about communications. For example, I mean I send an email out to the entire company on Monday morning. And it's kind of a bunch of anecdotes. Just to bring the connection back, the normalcy. It just helps people get connected back to the mothership and like well, things are still going on. We're still talking in the way we always used to be. And that really helps and I also, I check in with people a lot more, I ask all of our leadership to constantly check in with people because you can't assume that everybody is okay, you can't be out of sight, out of mind. So we need to be more purposeful in reaching out and communicating with people than we were previously. >> And a lot of people obviously concerned about their jobs. Have you sort of communicated, what have you communicated to employees about layoffs? I mean, you guys just did a large raise just before all this, your timing was kind of impeccable. But what have you communicated in that regard? >> I've said, there's no layoffs on our radar, number one. Number two, we are hiring. And number three is we have a higher level of scrutiny on the hires that we're making. And I am very transparent. In other words I tell people look, I prioritize the roles that are closest to the direct train of the business. Right, it's kind of common sense. But I wanted to make sure that this is how we're thinking about it. There are some roles that are more postponable than others. I'm hiring in engineering without any reservation because that is the long term strategic interest of the company. One the sales side, I want to know that sales leaders know how to convert to yields, that we're not just sort of bringing capacity online. And the leadership is not convinced or confident that they can convert to yield. So there's a little bit finer level of scrutiny on the hiring. But by and large, it's not that different. There's this saying out there that we should suspend all non-essential spending and hiring, I'm like you should always do that. Right? I mean what's different today? (both laugh) If it's non-essential, why do it, right? So all of this comes back to this is probably how we should operate anyways, yep. >> I want to talk a little bit about the tech behind Snowflake. I'm very sensitive when CEOs come on my program to make sure that we're not, I'm not trying to bait CEOs into ambulance chasing, that's not what it's about. But I do want to share with our community kind of what's new, what's changed and how companies like Snowflake are participating in this crisis. And in particular, we've been reporting for awhile, if you guys bring up that first slide. That the innovation in the industry is really no longer about Moore's Law. It's really shifted. There's a new, what we call an innovation cocktail in the business and we've collected all this data over the last 10 years. With Hadoop and other distributed data and now we have Edge Data, et cetera, there's this huge trove of data. And now AI is becoming real, it's becoming much more economical. So applying machine intelligence to this data and then the Cloud allows us to do this at scale. It allows us to bring in more data sources. It brings an agility in. So I wonder if you could talk about sort of this premise and how you guys fit. >> Yeah, I would start off by reordering the sequence and saying Cloud's number one. That is foundational. That helps us bring scale to data that we never had to number two, it helps us bring computational power to data at levels we've never had before. And that just means that queries and workloads can complete orders of magnitude faster than they ever could before. And that introduces concepts like the time value of data, right? The faster you get it, the more impactful and powerful it is. I do agree, I view AI as sort of the next generation of analytics. Instead of using data to inform people, we're using data to drive processes and businesses directly, right? So I'm agreeing obviously with these strengths because we're the principal beneficiaries and drivers of these platforms. >> Well when we talked about earlier this year about Snowflake, we really brought up the notion that you guys were one of the first if not the first. And guys, bring back Frank, I got to see him. (Frank chuckles) One of the first to really sort of separate the notion of being able to scale, compute independent of storage. And that brought not only economics but it brought flexibility. So you've got this Cloud-native database. Again, what caught my attention in that Redshift article we wrote is essentially for our audience, Redshift was based on ParAccel. Amazon did a great job of really sort of making that a Cloud database but it really wasn't born in the Cloud and that's sort of the advantage of Snowflake. So that architectural approach is starting to really take hold. So I want to give an example. Guys if you bring up the next chart. This is an example of a system that I've been using since early January when I saw this COVID come out. Somebody texted me this. And it's the Johns Hopkins dataset, it's awesome. It shows you, go around the map, you can follow it, it's pretty close to real time. And it's quite good. But the problem is, all right thank you guys. The problem is that when I started to look at, I wanted to get into sort of a more granular view of the counties. And I couldn't do that. So guys bring up the next slide if you would. So what I did was I searched around and I found a New York Times GitHub data instance. And you can see it in the top left here. And basically it was a CSV. And notice what it says, it says we can't make this file beautiful and searchable because it's essentially too big. And then I ran into what you guys are doing with Star Schema, Star Schema's a data company. And essentially you guys made the notion that look, the Johns Hopkins dataset as great as it is it's not sort of ready for analytics, it's got to be cleaned, et cetera. And so I want you to talk about that a little bit. Guys, if you could bring Frank back. And share with us what you guys have done with Star Schema and how that's helping understand COVID-19 and its progression. >> Yeah, one of the really cool concepts I've felt about Snowflake is what we call the data sharing architecture. And what that really means is that if you and I both have Snowflake accounts, even though we work for different institutions, we can share data optics, tables, schema, whatever they are with each other. And you can process against that in place if they are residing in a local, to your own platform. We have taken that concept from private also to public. So that data providers like Star Schema can list their datasets, because they're a data company, so obviously it's in their business interest to allow this data to be profiled and to be accessible by the Snowflake community. And this data is what we call analytics ready. It is instantly accessible. It is also continually updated, you have to do nothing. It's augmented with incremental data and then our Snowflake users can just combine this data with supply chain, with economic data, with internal operating data and so on. And we got a very strong reaction from our customer base because they're like "man, you're saving us weeks "if not months just getting prepared to start to do an al, let alone doing them." Right? Because the data is analytics ready and they have to do literally nothing. I mean in other words if they ask us for it in the morning, in the afternoon they'll be running workloads again. Right, and then combining it with their own data. >> Yeah, so I should point out that that New York Times GitHub dataset that I showed you, it's a couple of days behind. We're talking here about near realtime, or as close as realtime as you can get, is that right? >> Yep. Yeah, every day it gets updated. >> So the other thing, one of the things we've been reporting, and Frank I wondered if you could comment on this, is this new emerging workloads in the Cloud. We've been reporting on this for a couple of years. The first generation of Cloud was IS, was really about compute, storage, some database infrastructure. But really now what we're seeing is these analytic data stores where the valuable data is sitting and much of it is in the Cloud and bringing machine intelligence and data science capabilities to that, to allow for this realtime or near realtime analysis. And that is a new, emerging workload that is really gaining a lot of steam as these companies try to go to this so-called digital transformation. Your comments on that. >> Yeah, we refer to that as the emergence or the rise of the data Cloud. If you look at the Cloud landscape, we're all very familiar with the infrastructure clouds. AWS and Azure and GCP and so on, it's just massive storage and servers. And obviously there's data locked in to those infrastructure clouds as well. We've been familiar for it for 10, 20 years now with application clouds, notably Salesforce but obviously Workday, ServiceNow, SAP and so on, they also have data in them, right? But now you're seeing that people are unsiloing the data. This is super important. Because as long as the data is locked in these infrastructure clouds, in these application clouds, we can't do the things that we need to do with it, right? We have to unsilo it to allow the scale of querying and execution against that data. And you don't see that any more clear that you do right now during this meltdown that we're experiencing. >> Okay so I learned long ago Frank not to argue with you but I want to push you on something. (Frank laughs) So I'm not trying to be argumentative. But one of those silos is on-prem. I've heard you talk about "look, we're a Cloud company. "We're Cloud first, we're Cloud only. "We're not going to do an on-prem version." But some of that data lives on-prem. There are companies out there that are saying "hey, we separate compute and storage too, "we run in the Cloud. "But we also run on-prem, that's our big differentiator." Your thoughts on that. >> Yeah, we burnt the ship behind us. Okay, we're not doing this endless hedging that people have done for 20 years, sort of keeping a leg in both worlds. Forget it, this will only work in the public Cloud. Because this is how the utility model works, right? I think everybody is coming to this realization, right? I mean excuses are running out at this point. We think that it'll, people will come to the public Cloud a lot sooner than we will ever come to the private Cloud. It's not that we can't run on a private cloud, it just diminishes the potential and the value that we bring. >> So as sort of mentioned in my intro, you have always been at the forefront of disruption. And you think about digital transformation. You know Frank we go to all of these events, it used to be physical and now we're doing theCUBE digital. And so everybody talks about digital transformation. CEOs get up, they talk about how they're helping their customers move to digital. But the reality is is when you actually talk to businesses, there was a lot of complacency. "Hey, this isn't really going to happen in my lifetime" or "we're doing pretty well." Or maybe the CEO might be committed but it doesn't necessarily trickle down to the P&L managers who have an update. One of the things that we've been talking about is COVID-19 is going to accelerate that digital transformation and make it a mandate. You're seeing it obviously in retail play out and a number of other industries, supply chains are, this has wreaked havoc on supply chains. And so there's going to be a rethinking. What are your thoughts on the acceleration of digital transformation? >> Well obviously the crisis that we're experiencing is obviously an enormous catalyst for digital transformation and everything that that entails. And what that means and I think as a industry we're just victims of inertia. Right, I mean haven't understood for 20 years why education, both K through 12 but also higher ed, why they're so brick and mortar bound and the way they're doing things, right? And we could massively scale and drop the cost of education by going digital. Now we're forced into it and everybody's like "wow, "this is not bad." You're right, it isn't, right but we haven't so the economics, the economic imperative hasn't really set in but it is now. So these are all great things. Having said that, there are also limits to digital transformation. And I'm sort of experiencing that right now, being on video calls all day. And oftentimes people I've never met before, right? There's still a barrier there, right? It's not like digital can replace absolutely everything. And that is just not true, right? I mean there's some level of filter that just doesn't happen when you're digital. So there's still a need for people to be in the same place. I don't want to sort of over rotate on this concept, that like okay, from here on out we're all going to be on the wires, that's not the way it will be. >> Yeah, be balanced. So earlier you made a comment, that "we should never "be spending on non-essential items". And so you've seen (Frank laughs) back in 2008 you saw the Rest in Peace good times, you've seen the black swan memos that go out. I assume that, I mean you're a very successful investor as well, you've done a couple of stints in the VC community. What are you seeing in the Valley in regard to investments, will investments continue, will we continue to feed innovation, what's your sense of that? Well this is another wake up call. Because in Silicon Valley there's way too much money. There's certainly a lot of ideas but there's not a lot of people that can execute on it. So what happens is a lot of things get funded and the execution is either no good or it's just not a valid opportunity. And when you go through a downturn like this you're finding out that those businesses are not going to make it. I mean when the tide is running out, only the strongest players are going to survive that. It's almost a natural selection process that happens from time to time. It's not necessarily a bad thing because people get reallocated. I mean Silicon Valley is basically one giant beehive, right? I mean we're constantly repurposing money and people and talent and so on. And that's actually good because if an idea is not worth in investing in, let's not do it. Let's repurpose those resources in places where it has merit, where it has viability. >> Well Frank, I want to thank you for coming on. Look, I mean you don't have to do this. You could've retired long, long ago but having leaders like you in place in these times of crisis, but even when in good times to lead companies, inspire people. And we really appreciate what you do for companies, for your employees, for your customers and certainly for our community, so thanks again, I really appreciate it. >> Happy to do it, thanks Dave. >> All right and thank you for watching everybody, Dave Vellante for theCUBE, we will see you next time. (upbeat music)
SUMMARY :
this is theCUBE Coversation. And I really want to share some of Frank's insights and said "Dave, I want to just share with you. So in other words you got to sort of reset to okay, Not that different than what it was before. I really learned it from you and of course Mike Scarpelli, I ask all of our leadership to constantly check in But what have you communicated in that regard? So all of this comes back to this is probably how and how you guys fit. And that just means that queries and workloads And then I ran into what you guys are doing And what that really means is that if you and I or as close as realtime as you can get, is that right? Yeah, every day it gets updated. and much of it is in the Cloud And you don't see that any more clear that you do right now Okay so I learned long ago Frank not to argue with you and the value that we bring. But the reality is is when you actually talk And I'm sort of experiencing that right now, And when you go through a downturn like this And we really appreciate what you do for companies, Dave Vellante for theCUBE, we will see you next time.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Frank | PERSON | 0.99+ |
Mike Scarpelli | PERSON | 0.99+ |
2007 | DATE | 0.99+ |
Slootman | PERSON | 0.99+ |
Frank Slootman | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
2008 | DATE | 0.99+ |
Bill Belichickian | PERSON | 0.99+ |
2015 | DATE | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
April 2020 | DATE | 0.99+ |
Dave | PERSON | 0.99+ |
20 years | QUANTITY | 0.99+ |
Data Domain | ORGANIZATION | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
Monday morning | DATE | 0.99+ |
1.2 billion | QUANTITY | 0.99+ |
three weeks | QUANTITY | 0.99+ |
Boston | LOCATION | 0.99+ |
eight | QUANTITY | 0.99+ |
Star Schema | ORGANIZATION | 0.99+ |
early January | DATE | 0.99+ |
ServiceNow | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
10 | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
Gartner | ORGANIZATION | 0.99+ |
first move | QUANTITY | 0.99+ |
Snowflake | ORGANIZATION | 0.99+ |
COVID-19 | OTHER | 0.99+ |
both | QUANTITY | 0.98+ |
AWS | ORGANIZATION | 0.98+ |
VMworld | ORGANIZATION | 0.98+ |
One | QUANTITY | 0.98+ |
about 100 plus million dollars | QUANTITY | 0.98+ |
earlier this year | DATE | 0.98+ |
theCUBE Studios | ORGANIZATION | 0.98+ |
first slide | QUANTITY | 0.98+ |
several years later | DATE | 0.98+ |
SiliconANGLE | ORGANIZATION | 0.98+ |
both worlds | QUANTITY | 0.98+ |
playbook | ORGANIZATION | 0.97+ |
one | QUANTITY | 0.97+ |
next month | DATE | 0.97+ |
New York Times | ORGANIZATION | 0.97+ |
GitHub | ORGANIZATION | 0.97+ |
first generation | QUANTITY | 0.96+ |
nine hours a day | QUANTITY | 0.96+ |
today | DATE | 0.96+ |
12 | QUANTITY | 0.95+ |
Johns Hopkins | ORGANIZATION | 0.94+ |
Jeffery Snover, Microsoft | Microsoft Ignite 2019
>>Live from Orlando, Florida. It's the cube covering Microsoft ignite brought to you by Cohesity. >>Welcome back everyone to the cubes live coverage of Microsoft ignite. I'm your host, Rebecca Knight, along with my cohost. We are joined by Jeffrey Snuffer. He is a technical fellow, Oh three 65 intelligence substrate at Microsoft. Most famous for being the father of PowerShell and one of the key architects of the window server. Thank you so much for coming on, for returning to the show. Yeah, thanks. It's great to be back. So first of all, define your, you're relatively new to this role, so tell us a little bit about what you're doing and what is the intelligent substrate. >> Yes, so you know, a lot of people get this confused as intelligence substrate. There's all three 65 the Microsoft graph. And when I do, as I say, Hey, the best way to think about this as an analogy to an operating system, operating systems are complex, but at the end of the day, they're really, really simple. >>They only do three things. They manage and protect resources. They provide services for developers, right services, API APIs and common controls. And then they provide a base set of applications and a way to get additional applications. So windows manage, CPU, memory, the services when 32 API eyes and then the applications like the browser, et cetera. So all three 65 can really be viewed as an operating system. Sounds strange. Why? Because most operating systems have been operating systems for devices, an operating system for phone, an operating system for a PC and operating system for a server. This is an operating system for people and organizations. So when we think about those three responsibilities, resources and you know, protecting and managing resources, these are the resources for people in organizations. So it's their identity, their, their emails, their chats, their documents, services for developers. These where there's wind 32 for windows, we have ms graph, that's our public API, but then we have services to be able to create, collaborate and communicate documents and interactions. >>And then the applications are things like teams and outlook, et cetera. And so then, Oh, sorry. Then the substrate, the substrate, sort of at the core of it. That's one of our core services. It is storage and then a set of services to manage that and set of services. So the storage is basically a planetary scale, no sequel data store. So every time you create a chat and email document or whatever, it gets stored in the substrate and then three additional copies are created, one of them at least 250 miles away. That's why our date availability and high availability are one thing. So everything gets stored there and then that allows us to do common services like search against it. Does that make sense, >>Jeffrey? Well, one of the biggest challenge people have is when you learn about something and then it has changed an awful lot. Yeah. I think back to the first time I used Microsoft word, Microsoft Excel, it wasn't connected to the internet exactly. Let alone talking about the era of global scale in AI and all of these things that can do in. So maybe give us a fresh as if I'm a brand new person and I, you know, I don't have the, you know, all of the legacy history with the Microsoft office family. What, what is the new, you know, people O us that you're talking about? >>Yeah. So I like to think of it as a back to the original office 1.0, if you remember the original office 1.0, you'd had word, Excel and PowerPoint. And I like to joke, I say it was integrated with the advanced technology at that day of called cardboard, right? We just took the, the, the floppy disks from each one of those products, put it in a cardboard box and said it's a suite. But then it was a vision to a vision of how things should work together to help the individual. And then after that version one, then we reorganized the organization to have common technology teams. And that's when we started to get common controls, common user experience, et cetera, common file formats. Uh, and then it became a true integrated suite. Same thing happened when we went to the cloud. We had all these products that would have a front end couple to a back end, another front end, couple to a back end, another front end coupled a backend. >>Each one would have one or more SDKs, et cetera. And when we first brought them to the cloud, it was the same sort of thing, integrate it with an offering and a name. But there was a vision there. And then that vision drove the reality. And what we did was we said, Hey, let's figure out how to have a common storage for these things. Common backend, a common way to communicate, a common way to do messaging. And then that took a number of years. But that's what drives this consistency. And so that's why when you go and you say, I would like to search for something, you'll find that term, whether it's in your word documents or it's in your emails or your team chats or anything. It's that commonality that makes it answered question. It >>does. Um, so it's, I think about, you know, the era of collaboration and, you know, there were competitors to Microsoft that came out that were built on the internet and you know, deliver those solutions. So this week we've talked to, we haven't dug deep deep into teams, but everyone we've talked to that's using it, it's like, no, really this is a really great product and almost like, you know, forget about some of the things you might have remembered through some of those iterations and changes and things not working together. You know, teams has been built and is allowing some great collaboration, communication with remote workers, smaller businesses, the likes. So it's tough because especially if you're using one tool and you've gone over to some other tool set, it's like, Oh, I don't, why would I go back to that? But it's a very different, uh, Microsoft productivity suite today than, than we might have used in the past. >>That's exactly correct. And then the, into the, uh, uh, intelligent substrate is this layer of AI on top of the substrate, right? So part of that is search, but then we're also doing natural language processing. So basically imagine you saw a store of file in in a one drive that gets stored in one drive and a workflow gets kicked off and that workflow then goes and analyzes the contents of that file and create search terms, et cetera. So we then have common search and then we've got natural language processing that'll go and find, Hey, what are the key points for that document? How do I summarize that document? So then if you see it somewhere you can say, Oh, show me the file card. And I'll say, here's this document. You don't have to read the whole thing. Here are the three key points about it. >>And so the, this is, so to answer the question, why would a, why would a platform guy be working in office? It turns out that to build this AI infrastructure, it's really sort of a platform play. There's key advances that need to be made in, in AI. But actually when you get involved in AI, what you realize is what we really need is more engineering than more science. We need more science, no doubt about it. But boy, is there a need for engineering? Like I need to figure out how to get three to five to seven orders of magnitude more volume of AI going through the system. So when you talk about these key advances in AI that need to be made in terms of of applying them to O three 65 describe them for us and talk about how they will change the future of work and the way we collaborate with our team members in the way we communicate with our team members and, and in our productivity. >>Yeah. So this is where I get so excited about Microsoft's play, right? Because when I decided at the end of last year that I was gonna make a new change, I had a number of opportunities both inside and outside the company. And so the, the thing that really made me say, this is where I want to go was, well, one, it was most important new technology, AI on our most precious business asset, our customers data. So that was very exciting for really got me over the edge was Microsoft's approach to AI. Microsoft takes a very different approach to AI than our competitors, right? The heart of most AI is trying to figure out you and you to achieve some result. Now our competitors do that to try and get you to click a button to buy an ad or to buy something you don't need or subvert some government that they want subverted, right? >>That's none of our peg objectives. We want to understand you for exactly one reason to make you successful, right? How do we, like in the past, people would throw the rock at Microsoft, say, Oh, you know, when I use Microsoft products, I got to understand the Microsoft org chart. You know, you ship my org chart. What they're really saying is that they have to understand the tools to get their job done. They have to navigate the tools. What we're trying to do is have the tools understand the person to help the person, help that person get their job done. So there's this great show, I think it was called the remains of day today, the movie with Anthony Hopkins, he played a Butler. And in that he did some research and he talked to the Butler of Buckingham palace who'd been there for 50 years and he said the essence of a great Butler is that he makes the room emptier when he enters. >>What's that mean? Well, when the, when someone sits down the magazine that they want, is there, the drink that they want is there. It just, it just all works out. Well, that's not my experience with computers today. I mean, how many times do you, you know, you end up at the end of the day and you're like, your spouse says, what'd you do to you day? You're like, wow, I dunno. I dunno. I'm just exhausted. Well, it shouldn't, doesn't have to be that way. What we want to do is to have the computer understand you, understand your objectives and not have some big splashy AI. It just, Oh, things just work. Oh, I'm coming to this meeting. Oh, the information I need for that meeting is just there. Oh, it prepped me and knew that I had a few minutes. And so it gave me a few minutes where it's a prep and things just flow. And at the end of the, you know, success will be when you end the day with more energy than you start it. Like that's a big tall tale, a big tall effort. But that's where we're going for that. Get stalled. >>Yeah. Well we, we found that the, the word that has summarized this week for us is one that Satya said over and over again and it was trust. So in today's day and age, there's a lot of cynicism and especially looking at big tech companies, you did a presentation talking about AI in social responsibility. You tease out a little bit of it there as to why you believe Microsoft is well intentioned with AI, but maybe share a little bit more about that vision for social responsibility and you know, where we need to go with AI as an industry as a whole. >>Yeah, exactly. So there's kinda two key points. First is I think there's a, a very vast, uh, misunderstanding of the state of AI Kang. It really is best understood as software 2.0 and we've been at software 1.0 for about 75 years and I don't think anybody thinks we're doing a particularly great job at event. I think we've started to make progress starting around the 1990s with the, with the core principles of, of uh, the worldwide web. That's when we started to really make some progress. But we still have lots of world's problems. So we're at software 2.0 we're at the very beginning of the beginning of the beginning. Now here's the point. The innovators set the field, the innovators set the path. And in AI it's important for Microsoft to be one of the key innovators here because of our approach, because we're standing up and saying, wait, there's great promise. >>There's great challenges, right? There are privacy challenges. There's data bias challenges, there's inclusivity challenges. There are things that really need to be addressed by governments, local legislation and global governments. Brad Smith has been particularly vocal on this and the need for a digital, the only way you're going to solve the problem of autonomous killer robots, which is a real thing, is by a digital Geneva convention. We, Microsoft can't solve that. IBM can solve that. Google can't solve that. Governments need to solve that. And so Microsoft is being very proactive in engaging the communities around these problems. For myself, for instance, I've been working with some of the security researchers to say, okay, well, software 2.0 how do you do threat model on machine learning? Nobody knows. Like literally nobody knows. And so we've been working over the course of the last year to produce a taxonomy of attacks. Now this is the initial thing, but it sparks a conversation as we've shown it to various government people and other, uh, competitors. Uh, they're very excited about this, about trying to join this in, to identify the class of attacks. Because once you can understand the class of attacks, then you begin understanding, well, how do I defend against those? But literally it doesn't exist. So, >>so talking about autonomous killer robots, I'm very worried now. So how do you, Jeffrey said you're talking about Microsoft's more measured approach and as you said, you are working with governments and work in reaching out to policy makers and regulators to talk about these things. Maybe unlike some other technology companies that aren't doing that. How do, are you a tech optimist at the end of the day or are you, but does it keep you up at night these, these, Nope. Nope, >>not at all. Not at all. No. I'm a wild Technomic dumbest people like are very pessimistic and I just like, yeah. You know, no. Like, let me give you an example, right? There's this, this thing that says, Oh, an autonomous car turns the corner at a high speed and it has to decide between killing two old man and a and a woman in a baby carriage. Right? And it's wide. This is a Philip philosophic philosophy problem called the trolley problem. Oh, a trolley driver has to pull a switch a, uh, and it was like over a hundred years old in the a hundred plus years that that's upon posited, there's been exactly zero trolley drivers ever put in this position. Just, it's just not an issue. Look, there are real issues. We do have to work these things. I'd say the biggest worry is not these killer robots or the autonomous cars going wild. >>It is complacency. It is overconfidence. It says, Oh, I got something to work. Let's just ship it. Like there's a lot of brittleness in these AI systems, right? Like, Oh, this works and it can be spectacular, but then this is a complete disaster and that's a complete disaster. So how do we get that taxonomy of like, Hey, when do we know when we're done? How do we test these things? How do I have like a, a secure supply chain for the data models as well as the code itself? You know, so. So I think that software one no doubt does not provide us any of the answers to the challenges of software 2.0 but I do believe that software 1.0 and its challenges tell us the areas that we need to apply our, our mindset to. And that's what we're doing. So >>Jeffrey, before we let you go, we do need to get the update on PowerShell. I have to say, ever since I've first talked to you, I feel like more and more when I go to shows, I hear people just talking about how it's helping their career, helping their business and in doing it, I don't know if it's just because you know, it was brought to the front of the mind and it's like, Oh no, I'm used to seeing that car model out there. But can you give us the latest on power shell even though you're no longer in that group? Oh yeah. I continue to meet with them all the time. >>I'm very active in PowerShell. So we took power shell and made a cross platform to run analytics. We've talked about that and I don't know where we were when we talked about that, but basically we sort of did it for our own purposes, right? We need to manage the world's estate and so we want to have a common infrastructure for doing that. And the joke was that the point is like, look, we're not confused. We don't think that the Unix people are going to greet us as liberator's. Like all, thank heavens, you know, I've been dying under this bash and such. Thank God Microsoft came to save us, right? There's no confusion. We'll surprise. We shifted and then the vast majority, the numbers are crazy. How many Linux people are using PowerShell. It's just insane and we don't really understand it. We're out there talking to people, but they just love it. >>So anyway, so PowerShell version seven is coming out. It'll come out officially at the end of the year, beginning of next year, and this really is the tool that then you can use to manage everything. Both windows and Linux. We have parallel for each, so you can do massive scale. But that's the one that really just brings all the pieces together and gains the critical mass. So we're very excited about it. always a scintillating conversation when you come on the show. Thank you so much for coming on. Thank you. I'm Rebecca Knight for Stu Miniman. Stay tuned for more of the cubes live coverage of Microsoft ignite.
SUMMARY :
Microsoft ignite brought to you by Cohesity. Thank you so much for coming on, for returning to the show. Yes, so you know, a lot of people get this confused as three responsibilities, resources and you know, protecting and managing resources, So every time you create Well, one of the biggest challenge people have is when you learn about something and then it has changed an awful And I like to joke, I say it was integrated with the advanced technology at that day of And so that's why when you go and you say, forget about some of the things you might have remembered through some of those iterations and changes and So then if you see it somewhere you can say, Oh, show me the file card. And so the, this is, so to answer the question, why would a, why would a platform guy be working in Now our competitors do that to try and get you to click a button to buy And in that he did some research and he talked to the Butler of Buckingham And at the end of the, you know, success will be when you end the day with more energy than you You tease out a little bit of it there as to why you believe Microsoft is well intentioned with AI, And in AI it's important for Microsoft to be one of the key innovators of the security researchers to say, okay, well, software 2.0 how do you do threat are you a tech optimist at the end of the day or are you, but does it keep you up at night We do have to work these things. It says, Oh, I got something to work. I continue to meet with them all the time. And the joke was that the point is like, look, we're not confused. at the end of the year, beginning of next year, and this really is the tool that then you can use
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeffrey | PERSON | 0.99+ |
Rebecca Knight | PERSON | 0.99+ |
Brad Smith | PERSON | 0.99+ |
Jeffrey Snuffer | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Jeffery Snover | PERSON | 0.99+ |
Anthony Hopkins | PERSON | 0.99+ |
PowerShell | TITLE | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
50 years | QUANTITY | 0.99+ |
Excel | TITLE | 0.99+ |
PowerPoint | TITLE | 0.99+ |
one drive | QUANTITY | 0.99+ |
five | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
Stu Miniman | PERSON | 0.99+ |
Orlando, Florida | LOCATION | 0.99+ |
First | QUANTITY | 0.99+ |
Satya | PERSON | 0.99+ |
word | TITLE | 0.99+ |
Linux | TITLE | 0.99+ |
office 1.0 | TITLE | 0.99+ |
one | QUANTITY | 0.99+ |
windows | TITLE | 0.99+ |
three | QUANTITY | 0.99+ |
seven | QUANTITY | 0.98+ |
last year | DATE | 0.98+ |
one tool | QUANTITY | 0.98+ |
a hundred plus years | QUANTITY | 0.98+ |
this week | DATE | 0.98+ |
one reason | QUANTITY | 0.98+ |
about 75 years | QUANTITY | 0.97+ |
three key points | QUANTITY | 0.97+ |
over a hundred years old | QUANTITY | 0.97+ |
three things | QUANTITY | 0.97+ |
both | QUANTITY | 0.97+ |
one thing | QUANTITY | 0.97+ |
three additional copies | QUANTITY | 0.96+ |
first | QUANTITY | 0.96+ |
today | DATE | 0.96+ |
Each one | QUANTITY | 0.96+ |
next year | DATE | 0.95+ |
two old | QUANTITY | 0.95+ |
each | QUANTITY | 0.94+ |
first time | QUANTITY | 0.93+ |
Both | QUANTITY | 0.93+ |
each one | QUANTITY | 0.92+ |
Butler | PERSON | 0.92+ |
three responsibilities | QUANTITY | 0.91+ |
Philip | PERSON | 0.91+ |
two key points | QUANTITY | 0.91+ |
zero trolley drivers | QUANTITY | 0.89+ |
32 | TITLE | 0.81+ |
Buckingham | LOCATION | 0.78+ |
end of last year | DATE | 0.77+ |
Steven Bower, Bloomberg | KubeCon 2018
>> Live from Seattle,Washington, it's theCUBE. Covering KubeCon andCloudNativeCon North America 2018 brought to you by Red Hat, the Cloud Native Computing Foundation, and it's ecosystem partners. >> Hey, welcome back everyone,live Cube coverage here at KubeCon, CloudNativeCon2018 in Seattle. I'm John Furrier with Stu Miniman hosting three days of coverage. Wall to wall, 8,000 people,double from last year, North America, expanding intoChina, Europe, everywhere. The CNCF is expanding, so is Kubernetes. The rise of Kubernetes has spawned the Cloud Native movement going mainstream that's ecosystem driven. We got a great guest here. Steven Bower, data andanalytics infrastructure lead at Bloomberg, featuredthem on siliconangle.com in one of our special reportsand user using Kubernetes and the variety of Cloud Native. Steven welcome to theCUBE. >> Thanks for having me. >> Thanks for coming on,award winning end user, given all the end users,everyone's kind of award winning. >> Yeah, yeah, yeah. >> Congratulations. Bloomberg's known, we've covered you guys, great development team. You guys have a lot ofengineers at Bloomberg as well as being a media company on cable, Bloomberg terminal, everything else. You've got a lot of datascience, you've got a lot of engineers, you're building stuff. What's the focus on Kubernetes? Where are you using it? How are you contributing? What's the dynamic? Why are you winning with Kubernetes? >> Sure, that's a good question. I think, well we're usingit all over the place in lots of different things. We have a huge engineeringteam that does all kinds of different things. So in the area that I manage,which is data and analytics infrastructure, we have been we basically managedatabases and search engines and all kinds of other tech like that. What we've ended uprealizing is that we built something that looks a lot like Kubernetes but doesn't work nearlyas well for all of those different systems, tomanage them at scale. You know, we're talkingthousands of instances of post cross and solar andall kinds of different things and having a singletool, or single platform which we can kind of levelup all of those things really makes a lot of sense in terms of not necessarily like cuttingcosts and things like that 'cause that's actuallynot as interesting to me as actually allowing theteams that manage those things to actually contribute to those projects, contribute to solar or postcross and stuff like that and free them from havingto spend a lot of time managing infrastructure. >> Tim Hopkins said, itwas just on theCUBE here before you came on,from Google, one of the co-leads on Kubernetesat gkegoogles@cloud. He said something interesting. I want to get your reaction to this. One of the benefits of Kubernetesis to give the confidence that deployments are going to be reliable and that confidence gets a flywheel and then people startshipping more as a matter of course of the business,not like oh my God we got to push a new code,oh my God, fingers crossed, press the button. The old model was fingers cross, go, QA, no, no, confidence, theconfidence and the iteration. Is that where you'reseeing the value, too? Does that relate to you? Does that make sense to you?Does that resonate with you? >> Yeah, it definitely does. A lot of the models thatwe're trying to move towards are really like declarative model of both how we develop software andthen how we deploy software and then how we manage it in production. Kubernetes offers that, thatecosystem across the board. That's been really, trying to think of a great way to put this. Being able to have that tooland being able to do that and the repeatability. In the world that I livein, everything we do we don't do one of it,we do, I think we run something like 2000 solar clusters. So all we're doing all daylong is just stamping out the same thing over and overagain and if I can build one system that doesthat very, really cleanly and simply and then I canuse that same system for running post tests orrunning something else that gives us the confidenceand we can test it, we can run it on our laptops. Our developers can developand do all that kind of stuff and it works the same everywherethey go and we can just rinse, lather, repeat kind of. >> So Steve, step back for a second. Your infrastructure, is thisall Bloomberg Data Center's? How does cloud fit into the discussion? >> Yeah, I mean, we dohave some infrastructure running in the cloud but primarily it's all on prem and data center. In my world it's all onmetal because we have all these data systemsthat need direct access to SSDs and MME andall this kind of stuff. >> Can you give us, withoutsharing state secrets, a little bit of the scaleof what you're doing? I love data's at the centerof what you're doing there. We can all understand howimportant data is to your business but talk aboutwhat the requirements are that why you have some special requirements that thetypical enterprise wouldn't. >> Sure, I think, youcan look at Bloomberg as a media company, wehave news, all that stuff. We obviously have the Bloomberg terminal and really what drives that terminal, it's all kinds of software but in the end it's data, right, andit's all kinds of data. What is that definition,big data and all these whatever stuff that everyonewas pitching five years ago. We have all of those problems. We have data that is movingat millions of ticks a second. We have enormous data sets. We have really complex data sets like people scanning courtfilings from tiny little courts all around thecountry and sending that data in and we have tonormalize that and put it in. So all these crazy differenttypes of information. They are both demanding interms of the complexities of parsing data and puttingthem and structuring them into those systems as wellas the scale so we have some pretty enormous andhigh performance systems that require us and kindof drive us to that need for metal and very focused on performance in all different aspects. >> Great, wonder, give us your engagement with this ecosystem here. One of the big questionscoming in is okay, Kubernetes, the thingwe here from the CNTF is well, it's getting kind of boring. I don't know that I agree with the term. I understand they'resaying it's becoming mature and therefore there's less drama around it which is good but this ecosystemis anything but boring. You ask a user like yourself, you've got complex requirements. There's more than 30different projects a year. What do you use out of here? What do you build yourself? What do you contribute to? How do you consideropen-source contributions? It's a big nut and wedon't have a ton of time but if you could scratch thesurface on some of those. >> I think the number onelesson that I've learned from this ecosystem isthat it's moving so rapidly that when we decide tobuild something on our own we have a talk tomorrow aboutour data science platform which we built about ayear-and-a-half, two-years ago. By the time we were ready to talk about it and everything like that,you have all the other different technologiesthat have moved forward. So it made us realize thatif we're going to start something internally,a new project, either A we should go look and seewhat's out there and contribute to that or we should juststart it in open source to begin with rather thanthat oh, let's build it and then we'll open source it. >> Chasing your tail kind of thing. >> Yeah, it's like we have tobecome part of the ecosystem in our entirety. >> That brings up a good question. I want to ask you this incontext of thinking about your peers that mightnot be as progressive as Bloomberg on the tech side. You guys certainly do a greatjob and it's well documented. Classic IT shop, racking andstacking servers and boxes and now we got the wholedigital transformation thing going on, same old, same old but now, 2019, real impact. The investments they'remaking on how to change their IT, their data isnow in front of them. They have to deal with them. This is right front andcenter 'cause companies are realizing they'regoing to go out of business if they don't actually make the adoption 'cause the data's super valuable. So how do you see the Kubernetesand the CNC of ecosystem changing the investment practices of a classic enterprise IT? You know, if your peerscalled you and said hey Steven, hey help me out,what's the secret playbook? Where do I go? I don't want to get, Igot to make some changes. What do they change? What's the impact of theinvestment with Kubernetes? What's the end game? What's the real impact? >> I think, it's a toughthing, right, 'cause Bloomberg is really notlike your typical IT shop. We are a software company at heart and so that makes us alittle bit different. When I talk to other people,I say that in the sense that not a lot of companiescan afford to decide to make a project open-- >> 'cause they outsource everything. >> Right, outsource it. Well, I mean-- >> They outsource everything. >> That's actually a huge change though. We're not sitting heretalking about hundreds of commercial products that are owned by a small handful of vendorsthat are multi-million dollar investments foreverything we're doing. We're talking about lotsof little tiny companies that have products thatare really, really valuable that are in the open sourceworld that we can get our hands on and startworking with before we even make a decision about talkingabout support or whatever. There's all kinds of technologies that, I walk into this room andthese are like friends all around 'cause we'veworked with all their software and we're like hey, theseguys have a company now. This was just a GitHubrepo a couple years ago and I think that that's abig change and embracing that, that's probablyreally hard for your typical kind of IT shop where theywant to have this clear line of I can call techsupport and get someone on the phone and that's like the main-- >> The classic old software model but it's changed. >> So Steve, one of thethings we're trying to get some insight on here isit's not just running Kubernetes in production,it's what am I doing with it. How does that change my business? I understand ML is a big pieceof what you're doing there. Give us some insight as to how does this transform your business? Does it transform your business? >> Specifically on the MLside and we'll talk about this actually that's kind of thefocus of our talk tomorrow so I don't want to stealtheir thunder too much but a lot of it was really about looking at okay, how did ML, deep ML people work? How did they want to work? If you ask an ML personwhat they really want they want an infinitely scalable cluster that it's just theirs and they want to an assay to manage all theinfrastructure for them and a data engineer to managecleaning up all the data and all these things and they wanted that all to themselves and not haveto share it with anyone else. So a lot of what we try tofigure out is how we can actually deliver that to themand it really has transformed. Once people realize that onour platform they had access to an enormous pool of GPUs,it went from oh, I want to work on my box and can you giveme GPUs on my one little box to wow, I can dohyper-parameter tuning across hundreds of GPUs overnight or during the day or whatever their needs are. It really unlocked people's capabilities and they're actuallylike, they went from being skeptical of a systemthat they had to share and things like that 'causeit actually just works and that's really the-- >> That's really thedopamine effect for them. They can see value withouthaving to go through the slogging of the configurationsand the normal stuff >> Yeah, exactly.>> that they had to do. >> Authentication. >> So we've been hearingthreads of the CICD pipeline is a big benefit,which you're kind of seeing as well but whatwe're also seeing people building below Kubernetes seeing storage and networking getting better. How do you see that holistically? Are you seeing is thenetwork more performant, that notion of programmabilitybecomes now part of it, automation, it's software. Everyone has to build software. In fact, I talked to theVP of Technology Innovation at Proctor and Gamble andhe's saying hey, we outsourced everything, I got to start hiring software so maybe not as big asBloomberg but the trend is let's get more software people on board but they still got networks,they still got storage, they still got the gear. What's the impact, the under-the-hood? >> Yeah, I think it'scomplex because you typically have these structures thatare built inside companies where you have a networkingteam and you have an infrastructure, ahardware team and whatever. One of the SREs on my team the other day, he was like, do you thinkwe can talk to the network team about puttingsoftware on their switches? That's a really interestingquestion to start asking and he actually had areally good use case. That makes a lot of sense, maybewe should think about that. And then dealing with, there'sobviously the technology aspect of that but there's also skillsets. Someone that's been workingwith a bunch of switches for a bunch of years isn'tnecessarily a programmer, used to a typical CICDprocess and things like that. >> On the flip side, I thinkthat's cool to recognize the networking guy butwe heard Tim Hopkins say there's a lot of policyknobs in Kubernetes that the networking guyscould potentially take advantage of so it mightwork the other way. Are the network guys looking at Kubernetes saying hey, or are theynot yet that sophisticated but they would love, they'd love policy. Network guys write policy. Wouldn't you want-- >> Yeah, yeah, oh absolutely. It's actually one of thebiggest draws of using Kubernetes in our ecosystem. We've made heavy use ofapplying network policy down to the workload level which means that from a securityperspective, if I know that I'm transmittingdata between two different places and I've only openedup assets for that one application, for thatone particular use case, rather than saying well,I know that I'm running the same workload on thesame box and I got to open it up for everyoneon that box but maybe someone might use thatthing but maybe they won't and like worrying about stuff like that, it's like no, I can runa workload and I know that these are the only two end points that it can talk to. >> Oh, that's a relief. That's like, hey, we're done. >> So for them this is their panacea. I know exactly whatworkloads are doing exactly what on the network andwhat they're capable of so that's been-- >> That's real progress. That's progress. >> Oh, it's huge progress, yeah. And we've been able todo things that we used to not be able to do for years. >> Talk about the-- >> I just had a quicklittle question there. You mentioned you've gotten SREs. When did you pick that up asa term that you called there and how do you see if you talk a little bit to the skill set and the jobs of peoplethat you have inside. >> Bloomberg's a big companyso the terminology of it and what actuallyindividual teams are doing is probably a little bitvaried across the organization. It's been something that'scome in over probably the last two to three years at Bloomberg. In my organization, it wasactually really interesting 'cause when I started off with, you know, you read the Google book and whatever. What I did is I wentto the guys on my team that were going to becomethe SREs for the organization and I had them write thismanifesto about how we should build and deploy and managesoftware and I didn't tell them necessarily up front thatthis is what was going to happen but when they finishedwriting that and agreed that this is how thingsshould work and they argued for a while, I said, okay,now go build all the tooling to make this easy forpeople to do, all right. And that's what we, and thenthey've just been building off their tooling. Turns out when you're workingwith a lot of the tools and the CNTF and then with Kubernetes, that's actually not that hard. There's lots of thingsthere that are just easy when you get to that place and so that's the kind of journey we'vebeen on to really try to build that infrastructure andthey've done a good job. The engineers downstream of them the speed that they're able to develop and the assurance that there was a CVE forKubernetes two weeks ago and we patched it theafternoon the CVE came out. Being able to do that in anysort of company of scale is I've worked a lot ofbanking and stuff like that in my past and it's unheard of to be able to deploy things in that speed. >> And that's really, Imean this is the goodness of clouds, the goodnessof having that kind of consistency operationally. It's funny you use SRE,that's a Google term. It's a great term andyou've got developers, you got operations kindof working together now. That's the magic. Well Steven, thank you so much for sharing this great insight on theCUBE. Certainly great valuefor the folks watching. Lot of traction, a lot ofpeople, end users contributing and consuming Kubernetes,building around it. Great trend, it's really fun to watch. A lot of composable servicesup and down the stack so congratulations. Steve Bower, Data andAnalytics Infrastructure Lead at Bloomberg. This is theCUBE bringingyou all the action, sharing the data here at KubeCon. This is theCUBE. We'll be right back withmore after this short break. (electronic music)
SUMMARY :
brought to you by Red Hat, and the variety of Cloud Native. given all the end users,everyone's kind of award winning. What's the focus on Kubernetes? So in the area that I manage,which is data and analytics One of the benefits of Kubernetesis to give the confidence A lot of the models thatwe're trying to move towards How does cloud fit into the discussion? running in the cloud but primarily a little bit of the scaleof what you're doing? it's all kinds of software but in the end One of the big questionscoming in is okay, and everything like that,you have all the other Yeah, it's like we have tobecome part of the ecosystem What's the impact of theinvestment with Kubernetes? and so that makes us alittle bit different. Right, outsource it. that are in the open sourceworld that we can get but it's changed. How does that change my business? actually deliver that to themand it really has transformed. the slogging of the configurationsand the normal stuff What's the impact, the under-the-hood? One of the SREs on my team the other day, advantage of so it mightwork the other way. the same workload on thesame box and I got to That's like, hey, we're done. So for them this is their panacea. That's real progress. to not be able to do for years. and the jobs of peoplethat you have inside. and the CNTF and then with Kubernetes, A lot of composable servicesup and down the stack
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Stu Miniman | PERSON | 0.99+ |
Steven | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Tim Hopkins | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
Steve Bower | PERSON | 0.99+ |
Steven Bower | PERSON | 0.99+ |
Bloomberg | ORGANIZATION | 0.99+ |
Cloud Native Computing Foundation | ORGANIZATION | 0.99+ |
Bloomberg Data Center | ORGANIZATION | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
Seattle | LOCATION | 0.99+ |
2019 | DATE | 0.99+ |
ORGANIZATION | 0.99+ | |
last year | DATE | 0.99+ |
North America | LOCATION | 0.99+ |
8,000 people | QUANTITY | 0.99+ |
KubeCon | EVENT | 0.99+ |
two weeks ago | DATE | 0.99+ |
Seattle,Washington | LOCATION | 0.99+ |
two end points | QUANTITY | 0.98+ |
five years ago | DATE | 0.98+ |
siliconangle.com | OTHER | 0.98+ |
Kubernetes | TITLE | 0.98+ |
two-years ago | DATE | 0.97+ |
Proctor and Gamble | ORGANIZATION | 0.97+ |
one application | QUANTITY | 0.97+ |
both | QUANTITY | 0.97+ |
two different places | QUANTITY | 0.96+ |
CloudNativeCon2018 | EVENT | 0.96+ |
one | QUANTITY | 0.96+ |
three days | QUANTITY | 0.96+ |
tomorrow | DATE | 0.96+ |
more than | QUANTITY | 0.96+ |
One | QUANTITY | 0.95+ |
three years | QUANTITY | 0.94+ |
Europe | LOCATION | 0.94+ |
CNCF | ORGANIZATION | 0.94+ |
one system | QUANTITY | 0.94+ |
North America 2018 | EVENT | 0.92+ |
SRE | TITLE | 0.91+ |
CNTF | ORGANIZATION | 0.89+ |
2000 solar clusters | QUANTITY | 0.89+ |
single platform | QUANTITY | 0.87+ |
couple years ago | DATE | 0.85+ |
millions of ticks | QUANTITY | 0.85+ |
Data andAnalytics | ORGANIZATION | 0.85+ |
hundreds of GPUs | QUANTITY | 0.85+ |
double | QUANTITY | 0.84+ |
KubeCon 2018 | EVENT | 0.82+ |
a year | QUANTITY | 0.81+ |
one little box | QUANTITY | 0.79+ |
GitHubrepo | ORGANIZATION | 0.77+ |
about ayear-and-a-half | DATE | 0.76+ |
two | QUANTITY | 0.76+ |
hundreds of commercial products | QUANTITY | 0.75+ |
cloud | ORGANIZATION | 0.74+ |
years | QUANTITY | 0.74+ |
Cloud Native | TITLE | 0.74+ |
Technology Innovation | ORGANIZATION | 0.67+ |
a second | QUANTITY | 0.66+ |
Kubernetes | PERSON | 0.63+ |
Kubernetes | ORGANIZATION | 0.62+ |
multi-million | QUANTITY | 0.62+ |
Keeping People Safe With IOT | Armored Things
(pulsating electronic music) >> Welcome everybody, this is theCube, I'm Paul Gillin. Physical security and cybersecurity have traditionally been sort of isolated worlds, they didn't talk to each other. But in the age of the Internet of Things we now have unprecedented opportunities to unite these two traditionally separate areas. Armored Things is a startup out of Boston and is doing some very interesting work in using intelligent devices to make decisions and to intuit patterns in crowd behavior which has applications in cybersecurity, crowd management, traffic management, a lot of different potential uses of this technology. With me are Julie Johnson the co-founder and President of Armored Things, and Chris Lord, the Chief Technology Officer, Welcome. >> Thank you. >> Why don't you describe in a nutshell, let's start out, what you do Julie. >> Great, Armored things is building software to do next generation incident response. We're using the IOT devices and their data to power decisions across large environments used for safety. So for example the data that we're collecting can be used to get better situational awareness within seconds and drive incident response in seconds instead tens of minutes, which is the state of the art today. >> And so it's sounds like, is security the primary target area or are there others? >> That's right, we sit at the intersection of physical and cybersecurity. This information can also be used to drive additional value over time but right now we're really focused on achieving that mission, using these devices, this technology to improve both the physical and cyber realms for Internet of Things. >> Chris why don't you give us an example of how your technology might be applied? >> Sure, so a very common one is, you know active shooter. People are very concerned about active shooter, and so how can you leverage all the data that you have across different devices, different systems that you have out there, in order to understand what happened, and get people the right information at the right time. A more commonplace example might be something like a protest formation. So if you look at a university campus where you might have a controversial group meeting on campus and you need to get early warning when there's a protest forming on the other side. Our technology will allow you to see that before it's gotten to a critical proportion or before it's marching down the street. >> So why don't you take a deeper dive and talk about what, how are you federating these devices? How are you using these multiple devices together? >> Well that's exactly what we are. So we're a data analytics layer across all the silos of data that you already have in your environment. So as you look around you might have motion sensors in your environment, you might have access control systems in your environment, you have wireless infrastructure in your environment, all these things are used for specific purposes now but nothings really trying to correlate and connect the data across all of them. So Armored Things builds a layer across all of them, brings that data together to give you better understanding of what's going on in your environment, people and your physical space. >> Julie talk about how the company came about, what are the origins? >> Sure, so I started working with Charles Curran our CEO about two years ago at Qualcomm. We were really focused on understanding the security portion of the IOT layer and how to manage these things in enterprise. So if you're familiar with IOT in the household there's been a lot of proliferation around turning your lights on, understanding who's at your front door, but in enterprise it's been much slower to adopt. Fundamentally we believe that part of that was because management took a lot of time. Every time you provisioned a device it took a number of minutes and because there was an intrinsic lack of security on each of the devices. So we went around and started talking to different potential customer groups about what it would look like to bring more IOT into their environments. And we really got pulled into universities, and large sporting and entertainment venues, who we're still working with as our primary customers today. Because they saw a desperate need for IOT, not only to save time on managing these devices, and to make sure that they're secure in their environments, but also to use them for physical security. So now that we've spent, you know $15 million in selling IP video cameras, or a few million dollars in selling access control systems, how do we actually elevate their use from what they were initially intended for. That spend has a secondary use when it comes to physical security. That ability to, you know quickly get cameras on the scene of an incident. That ability to harness data coming off of motion sensors or environmental sensors. How do we use all of that information to drive an awareness of our environments day-to-day and then use it in critical emergencies for a better response. >> I understand you're working with some sports teams right now. Can you describe a scenario in which you might be able to help them manage crowds more effectively? >> So there was a great example we heard about two weeks ago from a top team, who's recently hosted some World Series events. They had a unfortunate incident where they were watching, they were hosting a watch party for the World Series in their venue during an away game, and they handed about 40,000 paper tickets out. They got a great turnout, 20,000 people came to the venue. But in the seventh inning of the game the other 20,000 people decided that they also wanted to be in the venue in order to celebrate. That was a pretty unanticipated event. Usually in the fifth or sixth inning you start to consolidate your entrances, you start to consolidate your security personnel and send them to other parts of the venue, and the net result of that was they ended up closing the doors, not allowing additional entrance in, and tweeting that there wouldn't be additional people allowed to enter. There were a lot of security issues with letting 20,000 people in, in the seventh inning, not of the least is you don't know where they're coming from, and you don't really know what their intent is in coming so late to that venue. But there's patterns in the data that we could've seen sooner. So hypothetically, understanding that a normal game day has a couple hundred people entering in the fifth, sixth, seventh innings. Seeing a significant uptick in that number of people coming into your environment should immediately say, what's unique, you know what's different about this situation? Now how do I tie in my resources, my security personnel, my responders, and just maybe notify people who are in charge of making these types of decisions, so that we're not closing the gate and tweeting out to our fans that there's no more entries. >> And getting back to the technical nuances of this situation, how might your technology detect this crowd assembling before it was even visually apparent? >> Good question, so there's many, many different things. So part of what we do is rely on diversity of data from different sources. So that might be mobile devices. That might be from wireless. That might be from cameras that you have there and doing occupancy counts on those cameras. It might be from other, you know motion sensors you have in your environment. All this data gets aggregated so that we can come up with a good understanding of population and flow within your environment. So we would have early indications and bring that awareness to people that have to respond, people who might be sitting in a network operations center, and looking at other cameras but not seeing the information. So we can bring the information right there, notify them that there's a problem forming before it's gotten to critical proportions. >> Fantastic. >> One more thought on that is there's kind of a unique advantage in data to go beyond what humans can perceive. When we're looking at these knocks, you know they have thousands of video cameras potentially united in one central screen. It takes not only having the right camera up but also noticing a degree of difference that might be quite minute, to actually see it as an anomaly in real-time. So you can imagine, you know a university campus where people are walking through the campus at a certain pace every single day. One day everyone's walking just 30% faster, not running just walking, why? You know is there a suspicious package? Is there someone gathered there that you know is attracting people that they don't necessarily want to be associated with, or end up in a vulnerable position? How can we see that in the data faster than someone in the control room might notice it and alert people to respond. >> And with machine learning, of course now we have the means to do that. Chris, talk about the, it strikes me that there must be a lot of complexity involved. You've got a great diversity of devices out there you have to connect to. Every institution would have a different fabric. How are you technically pulling this all together? >> Well the nice thing about a lot of these technologies is there is standardization across many of these different types of devices, and there are, you know there are tiers of players right. And so we do have to be selective about who we integrate with. We are integrated with the top-tier players in all these categories, and we'll prioritize other integrations over time based on our customers and our market so. >> And Julie, what are your plans for deployment? What's your timeframe? >> We're looking to rollout our first generation of product in the next nine to twelve months. That really drives home at that situational awareness piece. So before we even get to building through incident response at scale, the ability to give people very specific cues during a critical emergency. How do we start with getting more information to the people who are there? So getting occupancy, flow, the dynamics of movement around a campus or a large venue. How do we start equipping the police personnel, and security personnel to make better decisions and drive value from there. >> I understand there's no shortage of demand for your solution. >> We do have some top-tier universities, and pro-sporting and entertainment venues who we're working with to build the right solution not just the solution that we think is needed, but the solution that they're telling us, "Hey we would really like to use something like this." >> I also understand you've pulled together a team, kind of a dream team, talk about some of the people that you've brought on board for this operation which few people have even heard of. >> Yeah so I think the first of those you're seeing here, so Chris joined us as co-founder and CTO and has been really an asset to this team given his background in cybersecurity from Carbon Black and before that. And you know if you want to add more to that please feel free to. >> No thanks. >> We've also brought in, I would call it two pillars of our strategy. One one the physical security side and one on the machine learning data analytics side, and those two women are Elizabeth Carter. Who came to us from Apple, where she led crisis management for the Americas. She previously worked at Chertoff Group where she sat at the intersection of physical and cybersecurity, and before that actually worked for the city of New York, where she understood weapons of mass destruction, different types of biological and chemical weapons response planning. So she's kind of the pillar of our physical security response understanding and driving product. The other woman, her name is Clare Bernard and she recently joined us from another Boston startup called Tamr where she was running product and engineering for them. Clare's background is actually in particle physics. She was BU and John's Hopkins, and happened to work with the team that discovered the God particle while she was getting her PhD. So we' think she's as smart as you can find, and is going to help us think about these data challenges, the analytics piece at a scale that, you know we think has the potential to really improve physical security and cybersecurity. I would be remiss if I didn't mention the rest of our team. Our CEO Charles comes from a background in the venture capital community and is just incredibly knowledgeable about the process of building a company from the ground up, and has many skills when it comes to recruiting as well. Really helped drive some of these hires forward and the rest of the team is the next generation of rising stars, people from Oracle, HP Vertica, other Carbon Black individuals. People who just have experience from across the board that's going to help us build the right solution. >> And you know at a time when diversity has been a major issue for tech companies, I understand your team is unusually well represented. >> I think our executive team is about 60% women, which we're very proud of. I think our team in general might actually be, >> About that too, yup. >> About 60% women, which we're also very proud of. And I'd like to say that that's organic. That we've worked with some great advisors and potential customers, and I do think that from my perspective, it's been helpful to have younger women coming in who see a path forward for senior women in executive roles in their company. I think that's something that can't be underestimated. >> Where do you stand in funding right now? >> We just closed our first institutional capital about a week and a half ago. We're still finishing the close of that round but we have a Boston based partner who's very focused on machine learning and analytics, and also has been a well recognized investor in the cyber security realm. So we're very fortunate to have this investor as our partner, and excited to keep working with them. >> Chris, as someone whose background is in cybersecurity how do you see the security landscape changing now with the IOT coming on and the possibility of really transforming the way organizations look at their physical and cybersecurity operations? >> Good question, so over time they're converging, and they're converging I think more rapidly than we expected, so now I'm going to step back a little bit and say that there's a lot of parallels. Cybersecurity I think is probably about five years ahead of physical security in terms of maturity of technology and approaches to problems. And then so what we're seeing right now, and we're part of the force behind that, is taking the learnings from cyber security and applying them to physical security right. So when we talk about situational awareness, when we talk about the data analytics that supports that, and when we talk about incident response and orchestration automation. All of those are core to taking cybersecurity and applying it to physical security. In terms of convergence, we're seeing many cases, and this is going back a number of years, where people are using cyber events to create physical problems right. Stuxnet is a classic example, but you can do the same thing by taking over something and instilling panic in a stadium, and causing you know, all sorts of grief, cyber driving physical. You can also see cases where people who are running cybersecurity operation centers want access to physical knowledge of their environment in order to do their job better. Whether it is a malicious insider that they suspect, whether it's an infection that occurs on a particular machine, being able to pull up the cameras, know who was there at the time, bringing all that information together, is again necessary in order to understand their perception of situational awareness. So two converging towards one, we're going to be building towards that goal from our perspective. >> Now the flip side of federating IOT devices is that the bad guys can do the same thing. So you potentially have a much broader attack surface. That has to be factoring into your thinking. What is the embedded security in your platform? >> So, we're not going to address fully that right now, but so we take advantage of best in breed security principles in our design both for security and for privacy. But in terms of the dependency we have on a lot of IOT devices and IOT systems, part of what helps us is diversity of data across those, and diversity of devices right. And so while you might have compromises in specific cases, the fact that you are dealing with so many, and so many different categories at the same time, allows you to maintain and fulfill your mission, and deliver what you're trying to do regardless of some of those individual compromises. We're also in a unique vantage point where we can actually see the operational integrity of what's going on. So when you look across all those different categories and you look at the data that we're collecting, whether it's malicious or not, we're able to identify a failure, and bring that to the attention of the people who are dependent on those systems. So we could be an early morning to cyber events, malicious or not. >> Julie, entrepreneurs love to dream. I'm sure you are thinking big, beyond the immediate cybersecurity applications. Where could Armored Things eventually go? >> That's a great question. The dream is that we become not only the dominant solution for physical and cyber security for schools and large venues. But we bring our solution into K, 12 where some of this is desperately needed. That's kind of the mission orientation of our team. How do we start to drive value in a way that we can get to every school in the country sooner. In the longer term though, I think there's a lot of opportunities with IOT and we're still kind of at the tip of the iceberg here. We're going to see all sorts of new devices come online over the next two, five, 10 years. The growth of these devices is incredible. And the question is how do we continue this challenge of solving the data at scale in a way that continues to drive value, not just for some of the first use cases, which are often around marketing, and understanding an environment in that sense, but also continuing that physical cybersecurity angle. >> Enormous potential and hope you stay based in Boston. We can use more companies like that. Chris Lord and Julie Johnson, thanks very much for joining us today on theCUbe. >> Thanks Paul. >> Thank you. >> Armored Things, keep your eye on them. You're going to be hearing a lot more about this company in the months to come. I'm Paul Gillin, this is theCube.
SUMMARY :
and Chris Lord, the Chief Technology Officer, let's start out, what you do Julie. and their data to power decisions this technology to improve both the physical and so how can you leverage all the data and connect the data across all of them. and how to manage these things in enterprise. Can you describe a scenario in which you might be able not of the least is you don't know and bring that awareness to people that have to respond, and alert people to respond. of course now we have the means to do that. and there are, you know there are tiers of players right. in the next nine to twelve months. for your solution. not just the solution that we think is needed, kind of a dream team, talk about some of the people and has been really an asset to this team and is going to help us think about these data challenges, And you know at a time when diversity I think our executive team is about 60% women, and I do think that from my perspective, in the cyber security realm. and applying it to physical security. is that the bad guys can do the same thing. and bring that to the attention of the people beyond the immediate cybersecurity applications. And the question is how do we continue this challenge Chris Lord and Julie Johnson, in the months to come.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Chris | PERSON | 0.99+ |
Julie Johnson | PERSON | 0.99+ |
Elizabeth Carter | PERSON | 0.99+ |
Chris Lord | PERSON | 0.99+ |
Julie | PERSON | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Charles | PERSON | 0.99+ |
Charles Curran | PERSON | 0.99+ |
Boston | LOCATION | 0.99+ |
Clare | PERSON | 0.99+ |
$15 million | QUANTITY | 0.99+ |
New York | LOCATION | 0.99+ |
Paul Gillin | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
Carbon Black | ORGANIZATION | 0.99+ |
Paul | PERSON | 0.99+ |
sixth | QUANTITY | 0.99+ |
five | QUANTITY | 0.99+ |
20,000 people | QUANTITY | 0.99+ |
World Series | EVENT | 0.99+ |
Qualcomm | ORGANIZATION | 0.99+ |
Chertoff Group | ORGANIZATION | 0.99+ |
tens of minutes | QUANTITY | 0.99+ |
fifth | QUANTITY | 0.99+ |
each | QUANTITY | 0.99+ |
30% | QUANTITY | 0.99+ |
two women | QUANTITY | 0.99+ |
10 years | QUANTITY | 0.99+ |
seventh inning | QUANTITY | 0.99+ |
Clare Bernard | PERSON | 0.99+ |
first | QUANTITY | 0.99+ |
Tamr | ORGANIZATION | 0.98+ |
Armored Things | ORGANIZATION | 0.98+ |
one | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
both | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
Americas | LOCATION | 0.98+ |
HP Vertica | ORGANIZATION | 0.98+ |
thousands of video cameras | QUANTITY | 0.98+ |
first generation | QUANTITY | 0.98+ |
sixth inning | QUANTITY | 0.97+ |
about 40,000 paper tickets | QUANTITY | 0.97+ |
John's Hopkins | ORGANIZATION | 0.96+ |
about five years | QUANTITY | 0.96+ |
seventh innings | QUANTITY | 0.95+ |
theCube | ORGANIZATION | 0.94+ |
one central screen | QUANTITY | 0.93+ |
About 60% | QUANTITY | 0.93+ |
twelve months | QUANTITY | 0.92+ |
about a week and a half ago | DATE | 0.92+ |
two pillars | QUANTITY | 0.92+ |
Apple | ORGANIZATION | 0.91+ |
about 60% women | QUANTITY | 0.9+ |
two years ago | DATE | 0.89+ |
One day | QUANTITY | 0.87+ |
first use cases | QUANTITY | 0.85+ |
couple hundred people | QUANTITY | 0.83+ |
about two weeks ago | DATE | 0.8+ |
few million dollars | QUANTITY | 0.79+ |
first institutional capital | QUANTITY | 0.79+ |
One more | QUANTITY | 0.76+ |
separate areas | QUANTITY | 0.75+ |
every single day | QUANTITY | 0.73+ |
theCUbe | ORGANIZATION | 0.7+ |
IOT | ORGANIZATION | 0.65+ |
President | PERSON | 0.64+ |
seconds | QUANTITY | 0.63+ |
K | LOCATION | 0.5+ |
nine | DATE | 0.49+ |
12 | OTHER | 0.49+ |
Stuxnet | PERSON | 0.41+ |
Day Two Wrap Up | PentahoWorld 2017
>> Narrator: Live from Orlando, Florida it's theCUBE covering PentahoWorld 2017. Brought to you by Hitachi Vantara. >> Welcome back to sunny Orlando everybody. This is theCUBE, the leader in live tech coverage, and this is our second day covering PentahoWorld 2017. theCUBE was here in 2015 when Pentaho had just been recently acquired by Hitachi. We then, let's see, around September timeframe we saw Hitachi rebrand, Hitachi Data Systems rebrand as Hitachi Vantara, bringing together three components of its business, the Hitachi Data Systems business, the Hitachi Insights business, and of course, the Pentaho Analytics platform. We heard yesterday from Brian Householder, the president and COO of Hitachi Vantara, what the strategy was. I thought he was a very crisp, clear presenter. The strategy made a lot of sense, it resonated. Obviously a lot of execution to be done. And then subsequently at the last two days we've heard largely from Pentaho practitioners who are applying this end to end analytics platform to really transform their businesses, to really become data driven supporting those digital transformations. So pretty positive story overall. A lot of work to be done. We got to see how this whole edge to outcome plays out. Sounds good. There's got to be some execution there. We got to see the ecosystem grow for sure. These guys got a great story. This conference should explode. >> It's really a validation for Pentaho. They've been on the market for more than a decade now as the spearhead for the open source analytics revolution in business analytics, and in predictive modeling, and in data integration, all of it open source. And they've come very far and they're really a blue chip solution program. I think this show has been a great validation of Pentaho's portfolio presence in the market. Now Hitachi Vantara has a gem of a core asset. Clearly, the storage market, the data center converged infrastructure, the core Hitachi Data Systems product lines, are starting to experience the low growth that such a mature space experiences. And clearly they're placing a strong bet on Hitachi Vantara that the IoT, that the edge analytics market, will just boom wide open. Hitachi Insight Group, which was only created last year by their corporate parent, was chartered to explore opportunities in IoT. They've got the Lumata platform. They had, Hitachi Next, their conference last month, focused on IoT. I think that's really the capstone, the Lumata portfolio, in this overall story. Now, I think what we're hearing this week is that great, they've got the components, the building blocks, of potential growth, but I don't think they're going to be able to achieve takeoff growth until such time, Hitachi Vantara, they have a stronger, more credible reach out to the developer community, specifically the developers who are building the AI and machine learning for deployment to the edge. That will require to have credibility in that space. Clearly it's going to have to be the new set of frameworks, such as TensorFlow, and MXNet, and Fee-an-o, and so forth. They're going to need some sort of a modeling framework or abstraction from it that sits on top of the Pentaho platform or really across all of their offerings, including Lumata, and enables a developer to using, the mainstream application developer to use code, whether it be Python or R or Java, whatever, to build the deep learning and AI models at the highest level of abstraction, the business level of abstraction, then to automatically compile those models, which are computational graphs, down to formats that are optimized and efficient to run on devices of all sorts, chip sets of all sorts, that are increasingly resource constrained. They're not there yet. I'm not hearing that overall developer story at this show. I think they've got a lot of smart people, including Brian, pushing them in that direction. Hopefully next year's PentahoWorld or however they may rebrand this show, I think they'll probably have more of that put together, but we'll keep on waiting to see. >> And that's something that I pushed on a little bit this week. In particular, that requires a whole new go to market where the starting point is developers and then you're nurturing those developers. And certainly Pentaho has experience with community editions, but that was more to get enterprise buyers to kind of try before they buy. As you know well, Jim, the developer community is, they're very fickle, they're persnickety, they're demanding, and they're super smart, and they can be your best advocates or they'll just ignore you. That's just kind of the way it is with developers. And if you can appeal to them you can get a foothold in markets. We've seen it. Look at what Microsoft has done, look at what Amazon has done, certainly Docker, you know, on and on and on. >> Community marketing that's full bore (mumbles) user groups, developer days, hackathons, the whole nine yards, I'm not seeing a huge emphasis on community marketing in that really evangelistic sense. They need to go there seriously. They need to win the hearts and minds of the next generation developer, the next generation developer who actually won't care about whether it's TensorFlow backends or the other ones. What they will care is the high level framework, and really a collaborative framework, that's a solution provider gives them for their teams to collaborate on building and training and deploying all this stuff. I'm not hearing from this solution provider, devops really, here this year. Hopefully in the coming years there will be. Other vendors are a bit further along than they are. We see a bit further along IBM is. We see a bit further along like Cloudera and others are in putting together really a developer friendly ecosystem of components within a broader data lake framework. >> Yeah, and that's not been the historical Pentaho DNA. However, as you know, to reach out, have a community effort to reach out to developers requires resources and commitment, and it's not a one shot deal. But, it also requires a platform, and what we're seeing today is the formation of that. The reformation of Hitachi into Hitachi Vantara with a lot of resources that has a vision of a platform, of which Pentaho is a critical component, but it's going to take a lot of effort, a lot of cultivating. I presume they're having those conversations internally. They're not ready to have them externally, which is I presume why they're not having them. But that's something that we're going to certainly watch for in the coming years. What else? You gave a talk this afternoon. >> Yeah, AI is Eating the Edge, and it was well received. In fact, when I prepared my thoughts and my research about a month ago for this event I was thinking, "Am I way too far ahead?" This is Pentaho. I've been of course familiar with them since their inception. I thought, "Are there other users? "Are there developers? "Is their community going deep into AI "and all the IoT stuff?" And the last day or so here at this event it's like, "Whoa, everybody here is into that. "They know this stuff." So, not only was I relieved that I wouldn't have to explain the ABCs of all that, they were ahead of me in terms of the questions I got. The questions are, once again, what framework should we adopt for AI, the whole TensorFlow, all those framework wars, which I think are sort of overblown and they will be fairly soon, it'll be irrelevant, but those kinds of questions. Those are actually developer level questions that people are just here and they're coming to me with. >> Well, you know, I tell you, I'm no expert in frameworks, but my advice would be whatever framework you adopt you're probably not going to be using that same framework down the road. So you have to be flexible as an organization. A lot of technical leaders tell me this is look, technology is going to come and it's going to go. We got to have great people. We've got to be able to respond to the market requirements. We have to have processes that allow us to be proactive and responsive, and that your choice of framework should ensure that it doesn't constrict you in those areas. >> And you know, the framework that actually appeals to this crowd, including the people in my room, it's a wiki bot framework, it's also what Brian Hopkins of Forrester presented, the three tier architecture. There's the edge devices. There are the gateways or hubs. There's the cloud. We call them primary, secondary, tertiaries. Whatever you call them, you put different data, you put different analytics on each of those tiers. And then really in many ways in a modular fashion then you begin to orchestrate with Kubernetes and so forth these AI infused apps and these distributed architectures, like self driving vehicles or whatever. And the buzz I've been getting here, including in my session, everybody is saying, "Yeah, that's exactly the way to go." In other words, thinking in those terms prevents you as a developer from thinking that AI has to be some monolithic frigging stack on one single node. No, it actually has to be massively parallel and distributed, because these are potentially very compute intensive applications. I think there's a growing realization in the developer community that when you're talking about developing AI you're really talking about developing two core workloads. There's the inferencing, which is where the magic happens in terms of predictions and classifications, but even more resource consumptive is the training that has to happen in the cloud, and that's data, that's exabytes, petabytes intensive potentially. That's compute intensive. Very different workload. That definitely needs to happen in the cloud primarily. There's a little bit of federated training that goes out to the edge, but that's really the exception right now. So there's a growing realization in the developer community that boy, we better get a really good platform for training. And actually they could leverage, we've seen it in our research of wiki bot is that, many AI developers, many deep learning developers, actually leverage their Spark clusters for training of TensorFlow and so forth, because of in memory massive parallelism, so forth and so on. I think there will be a growing realization in the developer community that the investments they've been making in Hadoop and Spark will just be leveraged for this growing stack, for training if nothing else. >> Well, in 8.0 that was sort of the big buzz here. And you and I talked at the open with Rebecca, our other co-host, about 8.0 A lot of incremental improvements. But you know what, in talking to customers that's kind of what they want. They want Pentaho to do a good job of incorporating, curating, open source content, open source platforms and products, bringing them into their system, and making sure that their customers can take advantage of them. That's what they consistently kept asking for. They weren't freaked out about lack of AI and lack of deep learning and ML and Weka is fine. Now maybe it's a blind spot, I don't know. >> No, no, actually I've had 24 hours since they announced to chew on it. In fact, I have a SiliconANGLE article going up fairly soon with essentially my trip report and my basic takeaway. And actually what I like about 8.0 is that it focuses on streaming, bringing open source analytic streaming more completely into the Pentaho data integration platform, in other words, their stronger interoperability with Spark streaming, with Kafka, and so forth, but also they have the ability within 8.0 to better match realtime streaming workloads to execution engines in a distributed fabric. In other words, what I think that represents not only in terms of Hitachi Vantara's portfolio, but in terms of where the industry is going with all things to do with big data applications whether or not they involve AI is streaming is coming into the mainstream, pun intended, and data at rest platforms are starting to become marginalized in a lot of applications. In other words, Hadoop is data at rest par excellence, so are a fair number of other no SQL platforms. Those are not going away. Those are the core of your data lakes. But most development is being developed now, most AI and machine learning is being developed for streaming environments that increasingly are edge oriented. So Pentaho, Hitachi Vantara, for 8.0 have put in the right incremental features for the market that lies ahead. So in many ways I think that was actually a well thought out release for this particular event. >> Great. Okay, some of the highlights here. We had a lot of different industries, gaming, we had experts on autonomous vehicles, we had the NASDAQ guys on, that was a very interesting segment, the German police interview you did, the chief data officer of community colleges in Indiana. So, a lot of diversity, which underscores the platformness of Pentaho. It's not some industry specific system. It is a horizontal capabilities platform. Final thoughts on the show, some interesting things that you saw, things you learned? >> Yeah, on the show itself, they did a really good job. Hitachi Vantara, of course it's a new brand, but it's an old company, and it's even an old established set of product teams that have come together in a hurry essentially, though it's really been two years since the acquisition. They did a really good job of presenting a unified go to market message. That's a good start They've done a good job of the fact that they had these two shows in a rapid sequence, Hitachi Next, which was IoT and Lumata, but it was Hitachi Vantara, and now this one where it's all data analytics. The fact that here in the peak of fall event season they had these two shows really highlighting their innovations and their romance for those two core of their portfolio, and have done a good job of positioning themselves in each case, that shows that the teams are orchestrating well in terms of at least go to market presenting their value prop. I think in terms of the actual, we've had a lot of great customer and partner interviews on this show. And I think, you mentioned gaming first, I wasn't actually on the gaming related CUBE interview, but gaming is a hot, of course it's a hot, hot market for AI increasingly. A lot of AI that gets developed now for lots of applications involves simulations of whatever scenario you're building, including like autonomous vehicles. So gaming is in many ways a set of practices that are well established and mature that are becoming fundamental to development of all AI, because you're developing synthetic data based on simulation environments. The fact that Hitachi Vantara has strong presence as a data provider in the gaming market I think in many ways indicates that they've got ... It's a crowded marketplace. They have much larger competitors and deeper pocketed, but I think the fact is they've got all the piece parts needed to be a roaring success in this new era, and they've got strong and very loyal customers I'm discovering, not discovering, I've known this all along. But, since I've rejoined the analysts' space it's been revalidated that Pentaho how strong in blue chip they are. Now that they're a new brand in a new era, they're turning themselves around fairly well. I don't think that they'll be isolated by ... Clearly, I mean, with AI ... AI right now belongs to AWS and Microsoft and Google and IBM to some degree. We have to recognize that the Hitachi Vantaras of the world right now are still a second tier in that arena. They probably have to hitch their wagon to at least one of those core cloud providers as a core partner going forward to really prevail. >> Dave: Which they can do. >> Yeah, they can do. >> Alright. Jim, thanks very much for closing with me. Thanks to you all for watching. theCUBE puts out a lot of content. You can go to SiliconAngle.com to see all the news. theCUBE.net is where we host all these videos. Wikibon.com is our research site, so check that out, as well. We've got CrowdChats going on, CrowdChat.net. It's just unbelievable. >> Unbelievable. >> Rush of content. We're all about the data, we're all about sharing, so check those sites out. Thanks very much to the crew here. Great job. And next week a lot going on. We're in New York City. We've got some stuff going on there. Want to thank our sponsor, without whom this show, this CUBE show, would not be possible, Hitachi Vantara slash Pentaho. >> Thank you to sunny Orlando. It's great and wonderful. >> This has been theCUBE at PentahoWorld 2017. We'll see you next time. Thanks for watching. (techno music)
SUMMARY :
Brought to you by Hitachi Vantara. and of course, the Pentaho Analytics platform. the mainstream application developer to use code, That's just kind of the way it is with developers. of the next generation developer, Yeah, and that's not been the historical Pentaho DNA. that people are just here and they're coming to me with. that same framework down the road. that has to happen in the cloud, and making sure that their customers all things to do with big data applications the German police interview you did, The fact that here in the peak of fall event season Thanks to you all for watching. We're all about the data, Thank you to sunny Orlando. We'll see you next time.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
IBM | ORGANIZATION | 0.99+ |
Brian | PERSON | 0.99+ |
Brian Hopkins | PERSON | 0.99+ |
Hitachi | ORGANIZATION | 0.99+ |
Dave | PERSON | 0.99+ |
Jim | PERSON | 0.99+ |
Brian Householder | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Indiana | LOCATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Rebecca | PERSON | 0.99+ |
2015 | DATE | 0.99+ |
last year | DATE | 0.99+ |
New York City | LOCATION | 0.99+ |
Hitachi Vantara | ORGANIZATION | 0.99+ |
Pentaho | ORGANIZATION | 0.99+ |
24 hours | QUANTITY | 0.99+ |
Hitachi Data Systems | ORGANIZATION | 0.99+ |
two shows | QUANTITY | 0.99+ |
last month | DATE | 0.99+ |
two years | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
Python | TITLE | 0.99+ |
Java | TITLE | 0.99+ |
Hitachi Insight Group | ORGANIZATION | 0.99+ |
each case | QUANTITY | 0.99+ |
Lumata | ORGANIZATION | 0.99+ |
Orlando, Florida | LOCATION | 0.99+ |
Forrester | ORGANIZATION | 0.99+ |
next year | DATE | 0.99+ |
second day | QUANTITY | 0.99+ |
next week | DATE | 0.99+ |
NASDAQ | ORGANIZATION | 0.98+ |
two core | QUANTITY | 0.98+ |
Spark | TITLE | 0.98+ |
this week | DATE | 0.98+ |
theCUBE | ORGANIZATION | 0.97+ |
R | TITLE | 0.97+ |
three tier | QUANTITY | 0.97+ |
this year | DATE | 0.97+ |
second tier | QUANTITY | 0.97+ |
Orlando | LOCATION | 0.96+ |
Hitachi Insights | ORGANIZATION | 0.96+ |
8.0 | QUANTITY | 0.96+ |
more than a decade | QUANTITY | 0.94+ |
theCUBE.net | OTHER | 0.94+ |
first | QUANTITY | 0.94+ |
PentahoWorld 2017 | EVENT | 0.94+ |
one shot | QUANTITY | 0.93+ |
each | QUANTITY | 0.92+ |
this afternoon | DATE | 0.92+ |
Kafka | TITLE | 0.91+ |
today | DATE | 0.91+ |
Cloudera | ORGANIZATION | 0.9+ |
three components | QUANTITY | 0.89+ |
Hadoop | TITLE | 0.89+ |
a month ago | DATE | 0.89+ |
TensorFlow | TITLE | 0.87+ |
wiki | TITLE | 0.86+ |
German | OTHER | 0.85+ |
MXNet | TITLE | 0.85+ |
Sherrie Caltagirone, Global Emancipation Network | Splunk .conf 2017
>> Announcer: Live from Washington, D.C., it's theCUBE, covering .conf2017. Brought to you by Splunk. >> Welcome back. Here on theCUBE, we continue our coverage of .conf2017, Splunk's get together here with some 7,000 plus attendees, 65 countries, we're right on the showfloor. A lot of buzz happening down here and it's all good. Along with Dave Vellante, I'm John Walls. We are live, as I said, in our nation's capital, and we're joined by a guest who represents her organization that is a member of the Splunk4Good program. We're going to explain that in just a little bit, but Sherrie Caltagirone is the founder and executive director of the Global Emancipation Network, and Sherry, thanks for being with us. We appreciate your time. >> Thanks so much for having me on, John. >> So your organization has to do with countering and combating global trafficking, human trafficking. >> That's right. >> We think about sex trafficking, labor trafficking, but you're a participant in the Splunk4Good program, which is their ten year pledge to support organizations such as yours to the tune of up to $100 million over that ten years to all kinds of organizations. So first off, let's just talk about that process, how you got involved, and then we want to get into how you're actually using this data that you're mining right now for your work. So first off, how'd you get involved with Splunk? >> Absolutely. It was really organic in that it's a really small community. There are a lot of people in the tech space who I found really want to use their skills for good, and they're very happy to make connections between people. We had a mutual friend actually introduce me to Monzy Merza, who's the head of security here at Splunk, and he said, "I'm really passionate about trafficking, I want to help "fight trafficking, let me connect you with Corey Marshall "at Splunk4Good." The rest is really history, and I have to tell you, yes, they have pledged up to $100 million to help, and in products and services, but what's more is they really individually care about our projects and that they are helping me build things, I call them up all the time and say, "Hey let's brainstorm an idea, "let's solve a problem, "let's figure out how we can do this together, and they really are, they're part of my family. They're part of GEN and Global Emancipation Network. >> That's outstanding. The size of the problem struck me today at the keynote when we talked about, first off, the various forms of trafficking that are going on; you said up to two dozen different subsets of trafficking, and then the size and the scale of 25 to 40-some million people around the globe are suffering. >> Yeah. >> Because of trafficking conditions. That puts it all in a really different perspective. >> You're right. Those weren't even numbers that we can really fathom what that means, can we? We don't know what 20 million looks like, and you're right, there's such a wide discrepancy between the numbers. 20 million, 46 million, maybe somewhere in between, and that is exactly part of the problem that we have is that there is no reliable data. Everyone silos their individual parts of the data that they have for trafficking, all the the different stakeholders. That's government, NGOs, law enforcement, academia, it's all kinds. It runs the gamut, really, and so it's really difficult to figure out exactly what the truth is. There's no reliable, repeatable way to count trafficking, so right now it's mostly anecdotal. It's NGOs reporting up to governments that say, "We've impacted this many victims," or, "We've encountered so-and-so who said that the "trafficking ring that they escaped from had 20 other people "in it," things like that, so it's really just an estimate, and it's the best that we have right now, but with a datalet approach, hopefully we'll get closer to a real accurate number. >> So talk more about the problem and the root of the problem, how it's manifesting itself, and we'll get into sort of what we can do about it. >> Yeah. It's really interesting in that a lot of the things that cause poverty are the same things that cause trafficking. It really is, you know, people become very vulnerable if they don't have a solid source of income or employment, things like that, so they are more willing to do whatever's necessary in order to do that, so it's easy to be lured into a situation where you can be exploited, for example, the refugee crisis right now that's happening across Europe and the Middle East is a major player for trafficking. It's a situation completely ripe for this, so people who are refugees who perhaps are willing to be smuggled out of the country, illegally, of course, but then at that point they are in the mercy and the hands of the people who smuggled them and it's very easy for them to become trafficked. Things like poverty, other ways that you're marginalized, the LGBTQ community is particularly vulnerable, homeless population, a lot of the same issues that you see in other problems come up, creates a situation of vulnerability to be exploited, and that's all trafficking really is: the exploitation of one individual through force, coercion, fraud, position of authority, to benefit another person. >> These individuals are essentially what, enslaved? >> Yeah. It's modern day slavery. There's lots of different forms, as you mentioned. There's labor trafficking, and that's several different forms; it can be that you're in a brick factory, or maybe you're forced into a fishing boat for years and years. Usually they take away your passport if you are from another country. There's usually some threats. They know where your family lives. If you go tell anyone or you run away, they're going to kill your family, those sorts of things. It is, it's modern day slavery, but on a much, much bigger scale, so it's no longer legal, but it still happens. >> How does data help solve the problem? You, as an executive director, what kind of data, when you set the North Star for the organization from a data perspective, what did that look like, and how is it coming into play? >> Well, one of the benefits that we have as an organization that's countering trafficking is that we are able to turn the tables on traffickers. They are using the internet in much the way that other private enterprises are. They know that that's how they move their product, which in this case is sadly human beings. They advertise for victims online. They recruit people online. They're using social media apps and things like Facebook and Kick and Whatsapp and whatnot. Then they are advertising openly for the people that they have recruited into trafficking, and then they are trying to sell their services, so for example, everyone knows about Backpage. There's hundreds of websites like that. It runs the gamut. They're recruiting people through false job advertisements, so we find where those sites are through lots of human intelligence and we're talking to lots of people all the time, and we gather those, and we try to look for patterns to identify who are the victims, who are the traffickers, what can we do about it? The data, to get back to your original question, is really what is going to inform policy to have a real change. >> So you can, in terms of I guess the forensics that you're doing, or whatever you're doing with that data, you're looking at not only the websites, but also the communications that are being spawned by those sites and looking to where those networks are branching off to? >> Yeah. That's one of the things that we really like to try to do. Instead of getting a low-level person, we like to try to build up an entire network so we can take down an entire ring instead of just the low fish. We do, we extract all the data from the website that we can to pull out names, email addresses, physical addresses, phone numbers, things like that, and then begin to make correlations; where else have we seen those phone numbers and those addresses on these other websites that we're collecting from, or did this person make a mistake, which we love to exploit mistakes with traffickers, and are they using the same user handle on their personal Flickr page, so then we can begin to get an attribution. >> John: That happens? >> Absolutely. >> It does, yeah. >> Sherrie: Without giving away all my secrets, exactly. >> Yeah, I don't to, don't give away the store, here. How much, then, are you looking internationally as opposed to domestically, then? >> We collect right now from 22 different countries, I think 77 individual cities, so a lot of these websites are usually very jurisdictionally specific, so, you know, like Craigslist; you go into Washington state and click on Seattle, something like that. We harvest from the main trafficking points that we can. We're collecting in six different languages right now. A lot of the data that we have right now is from the U.S. because that's the easier way to start is the low-hanging fish. >> What does your partner ecosystem look like? It comprises law enforcement, local agencies, federal agencies, presumably, NGOs. Will you describe that? >> Yeah. We do, we partner with attorneys general, we partner with law enforcement, those are the sort of operational partners we look for when we have built out intelligence. Who do we give it to now, because data is useless unless we do something with it, right? So we we build out these target packages and intelligence and give it to people who can do something with it, so those are really easy people to do something with. >> How hard is that, because you've got different jurisdictions and different policies, and it's got to be like herding cats to get guys working with you. >> It is, and it's actually something that they're begging for, and so, it's a good tool that they can use to deconflict with each other, 'cause they are running different trafficking-related operations all the time, and jurisdictions, they overlap in many cases, especially when you're talking about moving people, and they're going from one state to another state, so you have several jurisdictions and you need to deconflict your programs. >> Okay, so they're very receptive to you guys coming to them with they data. >> They are; they really want help, and they're strapped for resources. These are for the most part, not technically savvy people, and this is one of the good things about our nonprofit is that it is a staff of people who are very tech-savvy and who are very patient in explaining it and making it easy and usable and consumable by our customers. >> So if I'm an NGO out there, I'm a non-profit out there, and I'm very interested in having this kind of service, what would you say to them about what they can pursue, what kind of relationship you have with Splunk and the value they're providing, and what your experience has been so far. >> It's been wonderful. I've been over at the Splunk4Good booth all day helping out and it's been wonderful to see not only just the non-profits who have come up and said, "Hey, I run a church, "I'm trying to start a homeless shelter for drug-addicted "individuals, how can you help me," and it's wonderful when you start to see the light bulbs go off between the non-profit sector and the tech sector, between the philanthropic organizations like Splunk4Good, the non-profits, and then, we can't forget the third major important part here, which is, those are the tech volunteers, these are the people who are here at the conference and who are Splunk employees and whatnot and teaching them that they can use their skills for good in the non-profit sector. >> Has cryptocurrency, where people can conduct anonymous transactions, made your job a lot more difficult? >> No, it hasn't, and there's been a lot of research that has gone into block chain analysis, so for example, Backpage, all the adds are purchased with Bitcoin, and so there's been a wonderful amount of research then, trying to time the post to when the Bitcoin was purchased, and when the transactions happen, so they've done that, and it's really successful. There are a couple of other companies who do just that, like Chainalysis, that we partner with. >> You can use data to deanonymize? >> That's correct. It's not as anonymous as people think it is. >> Love it. >> Yeah, exactly. We love to exploit those little things like that. A lot of the websites, they put their wallets out there, and then we use that. >> Dave: You're like reverse hackers. >> That's right. It's interesting that you say that, because a lot of our volunteers actually are, they're hacker hunters. They're threat and intel analysts and whatnot, and so, they've learned that they can apply the exact same methods and techniques into our field, so it's brilliant to see the ways in which they do that. >> Dave: That's a judo move on the bad guys. >> Exactly. How long does this go on for you? Is this a year-to-year that you renew, or is it a multi-year commitment, how does that work? >> It's a year-to-year that we renew our pledge, but they're in it for the long haul with us, so they know that they're not getting rid of me and nor do they want me to, which is wonderful. It's so good, because they help, they sit at the table with me, always brainstorming, so it's year-to-year technically, but I know that we're in it together for the long haul. >> How about fundraising? A big part of your job is, you know. >> Of course it is. >> Fundraising. You spend a lot of time there. Maybe talk about that a little bit. >> Yeah, absolutely. Some of our goals right now, for example, is we're really looking to hire a full-time developer, we want a full-time intelligence analyst, so we're always looking to raise donations, so you could donate on our website. >> John: Which is? >> Which is globalemancipation.ngo. Globalemancipation.ngo. We're also always looking for people who are willing to help donate their time and their skills and whatnot. We have a couple of fundraising goals right now. We're always looking for that. We receive a lot of product donations from companies all over the world, mostly from the tech sector. We're really blessed in that we aren't spending a lot of money on that, but we do need to hire a couple of people so that's our next big goal. >> I should have asked you this off the top. Among your titles, executive director and founder, what was the founder part? What motivated you to get involved in this, because it's, I mean, there are a lot of opportunities to do non-profit work, but this one found you, or you found it. >> That's right. It's a happy circumstance. I've always done anti-human trafficking, since my college days, actually. I started volunteering, or I started to intern at the Protection Project at Johns Hopkins University, which was a legislative-based program, so it was really fantastic, traveling the world, helping countries draft legislation on trafficking, but I really wanted to get closer and begin to measure my impact, so that's when I started thinking about data anyways, to be able to put our thumb, is what we're doing. Working. How are we going to be able to measure success and what does that look like? Then I started volunteering for a rescue operations organization; the sort of knock down the doors, go rescue people group, and so, I really liked having the closer impact and being able to feel like hey, I can do something about this problem that I know is terrible and that's why it spread. A lot of the people I worked with, including my husband, come from the cyberthreat intelligence world, so I feel like those ideas and values have been steeped in me, slowly and surely, over the last decade, so that just ages myself a little bit maybe, but yes, so those ideas have been percolating over time, so it just kind of happened that way. >> Well, you want to feel young, hang around with us. (laughing) I should speak for myself, John, I'm sorry. >> No, no, you're right on, believe me. I was nodding my head right there with you. >> Can you comment on the media coverage? Is it adequate in your view? Does there need to be more? >> On trafficking itself? You know, it's really good that it's starting to come into the forefront a lot more. I'm hearing about it. Five years ago, most of the time, if I told people that there are still people in slavery, it didn't end with the Civil War, they would stand at me slackjawed. There have been a few big media pushes. There's been some films, like Taken, Liam Neeson's film, so that's always the image I use, and that's just one type of trafficking, but I'm hearing more and more. Ashton Kutcher runs a foundation called Thorn that's really fantastic and they do a similar mission to what I do. He has been able to raise the spotlight a lot. Currently there's a debate on the floor of the Senate right now, too, talking about section 230 of the CDA, which is sort of centered around the Backpage debate anyway. Where do we draw the line between the freedom of speech on the internet, with ESPs in particular, but being able to still catch bad guys exactly. The Backpage sort of founder idea. It's really hot and present in the news right now. I would love to see the media start to ask questions, drill down into the data, to be able to ask and answer those real questions, so we're hoping that Global Emancipation Network will do that for the media and for policy makers around the world. >> Well it is extraordinary work being done by an extraordinary person. It's a privilege to have you on with us, here on theCUBE. We thank you, not only for the time, but for the work you're doing, and good luck with that. >> Thank you very much for having me on. I really appreciate it. >> You bet. That's the Global Emancipation Network. Globalemancipation.ngo right? Fundraising, always helpful. Back with more here on theCUBE in Washington D.C., right after this. (electronic beats)
SUMMARY :
Brought to you by Splunk. that is a member of the Splunk4Good program. and combating global trafficking, human trafficking. So first off, how'd you get involved with Splunk? There are a lot of people in the tech space who I found and the scale of 25 to 40-some million people Because of trafficking conditions. and that is exactly part of the problem that we have is that of the problem, how it's manifesting itself, a lot of the same issues that you see in other problems they're going to kill your family, those sorts of things. Well, one of the benefits that we have as an organization That's one of the things that we really like to try to do. to domestically, then? A lot of the data that we have right now is from the U.S. Will you describe that? and give it to people who can do something with it, like herding cats to get guys working with you. and they're going from one state to another state, Okay, so they're very receptive to you guys coming to them These are for the most part, not technically and the value they're providing, and what your experience the non-profits, and then, we can't forget the third major all the adds are purchased with Bitcoin, and so there's been It's not as anonymous as people think it is. A lot of the websites, they put their wallets out there, and techniques into our field, so it's brilliant to see Is this a year-to-year that you renew, or is it a multi-year for the long haul. A big part of your job is, you know. Maybe talk about that a little bit. looking to hire a full-time developer, we want a full-time all over the world, mostly from the tech sector. to do non-profit work, but this one found you, A lot of the people I worked with, including my husband, Well, you want to feel young, hang around with us. I was nodding my head right there with you. drill down into the data, to be able to ask and answer those It's a privilege to have you on with us, here on theCUBE. Thank you very much for having me on. That's the Global Emancipation Network.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Sherrie Caltagirone | PERSON | 0.99+ |
Global Emancipation Network | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
Splunk | ORGANIZATION | 0.99+ |
Washington | LOCATION | 0.99+ |
John Walls | PERSON | 0.99+ |
Splunk4Good | ORGANIZATION | 0.99+ |
Sherry | PERSON | 0.99+ |
Sherrie | PERSON | 0.99+ |
Washington D.C. | LOCATION | 0.99+ |
25 | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
20 million | QUANTITY | 0.99+ |
Corey Marshall | PERSON | 0.99+ |
Global Emancipation Network | ORGANIZATION | 0.99+ |
Washington, D.C. | LOCATION | 0.99+ |
Europe | LOCATION | 0.99+ |
Liam Neeson | PERSON | 0.99+ |
Civil War | EVENT | 0.99+ |
ten year | QUANTITY | 0.99+ |
46 million | QUANTITY | 0.99+ |
Seattle | LOCATION | 0.99+ |
Senate | ORGANIZATION | 0.99+ |
Monzy Merza | PERSON | 0.99+ |
Thorn | ORGANIZATION | 0.99+ |
GEN | ORGANIZATION | 0.99+ |
20 other people | QUANTITY | 0.99+ |
ten years | QUANTITY | 0.99+ |
22 different countries | QUANTITY | 0.99+ |
65 countries | QUANTITY | 0.99+ |
Middle East | LOCATION | 0.99+ |
six different languages | QUANTITY | 0.99+ |
U.S. | LOCATION | 0.99+ |
one | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
first | QUANTITY | 0.99+ |
77 individual cities | QUANTITY | 0.99+ |
Johns Hopkins University | ORGANIZATION | 0.98+ |
Craigslist | ORGANIZATION | 0.98+ |
Five years ago | DATE | 0.98+ |
North Star | ORGANIZATION | 0.98+ |
40 | QUANTITY | 0.98+ |
LGBTQ | ORGANIZATION | 0.97+ |
section 230 | TITLE | 0.97+ |
up to $100 million | QUANTITY | 0.97+ |
Taken | TITLE | 0.96+ |
ORGANIZATION | 0.95+ | |
Flickr | ORGANIZATION | 0.94+ |
hundreds of websites | QUANTITY | 0.93+ |
Globalemancipation.ngo | ORGANIZATION | 0.93+ |
years | QUANTITY | 0.91+ |
one state | QUANTITY | 0.89+ |
7,000 plus attendees | QUANTITY | 0.89+ |
Bitcoin | OTHER | 0.88+ |
globalemancipation.ngo | OTHER | 0.88+ |
one type | QUANTITY | 0.87+ |
ORGANIZATION | 0.86+ | |
$100 million | QUANTITY | 0.85+ |
.conf2017 | EVENT | 0.84+ |
one individual | QUANTITY | 0.83+ |
up to two dozen different subsets | QUANTITY | 0.81+ |
third major | QUANTITY | 0.76+ |
theCUBE | ORGANIZATION | 0.74+ |
Globalemancipation.ngo | OTHER | 0.73+ |
Chainalysis | ORGANIZATION | 0.73+ |
conf 2017 | EVENT | 0.69+ |
last decade | DATE | 0.68+ |
some million people | QUANTITY | 0.67+ |
Ashton Kutcher | ORGANIZATION | 0.67+ |
up | QUANTITY | 0.65+ |
the CDA | TITLE | 0.63+ |
Kick | TITLE | 0.63+ |
Protection Project | ORGANIZATION | 0.6+ |
part | QUANTITY | 0.6+ |
ESPs | ORGANIZATION | 0.59+ |
Final Wrap | AWS Re:Invent 2013
>>Welcome back everyone. This is our final wrap-up of the Amazon web services. Reinvent conferences is SiliconANGLE and Wiki bonds. The cube is our flagship program. We go out to the events, extract the signal from the noise. I'm John furry or the founders to look an angle. And of course I'm joining my cohost partner in crime. Dave Volante, co-founder with you bond.org. Um, really exciting event, Dave, I got to say, this is our wrap up. Let's put a bow on this show. Let's put the bumper sticker on the car and let's see what, uh, what was this document? What happened day one enterprise day to infrastructure day three ties it all together with Kinesis. Amazon is doing two things. That's very, very rare in tech history, and that is a disrupting and innovating at the same time. The magic it's the magic formula. And to me, it's really two tactical executions, one ball moving the ball yard by yard first and 10, do it again to use the football analogy, moving the chains, moving the ball down the field, kind of a running game, ground game, whatever a call it. >>And then the big yardage passing play with Kinesis, I think really brings their success of an integrated stack. And I believe they're going to be the iPhone like model for the cloud they're they're light years ahead of everybody else on public cloud. Uh, they're winning the developers. And again, we just heard from Dr. Matt would kind of reiterating what we were saying in our previous segment about the diversity of the successes. It's not a one trick pony. They got diversity from startups to large enterprises to NASA. So Dave, I mean, I mean, who is going to take on Amazon, who is going to challenge Amazon? That's the question that we want to know right now. It's not looking good right now. They're got a commanding lead in the cloud space and it'd be really interesting to watch how the Kinesis, the enterprise movement, uh, with VDI announcement and workspaces and all the enhancements in the, in the performance is going to shift the sand in the industry. And you're already seeing Cisco down 12% VMware stocks down. I mean, game-changing, the sands are shifting. What's your >>Well, I think we're seeing history in the making here, John. I mean, I think last year at reinvent com leading up to we reinvent, we realized that this event was going to be big and not just the event. The event is a metaphor for the shift that's occurring in the industry. We're talking about a trillion plus dollar marketplace that Amazon is disrupting and believe it or not, they're tiny, even though there are three or 4 billion, they're tiny, it's a trillion dollar Tam that is absolutely getting flipped on its head. And what do we mean by that? Every premise about the it business is changing. We talk about a lot. Amazon has ch has turned the data center into an API. It's a very powerful concept. I think you're right on. It's the, it's the iPhone of the enterprise. Yes. That's. They're not like hall monitors checking about every application in the app store. >>That's not the point. The point is it's a consistent environment that is controlled by Amazon, very tightly controlled and it works. You know what you're getting, and it's innovating at a, at a breakneck speed. It's antithetical to everything we know about it. So, you know, you've been asking people all week what the bumper sticker is on the show. I can't wait to go back and see some of those, but I mean, this is the trend and the trend is your friend, or it might be your enemy. So when you say who's going to be able to compete with Amazon, I think Martin of eucalyptus set a set of best historically in economics. There's always people that will rent and there's always people that will buy. And the, the old guard is Amazon calls them is not going to take this lying down, but the old guard has to replicate an Amazon's model. How does it do that? It's got to create an open entry into its system. That's equivalent in terms of simplicity and power to the Amazon API. Number one, number two is it's got to be able to demonstrate to the developer community that you can inter-operate across those platforms in a way that you can get critical mass, the same way that you can with Amazon. And that's going to be the, the massive battle that's going to take place in the cloud Wars. >>I mean, I think one of the things that's interesting is that the word lock-in was something that we were talking on day one, especially in the enterprise, that's a word that gets kicked around. And you know, my feeling has always been lock-in is not necessarily a bad thing if it's, if you can, if you can have switching costs that aren't super high locking means, switching costs are so high that you can switch. I can switch from my iPhone to Android anytime I want. But the problem is that iPhone is a better product. It's integrated with the apps and I can buy all the same apps. So that's a very key thing. And I think the switching costs here are a lot higher and I, there are Amazon >>On the record. Amazon is the mother of all lock-ins. I mean, this is a beautiful business model and here's, what's so great about it is the customers. You heard them this week say if you took AWS away from me, I would burst out into tears. So Amazon's, I think brilliant challenge here is to how do they keep innovating? They're doing that, but how do they keep lowering prices? So people don't want to leave. So that that's, that's what I see as the disruptive piece. It, >>Well, being in this business all these years were, you know, a little bit older than some of the young guns were on the cube to me lock-in is moving right? You see, um, in the old days, huge capital outlays for, uh, for equipment, you had maintenance, all this stuff was locking. Now the lock-in shifting to OPEX and agility. So what's happening is Amazon is basically commoditizing the old way of how people would spend and shifting the lock-in to the op X side of the equation. I call it the heroin addiction where, Hey, it's so low cost and the agility is the lock-in. So the functionality of agility guarantees the lock. And I think that's what Amazon's betting the ranch on is that when can go to time to market, to value quicker, that is inherently a lock-in, that's a quote, user experience to use my iPhone example. >>If I'm going to have a good experience making money as an enterprise, that's good. That's good. Lock-in right. So it's all a relative term in that the lock-in has been around. I mean, they call it differentiation, but at the end of the day, I think Amazon's got a good, good play there. But like I said, I don't think Amazon has cracked the it nut yet. I think they're going to have some it penetration. And this is top of the first ending, as we were saying, the enterprise, it nut enterprise, it is not, has not. The nut has not been cracked. What >>Do you need to see to be convinced? Well, >>I just think the stack is going to be the, the same paradigm of having an integrated staff. I just want to see different levels of services because the table stakes for the enterprise are different. There's certain compliance issues and you know, they're checking the boxes right now. This is the ground game I was referring to earlier. Amazon is going to start checking the boxes. Oh, VDI, we got workspaces, I got this. I'm going to check the boxes. Ultimately the list is just too long to win everyone. Right? So I think, you know, so it's going to be an opportunity. I think OpenStack has a great hope. I think VMware and IBM and HP are big players. And I think OpenStack needs to step up its game and have a big player, pop down a billion dollars with like IBM David Linux and saying, look at OpenStack, we're behind it. And rally the troops. And that's all >>Sorry, go back to the lock-in comments because this is critical because to me, the definition of lock-in is it's, it's, it's less economically attractive to leave than it is to stay. And that's what Amazon is doing. They're making it, making it more economically attractive to stay than they are to leave. Here's why that's so important. The more people that they pull, and this is why Carlisle and back said, you know, we can't lose to the bookseller. And you said that because they know the old guard knows that if people go to Amazon, they're not going to leave. Cause it's going to be less attractive for them to leave than it is to stay. So there's a huge battle over that trillion dollar Tam. So the key is John that OpenStack and IBM and VMware and Oracle and all the others have to make it economically attractive to not go into Amazon. And that is the battle. >>One of the things that's very clear, Dave, that's coming out of the show for me. My bumper sticker is dev ops wins. And I think what that mean by that is, is that, and we refer to the cloud being in the top of the first inning, meaning really everything else was spring training. He used the baseball metaphor in the sense that this is all that this is all activation of a paradigm shift. That is so game-changing the dev ops concept of software developers. Writing code that trickles into a fully integrated stack is really amazing, right? This really replaces the pain of provisioning hardware cost of it, cost of the infrastructure. That stuff is that that is the real value of the crowd. So if you take the dev ops concepts, which to me is already a winner and put that into the enterprise market, that's going to be cloud ops. >>So to me, I think the opportunity right now for anyone who wants to with Amazon in my opinion, is to go out there and say, look it, you got to win the software developers, look at what a Mongo DB has done. We had Elliot the co-founder on, they made it good goodness for the developer. Whoever can do that for the enterprise will win. And I don't think that there's a direct one-to-one mapping of what dev ops is. It is in the Amazon world. And what dev ops is in the enterprise. I think that's more cloud ops because the guys that are provisioning EMC drives dealing with IBM and red hat a little bit slower, I would say in terms of deployment, they used to the big slow cycles. Dev ops guys are pushing code a little bit more, you know, nimble startup, clean sheet of paper, you know, Uber, Airbnb, those younger generations, but this is a generational shift and it's happening and it's all on the software. So to me, I think dev ops speaks to, >>I wanna, I wanna, uh, keep this thread going. So, so what's the playbook to, for the old guard to compete, you're saying you gotta, uh, attract developers, but that's not enough. You need a cloud platform, right? So take, for example, VMware, VMware announces, you know, hybrid cloud infrastructure as a service it's early days, they need a cloud platform. So what else do you need to compete? You need developers. You need, >>You gotta have, you gotta have trust and security, right? So here's the thing. Developers care about success of creativity for the solutions. And what Amazon's demonstrate is the time to value is the key thing. You hear people, whether they're startups or big company get to some value, double down on success, figure out how to be agile succeed. Fast, move on with the problem right now is that developers are like deer in the headlights. They go where the action is, right? And it's always been that way. I think OpenStack to me is an opportunity or whatever platform that is. Someone's got to get a big anchor tenant in that platform needs to step up and be the galvanizing force and create some solidarity around that approach for it. That is an opportunity for VMware. I think Pat Gelsinger is probably best positioned to do that. Pivotal is a, is a genius, but I think ultimately they might be biting off more than they can chew. So I worry about, you know, their car not being fast enough right now in, in the game. So, you know, worry about pivotal there. But I think VMware probably is a better position there. So they need, they need, they need infrastructure. They need this middleware, which is database queuing notifications. A lot of that, a lot of the stuff you see Amazon doing at the top of the stack managed services. So that's streaming data and all the goodness on them, >>Developers, you got to have a cloud platform at scale, you gotta have trust and security. I would add to that. You got to do things that Amazon's not going to do. So for instance, we heard all week, Amazon doesn't want to do one-offs. They don't like to do customization, whatever they do. They want everybody to benefit from that enterprise enterprises want customization. We've talked about this, John. That's why, for instance, you, you find that some of the customers won't go into Amazon, not because the security is bad, it's just different. And Amazon's not going to change the security profile. They're not going to change the policy. So enterprise, uh, players, the old guard, so to speak must continue to do custom stuff. One-off that Amazon won't do, but here's the bet that Amazon's making Amazon's that its ecosystem will over time be able to do those one-offs for the customer and put a buffer in between the Amazon platform and the customer. So that's, that's really interesting. >>Yeah. I would also add to that, that the main differentiation where Amazon and other potential people to compete with Amazon is scale, scale matters. Scale gives leverage. Amazon has proven that, and they're trying to use that leverage now to catapult into other markets for market expansion. So that's one thing. So, so, so the, so for the enterprise in particular, one area we watch heavily, I see two major trends. I see a cloud service that's similar to Amazon. It smells like an integrated stack, but it just has different feature sets tailored for the enterprise. That's more of that's the hybrid cloud clearly hybrid cloud is a winner. Amazon is not using that term hybrid cloud. And he's a hybrid ID, which is basically a head fake. It really means hybrid cloud. So that's hybrid cloud. The second thing is I think you're going to see data centers be Amazon in a box. >>So that's why I like io.com because io.com has essentially built pods and containers and essentially is cloud in a box. And I think shipping data centers is the future. And I think what I like about IO and here's why I'm interested in double clicking on that company is that they're basically shipping data centers. You've got Goldman Sachs, big companies. So IO IO has got, got that going on. And then you've got hybrid cloud. And then the third thing that's really relevant is that you started to see the vertical integration Dave of, of services. Look at CSC, CSC bought service mesh. We had, uh, this guy Jeff on earlier with, uh, that company is doing all the user experience they're offering full end-to-end full-stack developers for essentially web apps. Okay. That is a shift to what I call the dev ops world. Those two things. You're going to see these industries where it's ISV and integrators are kind of vertically integrated. They're going to actually build their own stuff. And that's going to be the, I think the innovation on the channel side. So the channel is up for grabs. Everything's being disrupted >>Battlefield. We've got developers, we've got cloud scale, we've got trust and security. We've got customization. And I'm going to add another one, which is the ecosystem, which is essentially your, you know, in part in your channel, but got to have a strong ecosystem, want to pick up this discussion with you and getting the hook. >>So the Dave wants to of what's the bumper sticker for the show. Give me the Dave Volante bumper sticker. You. We heard everyone said a story here. Um, >>What AWS, the, the trend is your friend, >>My bumper sticker. I'm going to throw a hashtag in there. The hashtag next generation computer revolution to me, this is the next generation computer revolution, total transformative hashtag next generation computer revolution. I think Amazon's leading the charge and I think they're going to shift the sands and everyone else is going to have to adjust. And that's good for everyone, Dave and the market wins a ruin murky on Hortonworks tweeted. Hey, we'd love it. Market expansion, rising tide floats all boats. And I think that's all >>Ultimately ultimately billion dollar Tam Gianna. I'm thrilled to a >>Part of covering that with the cube. I want to thank everyone for watching. Thanks. This is the day three wrap up this acute exclusive coverage from Amazon web services. Want to thank the crew here? All the guys back at the ranch. Kristen, Nicole art Lindsay, Mark Hopkins. Andrew, we got mic. We got Alex. Good job, Jeff Fricks do, uh, everyone. Jeff Kelly. We have the analysts. Come on. We've got this show covered, Dave. I think we fished this pond out. So look for us next to HP. Discover will be there. And, uh, December the week of the 10th or 11th and 12th, we'll be doing the OpenStack summit as well. Look for that. When that gets announced, um, my maybe doing the node node summit in December, we got also the spark summit and MIT event in January. The security event would be at Berkeley. We're going to all these great events tubes out of control. We've got storage, big data now cloud, we look for a lot of research. You can see a lot of cloud coverage coming out on the research. So I looked for that over the next few months, I will get bon.org. Thank you for watching. Well, that's a wrap day three exclusive coverage. This is the cube. I'm John fryer with Dave Volante here in Las Vegas until next time take care.
SUMMARY :
I'm John furry or the founders to look an angle. And I believe they're going to be the iPhone like model for the cloud they're they're The event is a metaphor for the shift that's occurring in the industry. And that's going to be the, the massive battle that's going to take place And I think the switching costs here are a lot higher and I think brilliant challenge here is to how do they keep innovating? and shifting the lock-in to the op X side of the equation. So it's all a relative term in that the lock-in has been around. And I think OpenStack needs to step up its game and have a big player, and Oracle and all the others have to make it economically attractive to not go And I think what that mean by that is, is that, and we refer to the cloud being in the top of the first inning, So to me, I think the opportunity right now for anyone who wants to with Amazon in my opinion, for the old guard to compete, you're saying you gotta, uh, attract developers, but that's not enough. I think OpenStack to me is an opportunity or the old guard, so to speak must continue to do custom stuff. I see a cloud service that's similar to Amazon. And that's going to be the, I think the innovation on the channel side. but got to have a strong ecosystem, want to pick up this discussion with you and getting the hook. So the Dave wants to of what's the bumper sticker for the show. I think Amazon's leading the charge and I think they're going to shift the sands and everyone else is going to have to adjust. I'm thrilled to a So I looked for that over the next few months, I will get bon.org.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Volante | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Jeff Kelly | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Mark Hopkins | PERSON | 0.99+ |
Jeff Fricks | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
HP | ORGANIZATION | 0.99+ |
Kristen | PERSON | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
three | QUANTITY | 0.99+ |
Goldman Sachs | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Alex | PERSON | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
Andrew | PERSON | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
iPhone | COMMERCIAL_ITEM | 0.99+ |
Elliot | PERSON | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Uber | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
NASA | ORGANIZATION | 0.99+ |
Berkeley | LOCATION | 0.99+ |
one ball | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
12% | QUANTITY | 0.99+ |
December | DATE | 0.99+ |
OpenStack | ORGANIZATION | 0.99+ |
January | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
CSC | ORGANIZATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Airbnb | ORGANIZATION | 0.99+ |
John fryer | PERSON | 0.99+ |
10 | QUANTITY | 0.99+ |
second thing | QUANTITY | 0.99+ |
Dr. | PERSON | 0.99+ |
Android | TITLE | 0.99+ |
third thing | QUANTITY | 0.98+ |