Steven Hillion & Jeff Fletcher, Astronomer | AWS Startup Showcase S3E1
(upbeat music) >> Welcome everyone to theCUBE's presentation of the AWS Startup Showcase AI/ML Top Startups Building Foundation Model Infrastructure. This is season three, episode one of our ongoing series covering exciting startups from the AWS ecosystem to talk about data and analytics. I'm your host, Lisa Martin and today we're excited to be joined by two guests from Astronomer. Steven Hillion joins us, it's Chief Data Officer and Jeff Fletcher, it's director of ML. They're here to talk about machine learning and data orchestration. Guys, thank you so much for joining us today. >> Thank you. >> It's great to be here. >> Before we get into machine learning let's give the audience an overview of Astronomer. Talk about what that is, Steven. Talk about what you mean by data orchestration. >> Yeah, let's start with Astronomer. We're the Airflow company basically. The commercial developer behind the open-source project, Apache Airflow. I don't know if you've heard of Airflow. It's sort of de-facto standard these days for orchestrating data pipelines, data engineering pipelines, and as we'll talk about later, machine learning pipelines. It's really is the de-facto standard. I think we're up to about 12 million downloads a month. That's actually as a open-source project. I think at this point it's more popular by some measures than Slack. Airflow was created by Airbnb some years ago to manage all of their data pipelines and manage all of their workflows and now it powers the data ecosystem for organizations as diverse as Electronic Arts, Conde Nast is one of our big customers, a big user of Airflow. And also not to mention the biggest banks on Wall Street use Airflow and Astronomer to power the flow of data throughout their organizations. >> Talk about that a little bit more, Steven, in terms of the business impact. You mentioned some great customer names there. What is the business impact or outcomes that a data orchestration strategy enables businesses to achieve? >> Yeah, I mean, at the heart of it is quite simply, scheduling and managing data pipelines. And so if you have some enormous retailer who's managing the flow of information throughout their organization they may literally have thousands or even tens of thousands of data pipelines that need to execute every day to do things as simple as delivering metrics for the executives to consume at the end of the day, to producing on a weekly basis new machine learning models that can be used to drive product recommendations. One of our customers, for example, is a British food delivery service. And you get those recommendations in your application that says, "Well, maybe you want to have samosas with your curry." That sort of thing is powered by machine learning models that they train on a regular basis to reflect changing conditions in the market. And those are produced through Airflow and through the Astronomer platform, which is essentially a managed platform for running airflow. So at its simplest it really is just scheduling and managing those workflows. But that's easier said than done of course. I mean if you have 10 thousands of those things then you need to make sure that they all run that they all have sufficient compute resources. If things fail, how do you track those down across those 10,000 workflows? How easy is it for an average data scientist or data engineer to contribute their code, their Python notebooks or their SQL code into a production environment? And then you've got reproducibility, governance, auditing, like managing data flows across an organization which we think of as orchestrating them is much more than just scheduling. It becomes really complicated pretty quickly. >> I imagine there's a fair amount of complexity there. Jeff, let's bring you into the conversation. Talk a little bit about Astronomer through your lens, data orchestration and how it applies to MLOps. >> So I come from a machine learning background and for me the interesting part is that machine learning requires the expansion into orchestration. A lot of the same things that you're using to go and develop and build pipelines in a standard data orchestration space applies equally well in a machine learning orchestration space. What you're doing is you're moving data between different locations, between different tools, and then tasking different types of tools to act on that data. So extending it made logical sense from a implementation perspective. And a lot of my focus at Astronomer is really to explain how Airflow can be used well in a machine learning context. It is being used well, it is being used a lot by the customers that we have and also by users of the open source version. But it's really being able to explain to people why it's a natural extension for it and how well it fits into that. And a lot of it is also extending some of the infrastructure capabilities that Astronomer provides to those customers for them to be able to run some of the more platform specific requirements that come with doing machine learning pipelines. >> Let's get into some of the things that make Astronomer unique. Jeff, sticking with you, when you're in customer conversations, what are some of the key differentiators that you articulate to customers? >> So a lot of it is that we are not specific to one cloud provider. So we have the ability to operate across all of the big cloud providers. I know, I'm certain we have the best developers that understand how best practices implementations for data orchestration works. So we spend a lot of time talking to not just the business outcomes and the business users of the product, but also also for the technical people, how to help them better implement things that they may have come across on a Stack Overflow article or not necessarily just grown with how the product has migrated. So it's the ability to run it wherever you need to run it and also our ability to help you, the customer, better implement and understand those workflows that I think are two of the primary differentiators that we have. >> Lisa: Got it. >> I'll add another one if you don't mind. >> You can go ahead, Steven. >> Is lineage and dependencies between workflows. One thing we've done is to augment core Airflow with Lineage services. So using the Open Lineage framework, another open source framework for tracking datasets as they move from one workflow to another one, team to another, one data source to another is a really key component of what we do and we bundle that within the service so that as a developer or as a production engineer, you really don't have to worry about lineage, it just happens. Jeff, may show us some of this later that you can actually see as data flows from source through to a data warehouse out through a Python notebook to produce a predictive model or a dashboard. Can you see how those data products relate to each other? And when something goes wrong, figure out what upstream maybe caused the problem, or if you're about to change something, figure out what the impact is going to be on the rest of the organization. So Lineage is a big deal for us. >> Got it. >> And just to add on to that, the other thing to think about is that traditional Airflow is actually a complicated implementation. It required quite a lot of time spent understanding or was almost a bespoke language that you needed to be able to develop in two write these DAGs, which is like fundamental pipelines. So part of what we are focusing on is tooling that makes it more accessible to say a data analyst or a data scientist who doesn't have or really needs to gain the necessary background in how the semantics of Airflow DAGs works to still be able to get the benefit of what Airflow can do. So there is new features and capabilities built into the astronomer cloud platform that effectively obfuscates and removes the need to understand some of the deep work that goes on. But you can still do it, you still have that capability, but we are expanding it to be able to have orchestrated and repeatable processes accessible to more teams within the business. >> In terms of accessibility to more teams in the business. You talked about data scientists, data analysts, developers. Steven, I want to talk to you, as the chief data officer, are you having more and more conversations with that role and how is it emerging and evolving within your customer base? >> Hmm. That's a good question, and it is evolving because I think if you look historically at the way that Airflow has been used it's often from the ground up. You have individual data engineers or maybe single data engineering teams who adopt Airflow 'cause it's very popular. Lots of people know how to use it and they bring it into an organization and say, "Hey, let's use this to run our data pipelines." But then increasingly as you turn from pure workflow management and job scheduling to the larger topic of orchestration you realize it gets pretty complicated, you want to have coordination across teams, and you want to have standardization for the way that you manage your data pipelines. And so having a managed service for Airflow that exists in the cloud is easy to spin up as you expand usage across the organization. And thinking long term about that in the context of orchestration that's where I think the chief data officer or the head of analytics tends to get involved because they really want to think of this as a strategic investment that they're making. Not just per team individual Airflow deployments, but a network of data orchestrators. >> That network is key. Every company these days has to be a data company. We talk about companies being data driven. It's a common word, but it's true. It's whether it is a grocer or a bank or a hospital, they've got to be data companies. So talk to me a little bit about Astronomer's business model. How is this available? How do customers get their hands on it? >> Jeff, go ahead. >> Yeah, yeah. So we have a managed cloud service and we have two modes of operation. One, you can bring your own cloud infrastructure. So you can say here is an account in say, AWS or Azure and we can go and deploy the necessary infrastructure into that, or alternatively we can host everything for you. So it becomes a full SaaS offering. But we then provide a platform that connects at the backend to your internal IDP process. So however you are authenticating users to make sure that the correct people are accessing the services that they need with role-based access control. From there we are deploying through Kubernetes, the different services and capabilities into either your cloud account or into an account that we host. And from there Airflow does what Airflow does, which is its ability to then reach to different data systems and data platforms and to then run the orchestration. We make sure we do it securely, we have all the necessary compliance certifications required for GDPR in Europe and HIPAA based out of the US, and a whole bunch host of others. So it is a secure platform that can run in a place that you need it to run, but it is a managed Airflow that includes a lot of the extra capabilities like the cloud developer environment and the open lineage services to enhance the overall airflow experience. >> Enhance the overall experience. So Steven, going back to you, if I'm a Conde Nast or another organization, what are some of the key business outcomes that I can expect? As one of the things I think we've learned during the pandemic is access to realtime data is no longer a nice to have for organizations. It's really an imperative. It's that demanding consumer that wants to have that personalized, customized, instant access to a product or a service. So if I'm a Conde Nast or I'm one of your customers, what can I expect my business to be able to achieve as a result of data orchestration? >> Yeah, I think in a nutshell it's about providing a reliable, scalable, and easy to use service for developing and running data workflows. And talking of demanding customers, I mean, I'm actually a customer myself, as you mentioned, I'm the head of data for Astronomer. You won't be surprised to hear that we actually use Astronomer and Airflow to run all of our data pipelines. And so I can actually talk about my experience. When I started I was of course familiar with Airflow, but it always seemed a little bit unapproachable to me if I was introducing that to a new team of data scientists. They don't necessarily want to have to think about learning something new. But I think because of the layers that Astronomer has provided with our Astro service around Airflow it was pretty easy for me to get up and running. Of course I've got an incentive for doing that. I work for the Airflow company, but we went from about, at the beginning of last year, about 500 data tasks that we were running on a daily basis to about 15,000 every day. We run something like a million data operations every month within my team. And so as one outcome, just the ability to spin up new production workflows essentially in a single day you go from an idea in the morning to a new dashboard or a new model in the afternoon, that's really the business outcome is just removing that friction to operationalizing your machine learning and data workflows. >> And I imagine too, oh, go ahead, Jeff. >> Yeah, I think to add to that, one of the things that becomes part of the business cycle is a repeatable capabilities for things like reporting, for things like new machine learning models. And the impediment that has existed is that it's difficult to take that from a team that's an analyst team who then provide that or a data science team that then provide that to the data engineering team who have to work the workflow all the way through. What we're trying to unlock is the ability for those teams to directly get access to scheduling and orchestrating capabilities so that a business analyst can have a new report for C-suite execs that needs to be done once a week, but the time to repeatability for that report is much shorter. So it is then immediately in the hands of the person that needs to see it. It doesn't have to go into a long list of to-dos for a data engineering team that's already overworked that they eventually get it to it in a month's time. So that is also a part of it is that the realizing, orchestration I think is fairly well and a lot of people get the benefit of being able to orchestrate things within a business, but it's having more people be able to do it and shorten the time that that repeatability is there is one of the main benefits from good managed orchestration. >> So a lot of workforce productivity improvements in what you're doing to simplify things, giving more people access to data to be able to make those faster decisions, which ultimately helps the end user on the other end to get that product or the service that they're expecting like that. Jeff, I understand you have a demo that you can share so we can kind of dig into this. >> Yeah, let me take you through a quick look of how the whole thing works. So our starting point is our cloud infrastructure. This is the login. You go to the portal. You can see there's a a bunch of workspaces that are available. Workspaces are like individual places for people to operate in. I'm not going to delve into all the deep technical details here, but starting point for a lot of our data science customers is we have what we call our Cloud IDE, which is a web-based development environment for writing and building out DAGs without actually having to know how the underpinnings of Airflow work. This is an internal one, something that we use. You have a notebook-like interface that lets you write python code and SQL code and a bunch of specific bespoke type of blocks if you want. They all get pulled together and create a workflow. So this is a workflow, which gets compiled to something that looks like a complicated set of Python code, which is the DAG. I then have a CICD process pipeline where I commit this through to my GitHub repo. So this comes to a repo here, which is where these DAGs that I created in the previous step exist. I can then go and say, all right, I want to see how those particular DAGs have been running. We then get to the actual Airflow part. So this is the managed Airflow component. So we add the ability for teams to fairly easily bring up an Airflow instance and write code inside our notebook-like environment to get it into that instance. So you can see it's been running. That same process that we built here that graph ends up here inside this, but you don't need to know how the fundamentals of Airflow work in order to get this going. Then we can run one of these, it runs in the background and we can manage how it goes. And from there, every time this runs, it's emitting to a process underneath, which is the open lineage service, which is the lineage integration that allows me to come in here and have a look and see this was that actual, that same graph that we built, but now it's the historic version. So I know where things started, where things are going, and how it ran. And then I can also do a comparison. So if I want to see how this particular run worked compared to one historically, I can grab one from a previous date and it will show me the comparison between the two. So that combination of managed Airflow, getting Airflow up and running very quickly, but the Cloud IDE that lets you write code and know how to get something into a repeatable format get that into Airflow and have that attached to the lineage process adds what is a complete end-to-end orchestration process for any business looking to get the benefit from orchestration. >> Outstanding. Thank you so much Jeff for digging into that. So one of my last questions, Steven is for you. This is exciting. There's a lot that you guys are enabling organizations to achieve here to really become data-driven companies. So where can folks go to get their hands on this? >> Yeah, just go to astronomer.io and we have plenty of resources. If you're new to Airflow, you can read our documentation, our guides to getting started. We have a CLI that you can download that is really I think the easiest way to get started with Airflow. But you can actually sign up for a trial. You can sign up for a guided trial where our teams, we have a team of experts, really the world experts on getting Airflow up and running. And they'll take you through that trial and allow you to actually kick the tires and see how this works with your data. And I think you'll see pretty quickly that it's very easy to get started with Airflow, whether you're doing that from the command line or doing that in our cloud service. And all of that is available on our website >> astronomer.io. Jeff, last question for you. What are you excited about? There's so much going on here. What are some of the things, maybe you can give us a sneak peek coming down the road here that prospects and existing customers should be excited about? >> I think a lot of the development around the data awareness components, so one of the things that's traditionally been complicated with orchestration is you leave your data in the place that you're operating on and we're starting to have more data processing capability being built into Airflow. And from a Astronomer perspective, we are adding more capabilities around working with larger datasets, doing bigger data manipulation with inside the Airflow process itself. And that lends itself to better machine learning implementation. So as we start to grow and as we start to get better in the machine learning context, well, in the data awareness context, it unlocks a lot more capability to do and implement proper machine learning pipelines. >> Awesome guys. Exciting stuff. Thank you so much for talking to me about Astronomer, machine learning, data orchestration, and really the value in it for your customers. Steve and Jeff, we appreciate your time. >> Thank you. >> My pleasure, thanks. >> And we thank you for watching. This is season three, episode one of our ongoing series covering exciting startups from the AWS ecosystem. I'm your host, Lisa Martin. You're watching theCUBE, the leader in live tech coverage. (upbeat music)
SUMMARY :
of the AWS Startup Showcase let's give the audience and now it powers the data ecosystem What is the business impact or outcomes for the executives to consume how it applies to MLOps. and for me the interesting that you articulate to customers? So it's the ability to run it if you don't mind. that you can actually see as data flows the other thing to think about to more teams in the business. about that in the context of orchestration So talk to me a little bit at the backend to your So Steven, going back to you, just the ability to spin up but the time to repeatability a demo that you can share that allows me to come There's a lot that you guys We have a CLI that you can download What are some of the things, in the place that you're operating on and really the value in And we thank you for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Jeff Fletcher | PERSON | 0.99+ |
Steven | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Steven Hillion | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
Conde Nast | ORGANIZATION | 0.99+ |
US | LOCATION | 0.99+ |
thousands | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
HIPAA | TITLE | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
two guests | QUANTITY | 0.99+ |
Airflow | ORGANIZATION | 0.99+ |
Airbnb | ORGANIZATION | 0.99+ |
10 thousands | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
Electronic Arts | ORGANIZATION | 0.99+ |
one | QUANTITY | 0.99+ |
Python | TITLE | 0.99+ |
two modes | QUANTITY | 0.99+ |
Airflow | TITLE | 0.98+ |
10,000 workflows | QUANTITY | 0.98+ |
about 500 data tasks | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
one outcome | QUANTITY | 0.98+ |
tens of thousands | QUANTITY | 0.98+ |
GDPR | TITLE | 0.97+ |
SQL | TITLE | 0.97+ |
GitHub | ORGANIZATION | 0.96+ |
astronomer.io | OTHER | 0.94+ |
Slack | ORGANIZATION | 0.94+ |
Astronomer | ORGANIZATION | 0.94+ |
some years ago | DATE | 0.92+ |
once a week | QUANTITY | 0.92+ |
Astronomer | TITLE | 0.92+ |
theCUBE | ORGANIZATION | 0.92+ |
last year | DATE | 0.91+ |
Kubernetes | TITLE | 0.88+ |
single day | QUANTITY | 0.87+ |
about 15,000 every day | QUANTITY | 0.87+ |
one cloud | QUANTITY | 0.86+ |
IDE | TITLE | 0.86+ |
Anne Zaremba, AWS & Steven White, EdgeML | AWS re:Invent 2022
foreign to the AWS re invent Cube coverage I'm John Furrier here with thecube got a great guest line up here talking about computer vision at the edge and saramba product lead AWS events mobile app and Steven White solution architect for Edge ml thanks for joining me today computer vision at the edge with adios Panorama thanks for coming on happy to be here so what is Ada's Panorama let's get that out there right away what's the focus of that let's define what that is and we'll get into this computer vision at the Edge Story yeah so thanks Sean uh AWS Panorama is our managed uh computer vision at the Ed service and so to put that perspective you know imagine with me the last time that you've been into a restaurant or maybe your favorite retail store or even office building and didn't notice a camera and so we were talking to customers and trying to understand you know what is it that they do with all of this uh video content that they're collecting and surprisingly we found out that large part of this data just sits on a hard drive somewhere and never gets used and so as we dug in a little deeper to better understand you know why this data is just sitting there I think there were three main themes that continue to come up across the board uh one is you know around privacy right privacy security a lot of the data that's being captured with these cameras tend to be either intellectual property that is you know focused on kind of the Manifest factoring process or maybe about their products that they don't want to get out there you know or and or it could just be a private pii data privacy data related to their employee Workforce and and maybe even customers so you know privacy is is a big concern second was just the amount of bandwidth that cameras create and produce tend to be uh prohibitive from for you know sending back to a centralized location for processing uh each camera stream tends to generate about a couple of megabytes of data so it could get very voluminous as you've got tons of cameras at your location and the other issue was around just the latency required to take action on the data so a lot of times especially in the manufacturing space um you know as as you've got a manufacturing line of products that are coming through and you need to take action in milliseconds and so latency is extremely important from process processing time to taking action so those three uh main drivers you know we ended up developing this AWS service called Panorama that addressed these three main challenges with uh you know with analyzing video content and database Panorama in particular there's there's two main components right we've got the compute platform that is about the size of a sheet of paper your standard you know eight and a half by eleven size sheet of paper so the platform itself is extremely compact it's a it's a video and and deep learning algorithms it sits at the customer premise and directly interfaces with video cameras using the standard IP protocols collects that data uh processes it and then immediately deletes the data so there isn't any any information that's actually stored at the location and you know basically the only thing that's left over is just metadata that describes that data and then the other key component here is the cloud um you know service component which helps manage the fleet of devices that are existing so all of these Panorama appliances that are sitting at your premise there's a cloud component that helps you configure you know operationalize check the health as well as deploy applications and configure cameras so that's uh basically you know the the service is really hopefully optimal or you know is focused on um helping customers really make use of all of their video data at the edge you know the theme here at re invent this year is applications we've seen things like connect add value to customers this is one of those situations where everyone's got cameras it's easy to connect to an IP address and Cloud kind of gives you all those Services there are a lot of real world applications that people can can Implement with this because with the cloud you kind of have this ability to kind of stand it up and get value out of that data what are some of the real world applications that it was because they're implementing with the camera because I mean I can see a lot of use cases here where I can you don't have to build the clouds there for me I can stand it up and start getting value what kind of use cases do you see implementing from your customers yeah so our customers are really amazing with the different types of problems um and opportunities that they bring to us for uh using computer vision at the edge in their data um you know we've got everything from animal Warfare use cases to being able to use you know video to uh to to make sure that you know food processing and just you know the health of animals is uh is uh sufficient we've got cases in manufacturing doing visual inspection and anomaly detection so looking at products that are on the conveyor belt as they're being manufactured and put together to make sure that obviously they're they're put together in the right in the right way um and then we've got different port authority and airports that use uh for you know security and cargo tracking to make sure that the products get to where they're supposed to go in a timely and efficient manner manager manage and then finally one of the use cases that really show facing a re invent this year is a part of our retail analytics portfolio which is line counting and so in particular we see a lot of customers in the retail space such as quick service restaurants even you know Peril retail and convenience stores where they want to better understand um you know whether their product is being made to the customer specification we've got like french fry use cases to see how the quality of that french fry is um you know over time and if they need to make a new batch when they've got a influx of customers coming in and to understanding employee to customer ratio maybe they need to put somebody on the cash register you know at busy time so there's really just a big number of customers you know opportunities that we've really solving with the computer vision service looks like a great service Panorama looking good and I want to get your thoughts you have the events happy the product lead take us through with your app I know you have decided to use it was Panorama I was a fit for you this year at re invent 2022 but you know you've been doing this event app for a while now take us through the app when it started how it's evolved and kind of what's the focus this year of course Sean app started in 26 4 re invent and since we've really expanded this year we've actually supported up to 34 events for AWS and continue to expand that for future years for this year though specifically we wanted to contribute to the overall event experience at re invent by helping people go through the process of checking in and picking up their badge in a more formed and efficient way so we decided that the AWS Panorama team and their computer vision and Edge capabilities were the best fit to analyze the lines and the registration kiosks that we have on site at both the Venetian and MGM at the airport we'll have digital signage showcasing our bad pickup wait times that will help attendees select which badge pickup location that they want to go to and see the current wait times live on those signs as well as through the mobile app so I can basically um get the feel for the line size when to come in does it give me a little recognition of who I am and kind of when I get there there's a TIA pull up my records as I do a little intelligence behind the scenes give us a little peek under the covers what's the solution look like so you do have to sign into the mobile app with your registration and so with that we will have your QR code specific for your check-in experience available to you you'll see that at the top of the screen and we'll know once you've checked in that will disappear but if you haven't checked in that Banner is at the top of the event screen and when you tap that that's when you can see all the different options where you can go and pick up your badge we do have five locations this year for badge pickup and the app will help you kind of navigate which one of those options will be best for you given you know maybe you want to pick it up right away at the airport or you may want to go even to one of your other Hotel options that we'll have um to pick it up at foreign okay now I gotta get I got to ask you on the app what's the coolest thing you got going on this year what's new every year there seems to be a new feature what's the focus this year so can you share a a peek on some of the key features yeah so our biggest and most popular features are always around the session catalog and calendar as you can utilize both to of course organize your event schedule and really stay on top of what you want to do on site and get the most out of your reinvent experience this year we have a few new exciting features of course badge pickup line counting is is one of our biggest but we also will have a one-way calendar sync so you can sync all of your calendar activities to your native device calendar as well as pure talk which is our newest feature that we launched at the start of November where you can interact with other attendees who have opted in and even set up time on site to meet one-on-one with them we've also filled that experience with peer talk experts that include AWS experts that are ready to meet and interact with attendees who have interest on site you know I love this topic it's a very cool video we love video we're doing this remote video I'm getting ready for you know all the action and and analyzing it video's cool and so to me if we could look at the video and say hey we haven't soon that might have body cams in the future um video is great people love videos very engaging but always people that say what about my privacy so how do you guys put in place uh mechanisms to preserve attendee privacy yeah I think so I'm not I think you know you and our customers share the same concern and so we have built uh foundationally that AWS Panorama to address you know both privacy and security concerns with uh associated with all this video content and so in particular the AWS Panorama Appliance is something that sits at the customer premise it interface directly with video cameras uh the data all the video that's processed is immediately deleted nothing stored um and you know the outcome of the processing is just simple metadata so it's Text data that you know as an example in the case of the AWS uh line counting solution that we're demoing this year at Panorama along with you know the events team uh it's simply a count of the number of people in the video at any given time so so you know we we do take privacy uh at heart and have made every effort to address them and what are some of the things that you're doing at the event app I mean I'm imagining you're probably looking at space I mean there's a fire marshal issues around you know people do you take it to that level I mean what's how far are you pushing the envelope on on Panorama what are some of the things that you guys are doing besides check-ins or anything you can share on what's Happening the area where we're utilizing you know Anonymous attendee data otherwise other things in the app are very Anonymous just in nature I mean you do sign in but besides that everything we collect is anonymous and we don't collect unless you consent with the cookie consent that appears right when you first launch the app experience besides that we do have as I mentioned peer talk and and that's just where you're sharing information that you want to share with other attendees on site and then we do have session surveys where you can provide information that you wish about how this survey or how the sessions rather went that you attended on-site yeah Stephen you're you're uh your title has you the solution architect for Edge ml this is the Ultimate Edge use case you're seeing here I mean it's a big part of the future of how companies are going to use video and data just what's your reaction to all this I mean we're at a time it's very kind of an interesting time in the history of the industry as you look at this this is a really big part of of the future with video and Edge like I mentioned users are involved people are involved spaces are involved kind of a fun area what's your reaction to where this is right now so personally I'm very passionate about this uh particular solution and service I've been doing computer vision now for 12 years I started doing in the cloud but when I heard about you know customers really looking for an edge component solution and this you know AWS was still in the early stages I knew I had to be a part of it and so I I you know work with some amazing talented engineers and scientists putting this solution together and of course you know our customers continue to bring us these amazing use cases that you know that just I wouldn't get an opportunity to um you know witness without without you know the support of our customers and so we've got some amazing opportunity amazing projects and you know I just love the love to uh experience that with our customers and partners yeah and and Stephen this is like one of those times where the industry has always had this everyone's scratching the niche somewhere but then you get cloud and scale and data come in and just it accelerates some of these areas that were you know I won't say not growing fast but very interesting like computer vision video events technology in the cloud is changing in a good way some of these areas uh and we're seeing that like computer vision as you mentioned Stephen so Ann event same thing I can imagine this event app will blow up to probably be all things Amazon events and and be the touch Touchstone for all customers and attendees I'm probably thinking the road map there's looking pretty interesting with all the vision you have there what's your what's your reaction to the cloud scale meets events absolutely yeah I know we we have a lot of events that happen at AWS and our goal is to have as many of them in the app as possible where it makes sense right we have a lot of partial Day events to multi-day events and the multi-day events are definitely the area where it's harder for an attendee to organize all that they have to do going on on site as well as everything surrounding the event pre-event uh topics and sessions looking up what they want to do to make sure that they're getting the most of their time on site so we really want to make sure that that's something that an attendee can do with our app as well as it showcase as many of the AWS Services as we have like we are doing here with Panorama we have a few other services in the app as well Amazon location service and Amazon connect to name a couple and we hope to just include more and more with each year as well as more events as the time goes on I'm sure your roadmaps looking great the computer vision is awesome I mean this is a mashup integration apis are going to come around the corner so much excitement after re invent love to follow up with you guys and find out more I think this is a super interesting area the convergence of what you guys are working on to kind of wrap up where do you guys see um AWS Panorama going and where can people learn more about how to get involved how to use the service how to test it out where's this going and how do people learn more but first off you can get customers can get more information about panorama from our website aws.amazon.com Panorama and you know I think where we're going is super exciting you know we continue to improve the product to add support for as an example containers we've added support for Hardware acceleration to improve the number of cameras that we can support so we've you know we've got um you know we can support now with a single device up to 30 40 cameras we've got the ability now to support many different uh we continue to expand the interface types that we support um you know and the different types of even adding sensors and you know expanding to Sensor Fusion so not just computer vision but we've learned from customers that they actually want to incorporate other uh other sensor types and other interfaces so we're bringing in the ability to handle you know computer vision and video but also many other data types as well all right and and Stephen thank you for sharing great stuff computer vision at the edge with Panorama thanks for coming on thecube appreciate it thanks for coming on thank you okay AWS coverage here in the cube I'm John for your host thanks for watching
SUMMARY :
in the ability to handle you know
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Anne Zaremba | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
12 years | QUANTITY | 0.99+ |
John Furrier | PERSON | 0.99+ |
Stephen | PERSON | 0.99+ |
Steven White | PERSON | 0.99+ |
eight and a half | QUANTITY | 0.99+ |
two main components | QUANTITY | 0.99+ |
John | PERSON | 0.99+ |
three main themes | QUANTITY | 0.98+ |
three main challenges | QUANTITY | 0.98+ |
Amazon | ORGANIZATION | 0.98+ |
aws.amazon.com | OTHER | 0.98+ |
five locations | QUANTITY | 0.98+ |
Panorama | TITLE | 0.98+ |
each camera | QUANTITY | 0.98+ |
one-way | QUANTITY | 0.98+ |
this year | DATE | 0.97+ |
Venetian | LOCATION | 0.97+ |
tons of cameras | QUANTITY | 0.97+ |
each year | QUANTITY | 0.96+ |
one | QUANTITY | 0.95+ |
today | DATE | 0.95+ |
this year | DATE | 0.93+ |
Edge | TITLE | 0.93+ |
both | QUANTITY | 0.93+ |
up to 34 events | QUANTITY | 0.93+ |
start of November | DATE | 0.92+ |
first | QUANTITY | 0.9+ |
Panorama | ORGANIZATION | 0.88+ |
a lot of events | QUANTITY | 0.88+ |
single device | QUANTITY | 0.87+ |
about a couple of megabytes of data | QUANTITY | 0.86+ |
Edge | ORGANIZATION | 0.86+ |
Cube | COMMERCIAL_ITEM | 0.86+ |
panorama | TITLE | 0.86+ |
a lot of times | QUANTITY | 0.85+ |
MGM | LOCATION | 0.84+ |
milliseconds | QUANTITY | 0.82+ |
second | QUANTITY | 0.79+ |
one of those situations | QUANTITY | 0.79+ |
eleven size | QUANTITY | 0.76+ |
up to 30 40 cameras | QUANTITY | 0.76+ |
one of those times | QUANTITY | 0.76+ |
three uh main drivers | QUANTITY | 0.76+ |
a lot of customers | QUANTITY | 0.76+ |
AWS Panorama | ORGANIZATION | 0.74+ |
french | OTHER | 0.72+ |
Peril | ORGANIZATION | 0.71+ |
Ada | ORGANIZATION | 0.71+ |
lot | QUANTITY | 0.66+ |
d | PERSON | 0.66+ |
Sean | PERSON | 0.64+ |
use cases | QUANTITY | 0.64+ |
every year | QUANTITY | 0.63+ |
Steven Jones, AWS | VMware Explore 2022
>>Okay, welcome back to everyone. Cube's live coverage of VMware Explorer, 2022. I'm John fur, host of the cube. Two sets three days of live coverage. Dave Ante's here. Lisa Martin, Dave Nicholson, all host of the cube 12 interviews today, just we're with Rocklin and rolling, getting down to the end of the show. As we wind down and look back and look at the future. We've got Steven Jones. Here's the general manager of the VMware cloud on AWS. He's with Amazon web service. Steven Jones. Welcome to the cube. >>Thanks John. >>Welcome back cube alumni. I've been on many times going back to 2015. Yeah. >>Pleasure to be here. Great >>To see you again. Thanks for coming on. Obviously 10 years at AWS, what a ride is that's been, come on. That's fantastic. Tell me it's been crazy. >>Wow. Learned a lot of stuff along the way, right? I mean, we, we, we knew that there was a lot of opportunity, right? Customers wanting the agility and flexibility of, of the cloud and, and we, we still think it's early days, right? I mean, you'll hear Andy say that animals say that, but it really is. Right. If you look at even just the amount of spend that's being spent on, on clouds, it's in the billions, right. And the amount of, of spend in it is still in the trillion. So there's, there's a long way to go and customers are pushing us hard. Obviously >>It's been interesting a lot going on with VM. We're obviously around with them, obviously changing the strategy with their, their third generation and their narrative. Obviously the Broadcom thing is going on around them. And 10 years at abs, we've been, we've been, this'll be our ninth year, no 10th year at reinvent coming up for us. So, but it's 10 years of everything at Amazon, 10 years of S three, 10 years of C two. So if you look at the, the marks of time, now, the history books are starting to be written about Amazon web services. You know, it's about 10 years of full throttle cube hyperscaler in action. I mean, I'm talking about real growth, like >>Hardcore, for sure. I'll give you just one anecdote. So when I first joined, I think we had maybe two EC two instances back in the day and the maximum amount of memory you could conversion into one of these machines was I think 128 gig of Ram fast forward to today. You literally can get a machine with 24 terabytes of Ram just in insane amounts. Right? My, my son who's a gamer tells me he's got 16 gig in his, in his PC. You need to, he thinks that's a lot. >>Yeah. >>That's >>Excited about that. That's not even on his graphics card. I mean, he's, I know it's coming next. The GPU, I mean, just all >>The it's like, right? >>I mean, all the hardware innovation that you guys have done, I mean, look at every it's changed. Everyone's changed their strategy to copy AWS nitro, Dave ante. And I talk about this all the time, especially with James Hamilton and the team over there, Peter DeSantos, these guys have, are constantly going at the atoms and innovating at the, at the level. I mean that, that's how hardcore it is over there right now. I mean, and the advances on the Silicon graviton performance wise is crazy. I mean, so what does that enabling? So given that's continuing, you guys are continuing to do great work there on the CapEx side, we think that's enabling another set of new net new applications because we're starting to see new things emerge. We saw snowflake come on, customer of AWS refactor, the data warehouse, they call it a data cloud. You're starting to see Goldman Sachs. You see capital one, you see enterprise customers building on top of AWS and building a cloud business without spending the CapEx >>Is exactly right. And Ziggy mentioned graviton. So graviton is one of our fastest growing compute families now. And you know, you mentioned a couple of ISVs and partners of ours who are leaning in heavily on porting their own software. Every event Adam announced that we're working with SAP to, to help them port their HANA cloud, which is a, a database of service offering HANA flagship to graviton as well. So it's, it's definitely changing. >>And I think, you know, one of the, and we're gonna circle back to VMware is kind of a point to this. This conversation is that, is that if you look at the trends, right, okay. VMware really tried hard to do cloud and they had a good shot at it V cloud air, but it just, they didn't have the momentum that you guys had at AWS. We saw a lot, lot of other stragglers try to do cloud. They fell off the road, OpenStack, HP, and the list goes on and on. I don't wanna get into that, but the point is, as you guys become more powerful and you're open, right? So you have open ecosystem, you have people now coming back, taking advantage and refactoring and picking up where they left off. VMware was the one of the first companies that actually said, you know what pat Gelsinger said? And I was there, let's clear up the positioning. Let's go all in with AWS. That's >>Right >>At that time, 2016. >>Yeah. This was new for us, for >>Sure. And then now that's set the standard. Now everybody else is kind of doing it. Where is the VMware cloud relationship right now? How is that going out? State's worked. >>It's working well very well. It's I mean, we're celebrating, I think we made the announcement what, five years ago at this conference. Yeah. 2016. So, I mean, it's, it's been a tremendous ride. The best part are the customers who were coming and adopting and proving to us that our vision back then was the right vision. And, and, and what's been different. I think about this relationship. And it was new for us was that we, we purposely went after a jointly engineered solution. This wasn't a, we've got a, a customer or a partner that's just going to run and build something on us. This is something where we both bring muscle and we actually build a, a joint offering together. Talk about, about the main difference. >>Yeah. And that, and that's been working, but now here at this show, if you look at, if you squint through the multi-cloud thing, which is like just, I think positioning for, you know, what could happen in, in a post broad Broadcom world, the cloud native has traction they're Tansu where, where customers were leaning in. So their enterprise customer is what I call the classic. It, you know, mainstream enterprise, which you guys have been doing a lot of business with. They're now thinking, okay, I'm gonna go on continu, accelerate on, in the public cloud, but I'm gonna have hybrid on premise as well. You guys have that solution. Now they're gonna need cloud native. And we were speculating that VMware is probably not gonna be able to get 'em all of it. And, and that there's a lot more cloud native options as customers want more cloud native. How do you see that piece on Amazon side? Because there's a lot of benefits between the VMware cloud on AWS and the services that you guys have natively in your cloud. So we see customers really taking advantage of the AWS goodness, as well as expanding the cloud side at VMware cloud on AWS. >>Yeah. There's probably two ways I would look at this. Right? So, so one is the combination of VMware cloud on AWS. And then both native services just generally brings more options to customers. And so typically what we're seeing now is customers are just able to move much faster, especially as it comes to data center, evacuations, migrating all their assets, right? So it used to be that, and still some customers they're like, I I've gotta think through my entire portfolio of applications and decide what to refactor. And the only way I can move it to cloud is to actually refactor it into some net new application, more and more. We're actually seeing customers. They've got their assets. A lot of them are still on premises in a VMware state, right. They can move those super quick and then modernize those. And so I think where you'll see VMware and AWS very aligned is on this, this idea of migrate. Now you need to get the benefits of TCO and, and the agility that comes with being in the cloud and then modernize. We took a step further, which is, and I think VMware would agree here too, but all of the, the myriad of services, I think it's 200 plus now AWS native services are for use right alongside any that a customer wants to run in VMware. And so we have examples of customers that are doing just, >>And that's, that's how you guys see the native and, and VMware cloud integrating in. Yeah, that's, that's important because this, I mean, if I always joke about, you know, we've been here 12 years listening in the hallways and stuff, you know, on the bus to the event last night, walking the parties and whatnot, listening in the streets, there's kind of two conversations that rise right to the top. And I wanna get your reaction to this Steven, because this seems to be representative of this demographic here at VMware conference, there's conversations around ransomware and storage and D dub and recovery. It's all, a lot of those happen. Yeah. Clearly a big crowd here that care about, you know, Veeam and NetApp and storage and like making sure stuff's secure and air gapped. And a lot of that kind of, I call nerdy conversations and then the other one is, okay, I gotta get the cloud story. >>Right. So there's kind of the operational security. And then there's like, okay, what's my path to true cloud. I need to get this moving. I need to have better applications. My company is the application now not it serves some sort of back office function. Yeah. It's like, my company is completely using technology as its business. So the app is the business. So that means everything's technology driven, not departmental siloed. So there's a, that's what I call the true cloud conversation. How do you, how do you see that evolving because VMware customers are now going there. And I won't say, I won't say they're behind, but they're certainly going there faster than ever before. >>I think, I think, I mean, it's an interesting con it's an interesting way to put it and I, I would completely agree. I think it's, it's very clear that I think a lot of customer companies are actually being disrupted. Right. And they have to move fast and reinvent themselves. You said the app is now becoming the company. Right. I mean, if, if you look at where not too many years back, there were, you know, big companies like Netflix that were born in the cloud. Right. Airbnb they're disruptors. >>There's, that's the >>App, right? That's the app. Yeah. So I, I would exactly agree. And, and that's who other companies are competing with. And so they have to move quickly. You talked about some, some technology that allows them to do that, right? So this week we announced the general availability of a NetApp on tap solution. It's been available on AWS for some time as a fully managed FSX storage solution. But now customers can actually leverage it with, with VMC. Now, why is that important? Well, there's tens of thousands of customers running VMware. On-premises still, there's thousands of them that are actually using NetApp filers, right? NetApp, NetApp filers, and the same enterprise features like replication. D do you were talking about and Snapp and clone. Those types of things can be done. Now within the V VMware state on AWS, what's even better is they can actually move faster. So consider replicating all this, you know, petabytes and petabytes of data that are in these S from on-premises into AWS, this, this NetApp service, and then connected connecting that up to the BMC option. So it just allows customers much, much. >>You guys, you guys have always been customer focus. Every time I sat down with the Andy jazzy and then last year with Adam, same thing we worked back from, I know it's kind of a canned answer on some of the questions from media, but, but they do really care. I've had those conversations. You guys do work backwards from the customer, actually have documents called working backwards. But one of the things that I observed, we talked about here yesterday on the cube was the observations of reinvent versus say, VM world. Now explore is VM world's ecosystem was very partner-centric in the sense of the partners needed to rely on VMware. And the customers came here for both more of the partners, not so much VMware in the sense there wasn't as much, many, many announcements can compare that to the past, say eight years of reinvent, where there's so much Amazon action going on the partners, I won't say take as a second, has a backseat to Amazon, but the, the attendees go there generally for what's going on with AWS, because there's always new stuff coming out. >>And it's, it's amazing. But this year it starts to see that there's an overlap or, or change between like the VMware ecosystem. And now Amazon there's, a lot of our interviews are like, they're on both ecosystems. They're at Amazon's show they're here. So you start to see what I call the naturalization of partners. You guys are continuing to grow, and you'll probably still have thousands of announcements at the event this year, as you always do, but the partners are much more part of the AWS equation, not just we're leasing all these new services and, and oh, for sure. Look at us, look at Amazon. We're growing. Cause you guys were building out and look, the growth has been great. But now as you guys get to this next level, the partners are integral to the ecosystem. How do you look at that? How has Amazon thinking about that? I know there's been some, some, a lot of active reorgs around AWS around solving this problem or no solve the problem, addressing the need and this next level of growth. What's your reaction to >>That? Well, I mean, it's, it's a, it's a good point. So I have to be honest with you, John. I, I, I spent eight of my 10 years so far at AWS within the partner organization. So partners are very near and dear to my heart. We've got tens of thousands of partners and you are you're right. You're starting to see some overlap now between the VMware partner ecosystem and what we've built now in AWS and partners are big >>By the way, you sell out every reinvent. So it's, you have a lot of partners. I'm not suggesting that you, that there's no partner network there, but >>Partners are critical. I mean, absolutely naturally we want a relationship with a customer, but in order to scale the way we need to do to meet the, the needs of customers, we need partners. Right. We, we can't, we can't interact with every single customer as much as we would like to. Right. And so partners have long built teams and expertise that, that caters to even niche workloads or opportunity areas. And, and we love partners >>For that. Yeah. I know you guys do. And also we'll point out just to kind of give props to you guys on the partner side, you don't, you keep that top of the stack open on Amazon. You've done some stuff for end to end where customers want all Amazon, but for the most part, you let competition come in, even on, so you guys are definitely partner friendly. I'm just observing more the maturization of partners within the reinvent ecosystem, cuz we're there every year. I mean, it's, I mean, first of all, they're all buzzing. I mean, it's not like there's no action. There's a lot of customers there it's sold out as big numbers, but it just seems that the partners are much more integrated into the value proposition of at a AWS because of the, the rising tide and, and now their enablement, cuz now they're part of the, of the value proposition. Even more than ever before >>They, they really are. And they, and they're building a lot of capabilities and services on us. And so their customers are our customers. And like you say, it's rising tide, right. We, we all do better together. >>Okay. So let's talk about the VMware cloud here. What's the update here in terms of the show, what's your, what's your main focus cuz a lot of people here are doing, doing sessions. What's been some of the con content that you guys are producing here. >>Yeah. So the best part obviously is a always the customer conversations to partner conversations. So a, a lot of, a lot of sessions there, we did keynote yesterday in Ryan and I, where we talked about a number of announcements that are, I think pretty material now to the offering a joint announcement with NetApp yesterday as well around the storage solution I was talking about. And then some, some really good technical deep dives on how the offering works. Customers are still interested in like how, how do I take what I've got on premises and easily move into AWS and technology like HSX H CX solution with VMware makes it really easy without having to re IP applications. I mean, you know, it is super difficult sometimes to, to move an application. If you've got figure out where all the firewall rules are and re iPing those, those things source. But yeah, it's, it's been fantastic. >>A lot of migrations to the cloud too. A lot of cloud action, new cloud action. You guys have probably seen an uptake on services right on the native side. >>Yes. Yes. For sure. So maybe I just outlined some of the, some of the assets we made this week. So absolutely >>Go ahead. >>We, we announced a new instance family as a, a major workhorse underneath the VMware cloud offering called I, I, you mentioned nitro earlier, this is on, based on our latest generation of nitro, which allows us to offer as you know, bare metal instances, which is, which is what VMware actually VMware was our first partnership and customer that I would say actually drove us to really get Nira done and out the door. And we've continued to iterate on that. And so this I four, I instance, it's based on the, the latest Intel isolate processor with more than double the Ram double the compute, a whopping 75 gigabytes per second network. So it's a real powerhouse. The cool thing is that with the, with the NetApp storage solution that we, we discussed, we're now disaggregating the need to provision, compute and storage at the same time. It used to be, if you wanted to add more storage to your VSAN array, that was on a V VMware cloud. Yeah. You'd add another note. You might not need more compute for memory. You'd have to add another note. And so now customers can simply start adding chunks of storage. And so this opens up customers. I had a customer come to me yesterday and said, there's no reason for us not to move. Now. We were waiting for something that like this, that allowed us to move our data heavy workloads yeah. Into VMware cloud. It's >>Like, it's like the, the alignment. You mentioned alignment earlier. You know, I would say that VMware customers are lined up now almost perfectly with the hybrid story that's that's seamless or somewhat seems it's never truly seamless. But if you look at like what Deepak's doing with Kubernetes and open source, you, you guys have that there talking that big here, you got vs a eight vSphere, eight out it's all cloud native. So that's lined up with what you guys are doing on your services and the horsepower. They have their stuff, you have yours that works better together. So it seems like it's more lined up than ever before. What's your take on that? Do you agree? And, and if so, what folks watching here that are VMware customers, what's, what's the motivation now to go faster? >>Look, it is, it is absolutely lined up. We are, as, as I mentioned earlier, we are jointly engineering and developing this thing together. And so that includes not just the nuts and bolts underneath, but kind of the vision of where it's going. And so we're, we're collectively bringing in customer feedback. >>What is that vision real quick? >>So that vision has to actually help an under help meet even the most demanding customer workloads. Okay. So you've got customer workloads that are still locked in on premises. And why is that? Well, it used to be, there was big for data and migration, right? And the speed. And so we continue to iterate this and that again is a joint thing. Instead of say, VMware, just building on AWS, it really is a, a tight partnership. >>Yeah. The lift and shift is a, an easy thing to do. And, and, and by the way, that could be a hassle too. But I hear most people say the reason holding us back on the workloads is it's just a lot of work, a hassle making it easier is what they want. And you guys are doing that. >>We are doing that. Absolutely. And by the way, we've got not just engineering teams, but we've got customer support teams on both sides working together. We also have flexible commercial options, right? If a customer wants to buy from AWS because they've negotiated some kind of deal with us, they can do that. They wanna buy from VMware for a similar reason. They could buy from VMware. So are >>They in the marketplace? >>They are in the market. There, there are some things in the marketplace. So you talked about Tansu, there's a Tansu offering in the marketplace. So yes. Customers can >>Contract. Yeah. Marketplaces. I'm telling you that's very disruptive. I'm Billy bullish on the market AIOS marketplace. I think that's gonna be a transformative way. People have what they procure and fully agree, deploy and how, and channel relationships are gonna shift. I think that's gonna be a disruptive enabler to the partner equation and, and we haven't even seen it yet. We're gonna be up there in September for their inaugural event. I think it's a small group, but we're gonna be documenting that. So even final question for you, what's next for you? What's on the agenda. You got reinvent right around the corner. Your P ones are done. Right? I know. Assuming all that, I turn that general joke. That's an internal Amazon joke. FYI. You've got your plan. What's next for the world. Obviously they're gonna go this, take this, explore global. No matter what happens with Broadcom, this is gonna be a growth wave with hybrid. What's next for you and your team with AWS and VMware's relationship? >>Yeah. So both of us are hyper focused on adding additional options, both from a, an instance compute perspective. You know, VMware announced some, some, some additional offerings that we've got. We've got a fully complete, like, so they're, they announce things like VMware flex compute V VMware flex storage. You mentioned earlier, there was a conversation around ransomware. There's a new ransomware based offering. So we're hyper focused on rounding out, continuing to round out the offering and giving customers even more choice >>Real quick. Jonathan made me think about the ransomware we were at reinforce Steven Schmidtz now the CSO. Now you got a CSO. AJ's the CSO. You got a whole focus, huge emphasis on security right now. I know you always have, but now it's much more public. It's PO more positive, I think, than some of the other events I've been to. It's been more Lum and doom. What's the security tie in here with VMware. Can you share a little bit real quick on the security piece update around this relationship? >>Yeah, you bet. So as you know, security for us is job zero. Like you don't have anything of security. And so what are the things that, that we're excited about specifically with VMware is, is the latest offering that, that we put together and it's called this, this ransomware offering. And it's, it's a little bit different than other ransomware. I mean, a lot of people have ransomware offerings today, just >>Air gap. >>Right, right, right. Exactly. No, that's easy. No, this one is different. So on the back end, so within VMC, there's this, this option where CU we can be to be taking iterative snapshots of a customer environment. Now, if an event were to occur, right. And a customer is like, I have to know if I'm compromised, we can actually spin up super easy. This is cloud. Remember? Yeah. We can spin up a, a copy of this environment, throw a switch, pick a snapshot with NSX. So VMware NSX firewall it off and then use some custom tooling from VMware to actually see if it's been compromised or not. And then iterate through that until you actually know you're clean. And that's different than just tools that do maybe a >>Little bit of scam. We had Tom gills on yesterday and, and one of the things Dave ante had to leave is taking the sun to college is last one in the house and B nester now, but Tom Gill was on. We were talking about how good their security story is ware. And they really weren't showboating it as much as they could have here. I thought they could have done a better job, but this is an example of kind of them really leaning in with you guys. That's the key part of the relationship. >>Yeah, it really is. And I think this is something is materially different than what you can get elsewhere. And it's exciting for, >>Okay. Now the, the real question I want to know is what's your plans for AWS reinvent the blockbuster end of the year, Amazon surf show that gets bigger and bigger. I know it's still hybrid now, but it's looking be hybrid, but people are back in person last year. You guys were the first event really come back and still had massive numbers. AWS summit, New York at 19,000. I heard last week in Chicago, big numbers. So we're expecting reinvent to be pretty large this year. What are you, what are you gonna do there? What's your role there? >>We are expecting, well, I'll be there. I cover multiple businesses. Obviously. We're, we're planning on some additional announcements, obviously in the VMware space as well. And one of the other businesses I run is around SAP. And you should look for some things there as well. Yeah. Really looking forward to reinvent, except for the fact that it's right after Thanksgiving. But I think it >>Always ruins my, I always get an article out. I like, why are you we're having, we're having Thanksgiving dinner. I gotta write this article. It's gotta get Adam, Adam. Leski exclusive. We, every year we do a, a CEO sit down with Andy was the CEO and then now Adam. But yeah, it's a great event to me. I think it sets the tone. And it's gonna be very interesting to see the big clouds are coming to the big cloud. You guys, and you guys are now called hyperscalers. Now, multiple words. It's interesting. You guys are providing the CapEx goodness for everybody else now. And that relationship seems to be the new, the new industry standard of you guys provide the enablement and then everyone you get paid, cuz it's a service. A whole nother level of cloud is emerging in the partner network, GSI other companies. Yeah. >>Yeah. I mean we're really scaling. I mean we continue to iterate and release regions at a fast clip. We just announced support for VMware in Hong Kong. Yeah. So now we're up to 21 regions for this service, >>The sovereign clouds right around the corner. Let's we'll talk about that soon. Steven. Thanks for coming. I know you gotta go. Thank you for your valuable time. Coming in. Put Steven Jones. Who's the general manager of the VMware cloud on AWS business. Four AWS here inside the cube day. Three of cube coverage. I'm John furrier. Thanks for watching. We'll be right back.
SUMMARY :
Lisa Martin, Dave Nicholson, all host of the cube 12 interviews today, just we're with Rocklin and rolling, I've been on many times going back to 2015. Pleasure to be here. To see you again. And the amount of, of So if you look at the, the marks of time, now, the history books are starting to be written about Amazon EC two instances back in the day and the maximum amount of memory you could conversion I mean, he's, I know it's coming next. I mean, all the hardware innovation that you guys have done, I mean, look at every it's changed. And you know, you mentioned a couple of ISVs and partners of ours who are leaning in And I think, you know, one of the, and we're gonna circle back to VMware is kind of a point to this. Where is the VMware The best part are the customers who were coming and adopting and proving lot of benefits between the VMware cloud on AWS and the services that you guys have natively in your cloud. And the only way I can move it to cloud is to actually refactor it into some net new application, And that's, that's how you guys see the native and, and VMware cloud integrating in. So the app is the business. I mean, if, if you look at where not And so they have to move quickly. And the customers came here for both more of the partners, So you start to see what I call the naturalization of partners. So I have to be honest with you, John. By the way, you sell out every reinvent. I mean, absolutely naturally we want a relationship Amazon, but for the most part, you let competition come in, even on, so you guys are definitely partner And like you say, it's rising tide, right. content that you guys are producing here. you know, it is super difficult sometimes to, to move an application. A lot of migrations to the cloud too. So maybe I just outlined some of the, some of the assets we made this week. the latest Intel isolate processor with more than double the Ram double So that's lined up with what you guys are doing on your services and the horsepower. And so that And the speed. And you guys are doing that. And by the way, we've got not just engineering teams, but we've got customer So you talked about Tansu, there's a Tansu offering in I think that's gonna be a disruptive enabler to the So we're hyper focused on rounding out, continuing to round out the offering I know you always have, but now it's much more public. So as you know, security for us is job zero. And a customer is like, I have to know if I'm compromised, we can actually spin up super easy. but this is an example of kind of them really leaning in with you guys. And I think this is something is materially different than what the blockbuster end of the year, Amazon surf show that And one of the other businesses I run is around SAP. And that relationship seems to be the new, the new industry standard of you guys I mean we continue to iterate and release regions at I know you gotta go.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Dave Nicholson | PERSON | 0.99+ |
Steven Jones | PERSON | 0.99+ |
Adam | PERSON | 0.99+ |
Andy | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
HP | ORGANIZATION | 0.99+ |
Steven | PERSON | 0.99+ |
James Hamilton | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
16 gig | QUANTITY | 0.99+ |
eight | QUANTITY | 0.99+ |
Peter DeSantos | PERSON | 0.99+ |
2015 | DATE | 0.99+ |
Tom Gill | PERSON | 0.99+ |
Jonathan | PERSON | 0.99+ |
September | DATE | 0.99+ |
128 gig | QUANTITY | 0.99+ |
Chicago | LOCATION | 0.99+ |
Three | QUANTITY | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
Steven Schmidtz | PERSON | 0.99+ |
10 years | QUANTITY | 0.99+ |
2016 | DATE | 0.99+ |
ninth year | QUANTITY | 0.99+ |
last week | DATE | 0.99+ |
Goldman Sachs | ORGANIZATION | 0.99+ |
yesterday | DATE | 0.99+ |
Hong Kong | LOCATION | 0.99+ |
New York | LOCATION | 0.99+ |
24 terabytes | QUANTITY | 0.99+ |
75 gigabytes | QUANTITY | 0.99+ |
Dave Ante | PERSON | 0.99+ |
last year | DATE | 0.99+ |
10th year | QUANTITY | 0.99+ |
three days | QUANTITY | 0.99+ |
12 years | QUANTITY | 0.99+ |
Ziggy | PERSON | 0.99+ |
Tansu | ORGANIZATION | 0.99+ |
HANA | TITLE | 0.99+ |
2022 | DATE | 0.99+ |
Broadcom | ORGANIZATION | 0.99+ |
John fur | PERSON | 0.99+ |
Deepak | PERSON | 0.99+ |
Steven Jones, AWS, Phil Brotherton, NetApp, & Narayan Bharadwaj, VMware | VMware Explore 2022
>>Hey everyone. Welcome back to the Cube's day one coverage of VMware Explorer, 2022 live from San Francisco. I'm Lisa Martin, and I'm basically sitting with the cloud. I got a power panel here with me. You are not gonna wanna miss the segment, please. Welcome, nor Barage I probably did. I do. Okay on that. Great, thank you. VP and GM of cloud solutions at VMware. Thanks for joining us. Field brother tune is back our alumni VP solutions and alliances at NetApp bill. Great to see you in person. Thank you. And Steve Jones, GM SAP, and VMware cloud at Amazon. Welcome guys. Thank you. Pleasure. So we got VMware, NetApp and Amazon. I was telling Phil before we went live, I was snooping around on the NetApp website the other day. And I saw a tagline that said two is the company three is a cloud, but I get to sit with the cloud. This is fantastic. Nora, talk to us about the big news that came out just about 24 hours ago. These three powerhouse, we >>Were super excited. We are celebrating five years of VMware cloud this week. And with three powerhouses here, we're announcing the general availability of VMware cloud and AWS with NetApp on tap. We have AWS FSX. And so this solution is now generally available across all global regions. We are super excited with all our joint customers and partners to bring this to the market. >>So Steve, give us your perspective as AWS as the biggest hyperscaler. Talk about the importance of the partnership and the longstanding partnerships that you've had with both NetApp and VMware. >>Yeah, you bet. So first all, maybe I'll start with Ryan and VMware. So we've had a very long standing partnership with VMware for over five years now. One thing that we've heard consistently from customers is they, they want help in reducing the heavy lifting or the, the friction that typically comes with cloud adoption. And VMware's been right in the trenches with us and helping with that over the years with the VMware cloud on AWS offering. And, and now that we've got NetApp, right, the FSX on tap solution, a managed storage solution that is, is been known and trusted in the on-premises world. Now available since September on AWS, but now available for use with VMware cloud is just amazing for customers who are looking for that agility, >>Right? Phil talk about NetApp has done a phenomenal job in its own digital transformation journey. Talk about that as an enabler for what you announced yesterday and the, and the capabilities that NetApp is able to bring to its customers with VMware and with AWS. >>Yeah. You know, it started, it's interesting because we NetApp's always been a company that works very closely with our partners. VMware has been a huge partner of ours since gosh, 2005 probably, or sometime like that. I started working with Amazon back in about 20 13, 20 14, when we first took on tap and brought it to the Amazon platform in the marketplace ahead of what's. Now FSX ends like a dream to bring a fully managed ONAP onto the world's biggest cloud. So that work you you're really looking at about. I mean, it depends how you look at it, 15 years of work. And then as Ryan was saying that VMware was working in parallel with us on being a first party service on Amazon, we came together and, or Ryan and I came together and VMware and NetApp came together about probably about two years ago now with this vision of what we're announcing today and to have so to have GA of this combination for meaning global availability, anybody can try it today. It's just an amazing day. It's really a great day. >>Yeah. It's unbelievable how we have sort of partnered together and hard engineering problems to create a very simple outcome for customers and partners. One of the things, you know, VMware cloud is a very successful service offering with a lot of great consumption and different verticals. Things like cloud migration, you know, transforming your entire, you know, data center and moving to the cloud. Things like, you know, modernizing our apps, disaster recovery now ransomware this week. So really, really exciting uptake and innovation in that whole service. One thing customers always told us that they want more options for storage decouple from compute. And so that really helped customers to lower their total cost of ownership and get to, you know, get even more workloads into VMware cloud. And this partnership really creates that opportunity for us to provide customers with those options. >>Let me give you an example, just I was walking over here just before I walked over here. We were with a customer talking about exactly what Orion's talking about. We were modeling using a TCO calculator that we all put together as well on what we call data intensive workloads, which is in this case, it was a 500 gigabytes per VM. So not a huge amount of data per VM. The, the case study modeled out of 38% cost savings or reduction in total cost, which in the case was like 1.2 million per year of total cost down to 700 million. And just, you could do the, just depends on how many VMs you have and how big odes you have, but that's the kind of cost savings we're talking about. So the, this is a really easy value to talk about. You save a lot of money in it's exactly as nor Ryan said, because we can separate the compute and the storage. Yep. >>Yep. I was just gonna say the reason for that is it used to be with VMware cloud on AWS. If you wanted more storage for your workload, you would have to add another node. So with another node, you would get another compute node. You would get the compute, you'd get the memory and the storage, but now we've actually decoupled the ability to expand the storage footprint from the compute, allowing customers to really expand as their needs grow. And so it's, it's just a lot more flexibility. Yep. That customers had. Yeah. >>Flexibility is key. Every customer needs that they need to be agile. There's always a competitor waiting in the rear view mirror behind any business, waiting to take over. If, if they can't innovate fast enough, if they can't partner with the best of the best to deliver the infrastructure that's needed to enable those business outcomes, I wanna get your perspective, Steve, what are some of the outcomes that when you're talking to customers, you talked about fill the TCO. Those are huge numbers, very compelling. What are some of the other outcomes that customers can expect to achieve from this solution? >>That's a great question. I think customers want the flexibility. We talked about customers absolutely wanna be able to move fast. They're also very demanding customers who have had an experience with solutions like NetApp on tap on premises, right? So they've come to expect enterprise features like thin provisioning, snapshoting cloning, rapid cloning, right? And even replication of data given that customers now can leverage this type of functionality as well through the NetApp solution with VMC, they're getting all those enterprise class features from, from the storage in combination with what they already had with vs a and, and VMC. >>Steve earlier mentioned the word we used, we kind of took it from VMware or from Amazon was friction is so many workloads run in VMware VMs today to be able to just simply pick them up as is move them to Amazon makes cloud adoption. Just, I mean, frictionless is an extreme word, but it's really lowers the friction to cloud adoption. And as Steve said, then you've get all these enterprise features wherever you need to run. >>Just brings speed. >>I was just about to say, it's gotta be the speed. It has to be a huge factor here. Yep, >>Yep. Yeah. >>Sure. One of the things that we've seen with VMware cloud is operational consistency as, as a customer value because when customers are thinking about, you know, complex enterprise apps, moving that to the cloud, they need that operational consistency, which drives down their costs. They don't have to relearn new skills. They're used to VMware, they're used to NetApp. And so this partnership really fosters that operational consistency as a big customer value, and they can reuse those skills and really reapply them in this cloud model. The other thing is the cloud model here is super completely managed. If you think about that, right, customers have to do less VMware, AWS and NetApp is doing more for them. That's true in this model. >>So you're able to really deliver a lot of workforce efficiency, workforce productivity across the stack. >>Absolutely. >>And that's definitely true that it just, as it gets more complex, how do you manage it? Just continue, hear everybody talking about this, right. So when a completely managed service by VMware and Amazon is such a savings in com in management complexity, which then gets back to speed. How do I grow my plant faster? >>I mean, and really at the end of the day, customers are actually able to focus on what differentiate differentiates them, obviously versus the management of the underlying infrastructure and storage and all those, those things that are still critical, but exactly, but >>For, for the customer to be able to have to abstract the underlying underlying technology layer and focus on what differentiates them from the competition. That's like I said, right back here, right. That's especially if there's anything we've learned in the last couple of years, it's that it, that is critical for businesses across every industry, no industry exempt from this. >>None. One other thing, just an example of what you're talking about is we all work a lot on modernization techniques like using Kubernetes and container technologies. So with this, if you think about this, you, this solution, you can move an app as is modernize on the cloud. You can modernize, you can modernize and then move. You can, the flexibility that this enables like. So it's sort of like move to the cloud at your rate is a really big benefit. >>And we've seen so many customer examples of migrating modernize is how we like to summarize it, where customers are, you know, migrating, modernizing at their own pace. Yep. And the good, good thing about the platform and the service is that it is the home for all applications, virtual machines containers with Kubernetes backed by local storage, external storage options. The level of flexibility for all applications is really immense. And that drives down your TCO even more. >>What, from a target customer perspective, Noran, talk about that. Who, who is the target? Obviously I imagine VMware customers, it's NetApp customers, it's AWS, but is there, are there any targets kind of within that, that are really prime candidates for this solution? >>Yeah. A great question. First of all, the, the easy sort of overlap between all of us is our shared customer pool. And so VMware and NetApp have been partners for what, 20 years, something like that. And we have thousands of customers using our joint solutions in the data center. And so that's a very clear target for this solution, as they're considering use cases such as, you know, cloud migration, disaster recovery, virtual desktops, application modernization. So that's a very clear target and we see this day in and day out, obviously there are many other customers that would be interested in this solution, as well as they're considering, you know, AWS and we provide a whole range of consumption options for them. Right. And I think that's one of the, sort of the, the good things about our partnership, including with AWS, where customers can purchase this from VMware can purchase this from AWS and all of these different options, including from our partners really makes it very, very compelling. >>Talk a little bit about from each of your perspectives about the what's in it. For me as a partner of these companies, Steve, we'll start with you. >>I mean, what's in it for me is that it's what my customers have been asking for. And we, we have a long history, I think of providing managed services again, to remove that heavy lifting that customers often just don't want to have to do. Having seen the, the adoption of managed storage offerings, including the, the NetApp solution here and now being able to bring that into the VMware space where they're already using it in an on-premises world, and now they're moving those, those workloads being able to satisfy that need that a customer's asking for is awesome. >>We, every time we're at an AWS event, we are always talking about it's absolute customer obsession, and I know NetApp and VMware well, and know that that is a shared obsession across the three companies. >>Hey, Lisa, let me add one more thing. It's interesting, not everybody sees this, but it's really obvious that the NetApp on-prem installed base with VMware, which is tens of thousands of customers. This is an awesome solution. Not quite as obvious is that every on-prem VMware customer gets that TCO benefit. I mentioned that's not limited to the NetApp on-prem installed base. So we're really excited to be able to expose all the market that hasn't used our products on-prem to this cloud solution. And, and it's really clear customers are adopting the cloud, right? So we're, that's one of the reasons we're so excited about this is it opens up a huge new opportunity to work with new customers for us. Talk >>About those customer conversations, Phil, how, where are they happening at? What level are you talking with customers about migration to cloud? Has it changed in the last couple >>Of years? Oh yeah. You know, I've been working on this for years and a lot of the on-prem conversation, it's been a little bifurcated that on-prem is on-prem and cloud developers or cloud developers. And Amazon's done a huge amount to break that down. VMware getting in the game, a lot of it's networking complexities, those have gone down. A lot of people are cross connected and set up today, which that wasn't so true five years ago. So now it's a lot of conversations about, I hear carbon footprint reduction. I hear data all in around data center reduction. The cloud guys are super efficient operators of data center infrastructure. We were talking about different use cases like disaster recovery. It's it's everybody though. It's small companies, it's big companies. They're all sort of moving into this, it call it at least hybrid world. And that's why when I say we're get really excited about this, because it does get rid of a lot of friction for moving loads in those directions, at the rate, the customer wants to do it. >>And that one last really quick thing is I was using NetApp as an example, we have about 300 enterprise workloads. We wanna move to the cloud two, right? And so they're all running VMware, like most, most of the world. And so this solution is, looks really good to us and we're gonna do the exact, I was just out with our CIO. We're going, looking at those 300, which do we just lift and move? Which do we refactor? And how do we do that? In fact, that Ryan was out to dinner with us last night, talking about >>This it's more and more it's being driven top down. So in the early days, and I've been with Amazon for 10 years now. Yep. Early days, it was kind of developer oriented, often initiated projects. Now it's top level CIOs. Exactly. I >>Are two mandates today talking to customers. >>I think of reinvent as an it conference. Now in the way, some of these top down mandates are driven, but listen, I mean, we got great customer interest. We have been in preview for three to six months now, and we've seen a lot of customers were not able to drag their entire data center workloads because of different reasons of PCO data, intensive workloads, et cetera. And we've seen tremendous amounts of interest from them. And we're also seeing a lot of new customers in the pipeline that want to consider VMware cloud now that we have these great storage options. >>So there's a pretty healthy Tam I'm hearing. >>Absolutely. >>I think so. Yeah. It's interesting. Another, just both like WWT and Presidio, channel partners, big, huge channel partners. It takes no selling to explain. We, we just say, Hey, we're doing this. And they start building services. Presidio is here with us talking about a customer win that they got. So this is it. It's easy for people to see why this is a cool, a cool solution. >>The value prop is there >>Definitely >>There's no having appeal the onion to >>Find it. No, the money savings. It's just in what or Ryan said, a lot of people have seen the, the seen an obstacle of cost. Yeah. So the TCO benefit, I mentioned removes that obstacle. And then that opens the door to all the features Steve was talking about of the advanced storage features and things on the platform. >>So is there a customer that's been in beta on this solution that you can talk about in, in terms of what they were looking for, the challenges that you helped them erase and the outcomes they're achieving? >>Yeah, sure. I can. I can provide one example. A large financial customer was looking at this during the preview phase and you know, for, for, for reasons before that were already a customer, but they were not able to attract a lot of their other workloads from other business units. And with this solution, now the service is a much better candidate for those workloads and those business units that had not considered VMware cloud. So we're really excited to see new workloads coming from that particular customer, given this particular solution and the whole TCO math for them was very, very straightforward and simple. And this became a more attractive option for that particular customer. >>Is there a shadow it elimination factor here in this technology and who you're selling to? >>Not real, I, don't not intent. Wouldn't intentionally. I wouldn't say yeah, not intentionally. I, it was funny with the customers I was thinking is yes. The question, the customers that are in the preview are seeing the benefits that we're talking about. The, one of the reasons we started the project on our side a number of years ago was this very large cement company was looking for carbon CO2 reduction. Part of that was moving disaster recovery to the cloud. There was a lot of friction in the solution prior to this, the, the customers have done some of the things we're talking about, but there's a, it takes a lot of skill. And we were looking at working with that customer going, how could we simplify this? And that was from our point of NetApp's point of view, it, it drove us to VMware and to AWS saying, can't we pull some of the friction of this out. And I think that that's what we've seen in the, in the previews. And it's, that's what I meant. It's so exciting to go from having say, I know we have about 20 previews right now, going to the globe today is the, is the exciting news today. >>And is the solution here in booze that it can be demoed and folks can kind of get their hands on it. >>Yeah. Yeah. They can go to the VMware cloud booth at the expo and they can get their hands on their demo and they can take it for a test drive. >>Excellent. >>You can run TCO calculators and do your own math and see what you're gonna all this, the all that's integrated today. We >>Also have pilots where we can help walk customers through a scenario of their own. >>Yep. Excellent. Is there, is there a, a joint website that you guys have, we should drive folks to? >>Yeah, it's >>Actually talk about the press release. It's >>It's yours. So >>It's it's prominently on our website. Okay. VMware cloud. It is onc.vmware.com where we also have the other, you know, our corporate marketing websites that have this vmware.com is a great starting point. Yeah. And we feature the solution. Prominently customers can get started today and they can even participate in the hands on labs here and take the solution for a test drive. >>All right. Last question, nor Ryan, we'll start with you on this. Here we are. I love the theme of this event, the center of the multicloud universe. Does it not sound like a Marvel movie? I feel like there should be some, is there any superheroes running around? Cause I really feel like there should be, how is this solution an enabler of allowing customers to really extract the most of value from their multi-cloud world that they're living in? >>Yeah. I mean, look, I mean, our mission is to build, run, managed, secure applications in any cloud, right. And regu has been talking about this with the keynote this morning as well. You know, at least with NetApp, we share a very good joint vision of enabling customers to, you know, place applications with really good TCO across clouds. And so it's really good story I feel. And I think this is a really good step in that direction where customers have choice and flexibility in terms of where they put their applications in the TCO value that they get. >>Awesome. Guys, you gotta come back next with a customer would love to dig. Maybe at reinvent sounds, we can dig into more and to see a great story of how a customer came together and is really leveraging that the power that is sitting next to me here. Thank you all so much for joining me and having this great conversation. Congratulations on the announcement and it being GA. >>Thank you. Awesome. >>Thank you. Thanks Lisa. All right. Fun conversation. I told you power panel for my guests. I'm Lisa Martin. You're watching the cube, keep it right here for more live coverage of VMware Explorer, 2022 from downtown San Francisco. We'll be right back with our next guest.
SUMMARY :
And I saw a tagline that said two is the company three And with three powerhouses Talk about the importance of the partnership and the longstanding partnerships that And VMware's been right in the trenches with us and helping with that over the years with the VMware cloud on AWS the, and the capabilities that NetApp is able to bring to its customers with VMware and with AWS. So that work you you're really looking at about. One of the things, you know, VMware cloud is a very successful And just, you could do the, So with another node, What are some of the other outcomes that customers can expect to achieve from this solution? class features from, from the storage in combination with what they already had with vs a and, but it's really lowers the friction to cloud adoption. I was just about to say, it's gotta be the speed. moving that to the cloud, they need that operational consistency, which drives down their costs. So you're able to really deliver a lot of workforce efficiency, And that's definitely true that it just, as it gets more complex, how do you manage it? For, for the customer to be able to have to abstract the underlying underlying technology layer So it's sort of like move to the cloud at your rate And the good, for this solution? And I think that's one these companies, Steve, we'll start with you. the NetApp solution here and now being able to bring that into the VMware space We, every time we're at an AWS event, we are always talking about it's absolute customer obsession, but it's really obvious that the NetApp on-prem installed base with VMware, And Amazon's done a huge amount to break that down. And so this solution is, looks really good to us and we're gonna do the So in the early days, and I've been with Amazon to six months now, and we've seen a lot of customers were not able to drag their entire data center workloads It's easy for people to see why this is a cool, a cool solution. And then that opens the door to all the features Steve was talking about of the advanced storage features And with this solution, now the service is a much better candidate for those workloads and those of friction in the solution prior to this, the, the customers have done some of the things we're it for a test drive. You can run TCO calculators and do your own math and see what you're gonna all this, the all that's Is there, is there a, a joint website that you guys have, we should drive folks to? Actually talk about the press release. So And we feature the solution. I love the theme of this event, And I think this is a really good step in that direction where customers have choice and flexibility in that the power that is sitting next to me here. Thank you. I told you power panel for my guests.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve | PERSON | 0.99+ |
Ryan | PERSON | 0.99+ |
Steve Jones | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
three | QUANTITY | 0.99+ |
San Francisco | LOCATION | 0.99+ |
Nora | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Phil | PERSON | 0.99+ |
10 years | QUANTITY | 0.99+ |
Steven Jones | PERSON | 0.99+ |
38% | QUANTITY | 0.99+ |
15 years | QUANTITY | 0.99+ |
WWT | ORGANIZATION | 0.99+ |
20 years | QUANTITY | 0.99+ |
Orion | ORGANIZATION | 0.99+ |
five years | QUANTITY | 0.99+ |
Phil Brotherton | PERSON | 0.99+ |
500 gigabytes | QUANTITY | 0.99+ |
Narayan Bharadwaj | PERSON | 0.99+ |
NetApp | ORGANIZATION | 0.99+ |
2005 | DATE | 0.99+ |
Presidio | ORGANIZATION | 0.99+ |
six months | QUANTITY | 0.99+ |
September | DATE | 0.99+ |
FSX | TITLE | 0.99+ |
today | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
five years ago | DATE | 0.99+ |
over five years | QUANTITY | 0.99+ |
three companies | QUANTITY | 0.99+ |
both | QUANTITY | 0.98+ |
yesterday | DATE | 0.98+ |
NetApp | TITLE | 0.98+ |
VMC | ORGANIZATION | 0.98+ |
one | QUANTITY | 0.98+ |
Noran | PERSON | 0.98+ |
last night | DATE | 0.98+ |
three powerhouses | QUANTITY | 0.98+ |
one example | QUANTITY | 0.98+ |
2022 | DATE | 0.97+ |
Steven Mih, Ahana & Girish Baliga, Uber | CUBE Conversation
(bright music) >> Hey everyone, welcome to this CUBE conversation featuring Ahana, I'm your host Lisa Martin. I've got two guests here with me today. Steven Mih joins us, the Presto Foundation governing board member, co-founder and CEO of Ahana, and Girish Baliga Presto Foundation governing board chair and senior engineering manager at Uber. Guys thanks for joining us. >> Thanks for having us. >> Thanks for having us. >> So Steven we're going to dig into and unpack Presto in the next few minutes or so, but Steven let's go ahead and start with you. Talk to us about some of the challenges with the open data lake house market. What are some of those key challenges that organizations are facing? >> Yeah, just pulling up the slide you know, what we see is that many organizations are dealing with a lot more data and very different data types and putting that all into, traditionally as the data warehouse, which has been the workhorse for BI and analytics traditionally, it becomes very, very expensive, and there's a lot of lock in associated with that. And so what's happening is that people are putting the data semistructured and unstructured data for example, in cloud data lakes or other data lakes, and they find that they can query directly with a SQL query engine like Presto. And that lets you have a much more approach to dealing with getting insights out of your data. And that's what this is all about, and that's why companies are moving to a modern architecture. Girish maybe you can share some of your thoughts on how Uber uses Presto for this. >> Yeah, at Uber we use Presto in our internal deployments. So at Uber we have our own data centers, we store data locally in our data centers, but we have made the conscious choice to go with an open data stack. Our entire data stack is built around open source technologies like Hadoop, Hive, Spark and Presto. And so Presto is an invaluable engine that is able to connect to all these different storage and data formats and allow us to have a single entry point for our users, to run their SQL engines and get insights rather quickly compared to some of the other engines that we have at Uber. >> So let's talk a little bit about Presto so that the audience gets a good overview of that. Steven starting with you, you talked about the challenges of the traditional data warehouse application. Talk to us about why Presto was founded the open, the project, give us that background information if you will. >> Absolutely, so Presto was originally developed out of the biggest hyperscaler out there which is Facebook now known as Meta. And they donated that project to the, and open sourced it and donated it to the Linux Foundation. And so Presto is a SQL query engine, it's a storage SQL query engine, that runs directly on open data lakes, so you can put your data into open formats like 4K or C, and get insights directly from that at a very good price performance ratio. The Presto Foundation of which Girish and I are part of, we're all working together as a consortium of companies that all want to see Presto continue to get bigger and bigger. Kind of like Kubernetes has a, has an organization called CNCF, Presto has Presto Foundation all under the umbrella of the Linux Foundation. And so there's a lot of exciting things that are coming on the roadmap that make Presto very unique. You know, RaptorX is a multilevel caching system that it's been fantastic, Aria optimizations are another area, we Ahana have developed some security features with donating the integrations with Apache Ranger and that's the type of things that we do to help the community. But maybe Girish can talk about some of the exciting items on the roadmap that you're looking forward to. >> Absolutely, I think from Uber's point of view just a sheer scale of data and our volume of query traffic. So we run about half a million Presto queries a day, right? And we have thousands of machines in our Presto deployments. So at that scale in addition to functionality you really want a system that can handle traffic reliably, that can scale, and that is backed by a strong community which guarantees that if you pull in the new version of Presto, you won't break anything, right? So all of those things are very important to us. So I think that's where we are relying on our partners particularly folks like Facebook and Twitter and Ahana to build and maintain this ecosystem that gives us those guarantees. So that is on the reliability front, but on the roadmap side we are also excited to see where Presto is extending. So in addition to the projects that Steven talked about, we are also looking at things like Presto and Spark, right? So take the Presto SQL and run it as a Spark job for instance, or running Presto on real-time analytics applications something that we built and contributed from Uber side. So we are all taking it in very different directions, we all have different use cases to support, and that's the exciting thing about the foundation. That it allows us all to work together to get Presto to a bigger and better and more flexible engine. >> You guys mentioned Facebook and I saw on the slide I think Twitter as well. Talk to me about some of the organizations that are leveraging the Presto engine and some of the business benefits. I think Steve you talked about insights, Steven obviously being able to get insights from data is critical for every business these days. >> Yeah, a major, major use case is finding the ad hoc and interactive queries, and being able to drive insights from doing so. And so, as I mentioned there's so much data that's being generated and stored, and to be able to query that data in place, at a, with very, very high performance, meaning that you can get answers back in seconds of time. That lets you have the interactive ability to drill into data and innovate your business. And so this is fantastic because it's been developed at hyperscalers like Uber that allow you to have open source technology, pick that up, and just download it right from prestodb.io, and then start to run with this and join the community. I think from an open source perspective this project under the governance of Linux Foundation gives you the confidence that it's fully transparent and you'll never see any licensing changes by the Linux Foundation charter. And therefore that means the technology remains free forever without later on limitations occurring, which then would perhaps favor commercialization of any one vendor. That's not the case. So maybe Girish your thoughts on how we've been able to attract industry giants to collaborate, to innovate further, and your thoughts on that. >> Yeah, so of the interesting I've seen in the space is that there is a bifurcation of companies in this ecosystem. So there are these large internet scale companies like Facebook, and Uber, and Twitter, which basically want to use something like Presto for their internal use cases. And then there is the second set of companies, enterprise companies like Ahana which basically wanted to take Presto and provide it as a service for other companies to use as an alternative to things like Snowflake and other systems right? So, and the foundation is a great place for both sets of companies to come together and work. The internet scale companies bring in the scale, the reliability, the different kind of ways in which you can challenge the system, optimize it, and so forth, and then companies like Ahana bring in the flexibility and the extensibility. So you can work with different clouds, different storage formats, different engines, and I think it's a great partnership that we can see happening primarily through the foundational spaces. Which you would be hard pressed to find in a single vendor or a, you know, a single-source system that is there on the market today. >> How long ago was the Presto Foundation initiated? >> It's been over three years now and it's been going strong, we're over a dozen members and it's open to everyone. And it's all governed like the Linux Foundation so we use best practices from that and you can just check it out at prestodb.io where you can get the software, or you can hear about how to join the foundation. So it includes members like Intel, and HPE as well, and we're really excited for new members to come, and contribute in and participate. >> Sounds like you've got good momentum there in the foundation. Steven talk a little bit about the last two years. Have you seen the acceleration in use cases in the number of users as we've been in such an interesting environment where the need for real-time insights is essential for every business initially a few couple of years ago to survive but now to be, to really thrive, is it, have you seen the acceleration in Presto in that timeframe? >> Absolutely, we see there's acceleration of being more data-driven and especially moving to cloud and having more data in the cloud, we think that innovation is happening, digital innovation is happening very fast and Presto is a major enabler of that, again, being able to get, drive insights from the data this is not just your typical business data, it's now getting into really clickstream data, knowing about how customers are operating today, Uber is a great example of all the different types of innovations they can drive, whether it be, you know, knowing in real time what's happening with rides, or offering you a subscription for special deals to use the service more. So, you know, Ahana we really love Presto, and we provide a SaaS manage service of the open source and provide free trials, and help people get up to speed that may not have the same type of skills as Uber or Facebook does. And we work with all companies in that way. >> Think about the consumers these days, we're very demanding, right? When I think one of the things that was in short supply during the last two years was patience. And if I think of Uber as a great example, I want to know if I'm asking for a ride I want to know exactly in real time what's coming for me? Where is it now? How many more minutes is it going to take? I mean, that need to fulfill real-time insights is critical across every industry but have you seen anything in the last couple years that's been more leading edge, like e-commerce or retail for example? I'm just curious. >> Girish you want to take that one or? >> Yeah, sure. So I can speak from the Uber point of view. So real-time insights has really exploded as an area, particularly as you mentioned with this just-in-time economy, right? Just to talk about it a little bit from Uber side, so some of the insights that you mentioned about when is your ride coming, and things of that nature, right? Look at it from the driver's point of view who are, now we have Uber Eats, so look at it from the restaurant manager's point of view, right? They also want to know how is their business coming? How many customer orders are coming for instance? what is the conversion rate? And so forth, right? And today these are all insights that are powered by a system which has a Presto as an front-end interface at Uber. And these queries run like, you have like tens of thousands of queries every single second, and the queries run in like a second and so forth. So you are really talking about production systems running on top of Presto, production serving systems. So coming to other use cases like eCommerce, we definitely have seen some of that uptake happen as well, so in the broader community for instance, we have companies like Stripe, and other folks who are also using this hashtag which is very similar to us based on another open source technology called Pino, using Presto as an interface. And so we are seeing this whole open data lakehouse more from just being, you know, about interactive analytics to driving all different kinds of analytics. Having anything to do with data and insights in this space. >> Yeah, sounds like the evolution has been kind of on a rocket ship the last couple years. Steven, one more time we're out of time, but can you mention that URL where folks can go to learn more? >> Yeah, prestodb.io and that's the Presto Foundation. And you know, just want to say that we'll be sharing the use case at the Startup Showcase coming up with theCUBE. We're excited about that and really welcome everyone to join the community, it's a real vibrant, expanding community and look forward to seeing you online. >> Sounds great guys. Thank you so much for sharing with us what Presto Foundation is doing, all of the things that it is catalyzing, great stuff, we look forward to hearing that customer use case, thanks for your time. >> Thank you. >> Thanks Lisa, thank you. >> Thanks everyone. >> For Steven and Girish, I'm Lisa Martin, you're watching theCUBE the leader in live tech coverage. (bright music)
SUMMARY :
and Girish Baliga Presto in the next few minutes or so, And that lets you have that is able to connect to so that the audience gets and that's the type of things that we do So that is on the reliability front, and some of the business benefits. and then start to run with So, and the foundation is a great place and it's open to everyone. in the number of users as we've been and having more data in the cloud, I mean, that need to fulfill so some of the insights that you mentioned Yeah, sounds like the evolution and look forward to seeing you online. all of the things that it For Steven and Girish, I'm Lisa Martin,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Steven | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Girish | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Uber | ORGANIZATION | 0.99+ |
Steven Mih | PERSON | 0.99+ |
Presto Foundation | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Ahana | ORGANIZATION | 0.99+ |
Linux Foundation | ORGANIZATION | 0.99+ |
CNCF | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Intel | ORGANIZATION | 0.99+ |
two guests | QUANTITY | 0.99+ |
HPE | ORGANIZATION | 0.99+ |
Presto | ORGANIZATION | 0.99+ |
second set | QUANTITY | 0.99+ |
both sets | QUANTITY | 0.99+ |
over three years | QUANTITY | 0.99+ |
Ahana | PERSON | 0.98+ |
Kubernetes | ORGANIZATION | 0.98+ |
Spark | TITLE | 0.97+ |
Girish Baliga | PERSON | 0.97+ |
about half a million | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
over a dozen members | QUANTITY | 0.96+ |
one | QUANTITY | 0.96+ |
Presto | TITLE | 0.96+ |
SQL | TITLE | 0.95+ |
single | QUANTITY | 0.95+ |
thousands of machines | QUANTITY | 0.94+ |
every single second | QUANTITY | 0.93+ |
Girish Baliga Presto Foundation | ORGANIZATION | 0.92+ |
prestodb.io | OTHER | 0.91+ |
last couple years | DATE | 0.9+ |
4K | OTHER | 0.89+ |
Startup Showcase | EVENT | 0.88+ |
one vendor | QUANTITY | 0.88+ |
Steven Huels | KubeCon + CloudNativeCon NA 2021
(upbeat soft intro music) >> Hey everyone. Welcome back to theCube's live coverage from Los Angeles of KubeCon and CloudNativeCon 2021. Lisa Martin with Dave Nicholson, Dave and I are pleased to welcome our next guest remotely. Steven Huels joins us, the senior director of Cloud Services at Red Hat. Steven, welcome to the program. >> Steven: Thanks, Lisa. Good to be here with you and Dave. >> Talk to me about where you're seeing traction from an AI/ML perspective? Like where are you seeing that traction? What are you seeing? Like it. >> It's a great starter question here, right? Like AI/ML is really being employed everywhere, right? Regardless of industry. So financial services, telco, governments, manufacturing, retail. Everyone at this point is finding a use for AI/ML. They're looking for ways to better take advantage of the data that they've been collecting for these years. It really, it wasn't all that long ago when we were talking to customers about Kubernetes and containers, you know, AI/ML really wasn't a core topic where they were looking to use a Kubernetes platform to address those types of workloads. But in the last couple of years, that's really skyrocketed. We're seeing a lot of interest from existing customers that are using Red Hat open shift, which is a Kubernetes based platform to take those AI/ML workloads and take them from what they've been doing for additionally, for experimentation, and really get them into production and start getting value out of them at the end of it. >> Is there a common theme, you mentioned a number of different verticals, telco, healthcare, financial services. Is there a common theme, that you're seeing among these organizations across verticals? >> ^There is. I mean, everyone has their own approach, like the type of technique that they're going to get the most value out of. But the common theme is really that everyone seems to have a really good handle on experimentation. They have a lot of very brig data scientists, model developers that are able to take their data and out of it, but where they're all looking to get, get our help or looking for help, is to put those models into production. So ML ops, right. So how do I take what's been built on, on somebody's machine and put that into production in a repeatable way. And then once it's in production, how do I monitor it? What am I looking for as triggers to indicate that I need to retrain and how do I iterate on this sequentially and rapidly applying what would really be traditional dev ops software development, life cycle methodologies to ML and AI models. >> So Steve, we're joining you from KubeCon live at the moment. What's, what's the connection with Kubernetes and how does Kubernetes enable machine learning artificial intelligence? How does it enable it and what are some of the special considerations to in mind? >> So the immediate connection for Red Hat, is Red Hat's open shift is basically an enterprise grade Kubernetics. And so the connection there is, is really how we're working with customers and how customers in general are looking to take advantage of all the benefits that you can get from the Kubernetes platform that they've been applying to their traditional software development over the years, right? The, the agility, the ability to scale up on demand, the ability to have shared resources, to make specialized hardware available to the individual communities. And they want to start applying those foundational elements to their AI/Ml practices. A lot of data science work traditionally was done with high powered monolithic machines and systems. They weren't necessarily shared across development communities. So connecting something that was built by a data scientist, to something that then a software developer was going to put into production was challenging. There wasn't a lot of repeatability in there. There wasn't a lot of scalability, there wasn't a lot of auditability and these are all things that we know we need when talking about analytics and AI/ML. There's a lot of scrutiny put on the auditability of what you put into production, something that's making decisions that impact on whether or not somebody gets a loan or whether or not somebody is granted access to systems or decisions that are made. And so that the connection there is really around taking advantage of what has proven itself in kubernetes to be a very effective development model and applying that to AI/ML and getting the benefits in being able to put these things into production. >> Dave: So, so Red Hat has been involved in enterprises for a long time. Are you seeing most of this from a Kubernetes perspective, being net new application environments or are these extensions of what we would call legacy or traditional environments. >> They tend to be net new, I guess, you know, it's, it's sort of, it's transitioned a little bit over time. When we first started talking to customers, there was desire to try to do all of this in a single Kubernetes cluster, right? How can I take the same environment that had been doing our, our software development, beef it up a little bit and have it applied to our data science environment. And over time, like Kubernetes advanced rights. So now you can actually add labels to different nodes and target workloads based on specialized machinery and hardware accelerators. And so that has shifted now toward coming up with specialized data science environments, but still connecting the clusters in that's something that's being built on that data science environment is essentially being deployed then through, through a model pipeline, into a software artifact that then makes its way into an application that that goes live. And, and really, I think that that's sensible, right? Because we're constantly seeing a lot of evolution in, in the types of accelerators, the types of frameworks, the types of libraries that are being made available to data scientists. And so you want the ability to extend your data science cluster to take advantage of those things and to give data scientists access to that those specialized environments. So they can try things out, determine if there's a better way to, to do what they're doing. And then when they find out there is, be able to rapidly roll that into your production environment. >> You mentioned the word acceleration, and that's one of the words that we talk about when we talk about 2020, and even 2021, the acceleration in digital transformation that was necessary really a year and a half ago, for companies to survive. And now to be able to pivot and thrive. What are you seeing in terms of customers appetites for, for adopting AI/ML based solutions? Has it accelerated as the pandemic has accelerated digital transformation. >> It's definitely accelerated. And I think, you know, the pandemic probably put more of a focus for businesses on where can they start to drive more value? How can they start to do more with less? And when you look at systems that are used for customer interactions, whether they're deflecting customer cases or providing next best action type recommendations, AI/ML fits the bill there perfectly. So when they were looking to optimize, Hey, where do we put our spend? What can help us accelerate and grow? Even in this virtual world we're living in, AI/ML really floated to the top there, that's definitely a theme that we've seen. >> Lisa: Is there a customer example that you think that you could mention that really articulates the value over that? >> You know, I think a lot of it, you know, we've published one specifically around HCA health care, and this had started actually before the pandemic, but I think especially, it's applicable because of the nature of what a pandemic is, where HCA was using AI/ML to essentially accelerate diagnosis of sepsis, right. They were using it for, for disease diagnoses. That same type of, of diagnosis was being applied to looking at COVID cases as well. And so there was one that we did in Canada with, it's called 'how's your flattening', which was basically being able to track and do some predictions around COVID cases in the Canadian provinces. And so that one's particularly, I guess, kind of close to home, given the nature of the pandemic, but even within Red Hat, we started applying a lot more attention to how we could help with customer support cases, right. Knowing that if folks were going to be out with any type of illness. We needed to be able to be able to handle that case, you know, workload without negatively impacting work-life balance for, for other associates. So we looked at how can we apply AI/ML to help, you know, maintain and increase the quality of customer service we were providing. >> it's a great use case. Did you have a keynote or a session, here at KubeCon CloudNative? >> I did. I did. And it really focused specifically on that whole ML ops and model ops pipeline. It was called involving Kubernetes and bracing model ops. It was for a Kubernetes AI day. I believe it aired on Wednesday of this week. Tuesday, maybe. It all kind of condenses in the virtual world. >> Doesn't it? It does. >> So one of the questions that Lisa and I have for folks where we sit here, I don't know, was it year seven or so of the Dawn of Kubernetes, if I have that, right. Where do you think we are, in this, in this wave of adoption, coming from a Red Hat perspective, you have insight into, what's been going on in enterprises for the last 20 plus years. Where are we in this wave? >> That's a great question. Every time, like you, it's sort of that cresting wave sort of, of analogy, right? That when you get to top one wave, you notice the next wave it's even bigger. I think we've certainly gotten to the point where, where organizations have accepted that Kubernetes can, is applicable across all the workloads that they're looking to put in production. Now, the focus has shifted on optimizing those workloads, right? So what are the things that we need to run in our in-house data centers? What are things that we need, or can benefit from using commodity hardware from one of the hyperscalers, how do we connect those environments and more effectively target workloads? So if I look at where things are going to the future, right now, we see a lot of things being targeted based on cluster, right? We say, Hey, we have a data science cluster. It has characteristics because of X, Y, and Z. And we put all of our data science workloads into that cluster. In the future, I think we want to see more workload specific, type of categorization of workloads so that we're able to match available hardware with workloads rather than targeting a workload at a specific cluster. So a developer or data scientist can say, Hey, my particular algorithm here needs access to GPU acceleration and the following frameworks. And then it, the Kubernetes scheduler is able to determine of the available environments. What's the capacity, what are the available resources and match it up accordingly. So we get into a more dynamic environment where the developers and those that are actually building on top of these platforms actually have to know less and less about the clusters they're running on. It just have to know what types of resources they need access to. >> Lisa: So sort of democratizing that. Steve, thank you for joining Dave and me on the program tonight, talking about the traction that you're seeing with AI/ML, Kubernetes as an enabler, we appreciate your time. >> Thank you. >> Thanks Steve. >> For Dave Nicholson. I'm Lisa Martin. You're watching theCube live from Los Angeles KubeCon and CloudNativeCon 21. We'll be right back with our next guest. (subtle music playing) >> Lisa: I have been in the software and technology industry for over 12 years now. So I've had the opportunity as a marketer to really understand and interact with customers across the entire buyer's journey. Hi, I'm Lisa Martin and I'm a host of theCube. Being a host on the cube has been a dream of mine for the last few years. I had the opportunity to meet Jeff and Dave and John at EMC World a few years ago and got the courage up to say, Hey, I'm really interested in this. I love talking with customers...
SUMMARY :
Dave and I are pleased to welcome Good to be here with you and Dave. Talk to me about where But in the last couple of years, that you're seeing among these that they're going to get the considerations to in mind? and applying that to AI/ML Are you seeing most of this and have it applied to our and that's one of the How can they start to do more with less? apply AI/ML to help, you know, Did you have a keynote in the virtual world. It does. of the Dawn of Kubernetes, that they're looking to put in production. Dave and me on the program tonight, KubeCon and CloudNativeCon 21. a dream of mine for the last few years.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steven Huels | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Dave Nicholson | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Steven | PERSON | 0.99+ |
Canada | LOCATION | 0.99+ |
Jeff | PERSON | 0.99+ |
Tuesday | DATE | 0.99+ |
2021 | DATE | 0.99+ |
KubeCon | EVENT | 0.99+ |
Los Angeles | LOCATION | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
2020 | DATE | 0.99+ |
John | PERSON | 0.99+ |
HCA | ORGANIZATION | 0.99+ |
tonight | DATE | 0.99+ |
CloudNativeCon | EVENT | 0.98+ |
one | QUANTITY | 0.98+ |
a year and a half ago | DATE | 0.98+ |
Cloud Services | ORGANIZATION | 0.98+ |
pandemic | EVENT | 0.98+ |
Kubernetes | TITLE | 0.97+ |
over 12 years | QUANTITY | 0.96+ |
first | QUANTITY | 0.96+ |
COVID | OTHER | 0.95+ |
CloudNativeCon 2021 | EVENT | 0.95+ |
Wednesday of this week | DATE | 0.94+ |
Dawn of Kubernetes | EVENT | 0.93+ |
Canadian | LOCATION | 0.92+ |
single | QUANTITY | 0.9+ |
Red Hat | TITLE | 0.9+ |
wave | EVENT | 0.89+ |
Kubernetes | EVENT | 0.89+ |
CloudNativeCon 21 | EVENT | 0.84+ |
years | DATE | 0.84+ |
Los Angeles | EVENT | 0.83+ |
NA 2021 | EVENT | 0.82+ |
few years ago | DATE | 0.77+ |
last couple of years | DATE | 0.76+ |
last 20 plus years | DATE | 0.76+ |
KubeCon CloudNative | ORGANIZATION | 0.76+ |
AI/ML | TITLE | 0.75+ |
cresting | EVENT | 0.7+ |
sepsis | OTHER | 0.7+ |
Kubernetics | ORGANIZATION | 0.69+ |
theCube | ORGANIZATION | 0.69+ |
Hat | TITLE | 0.69+ |
AI/ML | OTHER | 0.67+ |
seven | QUANTITY | 0.6+ |
Red | ORGANIZATION | 0.58+ |
last | DATE | 0.58+ |
wave of | EVENT | 0.58+ |
2021 095 VMworld Matthew Morgan and Steven Jones
>>Welcome to the cubes coverage of VMworld 2021. I'm Lisa Martin, two guests joining me next. Matt Morgan is here. Vice-president cloud infrastructure business group at VMware and Steven Jones joins us as well. Director of services at AWS gentlemen. That's great to have you on the program. >>Thank you, Lisa. >>Glad to see everyone's doing well. Here we are virtual. So we are just around the four year anniversary of VMware cloud on AWS. Can't believe it's been 20 17, 4 years. Matt talked to us about VMware AWS partnership and how it's progressed over that time. >>The partnership has been fantastic and it's evolved. We announced VM-ware cloud on AWS general availability all the way back at VMworld, 2017, we've been releasing new features and capabilities every other week with 16 major platform releases and 300 features as customers have requested. So it's been an incredible co-engineering relationship with AWS. We've also expanded our go to market by announcing a resale program in which AWS can resell VMware cloud on AWS. We did that back in 2019 and in 2020, we've announced that AWS is VMware's preferred public cloud partner for vSphere based workloads. And VMware is AWS's preferred service for vSphere based workloads. >>So as you said, Matt, a tremendous amount of evolution and just a short four year timeframe. Stephen talked to me about the partnership through AWS, this lens. >>Yeah. You bet. Look, I agree with Matt that the partnership has been fantastic and it's just amazing to see how fast four years has gone. I really think that AWS and VMware really are a really good example of how two technology companies can work together for them. The benefit of our mutual customers, um, as Matt indicated, VM-ware is our preferred service for vSphere based workloads. And we're broadly working together as a single team across both engineering and go-to-market functions to help customers drive business value from the, the, the investments they made over the years. And then also as they work to transform their businesses into the future with cloud technology, >>Let's talk about digital transformation. That is a term we've been, we've been talking about that for many years on this program. And at every event we've all been at, right. What we've seen in the last year and a half is a massive acceleration. Now talk to me about how VMware and AWS are helping customers facilitate that digital transformation. >>So our customers see modern it infrastructure as the core pillar of a digital transformation strategy and public cloud has been a digital transformation enabler for organizations. And that's because they have so many benefits when they embraced the public cloud, including the ability to elastically consume infrastructure. That's required the ability to employ a pay as you go financial model and the ability to reduce operational overhead, which helps save both monetary costs, but also provides more flexibility. But the big driver now is the ability to embrace innovative cloud services and those services help accelerate application development, deployment and management VMware cloud on AWS is a prime example of such an offering, which not only provides these benefits, but enhances them with operational consistency working the same way their it architecture works today, giving them familiarity and enterprise robustness that VMware technologies are known for, but being able to maximize the power of the global AWS cloud >>And every year from a customer adoption perspective, that's doubling Steven walked through a couple of customer examples that really highlight the value of VMC on AWS. >>Yeah, I've got a couple here. I think, uh, Kiko Milano is a good one. There a then our Italian company, they sell cosmetics and beauty products through about 900 retail stores in 27 different markets. So quite large, but they found that their on premises data center and outsourcing partner was just too inflexible for the changing needs of their company. And within four months, uh, Kiko actually migrated all of their core workloads to Amazon. Is he too, and particularly surprised how easy it was to migrate over 300 servers to the VMware cloud on AWS offering. And this is, this is key because the actually leveraging the same platform that they were used to, which was BMR. Uh, the Kiko team actually didn't have to perform any testing or modify any other existing applications. They also, they didn't have to actually train their teams again, because again, they were already up-skilled with being able to leverage the BMR technology. >>So again, we think it's the best of both worlds customers like Kiko can come and use VMware cloud on AWS, consolidate their server footprint and also take advantage of, of a hyperscale platform. That's pretty cool. Another customer, uh, SAP global ratings that our company provides a high quality market intelligence in the form of credit ratings, research, and thought leadership to help educate market participants to make better financial decisions who doesn't want to make a better financial decision. Right? So in order to accelerate their business growth and globalization really meet new business capabilities, they knew they needed to move a hundred percent to the cloud and wanted to know how they're actually going to do that. Now they also have an aging data center system outages, which are becoming more frequent, which to them actually concerned that they actually might, um, uh, face in the future, some penalties from the sec. >>So they didn't want to do that. So over the period of about eight months, think about this eight months, they moved to 150 financial apps to AWS leveraging VMware on AWS. Uh, pretty impressive. They reduce technical debt, uh, from legacy systems that were hosted on sun Solaris, Oracle excavator, and a X. And then now actually able to meet the goal demands of their business. The fun part here is they're actually meeting their uptime, uh, needs a hundred percent of the time since it actually moves these workloads to the VMware cloud on AWS. So pretty exciting. See customers link this kind of journey, >>Absolutely impressive journeys. Also short time periods to do a massive change there. It sounds like the familiarity with VMware in the console is a huge facilitator of the speed of migration and folks being able to get up and running. Stephen talked to me about some of the trends that you were seeing in organizations like the customers that you just mentioned. >>Yeah. So there are some emergency transfer store and a lot of customers want to leverage the same cloud operating models, but also in their own data centers. So they can take advantage of agility and innovation of cloud will also meeting requirements that they sometimes have that keep them from adopting cloud. Uh, you can think of workloads that sometimes have low latency requirements, right? Or they need to process large volumes of data locally. Uh, other times customers tell us they really need the flexibility to run data workloads, um, in a particular area that has data sovereignty or residency requirements. So when, as we talk about customers, um, they tell us that not only do they want to minimize their, their need to actually manage and operate infrastructure, um, and focus on business innovation is sometimes need to do this, um, in a, in a data center this close to them, if that makes sense. So they're looking for the best again of both worlds. >>Got it. The best of both worlds and Matt, you have some breaking news to share. What is it? >>So today we're announcing the general availability of VMware cloud on AWS outposts. >>Awesome. Congratulations. Tell me about that. Let's dig into it. >>So for customers looking to extend their AWS centric model to an on-premise location, that data center edge location via more cloud on AWS, outposts delivers the agility and innovation of AWS cloud, but on premises and VMware cloud on AWS outpost is based on VMware cloud, a jointly engineered service. So together we're delivering this service on premises as a service. This gives us the capability to integrate VMware's enterprise class architecture and platform with next generation dedicated Amazon nitro based ECE to bare metal instances. It provides a deeply integrated hybrid cloud operating environment that extends from a customer's data center to these particular services running on premises in the data center, the edge, or to the public cloud and having a unified control plane between all of it. >>A unified control plan is absolutely critical. Uh, Stephen eight, >>We have a detailed plan to offer integrated AWS services, and that capability really enhances the innovation angle for customers as they embraced the modernization of their applications. >>Another great example of how deep the partnership is Steven AWS outpost was announced at reinvent, I think 2019, which was the last time I was at an event in person. So coming up on a couple of years here, when GA talked to me about some of the key use cases that you're seeing, where it really excels. >>Yeah. So Matt, Matt highlighted a number of these, right. And you're right. It was 2019. Uh, we were all together back then and hopefully we can do that, uh, very soon here, um, quickly on apple. So overall, since, since we're talking about outposts, uh, VMware cloud on a post as well. So the thing here and Matt highlighted this is that without posts, we actually live we've leveraged, leveraged literally the same hardware and control plane technology that we leverage in our own data centers so that the customers will come to know and love and expect about the AWS platform and VMC on AWS, uh, uh, is, is, is the exact same thing that we'll be able to get with the Apple's technology. I'll give you a couple of customer examples. I think that that actually speaks to the use cases best. So, um, you remember, I talked a little bit about data locality and residency requirements. >>So first ABI Dhabi bank, uh, is the largest bank in the United Arab Emirates, right? And they were offering corporate investment and personal banking service, and they wanted to deliver a digital banking service, including email and mobile payments, but they had to follow a specific residency and data retention requirements and they had to do it in the UAE. And so what they've done is they've actually leveraged multiple AWS outposts in the UAE to allow them to provide business continuity while also leveraging the same API APIs that they had to come to know about, uh, and love about the AWS services in region, right? Phillips healthcare is another really good example. Um, you can imagine that, uh, what they do every day is, is, uh, very important things like predictive analytics for preventative treatments. And so outposts Phillips has actually taken those and that developed cloud applications, again, deployed on the same infrastructure they were used to within region. Now they can actually do this in clinics at hospitals, and they're in managing that the same tools providing, uh, same end-to-end, um, view and to their own providers, 19 administrators. And so they actually estimate they have over 70,000 servers now distributed across 12,000 locations or 1200 locations. Excuse me. So that's an example of, again, just two use cases that really broadened the reach and the flexibility of customers to run workloads in the cloud, but in a on-premise fashion. Does that make sense? >>Yes, it does. And you mentioned two great stories there. One in financial services, the other one healthcare, two industries that have had to massively pivot in the last 18 months amongst many others, but let's talk a little bit more Steven, about some of the things that you're hearing from some of the early customers of BMC on outpost. What are some of the near term opportunities that you're uncovering? >>Yeah, I've got to say here too, that, uh, customers are VMware customers have been asking us for this for quite some time. I'm sure Matt would agree. Um, so look from, uh, go back to some of the use cases we've discussed low latency compute requirements. So one of our higher education customers today who has migrated workloads to be more cloud on AWS, um, is looking at, uh, extending the same capability to an on-premise experience specifically for, um, uh, school applications that require a low latency, um, uh, integration, um, from a local data processing perspective. Again, one of our VMware on AWS top biopharmaceutical companies, uh, here again in the U S um, is planning to use VMware cloud on AWS outposts for health management applications with patient records that need to be retained locally at the hospital hospital sites. And then finally you can kind of going back to the story around data residency. We have a large telco provider in Europe that is planning to use this particular offering for their applications that need to remain on premises to meet regulatory requirements. So again, you know, we're just super pleased with the amount of interest, not only in VMware cloud on AWS, but also in this new run that we're announcing today. And we're really excited to be able to support the VMware cloud experience really on the AWS Apple's platform for a of these use cases. >>One of the things we've talked about for many years with both VMware and AWS is the dedication to listening to the voice of the customer. Not obviously this is a great example, Steven, as you said, VMware customers have been asking for this for awhile. So while customers have a ton of choice, I want you guys to unpack what the differentiators are of this service. And Matt, if we can start with you to bring you back into the conversation, we'd love to get your, your input on those differentiators. >>Yeah, absolutely. So people have to look at this for the service that's delivered and on the VMware side of the equation, we're delivering the full VMware cloud infrastructure capability. This is delivered as a service as a cloud service on premises. So why is this valuable? Well, it relieves the it burden of infrastructure management and fully maximizes the value of a fully managed cloud service, giving an organization, the capability to unlock the renovation, budgets, and start to invest truly an innovation. This is all about continuous life cycle management, ongoing service monitoring, automated processes to ensure the health and security the infrastructure. And of course, this is backed by expert VMware site recovery and reliability engineers, to ensure that everything works perfectly. We also enable organizations to leverage best in class enterprise grade capabilities that we've talked about in our compute storage and networking for best-in-class resiliency auto-scaling and intrinsic availability. >>So there's no long procurement cycles to set up these environments. And that means it's developer ready right out of the box. We're also deeply integrated with what customers do today. So end to end hybrid cloud usually requires end-to-end hybrid processes. And with this integration into those processes is instant, no reconfiguration, no conversion, no refactoring, no rearchitecture of existing applications using VMware HDX or B motion organizations can move applications to leverage this cloud service instantly. It allows you to use established on premises governance, security, and operational policies, and ensures that that workload portability I mentioned goes both ways. It's bi-directional as customers need to have portability to meet their business requirements. As we mentioned earlier, there's a unified hybrid control plane with a single pane of glass to manage resources across the end-to-end hybrid cloud environment. And we're giving direct access to 200 plus native AWS services. And that enables an organization to truly modernize their applications, starting where they are today. And so that gives you the real capability to deliver a unique service. One that gives you an organization, the ability to migrate without any downtime have fast, fast cost effective capabilities and a low risk to their hybrid cloud strategy. >>Excellent. That's a pretty jam packed list of differentiators there, but one of the things that it really sounds like not from what you said is how much work has gone on to make the transition smooth for customers, give them that flexibility and that portability that they need. Those are marketing terms you and I know are used very frequently, but it really seems like the work that you've done here will be done straight to that. I want to ask you Stephen, that same question from AWS's perspective, what really differentiates the solution. >>It is a good question. I'll just, uh, I'll agree that there has been a ton of work first that is, has gone, gone into actually making this happen. Right. Um, and to, to all the points that Matt made. And I would just add that again. 80 was outpost is built on the same AWS nitro system and infrastructure. The customers have already come to love in the cloud. And so gone really are the days where customers have to worry about procuring and racking and stacking their own gear layer on all the benefits, the map outline from a VMware perspective. And again, we, we really believe the customers are getting the best of both worlds here. Um, with, with specifically with the compute that comes in the outpost rack, um, customers actually get getting kind of built in redundancy and resiliency, hard security, all those things that customers don't know, they need certain things. >>The customers know they need to pay attention to, but also want some help with. And so we've, we, we put a lot of thought and effort into this. Um, but could I just, uh, explain a little bit about the customer experience, um, when a customer orders and AWS outposts rack, right? AWS actually signs up, uh, to do a fully managed experience here. Like we'll bring people in to actually do site assessments. Um, we'll manage the hardware, setup, the installation and the maintenance of that gear over time. Well, VM-ware also manages the, the software defined data center construct as well as, um, the, the single point for, uh, for support questions. And so together, we really thought through how customers is met, but it get an end to end experience from hardware all the way up through application modernization. It's pretty exciting, >>Very deep partnership there. And we're out of time, but I do want to ask you guys, where can customers go, who are interested in learning more about this new service? >>So at VM world, there are a collection of DMR cloud, AWS sessions, including sessions, dedicated to VMware cloud on AWS outpost. We encourage everyone who's attending VMworld to look up those sessions and you'll learn all about the hardware, the service, the capabilities, the procurement, and how to get started. In addition, on vmware.com, we have a web portal for you to gain additional knowledge through a digital consumption. That's vmware.com/vmc-outposts. >>Awesome. Matt, thank you. I'm sure folks will be just drinking up all of this information at the sessions at VMworld 2021. And I hope to see you in person at next year's VM. I'm crossing my fingers. Great to see you guys Format Morgan and Steve Jones. I'm Lisa Martin, and you're watching the cubes coverage of the em world to 2021.
SUMMARY :
That's great to have you on the program. Matt talked to us about VMware AWS partnership and how it's progressed over that time. expanded our go to market by announcing a resale program in which AWS Stephen talked to me about the partnership through AWS, this lens. to see how fast four years has gone. Now talk to me about how VMware and AWS are helping customers facilitate that But the big driver now is the ability to embrace innovative cloud services examples that really highlight the value of VMC on AWS. Uh, the Kiko team actually didn't have to perform any testing or modify any other existing So in order to accelerate their business growth months, they moved to 150 financial apps to AWS leveraging VMware on AWS. the speed of migration and folks being able to get up and running. the flexibility to run data workloads, um, in a particular area that has The best of both worlds and Matt, you have some breaking news to share. Let's dig into it. services running on premises in the data center, the edge, or to the public cloud Uh, Stephen eight, and that capability really enhances the innovation angle for customers as they embraced Another great example of how deep the partnership is Steven AWS outpost I think that that actually speaks to the use cases best. the reach and the flexibility of customers to run workloads in the cloud, And you mentioned two great stories there. We have a large telco provider in Europe that is planning to use this particular offering for their applications And Matt, if we can start with you to bring you back into the conversation, we'd love to get your, your input on those the capability to unlock the renovation, budgets, and start to invest truly an innovation. And that enables an organization to truly modernize their applications, gone on to make the transition smooth for customers, The customers have already come to love in the cloud. The customers know they need to pay attention to, but also want some help with. And we're out of time, but I do want to ask you guys, where can customers go, the service, the capabilities, the procurement, and how to get started. And I hope to see you in person at next year's VM.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Stephen | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Matt | PERSON | 0.99+ |
UAE | LOCATION | 0.99+ |
Matt Morgan | PERSON | 0.99+ |
Steve Jones | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
2019 | DATE | 0.99+ |
Lisa | PERSON | 0.99+ |
Phillips | ORGANIZATION | 0.99+ |
2020 | DATE | 0.99+ |
Steven | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Steven Jones | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
1200 locations | QUANTITY | 0.99+ |
United Arab Emirates | LOCATION | 0.99+ |
Apple | ORGANIZATION | 0.99+ |
19 administrators | QUANTITY | 0.99+ |
300 features | QUANTITY | 0.99+ |
150 financial apps | QUANTITY | 0.99+ |
two guests | QUANTITY | 0.99+ |
12,000 locations | QUANTITY | 0.99+ |
BMC | ORGANIZATION | 0.99+ |
Stephen eight | PERSON | 0.99+ |
over 70,000 servers | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
27 different markets | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
eight months | QUANTITY | 0.99+ |
2017 | DATE | 0.99+ |
apple | ORGANIZATION | 0.99+ |
both worlds | QUANTITY | 0.98+ |
over 300 servers | QUANTITY | 0.98+ |
four months | QUANTITY | 0.98+ |
Steven Mih, Ahana and Sachin Nayyar, Securonix | AWS Startup Showcase
>> Voiceover: From theCUBE's Studios in Palo Alto in Boston, connecting with thought leaders all around the world, this is theCUBE Conversation. >> Welcome back to theCUBE's coverage of the AWS Startup Showcase. Next Big Thing in AI, Security and Life Sciences featuring Ahana for the AI Trek. I'm your host, John Furrier. Today, we're joined by two great guests, Steven Mih, Ahana CEO, and Sachin Nayyar, Securonix CEO. Gentlemen, thanks for coming on theCUBE. We're talking about the Next-Gen technologies on AI, Open Data Lakes, et cetera. Thanks for coming on. >> Thanks for having us, John. >> Thanks, John. >> What a great line up here. >> Sachin: Thanks, Steven. >> Great, great stuff. Sachin, let's get in and talk about your company, Securonix. What do you guys do? Take us through, I know you've got a slide to help us through this, I want to introduce your stuff first then jump in with Steven. >> Absolutely. Thanks again, Steven. Ahana team for having us on the show. So Securonix, we started the company in 2010. We are the leader in security analytics and response capability for the cybermarket. So basically, this is a category of solutions called SIEM, Security Incident and Event Management. We are the quadrant leaders in Gartner, we now have about 500 customers today and have been plugging away since 2010. Started the company just really focused on analytics using machine learning and an advanced analytics to really find the needle in the haystack, then moved from there to needle in the needle stack using more algorithms, analysis of analysis. And then kind of, I evolved the company to run on cloud and become sort of the biggest security data lake on cloud and provide all the analytics to help companies with their insider threat, cyber threat, cloud solutions, application threats, emerging internally and externally, and then response and have a great partnership with Ahana as well as with AWS. So looking forward to this session, thank you. >> Awesome. I can't wait to hear the news on that Next-Gen SIEM leadership. Steven, Ahana, talk about what's going on with you guys, give us the update, a lot of stuff happening. >> Yeah. Great to be here and thanks for that such, and we appreciate the partnership as well with both Securonix and AWS. Ahana is the open source company based on PrestoDB, which is a project that came out of Facebook and is widely used, one of the fastest growing projects in data analytics today. And we make a managed service for Presto easily on AWS, all cloud native. And we'll be talking about that more during the show. Really excited to be here. We believe in open source. We believe in all the challenges of having data in the cloud and making it easy to use. So thanks for having us again. >> And looking forward to digging into that managed service and why that's been so successful. Looking forward to that. Let's get into the Securonix Next-Gen SIEM leadership first. Let's share the journey towards what you guys are doing here. As the Open Data Lakes on AWS has been a hot topic, the success of data in the cloud, no doubt is on everyone's mind especially with the edge coming. It's just, I mean, just incredible growth. Take us through Sachin, what do you guys got going on? >> Absolutely. Thanks, John. We are hearing about cyber threats every day. No question about it. So in the past, what was happening is companies, what we have done as enterprise is put all of our eggs in the basket of solutions that were evaluating the network data. With cloud, obviously there is no more network data. Now we have moved into focusing on EDR, right thing to do on endpoint detection. But with that, we also need security analytics across on-premise and cloud. And your other solutions like your OT, IOT, your mobile, bringing it all together into a security data lake and then running purpose built analytics on top of that, and then having a response so we can prevent some of these things from happening or detect them in real time versus innovating for hours or weeks and months, which is is obviously too late. So with some of the recent events happening around colonial and others, we all know cybersecurity is on top of everybody's mind. First and foremost, I also want to. >> Steven: (indistinct) slide one and that's all based off on top of the data lake, right? >> Sachin: Yes, absolutely. Absolutely. So before we go into on Securonix, I also want to congratulate everything going on with the new cyber initiatives with our government and just really excited to see some of the things that the government is also doing in this space to bring, to have stronger regulation and bring together the government and the private sector. From a Securonix perspective, today, we have one third of the fortune 500 companies using our technology. In addition, there are hundreds of small and medium sized companies that rely on Securonix for their cyber protection. So what we do is, again, we are running the solution on cloud, and that is very important. It is not just important for hosting, but in the space of cybersecurity, you need to have a solution, which is not, so where we can update the threat models and we can use the intelligence or the Intel that we gather from our customers, partners, and industry experts and roll it out to our customers within seconds and minutes, because the game is real time in cybersecurity. And that you can only do in cloud where you have the complete telemetry and access to these environments. When we go on-premise traditionally, what you will see is customers are even thinking about pushing the threat models through their standard Dev test life cycle management, and which is just completely defeating the purpose. So in any event, Securonix on the cloud brings together all the data, then runs purpose-built analytics on it. Helps you find very few, we are today pulling in several million events per second from our customers, and we provide just a very small handful of events and reduce the false positives so that people can focus on them. Their security command center can focus on that and then configure response actions on top of that. So we can take action for known issues and have intelligence in all the layers. So that's kind of what the Securonix is focused on. >> Steven, he just brought up, probably the most important story in technology right now. That's ransomware more than, first of all, cybersecurity in general, but ransomware, he mentioned some of the government efforts. Some are saying that the ransomware marketplace is bigger than some governments, nation state governments. There's a business model behind it. It's highly active. It's dominating the scene and it's a real threat. This is the new world we're living in, cloud creates the refactoring capabilities. We're hearing that story here with Securonix. How does Presto and Securonix work together? Because I'm connecting the dots here in real time. I think you're going to go there. So take us through because this is like the most important topic happening. >> Yeah. So as Sachin said, there's all this data that needs to go into the cloud and it's all moving to the cloud. And there's a massive amounts of data and hundreds of terabytes, petabytes of data that's moving into the data lakes and that's the S3-based data lakes, which are the easiest, cheapest, commodified place to put all this data. But in order to deliver the results that Sachin's company is driving, which is intelligence on when there's a ransomware or possibility, you need to have analytics on them. And so Presto is the open source project that is a open source SQL query engine for data lakes and other data sources. It was created by Facebook as part of the Linux foundation, something called Presto foundation. And it was built to replace the complicated Hadoop stack in order to then drive analytics at very lightning fast queries on large, large sets of data. And so Presto fits in with this Open Data Lake analytics movement, which has made Presto one of the fastest growing projects out there. >> What is an Open Data Lake? Real quick for the audience who wants to learn on what it means. Does is it means it's open source in the Linux foundation or open meaning it's open to multiple applications? What does that even mean? >> Yeah. Open Data Lake analytics means that you're, first of all, your data lake has open formats. So it is made up of say something called the ORC or Parquet. And these are formats that any engine can be used against. That's really great, instead of having locked in data types. Data lakes can have all different types of data. It can have unstructured, semi-structured data. It's not just the structured data, which is typically in your data warehouses. There's a lot more data going into the Open Data Lake. And then you can, based on what workload you're looking to get benefit from, the insights come from that, and actually slide two covers this pictorially. If you look on the left here on slide two, the Open Data Lake is where all the data is pulling. And Presto is the layer in between that and the insights which are driven by the visualization, reporting, dashboarding, BI tools or applications like in Securonix case. And so analytics are now being driven by every company for not just industries of security, but it's also for every industry out there, retail, e-commerce, you name it. There's a healthcare, financials, all are looking at driving more analytics for their SaaSified applications as well as for their own internal analysts, data scientists, and folks that are trying to be more data-driven. >> All right. Let's talk about the relationship now with where Presto fits in with Securonix because I get the open data layer. I see value in that. I get also what we're talking about the cloud and being faster with the datasets. So how does, Sachin' Securonix and Ahana fit in together? >> Yeah. Great question. So I'll tell you, we have two customers. I'll give you an example. We have two fortune 10 customers. One has moved most of their operations to the cloud and another customer which is in the process, early stage. The data, the amount of data that we are getting from the customer who's moved fully to the cloud is 20 times, 20 times more than the customer who's in the early stages of moving to the cloud. That is because the ability to add this level of telemetry in the cloud, in this case, it happens to be AWS, Office 365, Salesforce and several other rescalers across several other cloud technologies. But the level of logging that we are able to get the telemetry is unbelievable. So what it does is it allows us to analyze more, protect the customers better, protect them in real time, but there is a cost and scale factor to that. So like I said, when you are trying to pull in billions of events per day from a customer billions of events per day, what the customers are looking for is all of that data goes in, all of data gets enriched so that it makes sense to a normal analyst and all of that data is available for search, sometimes 90 days, sometimes 12 months. And then all of that data is available to be brought back into a searchable format for up to seven years. So think about the amount of data we are dealing with here and we have to provide a solution for this problem at a price that is affordable to the customer and that a medium-sized company as well as a large organization can afford. So after a lot of our analysis on this and again, Securonix is focused on cyber, bringing in the data, analyzing it, so after a lot of our analysis, we zeroed in on S3 as the core bucket where this data needs to be stored because the price point, the reliability, and all the other functions available on top of that. And with that, with S3, we've created a great partnership with AWS as well as with Snowflake that is providing this, from a data lake perspective, a bigger data lake, enterprise data lake perspective. So now for us to be able to provide customers the ability to search that data. So data comes in, we are enriching it. We are putting it in S3 in real time. Now, this is where Presto comes in. In our research, Presto came out as the best search engine to sit on top of S3. The engine is supported by companies like Facebook and Uber, and it is open source. So open source, like you asked the question. So for companies like us, we cannot depend on a very small technology company to offer mission critical capabilities because what if that company gets acquired, et cetera. In the case of open source, we are able to adopt it. We know there is a community behind it and it will be kind of available for us to use and we will be able to contribute in it for the longterm. Number two, from an open source perspective, we have a strong belief that customers own their own data. Traditionally, like Steven used the word locked in, it's a key term, customers have been locked in into proprietary formats in the past and those days are over. You should be, you own the data and you should be able to use it with us and with other systems of choice. So now you get into a data search engine like Presto, which scales independently of the storage. And then when we start looking at Presto, we came across Ahana. So for every open source system, you definitely need a sort of a for-profit company that invests in the community and then that takes the community forward. Because without a company like this, the community will die. So we are very excited about the partnership with Presto and Ahana. And Ahana provides us the ability to take Presto and cloudify it, or make the cloud operations work plus be our conduit to the Ahana community. Help us speed up certain items on the roadmap, help our team contribute to the community as well. And then you have to take a solution like Presto, you have to put it in the cloud, you have to make it scale, you have to put it on Kubernetes. Standard thing that you need to do in today's world to offer it as sort of a micro service into our architecture. So in all of those areas, that's where our partnership is with Ahana and Presto and S3 and we think, this is the search solution for the future. And with something like this, very soon, we will be able to offer our customers 12 months of data, searchable at extremely fast speeds at very reasonable price points and you will own your own data. So it has very significant business benefits for our customers with the technology partnership that we have set up here. So very excited about this. >> Sachin, it's very inspiring, a couple things there. One, decentralize on your own data, having a democratized, that piece is killer. Open source, great point. >> Absolutely. >> Company goes out of business, you don't want to lose the source code or get acquired or whatever. That's a key enabler. And then three, a fast managed service that has a commercial backing behind it. So, a great, and by the way, Snowflake wasn't around a couple of years ago. So like, so this is what we're talking about. This is the cloud scale. Steven, take us home with this point because this is what innovation looks like. Could you share why it's working? What's some of the things that people could walk away with and learn from as the new architecture for the new NextGen cloud is here, so this is a big part of and share how this works? >> That's right. As you heard from Sachin, every company is becoming data-driven and analytics are central to their business. There's more data and it needs to be analyzed at lower cost without the locked in and people want that flexibility. And so a slide three talks about what Ahana cloud for Presto does. It's the best Presto out of the box. It gives you very easy to use for your operations team. So it can be one or two people just managing this and they can get up to speed very quickly in 30 minutes, be up and running. And that jump starts their movement into an Open Data Lake analytics architecture. That architecture is going to be, it is the one that is at Facebook, Uber, Twitter, other large web scale, internet scale companies. And with the amount of data that's occurring, that's now becoming the standard architecture for everyone else in the future. And so just to wrap, we're really excited about making that easy, giving an open source solution because the open source data stack based off of data lake analytics is really happening. >> I got to ask you, you've seen many waves on the industry. Certainly, you've been through the big data waves, Steven. Sachin, you're on the cutting edge and just the cutting edge billions of signals from one client alone is pretty amazing scale and refactoring that value proposition is super important. What's different from 10 years ago when the Hadoop, you mentioned Hadoop earlier, which is RIP, obviously the cloud killed it. We all know that. Everyone kind of knows that. But like, what's different now? I mean, skeptics might say, I don't believe you, but it's just crazy. There's no way it works. S3 costs way too much. Why is this now so much more of an attractive proposition? What do you say the naysayers out there? With Steve, we'll start with you and then Sachin, I want you to like weigh in too. >> Yeah. Well, if you think about the Hadoop era and if you look at slide three, it was a very complicated system that was done mainly on-prem. And you'd have to go and set up a big data team and a rack and stack a bunch of servers and then try to put all this stuff together and candidly, the results and the outcomes of that were very hard to get unless you had the best possible teams and invested a lot of money in this. What you saw in this slide was that, that right hand side which shows the stack. Now you have a separate compute, which is based off of Intel based instances in the cloud. We run the best in that and they're part of the Presto foundation. And that's now data lakes. Now the distributed compute engines are the ones that have become very much easier. So the big difference in what I see is no longer called big data. It's just called data analytics because it's now become commodified as being easy and the bar is much, much lower, so everyone can get the benefit of this across industries, across organizations. I mean, that's good for the world, reduces the security threats, the ransomware, in the case of Securonix and Sachin here. But every company can benefit from this. >> Sachin, this is really as an example in my mind and you can comment too on if you'd believe or not, but replatform with the cloud, that's a no brainer. People do that. They did it. But the value is refactoring in the cloud. It's thinking differently with the assets you have and making sure you're using the right pieces. I mean, there's no brainer, you know it's good. If it costs more money to stand up something than to like get value out of something that's operating at scale, much easier equation. What's your thoughts on this? Go back 10 years and where we are now, what's different? I mean, replatforming, refactoring, all kinds of happening. What's your take on all this? >> Agreed, John. So we have been in business now for about 10 to 11 years. And when we started my hair was all black. Okay. >> John: You're so silly. >> Okay. So this, everything has happened here is the transition from Hadoop to cloud. Okay. This is what the result has been. So people can see it for themselves. So when we started off with deep partnerships with the Hadoop providers and again, Hadoop is the foundation, which has now become EMR and everything else that AWS and other companies have picked up. But when you start with some basic premise, first, the racking and stacking of hardware, companies having to project their entire data volume upfront, bringing the servers and have 50, 100, 500 servers sitting in their data centers. And then when there are spikes in data, or like I said, as you move to the cloud, your data volume will increase between five to 20x and projecting for that. And then think about the agility that it will take you three to six months to bring in new servers and then bring them into the architecture. So big issue. Number two big issue is that the backend of that was built for HDFS. So Hadoop in my mind was built to ingest large amounts of data in batches and then perform some spark jobs on it, some analytics. But we are talking in security about real time, high velocity, high variety data, which has to be available in real time. It wasn't built for that, to be honest. So what was happening is, again, even if you look at the Hadoop companies today as they have kind of figured, kind of define their next generation, they have moved from HDFS to now kind of a cloud based platform capability and have discarded the traditional HDFS architecture because it just wasn't scaling, wasn't searching fast enough, wasn't searching fast enough for hundreds of analysts at the same time. And then obviously, the servers, et cetera wasn't working. Then when we worked with the Hadoop companies, they were always two to three versions behind for the individual services that they had brought together. And again, when you're talking about this kind of a volume, you need to be on the cutting edge always of the technologies underneath that. So even while we were working with them, we had to support our own versions of Kafka, Solr, Zookeeper, et cetera to really bring it together and provide our customers this capability. So now when we have moved to the cloud with solutions like EMR behind us, AWS has invested in in solutions like EMR to make them scalable, to have scale and then scale out, which traditional Hadoop did not provide because they missed the cloud wave. And then on top of that, again, rather than throwing data in that traditional older HDFS format, we are now taking the same format, the parquet format that it supports, putting it in S3 and now making it available and using all the capabilities like you said, the refactoring of that is critical. That rather than on-prem having servers and redundancies with S3, we get built in redundancy. We get built in life cycle management, high degree of confidence data reliability. And then we get all this innovation from companies like, from groups like Presto, companies like Ahana sitting on double that S3. And the last item I would say is in the cloud we are now able to offer multiple, have multiple resilient options on our side. So for example, with us, we still have some premium searching going on with solutions like Solr and Elasticsearch, then you have Presto and Ahana providing majority of our searching, but we still have Athena as a backup in case something goes down in the architecture. Our queries will spin back up to Athena, AWS service on Presto and customers will still get served. So all of these options, but what it doesn't cost us anything, Athena, if we don't use it, but all of these options are not available on-prem. So in my mind, I mean, it's a whole new world we are living in. It is a world where now we have made it possible for companies to even enterprises to even think about having true security data lakes, which are useful and having real-time analytics. From my perspective, I don't even sign up today for a large enterprise that wants to build a data lake on-prem because I know that is not, that is going to be a very difficult project to make it successful. So we've come a long way and there are several details around this that we've kind of endured through the process, but very excited where we are today. >> Well, we certainly follow up with theCUBE on all your your endeavors. Quickly on Ahana, why them, why their solution? In your words, what would be the advice you'd give me if I'm like, okay, I'm looking at this, why do I want to use it, and what's your experience? >> Right. So the standard SQL query engine for data lake analytics, more and more people have more data, want to have something that's based on open source, based on open formats, gives you that flexibility, pay as you go. You only pay for what you use. And so it proved to be the best option for Securonix to create a self-service system that has all the speed and performance and scalability that they need, which is based off of the innovation from the large companies like Facebook, Uber, Twitter. They've all invested heavily. We contribute to the open source project. It's a vibrant community. We encourage people to join the community and even Securonix, we'll be having engineers that are contributing to the project as well. I think, is that right Sachin? Maybe you could share a little bit about your thoughts on being part of the community. >> Yeah. So also why we chose Ahana, like John said. The first reason is you see Steven is always smiling. Okay. >> That's for sure. >> That is very important. I mean, jokes apart, you need a great partner. You need a great partner. You need a partner with a great attitude because this is not a sprint, this is a marathon. So the Ahana founders, Steven, the whole team, they're world-class, they're world-class. The depth that the CTO has, his experience, the depth that Dipti has, who's running the cloud solution. These guys are world-class. They are very involved in the community. We evaluated them from a community perspective. They are very involved. They have the depth of really commercializing an open source solution without making it too commercial. The right balance, where the founding companies like Facebook and Uber, and hopefully Securonix in the future as we contribute more and more will have our say and they act like the right stewards in this journey and then contribute as well. So and then they have chosen the right niche rather than taking portions of the product and making it proprietary. They have put in the effort towards the cloud infrastructure of making that product available easily on the cloud. So I think it's sort of a no-brainer from our side. Once we chose Presto, Ahana was the no-brainer and just the partnership so far has been very exciting and I'm looking forward to great things together. >> Likewise Sachin, thanks so much for that. And we've only found your team, you're world-class as well, and working together and we look forward to working in the community also in the Presto foundation. So thanks for that. >> Guys, great partnership. Great insight and really, this is a great example of cloud scale, cloud value proposition as it unlocks new benefits. Open source, managed services, refactoring the opportunities to create more value. Stephen, Sachin, thank you so much for sharing your story here on open data lakes. Can open always wins in my mind. This is theCUBE we're always open and we're showcasing all the hot startups coming out of the AWS ecosystem for the AWS Startup Showcase. I'm John Furrier, your host. Thanks for watching. (bright music)
SUMMARY :
leaders all around the world, of the AWS Startup Showcase. to help us through this, and provide all the what's going on with you guys, in the cloud and making it easy to use. Let's get into the Securonix So in the past, what was So in any event, Securonix on the cloud Some are saying that the and that's the S3-based data in the Linux foundation or open meaning And Presto is the layer in because I get the open data layer. and all the other functions that piece is killer. and learn from as the new architecture for everyone else in the future. obviously the cloud killed it. and the bar is much, much lower, But the value is refactoring in the cloud. So we have been in business and again, Hadoop is the foundation, be the advice you'd give me system that has all the speed The first reason is you see and just the partnership so in the community also in for the AWS Startup Showcase.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steven | PERSON | 0.99+ |
Sachin | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Securonix | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
Steven Mih | PERSON | 0.99+ |
50 | QUANTITY | 0.99+ |
Uber | ORGANIZATION | 0.99+ |
2010 | DATE | 0.99+ |
Stephen | PERSON | 0.99+ |
Sachin Nayyar | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
20 times | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
12 months | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
Ahana | PERSON | 0.99+ |
two customers | QUANTITY | 0.99+ |
90 days | QUANTITY | 0.99+ |
Ahana | ORGANIZATION | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
100 | QUANTITY | 0.99+ |
30 minutes | QUANTITY | 0.99+ |
Presto | ORGANIZATION | 0.99+ |
hundreds of terabytes | QUANTITY | 0.99+ |
five | QUANTITY | 0.99+ |
First | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
hundreds | QUANTITY | 0.99+ |
six months | QUANTITY | 0.99+ |
S3 | TITLE | 0.99+ |
Zookeeper | TITLE | 0.99+ |
Kevin Heald & Steven Adelman, Novetta | AWS re:Invent 2020 Public Sector Day
>>from around the globe. It's the Cube with digital coverage of AWS reinvent 2020. Special coverage sponsored by AWS Worldwide Public sector. >>Welcome to the Cube. Virtual. This is our coverage of aws reinvent 2020. Specialized programming for worldwide public sector. I'm Lisa Martin. Got a couple of guests here from No. Veta, please welcome Steven Adelman, principal computer scientists, and Kevin Healed, vice president of Information Exploitation. Gentlemen, welcome to the Cube. >>Thank you. >>Thank you for having us. >>Alright, guys. So? So, Kevin, we're going to start with you. Give our audience an introduction to Nevada. What do you What do you guys do? Who are you? How do you play in the public sector Government space, >>right? Yeah. Thank you, Lisa. Eso, Nevada Nevada is a technology services company focused on government solutions. So primarily national security solutions. Eso think customers such as Doody, the intelligence community, FBI, law enforcement and things like that about 13 1300 employees worldwide, primarily in our in our field. Clear resource is, um, that really focused on cloud for solutions for our customers. So solving the tough mission challenges our customers have, so that could be in technology solutions such as Data Analytics A I M L i O T. Secure Workloads, full spectrum cyber Cobb video processing. Really anything that's a high end technology solution or something we do for the government. We have been a privilege. We have. It's a privilege to be a partner with AWS for for some time now. In fact, I think the first reinvent we may have been to Stephen was six years ago. Five years ago, two >>1012 or 13 >>s So we've we've we've been around for a while, really kind of enjoying it and certainly sad that we're missing an in person reinvent this year, but looking forward to doing it virtually so, we're actually advanced your partner with AWS with a machine learning and government competency. Andi really kind of thio pump the m l side of that. That was one of our first companies with compasses with AWS and led by a center of excellence that I have in my division that really focuses on machine learning and how we applied for the Michigan. And so, um, really, we focus on protecting the nation and protecting our activities in the country >>and on behalf of the country. We thank you, Steven. Give me a little bit of information from a double click perspective as computer scientists. What are some of the key challenges that no, that helps its customers to solve. And how do you do that with a W s? >>Yeah, Thank you. So really as, ah, company, that is is data first. So our initial love and and still are kind of strongest competency is in applying solutions to large data sets. And as you can imagine, uh, the bigger the data set them or compute you need the the more resource is you need and the flexibility from those resource is is truly important, which led us very early, as especially in the government space and public sector space to be in early. A doctor of cloud resource is because of the fact that, you know, rather than standing up a 200 node cluster at at many millions of dollars, we could we could spend up a W s resource is process a big data set, and then and then get the answers an analyst or on operator needed and then spin down. Those resource is when When when that kind of compute wasn't needed. And that is really, uh, kind of informed how we do our work Azaz Nevadans that that cloud infrastructure and now pushing into the edge compute space. Still kind of keeping those cloud best practices in play to get access to more data. That the two, the two biggest, I think revolutions that we've seen with regards to using data to inform business processes and missions has been that that cloud resource that allows us to do so much with so less and so much more flexibly and then the idea of cheap compute making it to the edge and the ability to apply sensors thio places where you know it would been a would have been, you know, operational cost prohibitive to do that and then, ironically, those air to things that aren't necessarily data analytics or machine learning focused but man, did they make it easier to collect that data and process that data and then get the answers back out. So that really has has has kind of, uh, shaped a lot of the way Nevada has grown as a company and how we serve our customers. >>So coming back over to you lets. One of the things that we've been talking about almost all year is just the acceleration in digital transformation and how much faster organizations, private sector, public sector need to innovate to stay relevant, to stay competitive. How do you are you working with government customers to help them innovate so quickly? >>You know, we're very fortunate that a set of customers that focuses actually innovation it's focuses. I rad on. Do you know we can't do the cool things we do without those customer relationships that really encourage us to, um, to try new things out and, quite frankly, fail quickly when we need Thio. And so, by establishing that relationship, what we've been able to do is to blend agile development. Actual acquisition with government requirements process, right? If if you know the typical stereotype of government work is it's this very stovepiped hard core acquisition process, right? And so we have been fortunate to instead try quick win kind of projects. And so one of the biggest things we do is partner with our government customers and try to find it difficult, um, challenged to solve over 6 to 12 month time, right? So instead of making this long four or five year acquisition cycles like show me, right. How can we solve this problem? And then we partner with the mission partner show success in six months show that we can do it with a smaller part of money, and then as we're able to actually make that happen, it expands in something bigger, broader, and then we kind of bringing together a coalition of the willing, if you will in the government and saying, Okay, are there other stakeholders to care about this problem, bring them on, bring their problems and bringing together? You know, we can't do that with some of the passionate people we have, like Stevens. A perfect example. When we talk about a car in the projects we're doing here, Stevens passion for this technology partner with our customers having these challenges and try to enhance what they're doing is a powerful combination. And then the last thing that we're able to is a company is we actually spend a decent amount of our own dollar dollars on I rad S O. R and D that we fund ourselves. And so, while finding those problems and spending government dollars in doing that. We also have spent our own dollars on machine learning Coyote sensor next Gen five g and things like that and how those compartment together partner together to go back to the government. >>Yeah, yeah, So I would even say, You know, there's this. There's a conventional wisdom that government is slow in plotting and a little bit behind commercial best practices. But there are There are pockets in growing pockets across the government, Um, where they're really they're really jumping ahead of, ah, lot of processes and getting in front of this curve and actually are quite innovative. And and because they kind of started off from behind, they could jump over a lot of kind of middle ground legacy technologies. And they're really innovating. As Kevin said with With With the card platform, we're partnering with um P E O Digital in the Air Force in South C, D. M and Air Force security forces as that kind of trifecta of stakeholders who all want toe kind of saw a mission problem and wanted to move forward quickly and leave the legacy behind and and really take a quantum leap forward. And if anything, they're they're driving us Thio, Innovate Mawr Thio Introduce more of those kind of modern back practices on bond. Nevada as a company loves to find those spots in the government sector where we've got those great partners who love what we're doing. And it's this great feedback loop where, um, where we can solve hard technical problems but then see them deployed to some really important and really cool and impactful missions. And we tend to recruit that that set that kind of nexus of people who want to both solve a really difficult problem but want to see it executed in a really impactful way as well. I mean, that really grates a great bond for us, and and I'm really excited to say that that a lot of the government it is really taking a move forward in this this this realm. And I think it's it's just good for our country and good for the missions that they support. >>Absolutely. And it's also surprising because, as you both said, you know, there is this expectation that government processes or lengthy, you know, laborious, um, not able to be turned around quickly. But as Kevin, you just said, you know helping customers. Government agencies get impact within 6 to 12 months versus 4 to 5 years. So you talked about Picard? Interesting name. Kevin. Tell me a little bit more about that technology and what it is that you guys deliver. That's unique. >>Well, honestly, it's probably best to start with Stephen. I can give you the high level. This is Stevens vision. I have to give him credit for that. And I will say way have lots of fun. Acronym. So it isn't Actually, it isn't backward. Um, right. Stephen doesn't actually stand for something. >>It stands for Platform for Integrated, a C three and Responsive for defense on >>Guy. You know >>that the Star Trek theme is the leg up from the last set of programs I had, >>which were >>my little ponies. So >>Oh, wow. That's a definite stuff in a different direction. Like >>it? Part of the great thing about working in the government is you get to name things, cool things, so but t get to your question eso So Picard really sprung out of this idea that I had a few years ago that the world but for our spaces, the Department of defense and the federal government was going to see a massive influx of the desire to consume sensors from from areas of responsibility, from installations and, frankly, from battlefields. Um, but they were gonna have to do it. In a way, um, uh, that presented some real challenges that you couldn't just kind of throw compute editor, throw traditional I t processes at it. You know, we have legacy sensors that are 40 years old sitting on installations. You know, old program, a logical controllers or facilities control systems that were written in cobalt in the seventies, right in the world are not even I, p based, most of them bond. Then on the other end of the spectrum, you have seven figure sensors that air, you know, throwing out megabits of second of data that are mounted to the back of jeeps. Right, That that air bouncing through the desert today. But we'll be bouncing through the jungle tomorrow, and you have to find all of those kind of in combined all of those together, um, and kind of create a cohesive data center for data set set for you know, the mission for, um, you know what we call a user to find common operating picture for a person. Thio kind of combine all of those different resource is and make it work for them. And so we found a great partner with security forces. Um, they realized that they wanted Thio to make a quantum leap forward. They had this idea that the next defender So there are there, like a military police outfit that the next defender was going to be a data driven defender and they were gonna have to win the information war war as much as they had to kind of dominate physical space. And they immediately got what we were trying to achieve, and it was just just great synergy. And then we've piled on some other elements, and we're really moving that platform forward to to kind of take every little bit of information we can get from the areas of responsibility and get it into a you know, your modern Data Lake, where they can extract information from all that data. >>Kevin, as the VP of information exploitation, that's a very interesting title. How are you helping government organizations to win the war on information? Leverage that information to make a big impact fast. >>Yeah. I mean, I think a lot of it is is that we try to break down the barriers between systems on data so that we can actually enable that data to fuse together to find and get insights into it. You know, as ML and I have become trendy topics, you know, they're very data hungry operations. And I think what Steven has done with the card and his team is really we want to be able to make those sensors seamless from a plug and play perspective that Aiken plug in a new sensor. It's a standards based, uh, interface that sends that data back so that we can and take it back to the user to find Operation Picture and make some decisions based off of that data. Um, you know, what's more is that data could even refused with more than the data that Stevens collecting off the sensors. It could be commercial data, other government data and I think is Davis. As Stephen said earlier, you have to get it back. And as long as you've gotten back in Labour's share with some of our mission partners, then you can do amazing things with it. And, you know, Stephen, I know you have some pretty cool ideas and what we're gonna do on the edge, right? How do we do some of this work of the edge where a sensor doesn't allow us to pull out that data back? >>Yeah, and and Thio follow on to what you were kind of referring to with regards to thio handling heterogeneous data from different sensors. Um, one of the main things that our government customers and we have seen is that there are a lot of historically there are a lot of vertical solutions where you know, the sensor, the platform, and then the data Laker kind of all part of this proprietary stack. And we quickly realized that that just doesn't work. And so one of the major thrust of that card platform was to make sure that we had ah, platform by which we could consume data through adapters from essentially any sensor speaking. Any protocol with any style data object, Whether that was an industry standard or a proprietary protocol, we could quickly interested and bring it into our Data lake. And then to pile on to what Kevin was talking about with compute. Right? So you have, uh, like, almost like a mass locks hierarchy of needs when it comes to cyber data or thio this coyote data or kind of unified data, Um, you know, you wanna turn it into basic information, alerts alarms, then you want to do reporting on it, or analytics or some some higher level workflow function. And then finally, you probably want to perform some analytics or some trending or sort of anomaly detection on it. And and that gets more computational e intensive each step of the way. And so you gotta You gotta build a platform that allows you to to both take some of that high level compute down to the edge, but also then bring some of that data up into the clouds where you could do that processing, and you have to have kind of fun jubilate e between that and so that hard platform allows you to kind of bring GP use and high processing units down to the edge and and make that work. Um, but then also and then as maybe even a first passive to rule out some of the most you know, some of the boring gated in the video Analytics platform. We call it Blue Sky and Blue Ocean. Right, so you're recording lots of video. That's not that interesting. How do you filter that out? So you're only sending the information The interesting video up eso You're not wasting bandwidth on stuff that just doesn't matter on DSO. It's It's a lot of kind of tuning these knobs and having a flexible enough platform that you could bring Compute down when you need it. And you could bring data up to compute on Big Cloud while you need it, and just kind of finding a way to tune that that that really does. I mean it. You know, that's a lot of words about how you do that. But what that comes to is flexible hardware and being able to apply those dev ops and C I. C D platform characteristics to that edge hardware and having a unified platform that allows you to kind of orchestrate your applications in your services all the way up and down your stack, from micro controllers to a big cloud instant creation. >>You make it sound so easy. Steven Kevin. Let's wrap it up with you in terms of like making impacts and going forward. We know the edge has exploded, even mawr, during this very interesting year. And that's going to be something that's probably going to stay, um, stay as a permanent impact or effect. What are some of the things that we can expect in 2021 in terms of how you're able to help government organizations capitalize on that, find things faster, make impact faster? >>Yeah. I mean, I think the cool thing we're seeing is that there's a lot more commoditization of sensors. There's a lot more censored information. And so let's use lighters. Example. We you know, things were getting cheaper, and so we can all of a sudden doom or or more things at the edge, and we ever would have expected. Right when you know Steven's team is integrating camera data and fence data from 40 years ago, you know, it's just saying on off it's not do anything fancy. But now we you know, you know, Stephen, I camera whether Metro you gave him before was, but the cost of light are has dropped so significantly that we can now then deploy that we can actually roll it out there and not being locked in their proprietary, uh, system. Um, so I see that being very powerful, you know? Also, I can see where you start having sensors interact with each other, right? So one sensor finds one thing and then a good example that we've started thio experiment with. And I think Steve, you could touch on it is using triggering a sensor, triggers a drone to actually investigate what's going on and then therefore, hybrid video back and then automatically can investigate instead of having to deploy a defender to actually see what happened at that. At that end, Points dio e don't know. There's it's amore detail you can provide there. >>Yeah, No. So exactly that Kevin. So So the power of the sensor is is something something old that that gives you very uninteresting Data like a one or a zero on on or off can detect something very specific and then do something kind of high speed, like task a drone to give you a visual assessment and then run object detection or facial recognition on, you know, do object detection to find a person and do facial recognition on that person to find out if that's a patrol walking through a field or a bad guy trying Thio invade your space. Um and so it's really the confluence and the gestalt of all of these sensors in the analytics working together, Um, that really creates the power from very simple, simple delivery. I think, um, there's this, You know, this idea that you know, ah 100 bytes of data is not that important. But when you put a million sensors giving you 100 bytes of data, you can truly find something extremely powerful. And then when you kind of and you make those interactions sing, um, it's amazing. Tow us the productivity that we can produce and the kind of fidelity of response that we can give thio actors in the space whether that's a defender trying to defend the base or a maintenance person trying thio proactively replace the fan or clean the fan on an H vac system. So So you know, you know, there isn't a fire at a base or for, uh, interesting enough. One of the things that we we've been able to achieve is we've taken maintenance data for helicopter engines and And we've been able to proactively say, Hey, you need to You need to take care of this part of the helicopter engine. Um and it saves money. It saves downtimes. It keeps the birds in the air. And it's a relatively simple algorithm that we were able to achieve. And we were able to do that with the maintenance people, bring them along in this endeavor and create analytics that they understood and could trust on DSO. I think that's really the power of this base. >>Tremendous power. I wish we had more time to to dig into it. Guys, thank you so much for sharing. Not just your insights, what nobody is doing but your passion for what you're doing and how you're making such an impact. Your passion is definitely palpable. Steven. Kevin, Thank you for joining me today. >>Thank you >>for my guests. I'm Lisa Martin. You're watching the Cube? Virtual. Yeah,
SUMMARY :
It's the Cube with digital coverage Got a couple of guests here from No. What do you What do you guys do? It's a privilege to be a partner with AWS for for some time now. And so, um, really, we focus on protecting the nation and protecting our activities And how do you do that with a W s? the bigger the data set them or compute you need the the more resource is you need So coming back over to you lets. And so one of the biggest things we do is partner with our government customers say that that a lot of the government it is really taking a move forward in this this this realm. And it's also surprising because, as you both said, you know, there is this expectation that I can give you the high level. So That's a definite stuff in a different direction. Part of the great thing about working in the government is you get to name things, cool things, How are you helping government organizations to win the war on information? on data so that we can actually enable that data to fuse together to find Yeah, and and Thio follow on to what you were kind of referring to with regards What are some of the things that we can expect in 2021 in terms of how But now we you know, And then when you kind of and you make those interactions sing, Kevin, Thank you for joining me today. Yeah,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve | PERSON | 0.99+ |
Kevin | PERSON | 0.99+ |
Steven Adelman | PERSON | 0.99+ |
Stephen | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Steven | PERSON | 0.99+ |
Kevin Healed | PERSON | 0.99+ |
FBI | ORGANIZATION | 0.99+ |
4 | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Stevens | PERSON | 0.99+ |
100 bytes | QUANTITY | 0.99+ |
2021 | DATE | 0.99+ |
40 years | QUANTITY | 0.99+ |
Doody | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
Steven Kevin | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Kevin Heald | PERSON | 0.99+ |
Star Trek | TITLE | 0.99+ |
six months | QUANTITY | 0.99+ |
five year | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
Michigan | LOCATION | 0.99+ |
four | QUANTITY | 0.99+ |
Nevada | LOCATION | 0.99+ |
tomorrow | DATE | 0.99+ |
six years ago | DATE | 0.99+ |
5 years | QUANTITY | 0.99+ |
6 | QUANTITY | 0.99+ |
12 months | QUANTITY | 0.99+ |
One | QUANTITY | 0.98+ |
Department of defense | ORGANIZATION | 0.98+ |
both | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
Five years ago | DATE | 0.98+ |
Eso | ORGANIZATION | 0.98+ |
first | QUANTITY | 0.98+ |
Thio | PERSON | 0.98+ |
Picard | ORGANIZATION | 0.98+ |
about 13 1300 employees | QUANTITY | 0.97+ |
first companies | QUANTITY | 0.97+ |
this year | DATE | 0.97+ |
P E O Digital | ORGANIZATION | 0.96+ |
12 month | QUANTITY | 0.96+ |
seven figure | QUANTITY | 0.94+ |
Coyote | ORGANIZATION | 0.94+ |
40 years ago | DATE | 0.94+ |
one sensor | QUANTITY | 0.94+ |
each step | QUANTITY | 0.94+ |
over 6 | QUANTITY | 0.93+ |
Davis | PERSON | 0.92+ |
AWS Worldwide | ORGANIZATION | 0.91+ |
Azaz Nevadans | ORGANIZATION | 0.9+ |
Cube | COMMERCIAL_ITEM | 0.9+ |
few years ago | DATE | 0.89+ |
200 | QUANTITY | 0.89+ |
one thing | QUANTITY | 0.87+ |
lake | ORGANIZATION | 0.86+ |
Gen five g | COMMERCIAL_ITEM | 0.86+ |
seventies | DATE | 0.84+ |
Fernando Castillo & Steven Jones, AWS | AWS re:Invent 2020 Partner Network Day
>>from around the globe. It's the Cube with digital coverage of AWS reinvent 2020. Special coverage sponsored by AWS Global Partner Network. Hello, everyone. This is Dave Balanta. And welcome to the cubes Virtual coverage of AWS reinvent 2020 with a special focus on the A p N partner experience. I'm excited to have two great guests on the program. Fernando Castillo is the head s a p on AWS Partner Network and s A P Alliance and AWS and Stephen Jones is the general manager s a p E c to enterprise that aws Gentlemen, welcome to the Cube. Great to see you. >>I'm here. >>So guys ASAP on AWS. It's a core workload for customers. I call it the poster child for mission Critical workloads and applications. Now a lot has happened since we last talked to you guys. So So tell us it. Maybe start with Stephen. What's going on with Sapna Ws? Give us the update. >>I appreciate the question Day. Look, a lot of customers continue to migrate. These mission critical workloads State of us on a good example is the U. S. Navy right? Who moved their entire recipe landscape European workload AWS. This is a very large system of support. Over 72,000 users across 66 different navy commands. They estimate that 70 billion worth of parts and goods actually transact through the system every year. Just just massive. Right? And this this type of adoptions continued to accelerate a very rapid clip. And today, over 5000 customers now are running SFP workloads. I need to be us on there really trusting us, uh, to to manage and run these workloads. And another interesting stat here is that more than half of these customers are actually running asap, Hana, which is a safe He's flagship in memory database. >>Right, Fernando, can you add to that? >>Sure. So definitely about, you know, the customs are also SCP themselves continue to lose a dollar less to run their own offerings. Right? So think about conquer SCP platform. SCP analytics were when new offers like Hannah Cloud. In addition to that, we continue to see the P and L despondent network to grow at an accelerated pace. Today we have over 60 SNP company partners all over the world helping SFP customers s O that customers are my green. There s appeal asking CW's. They only look for reduced costs, improved performance but also toe again access to new capabilities. So innovate around their core business systems and transform their businesses. >>So for now, I wonder if I could stay with you for a minute. I mean, the numbers that Steve was putting out there, it's just massive scale. So you obviously have a lot of data. So I'm wondering when you talk to these customers, Are you discerning any common patterns that are emerging? What are some of the things that you're hearing or seeing when you analyze the data? >>Sure. So just to give a couple example right. Our biggest customers are doing complete ASAP. Transformations on Toe s four Hana. Their chance they're going to these new S a p r p code nine All customers have immediate needs, and they're taking their existing assets to AWS, so looking to reduce costs and improve performance, but also to sell them apart for innovation. This innovation is something that operation or something that they can wait. They need it right now. It's they This time to innovate is now right on some of these customers saying that while s and P has nice apart. So that is a multi year process on most organizations and have a look from waiting for this just before they start innovating. So instead of that, they focus on bringing what they have on start innovating right away on Steve has some great stories around here, so maybe Steve can share with that. Goes with that? >>Yeah, that'd be great, Steve. >>Yeah. Look, I think a good example here on and Fernando touched it, touched on it. Well, right. So customers coming from all kind of different places in their journey aws as it relates to this this critical workload and some are looking to really reap the benefits of the investments they made over the last couple decades sometimes. And Vista is a really good example Here, um there a subsidiary of Cook Industries, they migrated and moved their existing S a P r P solution called E c C. To AWS. They estimate that this migration alone from an infrastructure cost savings perspective, has netted them about two million per year. Additionally, you know, they started to bring some of the other issues they were trying to solve from a business perspective, together now that they were on the on the on the business on the AWS platform. And one thing that recognizes they had different data silos, that they had been operating in an on premises world. Right? So massive factories solution and bringing all of that data together on a single platform on AWS and enriching that with the SCP data has allowed them to actually improve their forecasting supply chain processes across multiple data sources and the estimate that that is saving them additional millions per year. So again, customers are not necessarily waiting to innovate. Um, but actually moving forward now. >>All right, so I gotta ask, you don't hate me for asking this question, but but everybody talks about how great they are. Supporting s a P is It's one of the top, of course, because s a p, you know, huge player in the in the application space. So I want you guys to address how aws specifically compares Thio some of your competitors that are, you know, the hyper scaler specifically as it relates to supporting S a P workloads. What's the rial differential value that you guys bring? Maybe Steve, you could start >>Sure, you're probably getting to know us a little bit. Way don't focus a lot on competition, Aziz mentioned week We continue to see customers adopt AWS for S a p a really rapid clip. And that alone actually brings a lot of feedback back into how we consider our own service offerings as it relates to this particular workload on that, that's it. That's important signal right for what we're building. But customers do tell us the security performance availability matters, especially for this workload, which, you know, to be honest, is the backbone of many, many organizations. Right? And we understand why. And there was a study that was done recently about a. D. C. Where they found that even a single hour of unplanned downtime as a released this particular workload could cost millions. And so it's it's super important. And if you look at, um, you know, publicly available data from an average perspective, um, it has considerably less downtime than the other hyper scale is out there way. Take the performance and availability of oh, our entire global footprint and in this workload in particular, super important. >>Well, you know, that's a great point, Steve. I mean, if you got critical mission critical applications like ASAP supporting the business, that's driving revenue. It's driving productivity. The higher the value of the application, the greater the impact when it's down, I wonder, Fernando, you know, Steve said, You guys don't focus on the competition. Well, is an analyst. You know, I always focused on the competition, So I wonder if you're gonna add anything to that. >>Sure. So again, as you can imagine, multiple analyst called Space right. And, uh, everybody shares information. And analysts have agreed that Italy's clean infrastructure services, including the three quite a for CP across the globe. So we feel very humble and honor about this recognition on this encourages to continue to improve ourselves to give you a couple examples for a 10 year in a row. Italy's US evaluated as a leader in the century Gardner Magic Quadrant, right for cloud infrastructure from services. And, as you know, the measure to access right they measure very execute on complete, insufficient were the highest, both of them. Another third party, just not keep with one is icy, right? You know, technology research dreamers, you already you might know advice for famous Well, the reason they publisher s a p on infrastructure service provider lands reports long name which, basically, the analyzers providers were best suited to host s a. P s four hana workloads on more broadly s a p Hannah landscapes, you know, very large scape ASAP 100 landscapes. So they recognize it, at least for the third year in a row. And conservative right, the best class enterprise. Great infrastructure towards security performances, Steve mentioned, but also making the panic community secure. Differentiation. Andi, they posted. They mentioned it all us as a little position in quadrant for the U. S. U K France, Germany, the Nordics in Brazil. So again, really honor and humble on discontinued in court just to continue to improve. >>You know, Steve, I just wrote a piece on Cloud 2030 trying to project what the next 10 years is gonna look like in one of the I listed a lot of things, but one of the things I talked about was some of the technical factors like alternative processors, specialized networks, and you guys have have have really, always done a good job of sort of looking at purpose built, you know, stuff that that can run workloads faster. How relevant is that in the the S A P community? >>Oh, that's a great question, David. It's It's absolutely relevant. You take a look at what? What we've done over the years with nitro and how we've actually brought the ability for customers to run on environmental infrastructure but still have that integrated, uh, native cloud experience. Uh, that is absolutely applicable to Unless if you workload and we're actually able toe with that technology, bring the capability to customers to run thes mission critical workloads on instances with up to 24 terabytes of brand, albeit bare metal, but fully integrated into the AWS network fabric, >>right? I mean, a lot of people, you know, need that bare metal raw performance on, and that makes sense that you've been, you know, prioritize such an important class of workload. I'm not surprised that that I mean, the numbers that you threw out a pretty impressive eso. It's clear you're leading the charge here. Maybe you could share a little glimpse of what's coming in the future. Show us a little leg, Steve. >>Yeah, well, look, uh, we know that infrastructure is super important. Thio. Our customers and in particular the customers are running these mission critical workloads. But there's a lot of heavy lifting, uh, that that we also want to simplify. And so you've seen some indications of what we've done here over the years, uh, ice G that Fernando mentioned actually called out. AWS is differentiating here, right? So for for many years, we've actually been leading in releasing tools for customers to actually orchestrate and automate the deployment of these types of worthless so ASAP in particular. I mean, if you think about it a customer who is coming to a to a hyper scale platforms like AWS and having to learn what that means, Plus understand all the best practices from S, A, P and AWS to make that thing really shine from a performance and availability perspective, that's a heavy asked. Right? So we put a lot of work from a tooling perspective into into automating this and making this super simple not just for customers, but also partners. >>Anything you wanna chime in on that particular the partner side, Fernando. >>Sure. So this is super important for public community, right? As you can imagine, the tooling that we're bringing together toe. The market is helping the Spanish to move quicker, right? So they don't have to reinvent. They will all the time. They will just take this and move and take it and move forward. Give an example. One of our parents in New York, three hosts. Thanks for lunch. We start with Steve just reference right. They want to create work clothes in an automated way. Speeding up the delivery time. 75% corporation is every environments. So it just imagine the the impact of these eso a thing here that is important is our goal is to help customers and partners move quicker, removing any undifferentiated heavy lifting, right, Andi, that's kind of the mantra of this group. >>You know, when you think about what Doug Young was saying is in the keynote, um, the importance of partners and I've been on this kick about we've moved in this industry from products to platforms, and the next 10 years is gonna be about leveraging ecosystems. The power of many versus the resource is of a few or even one is large is a W s so so partners air critical on I wonder if you could talk toe the role that that the network partners air playing in affecting S a p customer outcomes and strategies. Maybe Steve, you could take that first. >>Yeah, but look, we recognize that the migration on the management of these systems it's complex, right? And for years, we've invested in a global community of partners many partners who have been fundamental to s a p customer success over over a couple decades, Right? And so, um, that there are some nuances that that need to be realized when it comes to running ASAP on on a hyper scale platforms like AWS. And so we put a lot of work into making sure these partners are equipped to ensure customers have have a really good experience. And I mean, in a recent conversation I had with a CEO of a large, uh, CPG company, he told me he reflected that the partners really are the glue. That kind of brings it all together for them. And, uh, you know, just to share something with you today, our partners, our partner community network for S. If he is actually helping over 90% of net new customers who are coming toe migrate as if you were close to AWS, so they're just absolutely critical. >>So, Fernando, there's the m word, the migration, you know, it's you don't want to unless you have to, but people have to move to the cloud. So So what can you add to this conversation? >>Sure, they So again, just to echo what Steve mentioned, right? Uh, migration. Super important. We have ah group of partners that are right now specializing in migration projects. And they have built migration factories. You may have seen some of them. They have been doing press releases through the whole year saying that they're part of these and their special cells they're bringing to the helping customers adopt AWS. So they go through the next, you know, very detailed process. We call them map for ASAP partners. So they have these incremental value on top of being SCP competent funds, which I referred earlier on. This group has, as mentioned, you know, show additional capability to safeguard these migrations on. Of course, we appreciate and respect and we have put investment programs for them to help them support their own customers right in those in these migrations. But because the SNP ecosystem on it. But it's not about only migrations, right? One important topic that we need technologies as you as Steve mentioned, we have these great set of partner of customers have trusted us or 5000 through a year on these, uh, these customers asking for innovation right there, asking us how come the ecosystem help us innovate faster? So these partners are using a dollars a plan off innovation, creating new solutions that are relevant for SCP. So basically helping customers modernize their business processes so you can take an example like Accenture Data Accelerator writers taking SCP information and data legs Really harm is the power of data there or the Lloyd you know, kinetic finances helping, you know, deploy Central finance, which is a key component of SCP, or customer like partners like syntax that has created our industrial i o. T. Offering that connects with the SNP core. So more and more you will see thes ecosystem partners innovating on AWS to support SNP customers. >>You know, I think that's such an important point because for for decades have been around for a while. It's the migrations air like this. Oftentimes there's forced March because maybe a vendor is not going to support it anymore. Or you're just trying to, you know, squeeze Mawr costs out of the lemon. What you guys are talking about is leveraging an ecosystem for innovation and again that ties into the themes that we're talking about about Cloud 2030 in the next decade of innovation. Let's close, guys. What can customers ASAP customers AWS customers expect from reinvent this year? Um, you know, maybe more broadly, what can they expect from A W S in the coming 12 months? Maybe, Steve, you could give us a sense, and then Fernando could bring us home. >>You bet. Look, um, this year we've really tried to focus on customer stories, right? So we've we've optimized. There's a number of sessions here agreement this year. We want customers and partners to learn from other from other customer experiences, so customers will be able to listen to Bristol Myers Squibb talk about their performance, their their experiences, Alando Newmont's and Volkswagen. And I'll be talking about kind of different places where they are on this, this journey to cloud and this innovation life cycle, right, because it really is about choice and what's right for their business. So we're pretty excited about that. >>Yeah. Nice mix of representative Industries there. I Fernando bring us home, please. >>Sure. So, again, we think about 21 in the future. Rest assured, we'll continue to invest heavily to make sure it values remains the platform innovation. Right on choice for recipe customers where a customer wants to move their existing investments on continue to add value. So what they have already done for years or goto export transformation. We're here to support their choice. Right? And we're committed to that as part of our customers Asian culture. So we're super excited about the future. And we're thankful for you to spend time with us today. >>Great, guys, Look, these are the most demanding workloads we're seeing that that rapid movement to the cloud is just gonna accelerate over the coming years. Thanks so much for coming on The Cube. Really appreciate it. >>Our pleasure. Thank >>you. All >>right. Thank you for watching everyone keep it right there from or great content. You're watching the cube aws reinvent 2020
SUMMARY :
Network and s A P Alliance and AWS and Stephen Jones is the general manager talked to you guys. Look, a lot of customers continue to migrate. So innovate around their core So for now, I wonder if I could stay with you for a minute. So instead of that, they focus on bringing what they have on start innovating really reap the benefits of the investments they made over the last couple decades sometimes. What's the rial differential value that you guys bring? especially for this workload, which, you know, to be honest, I wonder, Fernando, you know, Steve said, You guys don't focus on the competition. on more broadly s a p Hannah landscapes, you know, very large scape ASAP 100 landscapes. built, you know, stuff that that can run workloads faster. Uh, that is absolutely applicable to Unless I'm not surprised that that I mean, the numbers that you threw out a pretty impressive eso. I mean, if you think about it a customer who is coming to a to a hyper scale platforms like AWS So it just imagine the the impact is large is a W s so so partners air critical on I wonder if you could talk toe the role And, uh, you know, just to share something with you today, So So what can you add to this conversation? is the power of data there or the Lloyd you know, kinetic finances helping, Um, you know, maybe more broadly, So we're pretty excited about that. I Fernando bring us home, And we're thankful for you to spend time with us today. is just gonna accelerate over the coming years. Our pleasure. you. Thank you for watching everyone keep it right there from or great content.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Steve Manly | PERSON | 0.99+ |
Sanjay | PERSON | 0.99+ |
Rick | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Verizon | ORGANIZATION | 0.99+ |
David | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Fernando Castillo | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Dave Balanta | PERSON | 0.99+ |
Erin | PERSON | 0.99+ |
Aaron Kelly | PERSON | 0.99+ |
Jim | PERSON | 0.99+ |
Fernando | PERSON | 0.99+ |
Phil Bollinger | PERSON | 0.99+ |
Doug Young | PERSON | 0.99+ |
1983 | DATE | 0.99+ |
Eric Herzog | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Deloitte | ORGANIZATION | 0.99+ |
Yahoo | ORGANIZATION | 0.99+ |
Spain | LOCATION | 0.99+ |
25 | QUANTITY | 0.99+ |
Pat Gelsing | PERSON | 0.99+ |
Data Torrent | ORGANIZATION | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
Aaron | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Pat | PERSON | 0.99+ |
AWS Partner Network | ORGANIZATION | 0.99+ |
Maurizio Carli | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Drew Clark | PERSON | 0.99+ |
March | DATE | 0.99+ |
John Troyer | PERSON | 0.99+ |
Rich Steeves | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
BMW | ORGANIZATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
three years | QUANTITY | 0.99+ |
85% | QUANTITY | 0.99+ |
Phu Hoang | PERSON | 0.99+ |
Volkswagen | ORGANIZATION | 0.99+ |
1 | QUANTITY | 0.99+ |
Cook Industries | ORGANIZATION | 0.99+ |
100% | QUANTITY | 0.99+ |
Dave Valata | PERSON | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
Peter Burris | PERSON | 0.99+ |
Boston | LOCATION | 0.99+ |
Stephen Jones | PERSON | 0.99+ |
UK | LOCATION | 0.99+ |
Barcelona | LOCATION | 0.99+ |
Better Cybercrime Metrics Act | TITLE | 0.99+ |
2007 | DATE | 0.99+ |
John Furrier | PERSON | 0.99+ |
Ron Teeter, Jobvite and Steven Long, AppDynamics, part of Cisco | AWS re:Invent 2020
(upbeat music) >> From around the globe, it's the CUBE. With digital coverage of AWS reinvent 2020 sponsored by Intel, AWS and our community partners. Hello, and welcome back to the CUBE's coverage. Virtual coverage of AWS reinvent 2020. It's three weeks we're going on, we're on the ground here in Palo Alto. Doing the remote CUBE, CUBE virtual. We are virtual CUBE here. Wall-to-wall coverage over the three weeks. Got a great segment here, Steven Long regional CTO for AppDynamics and Ron Teeter chief architect with Jobvite. Gentlemen, thank you for joining me on the segment. Appreciate it. Thanks for coming on the CUBE Virtual. >> Thanks for having us. >> Great to be here. >> I wish we were in person. Normally we are, but with the pandemic, it's hard. Steven at AppDynamics. I want to ask you, you've got a customer here. We're going to dig into the use cases of the transformation journey, multiple wave transformation which I'm excited to talk about. But talk about AppDynamics. What's the big story for you guys at re:Invent, quickly get 10 seconds to explain. >> Yeah, sure. AppDynamics is the number one world's leading APM vendor and we're there to be the full stack observability platform. And in that we're talking today about our deep code insights, really to gain that visibility into production, securely capture data and really get that context through a dynamic application. So that you can find the problem and fix it right the first time. >> Great. Thanks. Thanks for that insight. Ron, I want to get into you're the chief architect which means you get the keys to the kingdom at Jobvite. You got to look over the landscape. You got to have the 20 mile stare out to the future but you also got to deal with the reality present here. And it's a tough one. When you go back, this is a terrible year a lot of weirdness, a lot of craziness but everyone's hurting, but they're retooling or they have a tailwind behind their back. So they're either accelerating faster or they're retooling. What does transformation mean to you these days? >> Yeah, so for Jobvite we had a distributed workforce prior to the pandemic shutdown. And what it did for us is it actually forced us to go all in on why can't we work remote all the time? Why do we care where we have facilities? And so we've gotten really good at scaling our organization and being productive remote. Now we actually can hire anywhere we want to, right? And that gives us more leverage and opportunities to scale our DMS going into '21. >> Awesome. Now from a technology standpoint, I'm hearing a couple of different stories, there's two extremes is the... I'll say airlines or those kinds of markets where there's not a lot of business happening, but they're retooling. And then you got obviously video or anything virtual modern applications. It's a surge in business so you have to move faster. Speed is critical. How do you retool in an environment where you've got remote which is totally productive, get that. But now I got more teams. I got to coordinate, I got to communicate. I got to make decisions, architectural decisions. They're big ones. And cloud certainly is here. You've got hybrid and you got the edge big themes this week. How do you look at that? >> The way we look at it, Jobvite has the longevity to remember what it was like from 2008 to 2013. we took that economic recession to build two additional products and launch them into the market in 2013 so that we could ride that wave of growth to drive our business objectives. And we're doing the same thing now. Hiring is a fluid market and this year hiring was way down, right? We saw a 60% drop in open requisitions on our platform alone. And you could see it just dive in March but it started coming back in August and September. And so at this point, we're now post pandemic. So the hiring rates right now are higher than they've been all year. They're very close to where they were last year for the same time. And we expect that to continue to climb as businesses continue to evaluate whether or not it's safe to scale. For us, this lull means we've got an opportunity to make changes to our infrastructure, that aren't going to be disruptive to our customers. But also allow us to get out in front of that so that we can go into '21 with a very strong product focus by taking care of some of the technical debt now. That's exactly what we've been doing is investing in ourselves so that we can operate faster with more agility next year. >> That's worth calling out and mentioning. That's great insight. It really is. You got to come out of the pandemic with a growth strategy. I hear all the CXOs and CSOs in particular dealing with all the security uses but they've got to have the growth strategy. Steven, this is where I think the cloud speed scale the operating model of software networks compute. You're seeing that now get back into the swing of things. That's always been the holy trinity, if you will, of technology, network compute, and storage. Now it's got the cloud and you've got an operating model. We're back to kind of a groove swing here. How does AppDynamics and the Amazon all fit together into this kind of journey? >> Yeah, and if we really look at AppDynamics, we focus on that digital experience. And I think when the pandemic hit we saw 95% of customers that we surveyed in our agents of transformation COVID survey that their priorities shifted. And 95% of those said, within that shift the digital experience became front and center. And so when you're operating in the cloud and you want to have that full stack observability not just from the end user and not just from your application perspective but also from your business perspective. And in any given business the application is the north star of the business. So placing the emphasis on that AppDynamics and surfacing what's actually happening at eliminating blind spots during this pandemic where it's more important than ever to have the best digital experience because that's the brand loyalty really, is that digital experience. >> Ron, I want to ask you, you mentioned something earlier you were talking about how you seized on the opportunity to virtual at home and you retool. But also you mentioned some of the macro conditions in the market, jobs are down, the other on the backup on the upswing. But the geographic hiring is a huge deal. I can almost imagine that's kind of an unforeseen use case where, I mean, it's kind of like working at home. Yeah, X percentage of people be working at home. We plan for that in our disaster recovery or disruption management whatever they do, now 100% people work at home. Now, 100% people looking for jobs. You probably need to rethink the use case because when you have a platform, you've got to think, okay how do I serve my customers who might have a need to recruit from more geographical places? That's a coding thing. So how do you do that stuff? Take us through the mindset of what goes on in your world. >> Yeah, so one of the nice things about building Jobvite as a hiring platform and a sourcing engine is, we use it, right? We now need to solve the same kinds of problems internally that our customers are facing, right? And so we control the software, we understand the problem. And so it's just a matter of deciding these are the things that we're going to prioritize next. We saw a very active summer of social justice outrage, and a lot of that stems from the lack of diversity and inclusive in hiring. And we're already responding to that by delivering features into the product line to help our customers address that in their places. And the key to this is speed. I think you mentioned it and Steve's talked about it as well, right? The ability to move quickly, safely it's the grail that everybody's looking for. And you have to have the right partners to make that successful. >> So I got to ask you then, what are the main benefits you see as you've got working at AppDynamics obviously you're a good customer there. As we're talking through it, you've got a great environment. You're a leader, and how to take advantage of these opportunities and code and shift. What's the benefits of AppDynamics in that equation? >> The key there that we see with AppDynamic's Cisco is the scale and the amount of innovation that they can drive through their product line. One of the things that Steve and I were talking about earlier this year during their transform event, was this deep code insights component which is really production runtime debugging. So imagine I can knock out my meantime to repair, my zero trust and my accelerated solutions of early detection in one solution, right? I can take something that would normally take hours, if not days, into minutes to resolve. The impact on an organization of just one simple feature like that is tremendous when people understand what it can do for them. And it's been invaluable for us. >> Well, you got the speed and the scale with the cloud. So take me through that impact. Because one of the things that's being discussed heavily here at re:Invent and in the industry is the new normal and the new realities we're living in, post pandemic as well. What's going to come out of it. And that is the expectations of the users and is going to drive the new experiences. That's kind of the theme. So the question is whether that's developers or end users or consumers or business users. That's huge, for applications to know what the user experience may be because we don't know what they expect and you don't have the right security (laughs). It kind of all crashes. So what's your... I mean you're nodding your head, weigh in, please. >> Yeah, so I heard a comment earlier from one of my peers in the industry, that is basically saying that nine months ago he had 400 facilities and now he has 18,000. Trying to imagine securing that environment For us, the way we think about it is, work is where you're at. And so we solve the access problems and the tooling problems a long time ago for Jobvite. But we'd been doing for our customers is delivering mobile recruiting solutions. So imagine I don't even need my desktop to complete the hiring process. I can work through the negotiations with a recruiter. I can talk to the candidate, I can text them. One of the big things that we released in early access last month was our new intelligent messaging platform. So that recruiters and hiring managers can have a much more rich conversation with candidates on the mobile device where the candidate is, right? And that's how we're trying to bring this new reality to the marketplace and say, "I can't assume that somebody has a browser and an email client anymore," right? Texting-- >> I mean that's a huge point. I mean, the joke Steven is, it's just distributed computing again 'cause there's really no cloud, there's no... If you think about the edge it's everything is the operating environment. Edge is the data center, edge is the cloud, edge is someone else's place. So if you're thinking about what Ron just said, 18,000 facilities, their homes or wherever, everything has to be looked, that's distributed computing we've been there before, right? I mean. >> Yeah and I think the way Ron, I think describes it, is highly accurate in his company, obviously, but in many companies where, if you've got those 18,000 end points in distributed computing you need to be able to gain visibility into production. And production could be a piece of code living anywhere. And if you can gain that and do that in a secure way which what we do AppDynamics, with our deep code insights, then you can look at data on demand and you can begin to understand the context of what's happening for that end user experience. And you can line up a watch point to watch the code that's executing. And then if it's not working you can actually see how it's not working, recreate that and actually fix it right the first time because you can actually see the code and production in the cloud in this distributed environment. And really be it's more powerful way to operate to reduce time when something happens that you need to fix. >> I was talking to a friend yesterday about this. We weren't on camera. I wish the cameras were rolling. But I'd love to get you guys' reaction to this, because we were saying... I remember when I broke into the business as a young CS major in the late '80s. We had to install everything by hand the software, you install stuff on a server. Or had stuff on a machine and then you put it on a server, you put it in a data center, all those things, right? The young kids then come in and saying, "Okay, I just use the cloud." The next generation and they never installed anything. They don't even know what an installation pack is. Now the next generation's not going to have versions. So you start to get into this notion of evolution with software, because if it's software operated you don't know what version you're running. It shouldn't be disruptive. And the point is this is where I think you guys are getting to here is, the holy grail is there's no disruption. You're running your software at home. Your reaction to that kind of evolution. >> Yeah, you want to take that Steve first? >> Yeah, sure. I mean, it's like you said, the way that code has gone to be delivered and executed is it explodes and disappears. And if there is no way to track that and trace that and understand it, the generation we're in of code, that's a femoral. What's it going to be next? And where's it going to go? And will it ever live anywhere that's alive? The technologies are really being pushed and that's the exciting part. And that's why from an AppDynamics perspective, we're investing in open telemetry is distributed tracing. So as you got distributed computing, we do distributed tracing. And we really look at the problem and provide solutions for our customers. >> Awesome. Ron, your time. I mean, observability, if you can't observe it, you can't measure it. You don't understand, it opens up a lot of things. You got to have the observation space and that's everything. It's hard. >> Yeah. Yeah. And especially as we transition from visual physical servers to virtual hosts, to virtual processes, to virtual functions, right? At some point it's the, I don't even know how to measure capacity for a function in the cloud, right? Let alone try to understand well, what's the cost going to be before I actually deploy it and measure what it's going to cost, right? So these are some of the areas where I think a lot of companies are struggling in understanding how do I move something I'm traditionally very comfortable with. This, I know how much a host costs and I can put my software on there and I can run the CPU at 100% and then I know what I'm getting. But as you start moving into virtual processes and virtual functions, it makes it so much more difficult to think about how you do that capacity planning and budgeting exercise in advance. One of the things that we do with observability is we can test it and we can measure it. And then based on that measure we can make predictions about, okay, this is what it looks like in Def, let's extrapolate what that looks like in production, just by scaling the load. And in areas where you've taken IO and network out of the equation that kind of extrapolation works very well. >> That's awesome. Congratulations on a great a use case, Ron. Thanks for sharing your story, Steven. >> Of course. >> Thanks for coming along and highlighting this great use case and congratulations on having a killer product with observability of AppDynamics. We've been following your work as a company and now at Cisco. So yeah, it's killer software. >> Thanks. Modern software is upon us again the next levels here, gentlemen, thank you for your time. Appreciate the insight >> It been a pleasure. >> Welcome. Thank you for the opportunity. >> Okay, This is the CUBE's virtual covers. We are the CUBE virtual. This is what we do now. We're not in person, but we're remote. When we get back to real life, we'll be back on the scene. We're still doing the interviews. Thanks for watching re:Invent coverage 2020 virtual. (soft music)
SUMMARY :
Thanks for coming on the CUBE Virtual. of the transformation journey, and fix it right the first time. mean to you these days? and opportunities to scale And then you got obviously video that aren't going to be and the Amazon all fit together and you want to have that on the opportunity to virtual And the key to this is speed. So I got to ask you then, what One of the things that Steve And that is the expectations of the users and the tooling problems a I mean, the joke Steven is, and actually fix it right the first time And the point is this is and that's the exciting part. You got to have the observation and I can run the CPU at 100% Thanks for sharing your story, Steven. and highlighting this great use case again the next levels here, Thank you for the opportunity. Okay, This is the
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve | PERSON | 0.99+ |
Ron | PERSON | 0.99+ |
Ron Teeter | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Steven | PERSON | 0.99+ |
2013 | DATE | 0.99+ |
2008 | DATE | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
AppDynamics | ORGANIZATION | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
March | DATE | 0.99+ |
95% | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
August | DATE | 0.99+ |
next year | DATE | 0.99+ |
18,000 | QUANTITY | 0.99+ |
60% | QUANTITY | 0.99+ |
September | DATE | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
10 seconds | QUANTITY | 0.99+ |
Steven Long | PERSON | 0.99+ |
last year | DATE | 0.99+ |
AppDynamic | ORGANIZATION | 0.99+ |
400 facilities | QUANTITY | 0.99+ |
20 mile | QUANTITY | 0.99+ |
'21 | DATE | 0.99+ |
two extremes | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
one solution | QUANTITY | 0.99+ |
nine months ago | DATE | 0.99+ |
Jobvite | PERSON | 0.98+ |
first time | QUANTITY | 0.98+ |
18,000 facilities | QUANTITY | 0.98+ |
last month | DATE | 0.98+ |
pandemic | EVENT | 0.98+ |
one | QUANTITY | 0.97+ |
this week | DATE | 0.97+ |
One | QUANTITY | 0.97+ |
18,000 end points | QUANTITY | 0.97+ |
Intel | ORGANIZATION | 0.97+ |
Jobvite | ORGANIZATION | 0.97+ |
two additional products | QUANTITY | 0.96+ |
one simple feature | QUANTITY | 0.96+ |
late '80s | DATE | 0.96+ |
today | DATE | 0.96+ |
CUBE virtual | COMMERCIAL_ITEM | 0.95+ |
three weeks | QUANTITY | 0.94+ |
this year | DATE | 0.94+ |
first | QUANTITY | 0.94+ |
earlier this year | DATE | 0.93+ |
zero trust | QUANTITY | 0.93+ |
Invent | EVENT | 0.87+ |
2020 | DATE | 0.87+ |
100% people | QUANTITY | 0.85+ |
Jobvite | TITLE | 0.77+ |
Steven Lueck, Associated Bank | IBM DataOps in Action
from the cube studios in Palo Alto in Boston connecting with thought leaders all around the world this is a cube conversation hi Bri welcome back this is Dave Volante and welcome to this special presentation made possible by IBM we're talking about data op data ops in Acton Steve Lucas here he's the senior vice president and director of data management at Associated Bank be great to see how are things going and in Wisconsin all safe we're doing well we're staying safe staying healthy thanks for having me Dave yeah you're very welcome so Associated Bank and regional bank Midwest to cover a lot of the territories not just Wisconsin but another number of other states around there retail commercial lending real estate offices stuff I think the largest bank in in Wisconsin but tell us a little bit about your business in your specific role sure yeah no it's a good intro we're definitely largest bank at Corvis concen and then we have branches in the in the Upper Midwest area so Minnesota Illinois Wisconsin our primary locations my role at associated I'm director data management so been with the bank a couple of years now and really just focused on defining our data strategy as an overall everything from data ingestion through consumption of data and analytics all the way through and then I'm also the data governance components and keeping the controls and the rails in place around all of our data in its usage so financial services obviously one of the more cutting-edge industries in terms of their use of technology not only are you good negotiators but you you often are early adopters you guys were on the Big Data bandwagon early a lot of financial services firms we're kind of early on in Hadoop but I wonder if you could tell us a little bit about sort of the business drivers and and where's the poor the pressure point that are informing your digital strategy your your data and data op strategy sure yeah I think that one of the key areas for us is that we're trying to shift from more of a reactive mode into more of a predictive prescriptive mode from a data and analytics perspective and using our data to infuse and drive more business decisions but also to infuse it in actual applications and customer experience etc so we have a wealth of data at our fingertips we're really focused on starting to build out that data link style strategy make sure that we're kind of ahead of the curve as far as trying to predict what our end users are going to need and some of the advanced use cases we're going to have before we even know that they actually exist right so it's really trying to prepare us for the future and what's next and and then abling and empowering the business to be able to pivot when we need to without having everything perfect that they prescribed and and ready for what if we could talk about a little bit about the data journey I know it's kind of a buzzword but in my career as a independent observer and analyst I've kind of watched the promise of whether it was decision support systems or enterprise data warehouse you know give that 360 degree view of the business the the real-time nature the the customer intimacy all that in and up until sort of the recent digital you know meme I feel as though the industry hasn't lived up to that promise so I wonder if you could take us through the journey and tell us sort of where you came from and where you are today and I really want to sort of understand some of the successes they've had sure no that's a that's a great point nice I feel like as an industry I think we're at a point now where the the people process technology have sort of all caught up to each other right I feel that that real-time streaming analytics the data service mentality just leveraging web services and API is more throughout our organization in our industry as a whole I feel like that's really starting to take shape right now and and all the pieces of that puzzle have come together so kind of where we started from a journey perspective it was it was very much if your your legacy reporting data warehouse mindset of tell me tell me the data elements that you think you're going to need we'll figure out how do we map those in and form them we'll figure out how to get those prepared for you and that whole lifecycle that waterfall mentality of how do we get this through the funnel and get it to users quality was usually there the the enablement was still there but it was missing that that rapid turnaround it was also missing the the what's next right than what you haven't thought of and almost to a point of just discouraging people from asking for too many things because it got too expensive it got too hard to maintain there was some difficulty in that space so some of the things that we're trying to do now is build that that enablement mentality of encouraging people to ask for everything so when we bring out new systems - the bank is no longer an option as far as how much data they're going to send to us right we're getting all of the data we're going to we're going to bring that all together for people and then really starting to figure out how can this data now be used and and we almost have to push that out and infuse it within our organization as opposed to waiting for it to be asked for so I think that all of the the concepts so that bringing that people process and then now the tools and capabilities together has really started to make a move for us and in the industry I mean it's really not an uncommon story right you had a traditional data warehouse system you had you know some experts that you had to go through to get the data the business kind of felt like it didn't own the data you know it felt like it was imposing every time it made a request or maybe it was frustrated because it took so long and then by the time they got the data perhaps you know the market had shifted so it create a lot of frustration and then to your point but but it became very useful as a reporting tool and that was kind of this the sweet spot so so how did you overcome that and you know get to where you are today and you know kind of where are you today I was gonna say I think we're still overcoming that we'll see it'll see how this all goes right I think there's there's a couple of things that you know we've started to enable first off is just having that a concept of scale and enablement mentality and everything that we do so when we bring systems on we bring on everything we're starting to have those those components and pieces in place and we're starting to build more framework base reusable processes and procedures so that every ask is not brand new it's not this reinvent the wheel and resolve for for all that work so I think that's helped if expedite our time to market and really get some of the buy-in and support from around the organization and it's really just finding the right use cases and finding the different business partners to work with and partner with so that you help them through their journey as well is there I'm there on a similar roadmap and journey for for their own life cycles as well in their product element or whatever business line there so from a process standpoint that you kind of have to jettison the you mentioned waterfall before and move to a more being an agile approach did it require different different skill sets talk about the process and the people side of yeah it's been a it's been a shift we've tried to shift more towards I wouldn't call us more formal agile I would say we're a little bit more lean from a an iterative backlog type of approach right so what are you putting that work together in queues and having the queue of B reprioritized working with the business owners to help through those things has been a key success criteria for us and how we start to manage that work as opposed to opening formal project requests and and having all that work have to funnel through some of the old channels that like you mentioned earlier kind of distracted a little bit from from the way things had been done in the past and added some layers that people felt potentially wouldn't be necessary if they thought it was a small ask in their eyes you know I think it also led to a lot of some of the data silos and and components that we have in place today in the industry and I don't think our company is alone and having data silos and components of data in different locations but those are there for a reason though those were there because they're they're filling a need that has been missing or a gap in the solution so what we're trying to do is really take that to heart and evaluate what can we do to enable those mindsets and those mentalities and find out what was the gap and why did they have to go get a siloed solution or work around operations and technology and the channels that had been in place what would you say well your biggest challenges in getting from point A to point B point B being where you are today there were challenges on each of the components of the pillar right so people process technology people are hard to change right men behavioral type changes has been difficult that there's components of that that definitely has been in place same with the process side right so so changing it into that backlog style mentality and working with the users and having more that be sort of that maintenance type support work is is a different call culture for our organization and traditional project management and then the tool sets right the the tools and capabilities we had to look in and evaluate what tools do we need to Mabel this behavior in this mentality how do we enable more self-service the exploration how do we get people the data that they need when they need it and empower them to use so maybe you could share with us some of the outcomes and I know it's yeah we're never done in this business but but thinking about you know the investments that you've made in intact people in reprocessing you know the time it takes to get leadership involved what has been so far anyway the business outcome and you share any any metrics or it is sort of subjective a guidance I yeah I think from a subjective perspective the some of the biggest things for us has just been our ability to to truly start to have that very 60 degree view of the customer which we're probably never going to get they're officially right there's there everyone's striving for that but the ability to have you know all of that data available kind of at our fingertips and have that all consolidated now into one one location one platform and start to be that hub that starts to redistribute that data to our applications and infusing that out has been a key component for us I think some of the other big kind of components are differentiators for us and value that we can show from an organizational perspective we're in an M&A mode right so we're always looking from a merger and acquisition perspective our the model that we've built out from a data strategy perspective has proven itself useful over and over now in that M&A mentality of how do you rapidly ingest new data sets it had understood get it distributed to the right consumers it's fit our model exactly and and it hasn't been an exception it's been just part of our overall framework for how we get that data and it wasn't anything new that we had to do different because it was M&A just timelines were probably a little bit more expedited the other thing that's been interesting in some of the world that were in now right from a a Kovach perspective and having a pivot and start to change some of the way we do business and some of the PPP loans and and our business models sort of had to change overnight and our ability to work with our different lines of business and get them the data they need to help drive those decisions was another scenario where had we not had the foundational components there in the platform there to do some of this if we would have spun a little bit longer so your data ops approach I'm gonna use that term helped you in this in this kovat situation I mean you had the PPE you had you know of slew of businesses looking to get access to that money you had uncertainty with regard to kind of what the rules of the game were what you was the bank you had a Judah cape but you it was really kind of opaque in terms of what you had to do the volume of loans had to go through the roof in the time frame it was like within days or weeks that you had to provide these so I wonder if we could talk about that a little bit and how you're sort of approach the data helped you be prepared for that yeah no it was a race I mean the bottom line was it felt like a race right from from industry perspective as far as how how could we get this out there soon enough fast enough provide the most value to our customers our applications teams did a phenomenal job on enabling the applications to help streamline some of the application process for the loans themselves but from a data and reporting perspective behind the scenes we were there and we had some tools and capabilities and readiness to say we have the data now in our in our lake we can start to do some business driven decisions around all all of the different components of what's being processed on a daily basis from an application perspective versus what's been funded and how do those start to funnel all the way through doing some data quality checks and operational reporting checks to make sure that that data move properly and got booked in in the proper ways because of the rapid nature of how that was was all being done other covent type use cases as well we had some some different scenarios around different feed reporting and and other capabilities that the business wasn't necessarily prepared for we wouldn't have planned to have some of these types of things and reporting in place that we were able to give it because we had access to all the data because of these frameworks that we had put into place that we could pretty rapidly start to turn around some of those data some of those data points and analytics for us to make some some better decisions so given the propensity in the pace of M&A there has to be a challenge fundamentally in just in terms of data quality consistency governance give us the before and after you know before kind of before being the before the data ops mindset and after being kind of where you are today I think that's still a journey we're always trying to get better on that as well but the data ops mindset for us really has has shifted us to start to think about automation right pipelines that enablement a constant improvement and and how do we deploy faster deploy more consistently and and have the right capabilities in place when we need it so you know where some of that has come into place from an M&A perspective is it's really been around the building scale into everything that we do dezq real-time nature this scalability the rapid deployment models that we have in place is really where that starts to join forces and really become become powerful having having the ability to rapidly ingesting new data sources whether we know about it or not and then exposing that and having the tools and platforms be able to expose that to our users and enable our business lines whether it's covent whether it's M&A the use cases keep coming up right they we keep running into the same same concept which is how rapidly get people the data they need when they need it but still provide the rails and controls and make sure that it's governed and controllable on the way as well [Music] about the tech though wonder if we could spend some time on that I mean can you paint a picture of us so I thought what what what we're looking at here you've got you know some traditional IDI w's involved I'm sure you've got lots of data sources you you may be one of the zookeepers from the the Hadoop days with a lot of you know experimentation there may be some machine intelligence and they are painting a pic before us but sure no so we're kind of evolving some of the tool sets and capabilities as well we have some some generic kind of custom in-house build ingestion frameworks that we've started to build out for how to rapidly ingest and kind of script out the nature of of how we bring those data sources into play what we're what we've now started as well as is a journey down IBM compact product which is really gonna it's providing us that ability to govern and control all of our data sources and then start to enable some of that real-time ad hoc analytics and data preparation data shaping so some of the components that we're doing in there is just around that data discovery pointing that data sources rapidly running data profiles exposing that data to our users obviously very handy in the emanating space and and anytime you get new data sources in but then the concept of publishing that and leveraging some of the AI capabilities of assigning business terms in the data glossary and those components is another key component for us on the on the consumption side of the house for for data we have a couple of tools in place where Cognos shop we do a tableau from a data visualization perspective as well that what that were we're leveraging but that's where cloud pack is now starting to come into play as well from a data refinement perspective and giving the ability for users to actually go start to shape and prep their data sets all within that governed concept and then we've actually now started down the enablement path from an AI perspective with Python and R and we're using compact to be our orchestration tool to keep all that governed and controlled as well enable some some new AI models and some new technologies in that space we're actually starting to convert all of our custom-built frameworks into python now as well so we start to have some of that embedded within cloud pack and we can start to use some of the rails of those frameworks with it within them okay so you've got the ingest and ingestion side you've done a lot of automation it sounds like called the data profiling that's maybe what classification and automating that piece and then you've got the data quality piece the governance you got visualization with with tableau and and this kind of all fits together in a in an open quote unquote open framework is that right yeah I exactly I mean the the framework itself from our perspective where we're trying to keep the tools as as consistent as we can we really want to enable our users to have the tools that they need in the toolbox and and keep all that open what we're trying to focus on is making sure that they get the same data the same experience through whatever tool and mechanism that they're consuming from so that's where that platform mentality comes into place having compact in the middle to help govern all that and and reprovision some of those data sources out for us has it has been a key component for us well see if it sounds like you're you know making a lot of progress or you know so the days of the data temple or the high priest of data or the sort of keepers of that data really to more of a data culture where the businesses kind of feel ownership for their own data you believe self-service I think you've got confidence much more confident than the in the compliance and governance piece but bring us home just in terms of that notion of data culture and where you are and where you're headed no definitely I think that's that's been a key for us too as as part of our strategy is really helping we put in a strategy that helps define and dictate some of those structures and ownership and make that more clear some of the of the failures of the past if you will from an overall my monster data warehouse was around nobody ever owned it there was there wasn't you always ran that that risk of either the loudest consumer actually owned it or no one actually owned it what we've started to do with this is that Lake mentality and and having all that data ingested into our our frameworks the data owners are clear-cut it's who sends that data in what is the book record system for that source data we don't want a ability we don't touch it we don't transform it as we load it it sits there and available you own it we're doing the same mentality on the consumer side so we have we have a series of structures from a consumption perspective that all of our users are consuming our data if it's represented exactly how they want to consume it so again that ownership we're trying to take out a lot of that gray area and I'm enabling them to say yeah I own this I understand what I'm what I'm going after and and I can put the the ownership and the rule and rules and the stewardship around that as opposed to having that gray model in the middle that that that we never we never get but I guess to kind of close it out really the the concept for us is enabling people and end-users right giving them the data that they need when they need it and it's it's really about providing the framework and then the rails around around doing that and it's not about building out a formal bill warehouse model or a formal lessor like you mentioned before some of the you know the ivory tower type concepts right it's really about purpose-built data sets getting the giving our users empowered with the data they need when they need it all the way through and fusing that into our applications so that the applications and provide the best user experiences and and use the data to our advantage all about enabling the business I got a shove all I have you how's that IBM doing you know as a as a partner what do you like what could they be doing better to make your life easier sure I think I think they've been a great partner for us as far as that that enablement mentality the cloud pack platform has been a key for us we wouldn't be where we are without that tool said I our journey originally when we started looking at tools and modernization of our staff was around data quality data governance type components and tools we now because of the platform have released our first Python I models into the environment we have our studio capabilities natively because of the way that that's all container is now within cloud back so we've been able to enable new use cases and really advance us where we would have a time or a lot a lot more technologies and capabilities and then integrate those ourselves so the ability to have that all done has or and be able to leverage that platform has been a key to helping us get some of these roles out of this as quickly as we have as far as a partnership perspective they've been great as far as listening to what what the next steps are for us where we're headed what can we what do we need more of what can they do to help us get there so it's it's really been an encouraging encouraging environment I think they as far as what can they do better I think it's just keep keep delivering write it delivery is ping so keep keep releasing the new functionality and features and keeping the quality of the product intact well see it was great having you on the cube we always love to get the practitioner angle sounds like you've made a lot of progress and as I said when we're never finished in this industry so best of luck to you stay safe then and thanks so much for for sharing appreciate it thank you all right and thank you for watching everybody this is Dave Volante for the cube data ops in action we got the crowd chat a little bit later get right there but right back right of this short break [Music] [Music]
**Summary and Sentiment Analysis are not been shown because of improper transcript**
ENTITIES
Entity | Category | Confidence |
---|---|---|
Wisconsin | LOCATION | 0.99+ |
Dave Volante | PERSON | 0.99+ |
Associated Bank | ORGANIZATION | 0.99+ |
Dave | PERSON | 0.99+ |
Steve Lucas | PERSON | 0.99+ |
Steven Lueck | PERSON | 0.99+ |
python | TITLE | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
360 degree | QUANTITY | 0.99+ |
Minnesota | LOCATION | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
60 degree | QUANTITY | 0.99+ |
Python | TITLE | 0.99+ |
today | DATE | 0.98+ |
Boston | LOCATION | 0.98+ |
first | QUANTITY | 0.97+ |
each | QUANTITY | 0.95+ |
Acton | ORGANIZATION | 0.94+ |
Cognos | ORGANIZATION | 0.94+ |
M&A | TITLE | 0.92+ |
one platform | QUANTITY | 0.91+ |
one | QUANTITY | 0.9+ |
Corvis concen | ORGANIZATION | 0.87+ |
Midwest | LOCATION | 0.87+ |
R | TITLE | 0.86+ |
Upper Midwest | LOCATION | 0.83+ |
IBM DataOps in Action | ORGANIZATION | 0.81+ |
one location | QUANTITY | 0.79+ |
agile | TITLE | 0.78+ |
a couple of years | QUANTITY | 0.75+ |
M&A | ORGANIZATION | 0.7+ |
point B | OTHER | 0.69+ |
Illinois Wisconsin | LOCATION | 0.68+ |
couple of tools | QUANTITY | 0.67+ |
point | OTHER | 0.52+ |
couple of things | QUANTITY | 0.5+ |
Judah | PERSON | 0.31+ |
Hadoop | LOCATION | 0.28+ |
Steven Lueck Promo
I'm Steve looook I am director of data management at associated bank regional bank headquartered out of Green Bay Wisconsin so some IBM cloud pack has really helped enable our organization from an orchestration tool all the way from ingestion of data all the way through consumption and doing data prep and shaping and really helped enable some of our advanced analytics through Python and AI models in our studio for a must' tist achill perspective and really opened our worlds from a use case perspective as well as providing the the governance and controls and rails in place that we need to maintain our data governance self service is a key focus area for us it's it's really around enablement and getting the right people access to the right data when they need it so you know cloud pack is able to help us solution for that and provide them what they need to start to infuse that data into their business processes and applications data obstinate tality for us has helped us change the way we really do business and think it's it's our focus is on scalability and in time to market and in efficiency is is really the focus that that's allowed us to shift do so it's it's how do we enable folks and enable our people process and technologies across the whole stack to to be as scalable and as efficient as as they can be along with that constant improvement mentality that continuous improvement components of DevOps that also brings to the table
**Summary and Sentiment Analysis are not been shown because of improper transcript**
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve looook | PERSON | 0.99+ |
Python | TITLE | 0.99+ |
Steven Lueck | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.98+ |
Green Bay Wisconsin | LOCATION | 0.95+ |
DevOps | TITLE | 0.72+ |
cloud | COMMERCIAL_ITEM | 0.55+ |
John Thomas & Steven Eliuk, IBM | IBM CDO Summit 2019
>> Live from San Francisco, California, it's theCUBE, covering the IBM Chief Data Officer Summit. Brought to you by IBM. >> We're back at San Francisco. We're here at Fisherman's Wharf covering the IBM Chief Data Officer event #IBMCDO. This is the tenth year of this event. They tend to bookend them both in San Francisco and in Boston, and you're watching theCUBE, the leader in live tech coverage. My name is Dave Valante. John Thomas is here, Cube alum and distinguished engineer, Director of Analytics at IBM, and somebody who provides technical direction to the data science elite team. John, good to see you again. Steve Aliouk is back. He is the Vice President of Deep Learning in the Global Chief Data Office, thanks for comin' on again. >> No problem. >> Let's get into it. So John, you and I have talked over the years at this event. What's new these days, what are you working on? >> So Dave, still working with clients on implementing data science and AI data use cases, mostly enterprise clients, and seeing a variety of different things developing in that space. Things have moved into broader discussions around AI and how to actually get value out of that. >> Okay, so I know one of the things that you've talked about is operationalizing machine intelligence and AI and cognitive and that's always a challenge, right. Sounds good, we see this potential but unless you change the operating model, you're not going to get the type of business value, so how do you operationalize AI? >> Yeah, this is a good question Dave. So, enterprises, many of them, are beginning to realize that it is not enough to focus on just the coding and development of the models, right. So they can hire super-talented Python TensorFlow programmers and get the model building done, but there's no value in it until these models actually are operationalized in the context of the business. So one aspect of this is, actually we know, we are thinking of this in a very systematic way and talking about this in a prescriptive way. So, you've got to scope your use cases out. You got to understand what is involved in implementing the use case. Then the steps are build, run, manage, and each of these have technical aspects and business aspects around, right. So most people jump right into the build aspect, which is writing the code. Yeah, that's great, but once you build the code, build the models by writing code, how do you actually deploy these models? Whether that is for online invocation or back storing or whatever, how do you manage the performance of these models over time, how do you retrain these models, and most importantly, when these models are in production, how do I actually understand the business metrics around them? 'Cause this goes back to that first step of scoping. What are the business KPI's that the line of business cares about? The data scientist talks about data science metrics, position and recall and Area Under the ROC Curve and accuracy and so on. But how do these relate to business KPI's. >> All right, so we're going to get into each of those steps in a moment, but Steve I want to ask you, so part of your charter, Inderpal, Global Chief Data Officer, you guys have to do this for IBM, right, drink your own champagne, dog footing, whatever you call it. But there's real business reasons for you to do that. So how is IBM operationalizing AI? What kind of learnings can you share? >> Well, the beauty is I got a wide portfolio of products that I can pull from, so that's nice. Like things like AI open to Watson, some of the hardware components, all that stuffs kind of being baked in. But part of the reason that John and I want to do this interview together, is because what he's producing, what his thoughts are kind of resonates very well for our own practices internally. We've got so many enterprise use cases, how are we deciding, you know, which ones to work on, which ones have the data, potentially which ones have the biggest business impact, all those KPI's etcetera, also, in addition to, for the practitioners, once we decide on a specific enterprise use case to work on, when have they reached the level where the enterprise is having a return on investment? They don't need to keep refining and refining and refining, or maybe they do, but they don't know these practitioners. So we have to clearly justify it, and scope it accordingly, or these practitioners are left in this kind of limbo, where they're producing things, but not able to iterate effectively for the business, right? So that process is a big problem I'm facing internally. We got hundreds of internal use cases, and we're trying to iterate through them. There's an immense amount of scoping, understanding, etcetera, but at the same time, we're building more and more technical debt, as the process evolves, being able to move from project to project, my team is ballooning, we can't do this, we can't keep growing, they're not going to give me another hundred head count, another hundred head count, so we're definitely need to manage it more appropriately. And that's where this mentality comes in there's-- >> All right, so I got a lot of questions. I want to start unpacking this stuff. So the scope piece, that's we're setting goals, identifying the metrics, success metrics, KPI's, and the like, okay, reasonable starting point. But then you go into this, I think you call it, the explore or understanding phase. What's that all about, is that where governance comes in? >> That's exactly where governance comes in. Right, so because it is, you know, we all know the expression, garbage in, garbage out, if you don't know what data you're working with for your machine learning and deep learning enterprise projects, you will not have the resource that you want. And you might think this is obvious, but in an enterprise setting, understanding where the data comes from, who owns the data, who work on the data, the lineage of that data, who is allowed access to the data, policies and rules around that, it's all important. Because without all of these things in place, the models will be questioned later on, and the value of the models will not realized, right? So that part of exploration or understanding, whatever you want to call it, is about understanding data that has to be used by the ML process, but then at a point in time, the models themselves need to be cataloged, need to be published, because the business as a whole needs to understand what models have been produced out of this data. So who built these models? Just as you have lineage of data, you need lineage of models. You need to understand what API's are associated with the models that are being produced. What are the business KPI's that are linked to model metrics? So all of that is part of this understand and explore path. >> Okay, and then you go to build. I think people understand that, everybody wants to start there, just start the dessert, and then you get into the sort of run and manage piece. Run, you want a time to value, and then when you get to the management phase, you really want to be efficient, cost-effective, and then iterative. Okay, so here's the hard question here is. What you just described, some of the folks, particularly the builders are going to say, "Aw, such a waterfall approach. Just start coding." Remember 15 years ago, it was like, "Okay, how do we "write better software, just start building! "Forget about the requirements, "Just start writing code." Okay, but then what happens, is you have to bolt on governance and security and everything else so, talk about how you are able to maintain agility in this model. >> Yeah, I was going to use the word agile, right? So even in each of these phases, it is an agile approach. So the mindset is about agile sprints and our two week long sprints, with very specific metrics at the end of each sprint that is validated against the line of business requirements. So although it might sound waterfall, you're actually taking an agile approach to each of these steps. And if you are going through this, you have also the option to course correct as it goes along, because think of this, the first step was scoping. The line of business gave you a bunch of business metrics or business KPI's they care about, but somewhere in the build phase, past sprint one or sprint 2, you realize, oh well, you know what, that business KPI is not directly achievable or it needs to be refined or tweaked. And there is that circle back with the line of business and a course correction as it was. So it's a very agile approach that you have to take. >> Are they, are they, That's I think right on, because again, if you go and bolt on compliance and governance and security after the fact, we know from years of experience, that it really doesn't work well. You build up technical debt faster. But are these quasi-parallel? I mean there's somethings that you can do in build as the scoping is going on. Is there collaboration so you can describe, can you describe that a little bit? >> Absolutely, so for example, if I know the domain of the problem, I can actually get started with templates that help me accelerate the build process. So I think in your group, for example, IBM internally, there are many, many templates these guys are using. Want to talk a little bit about that? >> Well, we can't just start building up every single time. You know, that's again, I'm going to use this word and really resonate it, you know it's not extensible. Each project, we have to get to the point of using templates, so we had to look at those initiatives and invest in those initiatives, 'cause initially it's harder. But at least once we have some of those cookie-cutter templates and some of them, they might have to have abstractions around certain parts of them, but that's the only way we're ever able to kind of tackle so many problems. So no, without a doubt, it's an important consideration, but at the same time, you have to appreciate there's a lot of projects that are fundamentally different. And that's when you have to have very senior people kind of looking at how to abstract those templates to make them reusable and consumable by others. >> But the team structure, it's not a single amoeba going through all these steps right? These are smaller teams that are, and then there's some threading between each step? >> This is important. >> Yeah, that's tough. We were just talking about that concept. >> Just talking about skills and >> The bind between those groups is something that we're trying to figure out how to break down. 'Cause that's something he recognizes, I recognize internally, but understanding that those peoples tasks, they're never going to be able to iterate through different enterprise problems, unless they break down those borders and really invest in the communication and building those tools. >> Exactly, you talk about full stack teams. So you, it is not enough to have coding skills obviously. >> Right. What is the skill needed to get this into a run environment, right? What is the skill needed to take metrics like not metrics, but explainability, fairness in the moderates, and map that to business metrics. That's a very different skill from Python coding skills. So full stack teams are important, and at the beginning of this process where someone, line of business throws 100 different ideas at you, and you have to go through the scoping exercise, that is a very specific skill that is needed, working together with your coders and runtime administrators. Because how do you define the business KPI's and how do you refine them later on in the life cycle? And how do you translate between line of business lingo and what the coders are going to call it? So it's a full stack team concept. It may not necessarily all be in one group, it may be, but they have to work together across these different side loads to make it successful. >> All right guys, we got to leave it there, the trains are backing up here at IBM CDO conference. Thanks so much for sharing the perspectives on this. All right, keep it right there everybody. You're watchin' "theCUBE" from San Francisco, we're here at Fisherman's Wharf. The IBM Chief Data Officer event. Right back. (bubbly electronic music)
SUMMARY :
Brought to you by IBM. John, good to see you again. So John, you and I have talked over the years at this event. and how to actually get value out of that. Okay, so I know one of the things that you've talked about and development of the models, right. What kind of learnings can you share? as the process evolves, being able to move KPI's, and the like, okay, reasonable starting point. the models themselves need to be cataloged, just start the dessert, and then you get into So it's a very agile approach that you have to take. can do in build as the scoping is going on. that help me accelerate the build process. but at the same time, you have to appreciate Yeah, that's tough. and really invest in the communication Exactly, you talk about full stack teams. What is the skill needed to take metrics like Thanks so much for sharing the perspectives on this.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve Aliouk | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Dave Valante | PERSON | 0.99+ |
Boston | LOCATION | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
Dave | PERSON | 0.99+ |
John Thomas | PERSON | 0.99+ |
tenth year | QUANTITY | 0.99+ |
first step | QUANTITY | 0.99+ |
San Francisco, California | LOCATION | 0.99+ |
each | QUANTITY | 0.99+ |
two week | QUANTITY | 0.99+ |
Python | TITLE | 0.99+ |
100 different ideas | QUANTITY | 0.99+ |
hundreds | QUANTITY | 0.99+ |
Steven Eliuk | PERSON | 0.99+ |
Each project | QUANTITY | 0.99+ |
each step | QUANTITY | 0.98+ |
each sprint | QUANTITY | 0.98+ |
15 years ago | DATE | 0.98+ |
one aspect | QUANTITY | 0.98+ |
Fisherman's Wharf | LOCATION | 0.98+ |
IBM Chief Data Officer Summit | EVENT | 0.97+ |
Chief Data Officer | EVENT | 0.96+ |
both | QUANTITY | 0.96+ |
one group | QUANTITY | 0.96+ |
single | QUANTITY | 0.95+ |
IBM CDO | EVENT | 0.95+ |
one | QUANTITY | 0.95+ |
theCUBE | TITLE | 0.94+ |
hundred head count | QUANTITY | 0.94+ |
IBM CDO Summit 2019 | EVENT | 0.94+ |
Global Chief Data Office | ORGANIZATION | 0.9+ |
Vice President | PERSON | 0.88+ |
#IBMCDO | EVENT | 0.84+ |
single time | QUANTITY | 0.83+ |
agile | TITLE | 0.81+ |
Inderpal | PERSON | 0.8+ |
Deep Learning | ORGANIZATION | 0.76+ |
Chief | EVENT | 0.72+ |
Watson | TITLE | 0.69+ |
Officer | EVENT | 0.69+ |
sprint 2 | OTHER | 0.65+ |
use cases | QUANTITY | 0.62+ |
Global | PERSON | 0.57+ |
once | QUANTITY | 0.56+ |
Chief Data Officer | PERSON | 0.53+ |
Cube | ORGANIZATION | 0.49+ |
theCUBE | EVENT | 0.45+ |
Steven Eliuk & Timothy Humphrey, IBM | IBM CDO 2019
>> Live from San Francisco, California, it's the Cube, covering the IBM Chief Data Officer Summit, brought to you by IBM. >> Hello, everyone. Welcome to historic Fisherman's Wharf in San Francisco. We're covering the IBM Chief Data Officer event, #IBMCDO. This is the Cube's, I think, eighth time covering this event. This is the tenth year anniversary of the IBM CDO event, and it's a little different format today. We're here at day one. It's like a half day. They start at noon, and then the keynotes. We're starting a little bit early. We're going to go all day today. My name is Dave Volante. Steve Eliuk is here. He's a Cube alum and Vice President of Deep Learning and the Global Chief Data Officer at IBM. And Tim Humphrey, the VP at the Chief Data Office at IBM. Gents, welcome to the Cube. >> Welcome, glad to be here. >> So, couple years ago, Ginni Rometty, at a big conference, talked about incumbent disruptors, and the whole notion was that you've got established businesses that need to transform into data businesses. Well, that struck me, that well, if IBM's going to sell that to its customers, it has to go through its own transformation, Steve. So let's start there. What is IBM doing to transform into a data company? >> Well, I've been at IBM for, you know, two years now, and luckily I'm benefiting from a lot of that transformation that's taken place over the past three or four years. So, internally, getting (mumbling) in order, understanding it, going through various different foundation stones, building those building blocks so that we can gather new insights and traverse through the cognitive journey. One of the nice things though, is that we have such a wide, diverse set of data within the company. So for different types of enterprise use cases that have benefits from AI, we have a lot of data assets that we can pull from. Now, keeping those data assets in good order is a challenging task in itself. And I'm able to pull from a lot of different tools that IBM's building for our customers. I get to use them internally, look at them, evaluate them, give them real practitioner's point of view to ultimately get insight for our internal business practices, but also for our customers in turn. >> Okay, so, when you think about a data business, they've got data at the core. I'm going to draw a, like, simple conceptual picture, and you've got people around it, maybe you've got processes around it. IBM, hundred-plus-year-old company, you've got different things at the core. It's products. It's people. It's business process. So maybe you could talk, Tim, about how you guys have gone about putting data at the center of the universe. Is that the right way to think about it? >> It is the right way to think about it, and I like how you were describing it. Because when you think about IBM, we've been around over a hundred years, and we do business in roughly over 170 countries. And we have businesses that span hardware, software, services, financing. And along the way, we've also acquired and divested a lot of companies and a lot of businesses. So what that leaves you with is a very fragmented data landscape, right? You know, to support regulations in this country, taxes, tax rules in another country, and having all these different types of businesses. Some you inherit. Some are born from within your company. It just leaves a lot of data silos. And as we see transformations being so important, and data is at the heart of that transformation, it was important for us to really be able to organize ourselves such that access to data is not a problem. Such that being able to combine data across disciplines from finance to HR to sales to marketing to procurement. That was the big challenge, right? And to do this in a way that really unlocks the value of the data, right? It's very easy to use somebody like one of my good, smart friends here, Steven Eliuk to develop models within a domain. But when you talk about cross-functional, complex data coming together to enable models, that's like the Holy Grail of transformation. Then we can deliver real business value. Then you're not waiting to make decisions. Then you can actually be ahead of trends. And so that's what we've been trying to do And the thought and the journey that we have been on is build a enterprise data platform. So, take the concept of a data lake. Bring in all your data sources into one place, but on top of that, make it more than just a data lake. Bring the services and capabilities that allow you to deliver insights from data together with the data so we have a data platform. And our Cognitive Enterprise data platform sort of enables that transformation, and it makes people like my good friend here much more productive and much more valuable to the business. >> This sounds like just a massive challenge. It's not just a technology challenge, obviously. You've got cultural. I mean, people, "This is my data." >> Yes. >> (laughs) And I'm referring, Tim, you're talking like you're largely through this process, right? So it first of all is... Can you talk about-- >> Basically, I will say this. This is a journey. You're never done, right? And one of the reasons why it is a journey is, if you're going to have a successful business, your business is going to keep transforming. Things are going to keep changing. And even in our landscape today, regulations are going to come. So there's always going to be some type of challenge. So I like to say, we're in a journey. We're not finished. (laughing) We're well down the path, and we've learned a lot. And one of the things we have learned, you hit on it, is culture, right? And it's a little hard to say, okay, I'm opening things up. I don't own the data. The company owns the data. There is that sort of cultural change that has to go along with this transformation. >> And there are technology challenges. I mean, when I first started in this business, AI was a hot concept, but you needed, like, massive supercomputers to actually make them work. Today, you now see their sort of rebirth. You know, (mumbling) talks about the AI winter, and now it's like the AI spring. >> Yeah. >> So how are you guys applying machine intelligence to make IBM a better business? >> Well, ultimately, the technology is really, basically transitioned us from the Dark Ages forward. Previously in the supercomputer mentality, didn't fit well for a lot of AI tasks. Now with GPUs and accelerators and FBGAs and things like that, we're definitely able, along with the data and the curated data that we need, to just fast-track. You know, the practitioners would spend an amazing amount of time gathering, crowdsourcing data, getting it in good order, and then the computational challenges were tough. Now, IBM came to the market with a very interesting computer. The POWER8 and POWER9 architecture has NVLink, which is a proprietary Nvidia, interconnect directly to the CPU. So we can feed GPUs a lot quicker for certain types of tasks. And for certain types of tasks that could mean, you know, you get to market quicker, or we get insights for enterprise problems quicker. So technology's a big deal, but it doesn't just center around GPUs. If you're slow to get access to the data, then that's a big problem. So the governance (mumbling) aspects are just as important, in addition to that, security, privacy, et cetera, also important. The quality of the data, where the data is. So it's and end-to-end system, and if there's any sort of impedance on any of it, it slows down the entire process. But then you have very expensive practitioners who are trying to do their job that are waiting on data or waiting on results. So it's really an end-to-end process. >> Okay, so let's assume for a second the technology box is checked. And again, as you say, Tim, it's a journey, and technology's going to continue to evolve. But we're at a point in technology now where this stuff actually can work. But what about data quality? What about compliance and governance? How are you dealing with the natural data quality problem? Because I'm a PNL manager. I'm saying, well, we're making data decisions, but if I don't like the decision, I'm going to attack the quality of the data. (laughing) So who adjudicates all that, and how have you resolved those challenges? >> Well, I like to think of... I'm an engineer by study, and I just like to think of simple formulas. Garbage in, garbage out. It applies to everything, and it definitely applies to data. >> (laughs) >> Your insights, the models, anything that you build is only going to be as good as the data foundation you have. So one of the key things that we've embarked on a journey on is, how do we standardize all aspects of data across the company? Now, you might say, hey, that's not a hard challenge, but it's really easy to do standards in a silo. For this organization, this is how we're going to call terms like geography, and this is how we'll represent these other terms. But when you do that across functions, it becomes conflict, right? Because people want to do it their own way. So we're on the path of standardizing data across the enterprise. That's going to allow us to have good definitions. And then, as you mentioned earlier, we are trying to use AI to be able to improve our data quality. One of the most important things about data is the metadata, the data that describes the data. >> Mm-hm. >> And we're trying to use AI to enhance our metadata. I'd love for Steven to talk a little bit about this, 'cause this is sort of his brainchild. But it's fascinating to me that we can be on a AI transformation, data can be at the heart of it, and we can use AI (laughs) to help improve the quality of our data. >> Right. >> It's fascinating. >> So the metadata problem is (mumbling) because you've talked about data length before. Then in this day and age, you're talking schema lists. Throw it into a data lake and figure out because you have to be agile for your business. So you can't do that with just human categorization, and you know, it's got to-- >> It could take hours, maybe years. >> For a company the size of IBM, the market would shift so fast, right? So how do you deal with that problem? >> That's exactly it. We're not patient enough to do the normative kind of mentality where you just throw a whole bunch of bodies at it. We're definitely moving from that non-extensible man count, full-time-employee type situation, to looking for ways that we can utilize automation. So around the metadata, quality and understanding of that data was incredibly problematic, and we were just hiring people left, right, and center. And then it's a really tough job that they have dealing with so many different business islands, et cetera. So looking for ways that we could automate that process, we finally found away to do it. So there's a lot of curated data. Now we're looking at data quality in addition to looking at regulatory and governance issues, in addition to automating the labeling of business metadata. And the business metadata is the taxonomy that everything is linked together. We understand it under the same normative umbrella. So then when one of the enterprise use cases says, "Hey, we're looking for additional data assets," oh, it's (snaps) in the cloud here, or it's in a private instance here. But we know it's there, and you can grab it, right? So we're definitely at probably the tail end of that curve now, and it started off really hard, but it's getting easier. So that's-- >> Guys, we got to leave it there. Awesome discussion. I hope we can pick it up in the future when maybe we have more metadata than data. >> (laughs) >> And metadata's going to become more and more valuable. But thank you so much for sharing a little bit about IBM's transformation. It was great having you guys on. >> Thank you. >> Alright, keep it right there, everybody. We'll be back with our next guest right after this short break. You're watching the Cube at IBM CDO in San Francisco. Right back. (electronic music) >> Alright, long clear. Alright, thank you guys. Appreciate it, I wish we had more time.
SUMMARY :
brought to you by IBM. and the Global Chief Data Officer at IBM. and the whole notion was One of the nice things though, Is that the right way to think about it? and data is at the heart It's not just a technology So it first of all is... And one of the things we have learned, and now it's like the AI spring. and the curated data that we need, but if I don't like the decision, and I just like to think as the data foundation you have. But it's fascinating to me So the metadata problem is (mumbling) It could take hours, So around the metadata, I hope we can pick it up in the future And metadata's going to IBM CDO in San Francisco. Alright, thank you guys.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steven | PERSON | 0.99+ |
Ginni Rometty | PERSON | 0.99+ |
Steven Eliuk | PERSON | 0.99+ |
Steve Eliuk | PERSON | 0.99+ |
Dave Volante | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Tim Humphrey | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Timothy Humphrey | PERSON | 0.99+ |
Tim | PERSON | 0.99+ |
Nvidia | ORGANIZATION | 0.99+ |
San Francisco, California | LOCATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
Today | DATE | 0.99+ |
couple years ago | DATE | 0.99+ |
Fisherman's Wharf | LOCATION | 0.98+ |
two years | QUANTITY | 0.98+ |
over 170 countries | QUANTITY | 0.98+ |
IBM Chief Data Officer Summit | EVENT | 0.98+ |
One | QUANTITY | 0.97+ |
one | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
eighth time | QUANTITY | 0.97+ |
over a hundred years | QUANTITY | 0.97+ |
POWER9 | OTHER | 0.96+ |
POWER8 | OTHER | 0.96+ |
hundred-plus-year- | QUANTITY | 0.95+ |
first | QUANTITY | 0.93+ |
Deep Learning | ORGANIZATION | 0.93+ |
Dark Ages | DATE | 0.92+ |
Chief Data Officer | EVENT | 0.89+ |
Global Chief Data Officer | PERSON | 0.87+ |
tenth year anniversary | QUANTITY | 0.87+ |
#IBMCDO | EVENT | 0.84+ |
one place | QUANTITY | 0.84+ |
NVLink | OTHER | 0.82+ |
day one | QUANTITY | 0.8+ |
Vice President | PERSON | 0.77+ |
IBM CDO | EVENT | 0.77+ |
second | QUANTITY | 0.71+ |
four years | QUANTITY | 0.71+ |
2019 | DATE | 0.64+ |
Cube | PERSON | 0.61+ |
Cube | ORGANIZATION | 0.6+ |
three | QUANTITY | 0.58+ |
day | QUANTITY | 0.53+ |
noon | DATE | 0.51+ |
Cube | COMMERCIAL_ITEM | 0.45+ |
Data | PERSON | 0.43+ |
past | DATE | 0.43+ |
Steven Czerwinski & Jeff Lo, Scalyr | Scalyr Innovation Day 2019
>> from San Matteo. It's the Cube covering Scaler. Innovation Day. Brought to You by Scaler >> The Run Welcome to this special on the Ground Innovation Day. I'm John for a host of The Cube. We're here at scale. His headquarters in San Mateo, California Hardest Silicon Valley. But here the cofounder and CEO Steve, It's Irwin Ski and Jeff Low product marketing director. Thanks for having us. Thanks for having us. Thank you. But a great day so far talked Teo, the other co founders and team here. Great product opportunity. You guys been around for a couple of years, Got a lot of customers, Uh, just newly minted funded syriza and standard startup terms. That seems early, but you guys are far along, you guys, A unique architecture. What's so unique about the architecture? >> Well, thinks there's really three elements of the architecture's designed that I would highlight that differentiates us from our competitors. Three things that really set us apart. I think the biggest the 1st 1 is our use of a common our database. This is what allows us to provide a really superior search experience even though we're not using keyword indexing. Its purpose built for this problem domain and just provides us with great performance in scale. The second thing I would highlight would be the use of well, essentially were a cloud native solution. We have been architected in such a way that we can leverage the great advantage of cloud the scale, ability that cloud gives you the theological city. That cloud gives you andare. Architecture was built from the ground up to leverage that, uh and finally I would point out the way that we do our data. Um, the way that we don't silo data by data type, essentially any type of observe ability, data, whether it's logs or tracing or metrics. All that data comes into this great platform that we were in that provides a really great superior query performance over, >> and we talked earlier about Discover ability. I want to just quickly ask you about the keyword indexing and the cloud native. To me, that seems to be a two big pieces because a lot of the older all current standards people who are state of the art few years ago, 10 years ago, keyword index thing was a big part of it, and cloud native was still emerging except for those folks that were born the clouds. So >> this is a dynamic. How important is that? Oh, it's It's just critical. I mean, here, when we go to the white board, I love to talk about this in a little more detail in particular. So let's let's talk about keyword indexing, right? Because you're right. This is a lot of the technology that people leverage right now. It's what all of our competitors do in keyword indexing. Let's let's look at this from the point of view of a log ingestion pipeline. So in your first stage, you have your input, right? You've got your raw logs coming in. The first thing you do after that typically is parse. You're goingto parse out whatever fields you want from your logs. Now, all of our competitors, after they do that, they do in indexing step. Okay, this has a lot of expense to it. In fact, I'm going to dig into that after the log content is index. It's finally available for search. Where will be returned as a search result. Okay, this one little box, this little index box actually has a lot of costs associated with it. It contributes to the bloat of storage. It contributes to the cost of the overall product. In fact, that's why I love our competitors. Charge you based on how much you're indexing now, even how much you're ingesting. When you look at the cost for indexing, I think you can break it down into a few different categories. First of all, building the index. There's certain costs with just taking this data, building the index and storing it. Computational storage, memory, everything okay, But you build the index in order to get superior query performance, Right? So that kind of tells you that you're going to have another cost. You're going tohave an optimization cost. Where the index is that you're building are dependent on the queries that your users want to conduct, right, because you're trying to make sure you get as good of query performance as possible. So you have to take a look at the career. Is that your user performing the types of logs that you're coming in and you have to decide what indexing that you want to do? Okay. And that cost is shouldered by the burden of the customers. Um, okay, but nothing static in this world. So at some point your logs are going to change. The type of logs here in Justin is going to change. Maybe your query is goingto change. And so you have another category of costs, which is maintenance, right? You're going to have to react to changes in your infrastructure. It's used the type of logs you're ingesting, and basically, this is just creates a whole big loop where you have to keep an eye on your performance. You have to be constantly optimizing, maintaining and just going around in the circle. Right? And for us, we just thought that was ridiculous because all this costs is being born by the customer. And so when we designed the system, we just wanted to get rid of that. >> That's the classic shark fin. You see a fin on anything great whites going to eat you up or iceberg. You see that tip you don't see what's underneath? This seems to be the key problem, because the trend is more data. New data micro services gonna throw off new data type so that types is going up a CZ. Well, that's what that does that consistent with what you got just >> that's consistent. I mean, what we hear from our customers is they want flexibility, right? These are customers that are building service oriented, highly scalable applications on top of new infrastructure. They're reacting to changes everywhere, so they want to be able to not have to, you know, optimize their careers. They're not goingto want to maintain things. They just want to search product that works. That works over everything that they're ingesting. >> So, good plan. You eliminate that fly wheel of cost right for the index. But you guys, you were proprietary columnist, Or that's the key on >> your That's a Chiana and flexibility on data types. Yes, it does. And here, let me draw a little something to kind of highlight that because, you know, of course, it's a it begs the question. Okay, we're not doing keyword indexing. What do you do? What we do actually is leverage decades of research and distribute systems on commoner databases, and I'll use an example on or two >> People know that the data is, well, that's super fast, like a It's like a Ferrari. >> Yes, it's a fryer because you're able to do much more targeted essentially analysis on the data that you want to be searching over, right? And one way to look at this is, uh, no, Let's take a look at ah, Web access lock. Okay. And when we think about this and tables, we think that each line in the table represents, ah, particular entry from the access log. Right. And your columns represent what fields you've extracted. So for example, one the fields you might extract is thie HP status code. You know, Was it, um, a success or not? Right. Or you might have the your eye, or you might have the user agent of the incoming web request. Okay. Now, if you're not using a commoner database approach to execute a quarry where you're trying to count the number of non two hundreds that you've your Web server has responded with, you'd have to load in all the data for this >> table, right? >> And that's just its overkill in a commoner database. Essentially, what you do is you organize your data such that each column essentially has saved as a separate file. So if I'm doing a search where I just want to count the number of non two hundreds. I just have to read in these bites. And when your main bottleneck, it's sloshing bites in and out of Main Ram. This just gives you orders of magnitude better performance. And we've just built this optimize engine that does essentially this at its core and doesn't really well, really fast leveraging commoner database technology. >> So it lowers the overhead. You have to love the whole table in. That's going to take time. Clearing the table is going to take time. That seems to be the update. That's exactly right. Awesome, right? Okay. All right, Jeff. So you're the director of product marketing. So you got a genius pool of co founders here? Scaler. Been there, done that ball have successful track records as tech entrepreneurs, Not their first rodeo, making it all work. Getting it packaged for customers is the challenge that you guys have you been successful at it? What does it all mean? >> Yeah, it essentially means helping them explore and discover their data a lot more effectively than they happen before, you know, With applications and infrastructure becoming much more complex, much more distributed, our engineering customers are finding it increasingly difficult to find answers And so all of this technology that we've built is specifically designed to help him do that at much greater speed, Much greater ease, much more affordably and at scale. We always like to say we're fast, easy, affordable, at scale. >> You know, I noticed in getting to know you guys and interviewing people around around company. The tagline built by engineers for engineers is interesting. One. You guys are all super nerdy and geeky, so you get attacked and you take pride in the tech in the code. But also, your buyers are also engineers because they're dealing with cloud Native Wholenother Dev ops, level of scale where they love scale people in that market love infrastructures code. This is kind of the ethos of that market, but speed scale is what they live for, and that's their competitive advantage in most cases. How do you hit that point there? What's the alignment with the customers on scale and speed? >> Yeah, you know, with the couple of things that Stephen had mentioned, you know, the columnar database on DH, he mentioned cloud native. We like to refer to that as massively parallel or true multi tendency in the cloud those 11 two things give us really to key advantages when it comes to speed. So speed on in just that goes back to what Steven was talking about with the column. In our database, we're not having a weight to build the index so weakening unjust orders of magnitude faster than traditional solutions. So whereas a conventional solution might taking minutes even up to hours to ingest large sets of data, we can literally do it in seconds. It's the data's available immediately for used in research. One of our customers, in fact, that I'm thinking of down Australia actually uses our live tail because it actually works and as they push code out to production that can actually monitor what happens and see if the changes are impacting anything positively or negatively >> and speed two truths, a tagline the marking people came up with, which is cool. I love that kind of our fallouts. We have to get the content out there and get that let the people decide. But in your business, ingestion is critical. Getting the ingestion to value time frame nailed down is table stakes. People engineers want to test stuff. It doesn't work out of the box we ingest and they don't see value. They're not gonna kind of be within next levels. Kind of a psychology of the customer. >> Yeah, You know, when you're pushing code, you know, on an hourly basis, sometimes even minutes now, the last thing you want to do is wait for your data to analyse it, especially when a problem occurs. When a problem occurs and it's impacting a customer or impacting your overall business. You immediately go into firefighting mode, and you just can't wait to have that data become available so that speed to ingest becomes critical. You don't want to wait. The other aspect on the speed topic is B to search. So we talked about the types of searches that are calling. Our database affords us a couple that, within massively parallel and true multi tendency approach, basically means that you could do very, very ad hoc searches extremely quickly. You don't have to bill the keyword index. You don't have to have two, even build a query or learn how to build queries on DH, then run and then wait for it. And maybe in the meantime, wait to get a coffee or something like that. >> I mean, we grew up in Google search. Everyone who's exactly the Web knows what searches and discoveries kind the industry word in discovering navigation. But one of the things about searches about that made Google say Greg was relevance. You guys seem to have that same ethos around data discover, ability, speed and relevance. Talk about the relevance piece, because I think that, to me is what is everyone's trying to figure out as more data comes in? You mentioned some of the advantages Steven around, you know, complexity around data types. You know, Maur data types are coming on, so Relevance sees, is what everyone's chasing. >> So one of >> the things that I think we are very good at is helping people discover what is relevant. There are solutions out there. In fact, there's a lot of solutions out there that will focus on summarizing data, letting you easily monitor with a set of metrics, or even trace a single transaction from point A to point B through a set of services. Those are great for telling you that there is a problem or that problem exist. Maybe in this one service, this one server. But where we really shine is understanding why something has happened. Why a problem has occurred. And the ability to explore and discover through your data is what helps us get to that relevancy. >> Ameren meeting Larry and Sergey back into 1998. And you know, from day one it's fine. What you looking for him? And they did their thing. So I want to just quickly have you guys explain it. I think one thing that also has come up love to get your take on it, guys, is multi tendency urine in the clouds to get a lot of scale. We're out of resource talk about the debt. Why multi tendency is an important piece and what does that specifically mean? But the customer visa be potentially competitive solutions. And what do you guys bring for the tables? That seems to be an important discussion Point >> sure know. And it is one of the key piece of our architecture. I mean, when we talk about being designed for the cloud, this is a central part of that right? When you look at our competitors, for the most part, a lot of them have taken existing open the source off the shelf technologies and kind of taking that and shoved it into this, you know, square hole of, you know, let's run in the cloud, right? And so they're building. These SAS services were essentially they pretend like everyone's got access to a lot. Resource is but under the covers there, sitting there, spinning up thes open source solutions. Instances for each of the customers each of these instances are on ly provisioned with enough ramsi pew for that customer's needs, right? And so heaven forbid you try to issue more crews than you normally do or try to use Mohr you know, storage than you normally do, because your instance will just be capped out, right? Um, and also it's kind of inefficient in that when your users aren't issue inquiries, those CPU and RAM researchers are just sitting there idle instead, what we've done is we've built a system where we essentially have a big pool of resource is we have a big pool of CPU, a big pool of ram, a big pool of disc. Everyone comes in, get access to that, so it doesn't matter what customer you are. Your queries get full access to all these si pues that we have run around right? And that's that's the core of multi tendency is that we're able to not provision for just one look for each individual customer. But we have a big pool of resource is that everyone gets the >> land that's gonna hit the availability question on. And it's also have a side effect for all those app developers who want to build a I and stuff used data and build these micro services systems. >> They're going to get >> the benefit because you have that closed loop. Are you fly? Will, if you will. >> Yeah, yeah, the fight could just add the multi tendency really gives us a lot of economies of scale, both from, you know, the over provisioning and the ability to really effectively use resources. We also have the ability to pass those savings on to our customers. So there's that affordability piece that I think is extremely important. Find answers, this architectural force that >> Stephen I want to ask you because, you know, I know the devil's work pretty well. People are they're hard core, you know. They build their own stuff. They don't want us, have a vendor. Kuo. I can do this myself. There's always comes up there. But this use cases here. You guys seem to be doing well in that environment again. Engineering led solution, which I think gives you guys a great advantage. But what's the How do you handle the objection when you hear someone say, Well, I could do it. Just go do it myself. >> What I always like to point at is, yes, you can up to a decree, right? We often hear people that use open source technologies like elk. They can get that running and they can run it up to a certain scale like a you know, tens of gigabytes per day of logs. They're fine, right? But with those technologies, once it goes above a certain scale, it just becomes a lot more difficult to run. It's one those classic things you know, getting 50% of the way. There is easy getting 80% of the way. There is a lot harder. Getting 100% is almost impossible, right? And you, as whatever company that that that you're doing whatever product you're building, do you really want to spend your engineer? Resource is pushing through that curve, getting 80%. 100% of kind of good, a great solution. No, what we always pitches like Look, we've always solve these problems. These hard problems for this problem, too may come and leverage our technology. You don't have to spend your engineering capital on that. >> And then the people who are doing that scale that you guys provide, they want, they need those engineering resource is somewhere else. So I have to ask, you just basically followed question. Which is how does the customer know whether they have a non scaleable for scaleable solution? Because some of these SAS services air masquerading as scaleable solutions. >> No, they are. I mean, we we actually encourage our customers when they're in the pre sale stage to benchmark against us. We have ah customer right now that sending us terabytes of data per day as a trial just to show that we can meet the scale that they need. We encourage those same customers to go off and ask the other competitors to do that. And, you know, the proof is in the pudding. >> And how's the results look good? Yeah. So bring on the ingest Yes, that's that's That's the sales pitch. Yes, guys, thanks so much for sharing the inside. Even. Appreciate it, Jeff. Thanks for sharing. Appreciate it. I'm John for the Cube. Here for a special innovation Days scales >> headquarters in the heart of >> Silicon Valley's sent Matteo California. Thanks for watching.
SUMMARY :
Brought to You by Scaler That seems early, but you guys are far along, you guys, A unique architecture. way that we can leverage the great advantage of cloud the scale, ability that cloud gives you the theological I want to just quickly ask you about the keyword indexing So that kind of tells you that you're going to have another You see that tip you don't see what's underneath? so they want to be able to not have to, you know, optimize their careers. But you guys, you were proprietary columnist, Or that's the key on something to kind of highlight that because, you know, of course, So for example, one the fields you might extract is thie HP Essentially, what you do is you organize your data such Getting it packaged for customers is the challenge that you guys have you been successful than they happen before, you know, With applications and infrastructure becoming much more complex, You know, I noticed in getting to know you guys and interviewing people around around company. Yeah, you know, with the couple of things that Stephen had mentioned, you know, the columnar database on Getting the ingestion to value time frame nailed down is table stakes. the last thing you want to do is wait for your data to analyse it, especially when a problem occurs. Talk about the relevance piece, because I think that, to me is what is everyone's trying And the ability to explore and discover through your data And what do you guys bring for the tables? to use Mohr you know, storage than you normally do, because your instance will just be land that's gonna hit the availability question on. the benefit because you have that closed loop. We also have the ability to pass those savings on to our customers. But what's the How do you handle the objection when you hear someone say, Well, I could do it. What I always like to point at is, yes, you can up to a decree, So I have to ask, you just basically followed question. ask the other competitors to do that. And how's the results look good? Thanks for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff | PERSON | 0.99+ |
Steven Czerwinski | PERSON | 0.99+ |
Stephen | PERSON | 0.99+ |
Steven | PERSON | 0.99+ |
50% | QUANTITY | 0.99+ |
1998 | DATE | 0.99+ |
Jeff Low | PERSON | 0.99+ |
Teo | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Jeff Lo | PERSON | 0.99+ |
80% | QUANTITY | 0.99+ |
Larry | PERSON | 0.99+ |
John | PERSON | 0.99+ |
100% | QUANTITY | 0.99+ |
Irwin Ski | PERSON | 0.99+ |
each column | QUANTITY | 0.99+ |
each line | QUANTITY | 0.99+ |
Sergey | PERSON | 0.99+ |
Justin | PERSON | 0.99+ |
two big pieces | QUANTITY | 0.99+ |
Matteo | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
Greg | PERSON | 0.99+ |
One | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
11 | QUANTITY | 0.99+ |
second thing | QUANTITY | 0.99+ |
10 years ago | DATE | 0.98+ |
HP | ORGANIZATION | 0.98+ |
Three things | QUANTITY | 0.98+ |
tens of gigabytes | QUANTITY | 0.98+ |
one service | QUANTITY | 0.98+ |
first | QUANTITY | 0.98+ |
each | QUANTITY | 0.98+ |
three elements | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
Ferrari | ORGANIZATION | 0.97+ |
syriza | ORGANIZATION | 0.97+ |
first stage | QUANTITY | 0.96+ |
1st 1 | QUANTITY | 0.96+ |
first thing | QUANTITY | 0.95+ |
two truths | QUANTITY | 0.95+ |
San Mateo, California Hardest Silicon Valley | LOCATION | 0.95+ |
one thing | QUANTITY | 0.95+ |
Australia | LOCATION | 0.95+ |
San Matteo | ORGANIZATION | 0.94+ |
decades | QUANTITY | 0.94+ |
few years ago | DATE | 0.94+ |
one server | QUANTITY | 0.93+ |
First | QUANTITY | 0.91+ |
two things | QUANTITY | 0.91+ |
couple | QUANTITY | 0.91+ |
one way | QUANTITY | 0.9+ |
Cube | ORGANIZATION | 0.9+ |
single transaction | QUANTITY | 0.9+ |
one look | QUANTITY | 0.89+ |
one little box | QUANTITY | 0.89+ |
Chiana | ORGANIZATION | 0.88+ |
two hundreds | QUANTITY | 0.86+ |
Scalyr | PERSON | 0.86+ |
each individual customer | QUANTITY | 0.85+ |
Ground Innovation Day | EVENT | 0.83+ |
SAS | ORGANIZATION | 0.82+ |
terabytes of data | QUANTITY | 0.8+ |
Innovation Day 2019 | EVENT | 0.79+ |
Valley | LOCATION | 0.73+ |
Mohr | ORGANIZATION | 0.72+ |
Ameren | PERSON | 0.7+ |
Discover | ORGANIZATION | 0.64+ |
Silicon | ORGANIZATION | 0.61+ |
couple of years | QUANTITY | 0.6+ |
Scaler | ORGANIZATION | 0.6+ |
Wholenother | PERSON | 0.58+ |
Innovation Day | EVENT | 0.58+ |
California | LOCATION | 0.48+ |
rodeo | EVENT | 0.44+ |
Steven Guggenheimer, Microsoft | Informatica World 2019
(upbeat music) >> Live from Las Vegas, it's theCUBE covering Informatica World 2019. Brought to you by Informatica. >> Welcome back everyone to theCUBE's live coverage of Informatica World 2019. I'm your host, Rebecca Knight, along with my co-host, John Furrier. We're joined by Steven Guggenheimer, he is the corporate vice president of AI and ISV engagement at Microsoft. Thank you so much for coming on theCUBE. >> Sure, thanks for having me. >> So one of the things that we're hearing so much at this conference is, "data needs AI but AI needs data." I'm wondering from your perspective, AI engagement, where do you come down on this? What are you hearing? what are your thoughts on that big theme? >> Um, well, data is the -- some people say the oil for AI, pick your terminology, but there is no AI without data. The reason that AI is such a hot topic right now is the combination of sort of compute storage and networking at scale, which means the access for developers and data scientists to work with large sets of data and then the actual data. If you don't have data you can't build models, if you can't build models, that's what is the definition of AI. So you need data. I always-- all the coaching I do is about sort of, BI before AI. If you can't actually get insight out of your data, let's not try to add intelligence. If you can't get insight out of your data, it means your data is not in a good-- your data state is not in order. So data first. >> A lot of architectural work is being done on data. I see a horizontally scalable cloud, gives a nice access to a lot of different you know, observational data sets. >> Yeah >> It used to be give the guy the silo, got the data, go get more data, slower. Now, data feeds the developer process because SaaS business models have been proven that data and SaaS work well together. So how do we get more-- what's the sequence of architecture to usability of data so that not only can you just have analytical systems, but where developers can start building their SaaS apps with data? >> Yeah, I mean we have this notion where we often talk about sort of, blades or feedback loops. There's sort of four or five things most companies do. You work with customers, you have employees, you have a supply chain or some type of partner chain, You run your finance and operations. So the question becomes, in each of those processes, there's data. Human-generated forms over data or pick your loop and now you getting tons and tons of data. The trick now is to make it reusable. Mostly what we've done for years, form over data, take the data, form over data. And what we do is we get all these different databases. We try and create some layer that brings it all together. We build cubes out of it to view and then we get this hopeless spaghetti. So the trick right now, we're working on something called Common Data Model, which others are well, or Common Data Service. Let's get the entities lined up from the very beginning. We've worked with Adobe and SAP on the Open Data Initiative. Let's start at the core, let's make the data layer reusable, We're you know, databases have become data warehouses have become data lakes. We're heading towards a data tidal wave, and if we don't get the data estate in order to run the line of business applications, to feed all of the things we do to use the ML and AI on top of it, we're going to drown in data and not get what we want out of it. So, architecturally I think about the Common Data Model and the Common Data Service both generically by industry, we build accelerators for that, getting the big organizations like the three I mentioned aligned around that, making it such that any, you know, organization can build from that and then building on top of that. For big companies you have to decide, what do I keep and what do I throw out? You know, what do I just give up on and start from fresh? What do I actually clean? Where do I use tools from Informatica or others to help me clean it, secure it? But you've got to put all that thought in. >> You know we were chatting before we came on camera about the internet days and the storied history that you had at Microsoft. And during the internet, search was the big application. And search on the internet actually worked really well because they didn't have a legacy. And the people that tried to crack the code on search inside an enterprise, much harder problem (Giggles). Because of the database things you mentioned. How does today's enterprise get the benefit of SaaS as if they were cloud-native SaaS with the data? So you know, the challenge we're hearing here is having a Common Data Model is all great, but I just want to be a SaaS player, I want to use my data to feed into my business value. How does a company move out of those legacy constraints? What do you see as-- >> Well there's different paths that different companies will take. I mean, the good news is that if you get your data in order to do what you said, then whether you build, buy or partner for the SaaS services, you can use that data underneath and you should be feeding it back in and making it such that it's sort of reusable and the pipeline is consistent. The truth is on all this, it's just going to end up infused anyway. When you used the internet, which is a funny analogy 'cause I remind people, you know, when the internet came out we had internet products, we had internet events, we had internet shows. We don't have any of that anymore. It's just woven into everything we do. AI is going to be the same. You have all this hype right now, you have AI shows, you have, you know, AI groups. The truth is, in 10, 15 years, AI it's just going to be woven into everything. The data is going to be set up for that. >> So what's the misconception on AI? 'Cause, first of all, I love the fact that AI is hyped up because my kids love it. Machine learning they learn because they hear about AI and they hear all this coolness. So machine learning goes hand-in-hand with AI, you feed machine learning, machine learning feeds the AI application. But a lot of people have aspirations around AI. Some of them are ungettable and so that's probably a misalignment around the hype. What's your feeling of where the reality is and what's the misconceptions, how should people approach AI? Any thoughts there. >> I think a lot about the AI journey, the first year we were having these AI conversations, we talked about AI for everybody, just go play. Now the conversation is, I call it pragmatic AI. Look, lets talk about, you know, how you want to think about AI, it's going to end up everywhere, so the question becomes, what's your differentiation as a company, and how is AI going to support it? Like any other new technology, in the beginning, people just want to play. Just because you can -- let's just say just you can build a virtual agent, doesn't mean every company should. So the question becomes, first off, BI before AI, get your data state in order. Second, in a build buy partner model, what's your differentiation as a company? Whether you want to use either your unique data or your unique skill sets to use AI against that differentiation to help you grow. Otherwise, like, expect somebody else to have infused AI into the products you buy, the SaaS services, you know, use that, then build whatever you want and then there's, you know, if you think you're going to build a new business based on your unique data or your unique AI capabilities, great, let's have that conversation, we need that too but rarely does that become the state. so, most of the conversations move from, you know, the hype to okay, let's get pragmatic which is why I always come back to data first 'cause if you not doing that, you're not setting up for the long run. Let's build for the long run, then let's just have a business conversation like, how do you differentiate yourself as a business? Okay, how is this tool going to help you? >> I want to ask about, uh about innovation, and particularly because Microsoft is a company that's now entering its middle age (giggling) and-- >> What does that say about me, oh no >> As one of famously innovative company, but how do you stay on the cutting edge? I mean, I'm wondering internally how you think about AI for Microsoft's business purposes. What are the conversations around AI? >> One of such is, core conversations around this notion of tech intensity you know, from where we focus on how we think about things we think about tech intensity against different areas, AI being one of those. Look, AI is really this interesting thing. I would say we're plumbers by trade, we build software plumbing for others. So, we do three things right, with AI. Basically, there's a layer growing on top of the core development stack, compute, storage, networking for AI. So we're building a layer, cognitive services, bot services, machine learning, set of tools for developers to infuse AI into things that they've built, so that's thing number one. Thing number two, is we infuse AI into our own products, into Windows, into Office, into Azure, into dynamics. You don't see it, we don't talk about it, we don't say Microsoft Windows Inking brought to you by Azure AI. It just works, but our inking works, our face login works, oh, you know, I can -- it's helping me write a better resume in LinkedIn, that's all AI behind the scenes. Now, the third thing you think about then is, "how do you actually use AI to run the business better"? So, how do you think about, AI assisting professionals, how do we think about the, how we do mocking better, How we forecasting sales, so AI is about plumbing, let's build a platform for others, let's use it ourselves on our own products, and then let's think about how you actually use it to run the company better. And that's how we think about it-- >> That's pragmatic >> Very pragmatic AI is kind of -- >> Yeah, that's how I think about it and we, you know, it's interesting 'cause back to the tech intensity point, we get together on an AI conversation, we searching with the senior leadership team about once every other week, and we're round robin between a research topic, the platform and one of the solutions. So it's, you're always getting constant feedback about is the platform doing what we need to build solutions? Is the research feeding the platform? So, you're getting this really nice feedback loop right now and that tech intensity. >> Quality data always has been a big part of the data modeling in the past, Cloud now allows for data marketplaces I've seen sharing of data as a dynamic, almost like sharing libraries of your developer back in the day, so data is now being merchandised in a new way. This is a trend, what's your thought on it? Because if this continues, you're going to have more data inputs, does that-- >> Err, there are places where data is aggregated and potentially can be re-used. We can -- Bing is an example, Google would be an example um, I know people who aggregate data for different industries, etcetera. It's not an easy business, the rules and rights around data, the GPR compliance, the rest of it. I think there's a deer there but you really have to be in the business for-- the trick you run into is, if you're going to be an aggregator, and then a reseller of data, where's that data coming from? What are the rights, what's the security? And then, are the people who are providing that data comfortable with their competitors getting the data? 'cause if you're really going to be a data provider marketplace, first person who's going to want on is the competitor, so, I think it's an interesting conversation, I think it's kind of growing and there's some real good work there, I don't think it's as-- >> not viable yet >> Easily to do it at scale, for as many people who think they have the data asset as believed they do. But that's Steve's view, that's not a Microsoft's statement. (laughing) >> good disclaimer >> Steve's view, so I want to hear Steve's view on the skills gap, this is a huge problem in the technology industry, as so few people to fill roles. How's Microsoft dealing-- what's your view-- >> my view is I'm glad I work at Microsoft, 'cause we spend a lot of energy on that, um, I wish there were a single solution, but we have Minecraft for education, starting with kids, how do you help, you know, Minecraft is this great tool that teachers use help kids get started, so that's a tool set we work on something called tills, which is uh, basically, our developers teach school kids remotely, junior, high school level, you know, coding. Um, we have made investments against this, we have online training, you know, we work with universities. I don't know the perfect answer, um, but I do know we invest and we work with Hadi Partovi and his group on code.org, I mean any place that there is work going on, we work with the military for people coming out of the military service. So we're heavily invested. I'm hopeful that the ease of use of some of the tools and just from a job area, it drives people but I don't know the perfect answer. Steve's view is I don't know the answer, I do know we try every trick in the book-- >> Multipronged attack >> I'm a parent of two kids, like I have my daughter, you know, working on more on the tech side and you know, it's hard to keep kids on a track for that-- >> There's no degree yet, but we had a first degree this year, graduated from the school but there's kind of like a skills portfolio of different things depending on the make-up I mean, domain expertise is critical, if you don't know what you're tryna do, that's -- >> I think we got a mix, because what you're starting to see is, the tools for subject matter experts, are getting better, we have something called the power platfrom, which allows people who aren't necessarily coders by trade, but want to be able to build, you know, sort of apps or services to be able to do that more easily and mix their subject matter expertise. And you see many more people come out of any program, take biology, with sort of computer knowledge to a decent level. AI and ML research, different area, hard skills gap right there >> Steve, great insights, thanks for spending some time with us, great insights on the skills gap and just overall >> thanks for coming on theCUBE >> We didn't talk about rugby, but okay, fine. Thanks, next time >> next time >> You're one of those ballsmen >> we'd track you down >> The ballsmen can throw >> Exactly, shout out to them >> There we go, >> thank you >> Ah, you are watching theCUBE we'd come right back with more from Informatica World I'm Rebecca Knight for John Furrier, stay tuned (upbeat music)
SUMMARY :
Brought to you by Informatica. he is the corporate vice president So one of the things that we're hearing so much If you can't actually get insight out of your data, gives a nice access to a lot of different you know, so that not only can you just have analytical systems, making it such that any, you know, Because of the database things you mentioned. I mean, the good news is that if you get your data in order I love the fact that AI is hyped up so, most of the conversations move from, you know, I mean, I'm wondering internally how you think about AI Now, the third thing you think about then is, and we, you know, it's interesting 'cause of the data modeling in the past, the trick you run into is, if you're going to be an aggregator, Easily to do it at scale, for as many people on the skills gap, we have online training, you know, but want to be able to build, you know, We didn't talk about rugby, but okay, fine.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Rebecca Knight | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Steven Guggenheimer | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
two kids | QUANTITY | 0.99+ |
Adobe | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Hadi Partovi | PERSON | 0.99+ |
Informatica | ORGANIZATION | 0.99+ |
Minecraft | TITLE | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Second | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
Office | TITLE | 0.99+ |
first degree | QUANTITY | 0.99+ |
Informatica World | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
Windows | TITLE | 0.99+ |
10 | QUANTITY | 0.99+ |
each | QUANTITY | 0.98+ |
SAP | ORGANIZATION | 0.98+ |
Azure | TITLE | 0.98+ |
three | QUANTITY | 0.98+ |
Bing | ORGANIZATION | 0.98+ |
Informatica World 2019 | EVENT | 0.97+ |
15 years | QUANTITY | 0.97+ |
ISV | ORGANIZATION | 0.97+ |
today | DATE | 0.97+ |
both | QUANTITY | 0.97+ |
single solution | QUANTITY | 0.97+ |
this year | DATE | 0.96+ |
three things | QUANTITY | 0.95+ |
one | QUANTITY | 0.92+ |
SaaS | TITLE | 0.91+ |
four | QUANTITY | 0.88+ |
code.org | OTHER | 0.87+ |
theCUBE | ORGANIZATION | 0.87+ |
five things | QUANTITY | 0.86+ |
third thing | QUANTITY | 0.84+ |
One | QUANTITY | 0.83+ |
GPR | ORGANIZATION | 0.81+ |
tons and tons | QUANTITY | 0.76+ |
first year | QUANTITY | 0.74+ |
Informatica World | EVENT | 0.74+ |
Common Data | ORGANIZATION | 0.72+ |
2019 | DATE | 0.71+ |
once | QUANTITY | 0.61+ |
years | QUANTITY | 0.6+ |
Common Data Model | ORGANIZATION | 0.58+ |
Data | OTHER | 0.51+ |
Service | TITLE | 0.46+ |
two | QUANTITY | 0.46+ |
one | OTHER | 0.35+ |
Data | TITLE | 0.34+ |
Steven Hill, KPMG | IBM Think 2019
>> Live from San Francisco. It's the cube covering IBM thing twenty nineteen brought to you by IBM. >> Welcome back to Mosconi North here in San Francisco, California. I'm student of my co host, A Volante. We're in day three of four days live. Walter. Wall coverage here at IBM think happened. Welcome back to the program. Talk about one of our favorite topics. Cube alarm. Steve Hill, who's the global head of innovation. That topic I mentioned from KPMG, Steve, welcome back to the program. >> Seems to have made good to see you. >> All right. So, you know, we know that the the only constant in our industry is change. And, you know, it's one of those things. You know, I look at my career, it's like innovation. Is it a buzz word? You know? Has innovation stalled out of the industry? But you know, you're living it. You you're you're swimming in it. Talkinto a lot of people on it. KPMG has lots of tools, so give us the update from from last year. >> Well, I think you know, we talked about several things last year, but innovation was a key theme. And and when I would share with you, is that I think across all industries, innovation as a capability has become more mature and more accepted, still not widely adopted across all industries and all competitors and all kinds of companies. But the reality is, innovation used to be kind of one person's job off in the closet today. I think a lot of organizations or realizing you have to have corporate muscle that is as engaged as in changing the status quo as the production muscle is in maintaining the status quo has >> become a cultural. >> It's become part of culture, and so I think innovation really is part of the evolution of corporate governance as far as I'm >> concerned. What one thing I worry about a little bit is, you know, I see a company like IBM. They have a long history of research that throws off innovation over the years. You know, I grew up, you know, in the backyard of Bell Labs and think about the innovation a drove today, the culture you know, faster, faster, faster and sometimes innovation. He does sit back. I need to be able to think longer, You know? How does how does an innovation culture fit into the ever changing, fast paced you? No need to deliver ninety day shot clock of reality of today. >> Well, I think innovation has to be smart, meaning you have to be able to feed the engines of growth. So your horizon one, if you will, of investments and your attention and efforts have to pay off the short term. But you also can't be strategically stupid and build yourself into an alleyway or to our corner, because you're just too short term thought through. Right? So you need to have a portfolio of what we call Horizon three blended with Horizon one and Horizon two types investment. So your short term, your middle term and your longer term needs are being met. Of course, if you think about it like a portfolio of investments, you're going tohave. Probably a smaller number of investments that air further out, more experimental and a larger proportion of them going to be helping you grow. You could say, almost tactically or sort of adjacent to where you are today, incrementally. But some of those disruptive things that you work on an H three could actually change your industry. Maybe you think about today where we are. Azan Economy intangibles are starting to creep into this notion of value ways we've never seen before. Today, the top five companies in terms of net worth all fundamentally rely on intangibles for their worth. Five years ago, it was one or two, and I would argue that the notion of intangibles, particularly data we'll drive a lot of very transformative types of investments for organizations going forward. So you've got to be careful not to starve a lot of those longer term investments, >> right? And it's almost become bromide. Large companies can innovate, but those five companies just mentioned well alluded to Amazon. Google, etcetera Facebook of Apple, Microsoft there, innovators, right? So absolutely and large companies innovate. >> Yes, clearly, yeah, but you have to have muscle, but it doesn't happen by accident, and you do put discipline and process and rigor and tools and leadership around innovation. But it's a different kind of discipline than you need in the operation, so I'll make him a ratio that makes sense. Maybe ninety five percent production, five percent innovation in an organization. That innovation engine is always challenging that ninety five percent Are you good enough? Are you relevant enough? Are you fast enough? Are you agile enough? You need that in every corporate organization in terms of governance to stay healthy and relevant overtime. >> So it's interesting. You know, I was in a session that Jack Welch talk wants, and he's like, I hear big companies can innovate is like big companies made up of people. People are the things that can innovate absolute. But, you know, I've worked in large organizations. We understand that the fossilization process and the goto market that you have, you know, will often kill, you know, those new flowers that are blooming, what separates the people that can drive innovation on DH? You know, put those positive place and kind of the also rans that, you know get left behind window disruption. >> Well, there's several. There's a couple things that I would highlight of a longer list, one of them we culture. I mean, I think innovation has been part of a culture. People in the institution have value innovation and want to be part of it. And there is, you know, a role that everyone can play. Just because you're in operations, if you will, doesn't mean you ignore change or you ignore the opportunity to improve the status quo. But you still have you get paid to operate what I find that is related to culture that gets a lot of people, you know, slow down or or roadblock is the disconnect between the operating part of the business and the innovative part of the business. If you try, if you build them to separately, what happens is you have a disconnection. And if you innovate the best idea in the world over here. But you can't scale it with production, you lose. So you have to make sure that, as as a leader overall, the entire enterprise you build those connections, rotations, leadership, You know, How do you engage the production, you know, engine into the innovation engine? It's to be very collaborative. It should be seamless. You know, everyone likes to say that, but that word, but relative seamlessness is, is heavy architecture. You've gotto build that, you know, collaboration into your model of of how you innovate >> and >> don't innovate in the vacuum. >> And it comes back to the cultural aspects we're talking about. Do you mentioned the ninety day shot? Clocks were here in the Bay Area. Silicon Valley. The most innovative place in the world. They've lived along the ninety day shot clock forever, and it seems to have not heard that so called short term thinking. Why is that? >> Well, there's so much start up here. I mean, at the end of the day, there is so much churn of new thinking and start up in V C. And there's so much activity that it's almost a microcosm, right? Not every place in the world smells, feels, looks like Silicon Valley, right? And the reason for it is in part because there's just so much innovation in what happens here. And these things change me. If you think about, uh, these unicorns that we have today. Today there's about three hundred ninety one unicorns. Just five years ago, there were one hundred sixty globally on before that. Hardly people didn't know they were hardly recognized. But that's all coming from pockets of innovation like Silicon Valley. So I'd argue that what you have here is an interesting amalgamation of culture being part of a macro environment region that that really rewards innovation and demonstrates that in in market valuations in capital raises, I mean, today one hundred million dollars capital raise is pretty common, especially for unicorns. Five, ten years ago. You never see me. It was very difficult to get a hundred million dollars capital, right? >> You mean you're seeing billion dollar companies do half a billion dollars raises today? I mean, it's >> all day, right? And some of them don't make a profit. Which is I mean, and that's kind of the irony, Which is, Are those companies? What did they get that the rest of us, you know, there was that live on Wall Street right out of in New York. What do we not see? Is that some secret that downstream there will be some massive inflow? Hard to say. I mean, look at Amazon is an example. They've used an intangible to take industries out that they were never in before they started selling books, and they leverage customer behavior data to move into other spaces. And this is kind of the intangible dynamic. And the infection >> data was the fuel for the digital disruption to travel around the world. You see that folks outside of Silicon Valley are really sort of maybe creating new innovation recipes? >> Yes. I think that what you see here is starting to go viral right on DH way that KPMG likes to share a holistic way to look at this for our clients. What is what we call the twenty first century enterprise. So the things that we used to do in the twentieth century to be successful, hire people, build more machines, right? You know, buy more assets, hard, durable assets. Those things don't necessarily give you the recipe for success in the twenty first century. And if you look at that and you think about the intangibles work that's been well written about there's there's all kinds of press on this today. You'll start to realize that the recipe for success in this new century is different, and you can't look at it in a silo to say, Okay, so I've gotta change my department or I've got a I've got to go change, You know, my widgets. What you've got to think is that your entire enterprise and so are construct called the twenty first Century prize. Looks at four things. Actually, it's five, and the fifth one is the technologies to enable change in the other four. And those technologies we talk about here and I have made him think which are, you know, cloud data, smart computers or a blockchain, etcetera. But those four pillars our first customer. How do you think about your customer experience today? How do you rethink your customer experience tomorrow? I think the customer dynamic, whether it's generational or it's technologically driven, change is happening more rapidly today than ever. And looking at that front office and the customer dementia, it is really important. The second is looking at your acid base. The value of your assets are changing, and intangibles are big category of that change. But do your do your hard assets make the difference today and forward. Or all these intangibles. Companies that don't have a date a strategy today are at peril of falling victim to competitors who will use data to come through a flank. And Amazons done that with groceries, right? The third category is as a service capabilities. So if you're growing contracting going into new markets are opening new channels. How do you build that capability to serve that? Well, there's a phenomenon today that we know is, you know, I think, very practised, but usually in functions called as a service by capability on the drink instead of going out and doing big BPO deals. Think about a pea eye's. Think about other kinds of ways of get access to build and scale very fucks Pierre your capabilities and in the last category, which actually is extremely important for any change you make elsewhere is your workforce. Um, culture is part of that, right? And a lot of organizations air bringing on chief culture officers. We and KPMG did the same thing, but that workforce is changing. It's not just people you hire into your four walls today. You've got contingent workforce. You have gig economy, workforce a lot of organizations. They're leveraging platform business models to bring on employees to either help customers with help. Dex needs or build code for problems that they like to solve for free. So when you talk about productivity, which we talked about last year and you start thinking about what's separating the leaders from a practical standpoint from the laggers from practically standpoint, a lot of those attributes of changing customer value of assets as a service growth and workforce are driving growth and productivity for that subset of our community and many injured. >> So when you look at the firm level you're seeing some real productivity gains versus just paying attention to the macro >> Correct, any macro way think proactive is relatively flat, and that's not untrue. It's because the bottom portion the laggards aren't growing. In fact, productivity is in many ways falling off, but the ones that are the frontier of those top ten percent fifteen hundred global clients we've looked at, uh, you know, you see that CD study show that they're actually driving growth and productivity substantially, and the chasm is getting larger. >> So, Steve, Steve, it's curious what this means for competition. I think about if I'm using external workforces in open source communities, you know, Cloud and I, you know, changes in the environment. A supposed toe I used to kind of have my internal innovation. Now I'm out in these communities s O You know, we're here than IBM show. You know, I think back the word Coop petition. I first heard in context of talking about how IBM works with their ecosystem. So how did those dynamics change of competition and innovation in this? You know, the gig. Economy with open source and cloud. May I? Everywhere. >> Big implications. I mean, I I think you know, and this is the funny point you made is nontraditional competitors, because I think most of our clients and ourselves recognized that we haven't incredible amount of nontraditional competitors entering our space in professional services. We have companies that are not overtly going after our space, but are creating capabilities for our clients to do for themselves what we used to do for them. Data collection, for example, is one of those areas where clients used to spend money for consultants coming in to gather data into aggregate data with tools today that's ah, a very short process, and they do it themselves. So that's a disintermediation or on bundling of our business. But every business has these types of competitive non Trish competitive threats, and what we're seeing is that those same principles that we talked about earlier of the twenty first century surprise applies, right? How are they leveraging there the base and how they leveraging their workforce? Are they? Do they have a data strategy to think through? Okay, what happens if somebody else knows more about my customers than I do? Right? What does that do to make those kinds of questions need to be asked an innovation as a capability I think is a good partner and driving that nothing I would say, is that eco systems and you made you mention that word, and I want to pick up on that. I mean, I think eco systems air becoming a force in competitive protection and competitive potential going forward. If you think about a lot of you know, household names relative Teo data, you know Amazon's one of them. They are involved in the back office in the middle ofthis have so many organizations they're in integrated in those supply chains. Value change, I think services firms, and particularly to be thinking about how do they integrate into the supply chains of their customers so that they transcend the boars of, you know, their four walls, those eco systems and IBM was We consider KPMG considers IBM to be part of our ecosystem, right? Um, as well as other technology. >> So they're one of one of the things we're hearing from IBM. Jenny talked about it yesterday, and her keynote was doubling down on trust. Essentially one. Could you be implying that trust is a barrier to ay? Ay adoption is that. Is that true? Is that what your data show? >> We we we see that very much in spades. In fact, um, you know, I I if you think about it quite frankly, our oppa has driven a lot of people to class to class three. Amalgamation czar opportunities. But what's happening is we're seeing a slowdown because the price of some of these initials were big. But trust, culture and trust are big issues. In fact, we just released recently. Aye, Aye. And control framework, which includes methods and tools assessments to help our clients that were working with the city of Amsterdam today on a system for their citizens that helped them have accountability. Make sure there's no bias in their systems. As a I systems learn and importantly, explain ability. Imagine, you know. Ah, newlywed couple going into a bank to get a house note and having the banker sit back and have his Aye, aye, driven. You know, assessment for mortgage applicability. Come up moored. Recommend air saying no. You Ugh. I can't offer you a mortgage because my data shows you guys going to be divorced, right? We don't want to tell it to a newlywed couple, right? So explain ability about why it's doing what it's doing and put it in terms that relate to customer service. I mean, that's a pretty it's a silly example, but it's a true example of the day. There's a lot of there's a lack of explain ability in terms of how a eyes coming up with some of its conclusions. Lockbox, right? So a trusted A I is a big issue. >> All right, Steve, Framework that you just talked about the twenty first century enterprise. Is there a book or their papers? So I just go to the website, Or do I need to be a client? Read more about, >> you know, absolutely. You can go to our website, kpmg dot com and you can get all the della you want on the twenty first century enterprise. It talks to how we connect our customers front to middle toe back offices. How they think about those those pillars, the technologies we can help them with. Make change happen there, etcetera. So I appreciate it that >> we'll check it out that way. Don't be left in the twentieth century. Come on. >> No, you can't use twentieth century answers to solve twenty first century challenges, right? >> Well, Steve, he'll really appreciate giving us the twenty first century update for day. Volante on student will be back with our next guest here. IBM think twenty nineteen. Thanks for watching you.
SUMMARY :
IBM thing twenty nineteen brought to you by IBM. Welcome back to the program. But you know, you're living it. I think a lot of organizations or realizing you have to have corporate muscle that is as You know, I grew up, you know, in the backyard of Bell Labs and think about the innovation a drove today, Well, I think innovation has to be smart, meaning you have to be able to feed the engines alluded to Amazon. But it's a different kind of discipline than you need in the operation, process and the goto market that you have, you know, will often kill, you know, those new flowers that are blooming, lot of people, you know, slow down or or roadblock is the disconnect Do you mentioned the ninety day shot? So I'd argue that what you have here is an interesting amalgamation the rest of us, you know, there was that live on Wall Street right out of in New York. You see that Well, there's a phenomenon today that we know is, you know, hundred global clients we've looked at, uh, you know, you see that CD study show you know, changes in the environment. I mean, I I think you know, and this is the funny point you made is nontraditional Could you be implying that trust is In fact, um, you know, I I if you think about it All right, Steve, Framework that you just talked about the twenty first century enterprise. You can go to our website, kpmg dot com and you can get all the della you want on the twenty first century Don't be left in the twentieth century. IBM think twenty nineteen.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Jenny | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Apple | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Steve Hill | PERSON | 0.99+ |
Steven Hill | PERSON | 0.99+ |
New York | LOCATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
ORGANIZATION | 0.99+ | |
KPMG | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
ORGANIZATION | 0.99+ | |
five percent | QUANTITY | 0.99+ |
twentieth century | DATE | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
Bell Labs | ORGANIZATION | 0.99+ |
ninety | QUANTITY | 0.99+ |
Amsterdam | LOCATION | 0.99+ |
Today | DATE | 0.99+ |
Jack Welch | PERSON | 0.99+ |
San Francisco, California | LOCATION | 0.99+ |
one hundred sixty | QUANTITY | 0.99+ |
five | QUANTITY | 0.99+ |
one hundred million dollars | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
twenty first century | DATE | 0.99+ |
five companies | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
Amazons | ORGANIZATION | 0.99+ |
third category | QUANTITY | 0.99+ |
ninety five percent | QUANTITY | 0.99+ |
four | QUANTITY | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
Bay Area | LOCATION | 0.99+ |
second | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
first | QUANTITY | 0.98+ |
tomorrow | DATE | 0.98+ |
two | QUANTITY | 0.98+ |
four days | QUANTITY | 0.98+ |
ninety day | QUANTITY | 0.98+ |
Walter | PERSON | 0.98+ |
Five years ago | DATE | 0.98+ |
five years ago | DATE | 0.97+ |
twenty | QUANTITY | 0.97+ |
first customer | QUANTITY | 0.97+ |
fifth one | QUANTITY | 0.97+ |
about three hundred ninety one unicorns | QUANTITY | 0.96+ |
Wall Street | LOCATION | 0.95+ |
ten years ago | DATE | 0.95+ |
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+ |
Chris Bannocks, ING & Steven Eliuk, IBM | IBM CDO Fall Summit 2018
(light music) >> Live from Boston. It's theCUBE. Covering IBM Chief Data Officer Summit. Brought to you by IBM. >> Welcome back everyone, to theCUBE's live coverage of the IBM CDO Summit here in Boston, Massachusetts. I'm your host, Rebecca Night. And I'm joined by my co-host, Paul Gillen. We have two guests for this segment. We have Steven Eliuk, who is the Vice President of Deep Learning Global Chief Data Officer at IBM. And Christopher Bannocks, Group Chief Data Officer at IMG. Thanks so much for coming on theCUBE. >> My pleasure. >> Before we get started, Steve, I know you have some very important CUBE fans that you need-- >> I do. >> To give a shout out to. Please. >> For sure. So I missed them on the last three runs of CUBE, so I'd like to just shout out to Santiago, my son. Five years old. And the shortest one, which is Elana. Miss you guys tons and now you're on the air. (all laughing) >> Excellent. To get that important piece of business out. >> Absolutely. >> So, let's talk about Metadata. What's the problem with Metadata? >> The one problem, or the many (chuckles)? >> (laughing) There are a multitude of problems. >> How long ya got? The problem is, it's everywhere. And there's lots of it. And bringing context to that and understanding it from enterprise-wide perspective is a huge challenge. Just connecting to it finding it, or collecting centrally and then understanding the context and what it means. So, the standardization of it or the lack of standardization of it across the board. >> Yeah, it's incredibly challenging. Just the immense scale of metadata at the same time dealing with metadata as Chris mentioned. Just coming up with your own company's glossary of terms to describe your own data. It's kind of step one in the journey of making your data discoverable and governed. Alright, so it's challenging and it's not well understood and I think we're very early on in these stages of describing our data. >> Yeah. >> But we're getting there. Slowly but surely. >> And perhaps in that context it's not only the fact that it's everywhere but actually we've not created structural solutions in a consistent way across industries to be able to structure it and manage it in an appropriate way. >> So, help people do it better. What are some of the best practices for creating, managing metadata? >> Well you can look at diff, I mean, it's such a broad space you can look at different ones. Let's just take the work we do around describing our data and we do that for for the purposes of regulation. For the purposes of GDPR et cetera et cetera. It's really about discovering and providing context to the data that we have in the organization today. So, in that respect it's creating a catalog and making sure that we have the descriptions and the structures of the data that we manage and use in the organization and to give you perhaps a practical example when you have a data quality problem you need to know how to fix it. So, you store, so you create and structure metadata around well, where does it come from, first of all. So what's the journey it's taken to get to the point where you've identified that there's a problem. But also then, who do we go to to fix it? Where did it go wrong in the chain? And who's responsible for it? Those are very simple examples of the metadata around, the transformations the data might have come through to get to its heading point. The quality metrics associated with it. And then, the owner or the data steward that it has to be routed back to to get fixed. >> Now all of those are metadata elements >> All of those, yeah. >> Right? >> 'Cause we're not really talking about the data. The data might be a debit or a credit. Something very simple like that in banking terms. But actually it's got lots of other attributes associated with it which essentially describe that data. So, what is it? Who owns it? What are the data quality metrics? How do I know whether what it's quality is? >> So where do organizations make mistakes? Do they create too much metadata? Do they create poor, is it poorly labeled? Is it not federated? >> Yes. (all laughing) >> I think it's a mix of all of them. One of the things that you know Chris alluded to and you might of understood is that it's incredibly labor-intensive task. There's a lot of people involved. And when you get a lot of people involved in sadly a quite time-consuming, slightly boring job there's errors and there's problem. And that's data quality, that's GDPR, that's government owned entities, regulatory issues. Likewise, if you can't discover the data 'cause it's labeled wrong, that's potential insight that you've now lost. Because that data's not discoverable to a potential project that's looking for similar types of data. Alright, so, kind of step one is trying to scribe your metadata to the organization. Creating a taxonomy of metadata. And getting everybody on board to label that data whether it be short and long descriptions, having good tools et cetera. >> I mean look, the simple thing is... we struggle as... As a capability in any organization we struggle with these terms, right? Metadata, well ya know, if you're talking to the business they have no idea what you're talking about. You've already confused them the minute you mentioned meta. >> Hashtag. >> Yeah (laughs) >> It's a hashtag. >> That's basically what it is. >> Essentially what it is it's just data about data. It's the descriptive components that tell you what it is you're dealing with. If you just take a simple example from finance; An interest rate on it's own tells you nothing. It could be the interest rate on a savings account. It can the interest rate on a bond. But on its own you have no clue, what you're talking about. A maturity date, or a date in general. You have to provide the context. And that is it's relationships to other data and the contexts that it's in. But also the description of what it is you're looking at. And if that comes from two different systems in an organization, let's say one in Spain and one in France and you just receive a date. You don't know what you're looking at. You have not context of what you're looking at. And simply you have to have that context. So, you have to be able to label it there and then map it to a generic standard that you implement across the organization in order to create that control that you need in order to govern your data. >> Are there standards? I'm sorry Rebecca. >> Yes. >> Are there standards efforts underway industry standard why difference? >> There are open metadata standards that are underway and gaining great deal of traction. There are an internally use that you have to standardize anyway. Irrespective of what's happening across the industry. You don't have the time to wait for external standards to exist in order to make sure you standardize internally. >> Another difficult point is it can be region or country specific. >> Yeah. >> Right, so, it makes it incredibly challenging 'cause every region you might work in you might have to have a own sub-glossary of terms for that specific region. And you might have to control the export of certain data with certain terms between regions and between countries. It gets very very challenging. >> Yeah. And then somehow you have to connect to it all to be able to see what it all is because the usefulness of this is if one system calls exactly the same, maps to let's say date. And it's local definition of that is maturity date. Whereas someone else's map date to birthdate you know you've got a problem. You just know you've got a problem. And exposing the problem is part of the process. Understanding hey that mapping's wrong guys. >> So, where do you begin? If your mission is to transform your organization to be one that is data-centric and the business side is sort of eyes glazing over at the mention of metadata. What kind of communication needs to happen? What kind of teamwork, collaboration? >> So, I mean teamwork and collaboration are absolutely key. The communication takes time. Don't expect one blast of communication to solve the problem. It is going to take education and working with people to actually get 'em to realize the importance of things. And to do that you need to start something. Just the communication of the theory doesn't work. No one can ever connect to it. You have to have people who are working on the data for a reason that is business critical. And you need have them experience the problem to recognize that metadata is important. Until they experience the problem you don't get the right amount of traction. So you have to start small and grow. >> And you can use potentially the whip as well. Governance, the regulatory requirements that's a nice one to push things along. That's often helpful. >> It's helpful, but not necessarily popular. >> No, no. >> So you have to give-- >> Balance. >> We're always struggling with that balance. There's a lot of regulation that drives the need for this. But equally, that same regulation essentially drives all of the same needs that you need for analytics. For good measurement of the data. For growth of customers. For delivering better services to customers. All of these things are important. Just the web click information you have that's all essentially metadata. The way we interact with our clients online and through mobile. That's all metadata. So it's not all whip or stick. There's some real value that is in there as well. >> These would seem to be a domain that is ideal for automation. That through machine learning contextualization machines should be able to figure a lot of this stuff out. Am I wrong? >> No, absolutely right. And I think there's, we're working on proof of concepts to prove that case. And we have IBM AMG as well. The automatic metadata generation capability using machine learning and AI to be able to start to auto-generate some of this insight by using existing catalogs, et cetera et cetera. And we're starting to see real value through that. It's still very early days but I think we're really starting to see that one of the solutions can be machine learning and AI. For sure. >> I think there's various degrees of automation that will come in waves for the next, immediately right now we have certain degrees where we have a very small term set that is very high confidence predictions. But then you want to get specific to the specificity of a company which have 30,000 terms sometimes. Internally, we have 6,000 terms at IBM. And that level of specificity to have complete automation we're not there yet. But it's coming. It's a trial. >> It takes time because the machine is learning. And you have to give the machine enough inputs and gradually take time. Humans are involved as well. It's not about just throwing the machine at something and letting it churn. You have to have that human involvement. It takes time to have the machine continue to learn and grow and give it more terms. And give it more context. But over time I think we're going to see good results. >> I want to ask about that human-in-the-loop as IBM so often calls it. One of the things that Nander Paul Bendery was talking about is how the CDO needs to be a change engine in chief. So how are the rank and file interpreting this move to automation and increase in machine learning in their organizations? Is it accepted? It is (chuckles) it is a source of paranoia and worry? >> I think it's a mix. I think we're kind of blessed at least in the CDO at IBM, the global CDO. Is that everyone's kind of on board for that mission. That's what we're doing >> Right, right. >> There's team members 25, 30 years on IMBs roster and they're just as excited as I am and I've only been there for 16 months. But it kind of depends on the project too. Ones that have a high impact. Everyone's really gung ho because we've seen process times go from 90 days down to a couple of days. That's a huge reduction. And that's the governance regulatory aspects but more for us it's a little bit about we're looking for the linkage and availability of data. So that we can get more insights from that data and better outcomes for different types of enterprise use cases. >> And a more satisfying work day. >> Yeah it's fun. >> That's a key point. Much better to be involved in this than doing the job itself. The job of tagging and creating metadata associated with the vast number of data elements is very hard work. >> Yeah. >> It's very difficult. And it's much better to be working with machine learning to do it and dealing with the outliers or the exceptions than it is chugging through. Realistically it just doesn't scale. You can't do this across 30,000 elements in any meaningful way or a way that really makes sense from a financial perspective. So you really do need to be able to scale this quickly and machine learning is the way to do it. >> Have you found a way to make data governance fun? Can you gamify it? >> Are you suggesting that data governance isn't fun? (all laughing) Yes. >> But can you gamify it? Can you compete? >> We're using gamification in various in many ways. We haven't been using it in terms of data governance yet. Governance is just a horrible word, right? People have really negative connotations associated with it. But actually if you just step one degree away we're talking about quality. Quality means better decisions. And that's actually all governance is. Governance is knowing where your data is. Knowing who's responsible for fixing if it goes wrong. And being able to measure whether it's right or wrong in the first place. And it being better means we make better decisions. Our customers have better engagement with us. We please our customers more and therefore they hopefully engage with us more and buy more services. I think we should that your governance is something we invented through the need for regulation. And the need for control. And from that background. But realistically it's just, we should be proud about the data that we use in the organization. And we should want the best results from it. And it's not about governance. It's about us being proud about what we do. >> Yeah, a great note to end on. Thank you so much Christopher and Steven. >> Thank you. >> Cheers. >> I'm Rebecca Night for Paul Gillen we will have more from the IBM CDO Summit here in Boston coming up just after this. (electronic music)
SUMMARY :
Brought to you by IBM. of the IBM CDO Summit here in Boston, Massachusetts. To give a shout out to. And the shortest one, which is Elana. To get that important piece of business out. What's the problem with Metadata? And bringing context to that It's kind of step one in the journey But we're getting there. it's not only the fact that What are some of the best practices and the structures of the data that we manage and use What are the data quality metrics? (all laughing) One of the things that you know Chris alluded to I mean look, the simple thing is... It's the descriptive components that tell you Are there standards? You don't have the time to wait it can be region or country specific. And you might have to control the export And then somehow you have to connect to it all What kind of communication needs to happen? And to do that you need to start something. And you can use potentially the whip as well. but not necessarily popular. essentially drives all of the same needs that you need machines should be able to figure a lot of this stuff out. And we have IBM AMG as well. And that level of specificity And you have to give the machine enough inputs is how the CDO needs to be a change engine in chief. in the CDO at IBM, the global CDO. But it kind of depends on the project too. Much better to be involved in this And it's much better to be Are you suggesting And the need for control. Yeah, a great note to end on. we will have more from the IBM CDO Summit here in Boston
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve | PERSON | 0.99+ |
Chris | PERSON | 0.99+ |
Steven Eliuk | PERSON | 0.99+ |
Paul Gillen | PERSON | 0.99+ |
Christopher Bannocks | PERSON | 0.99+ |
Spain | LOCATION | 0.99+ |
France | LOCATION | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Rebecca | PERSON | 0.99+ |
Rebecca Night | PERSON | 0.99+ |
Five years | QUANTITY | 0.99+ |
90 days | QUANTITY | 0.99+ |
16 months | QUANTITY | 0.99+ |
30,000 elements | QUANTITY | 0.99+ |
6,000 terms | QUANTITY | 0.99+ |
30,000 terms | QUANTITY | 0.99+ |
Boston | LOCATION | 0.99+ |
one | QUANTITY | 0.99+ |
Chris Bannocks | PERSON | 0.99+ |
One | QUANTITY | 0.99+ |
two guests | QUANTITY | 0.99+ |
Boston, Massachusetts | LOCATION | 0.99+ |
Christopher | PERSON | 0.99+ |
25 | QUANTITY | 0.99+ |
Nander Paul Bendery | PERSON | 0.99+ |
GDPR | TITLE | 0.99+ |
Steven | PERSON | 0.99+ |
two different systems | QUANTITY | 0.98+ |
Elana | PERSON | 0.98+ |
ING | ORGANIZATION | 0.98+ |
IBM CDO Summit | EVENT | 0.97+ |
Santiago | PERSON | 0.96+ |
Vice President | PERSON | 0.95+ |
30 years | QUANTITY | 0.94+ |
step one | QUANTITY | 0.94+ |
IBM Chief Data Officer Summit | EVENT | 0.93+ |
one degree | QUANTITY | 0.93+ |
first | QUANTITY | 0.93+ |
IBM CDO Fall Summit 2018 | EVENT | 0.93+ |
today | DATE | 0.93+ |
one problem | QUANTITY | 0.92+ |
IBM AMG | ORGANIZATION | 0.92+ |
theCUBE | ORGANIZATION | 0.89+ |
days | QUANTITY | 0.88+ |
one system | QUANTITY | 0.82+ |
CUBE | ORGANIZATION | 0.81+ |
three runs | QUANTITY | 0.8+ |
Chief Data Officer | PERSON | 0.75+ |
Deep Learning | ORGANIZATION | 0.64+ |
of people | QUANTITY | 0.62+ |
Global | PERSON | 0.58+ |
IMG | ORGANIZATION | 0.57+ |
couple | QUANTITY | 0.56+ |
Data | PERSON | 0.49+ |
Steven Sprague, Rivetz | HoshoCon 2018
>> From the Hard Rock Hotel in Las Vegas, it's theCUBE covering HoshoCon 2018. Brought to you by Hosho. >> Over and welcome back to our live coverage here in Las Vegas for HoshoCon. I'm John Furrier host of theCUBE. The first inaugural conference on security in the blockchain security is obviously not new to the blockchain It's number one concern. Crypto is crypto, decentralized networks is what people want. Security is the only thing that matters, if you haven't been hacked, then you should know we're being hacked. This is theCUBE coverage here in Las Vegas for HoshoCon. I'm John Furrier with Steven Sprague CEO of Rivetz, who's a security and an entrepreneur I've known for almost 20 years now he has been at this all through multiple ways of innovation, multiple security paradigm stacks, not new the problem, great time for you, Welcome to theCUBE. >> Thank you for having me. >> So I've known you and knowing your father as well for almost 25 plus years, you have been at this in one form or another with security and the waves are different, I mean there's different the web wave there's different architectures I mean people call it internet 3.0 whatever they're just different evolutionary steps, now is the killer time because we're seeing the most action. You got web, internet, mobile, global, new economics, new money the stakes are higher it's not not just like some isolated box, you got cloud. This is the time to harvest the work you've been doing, give us an overview. >> Absolutely you know I've been at this my whole career, I started down this path in 1990. Doing digital rights management micro transactions and video games and was part of the formation that Trusted Computing group in the 2000s and helped shipped 1.4 billion PCs with hardware security on the motherboard of the PC that still out there today. Started with started Rivets in 2013 to really go after, how do we enable the hardware security and mobile devices? And just about instantaneously ran into the blockchain and at my first Bitcoin conference, which was the Miami Bitcoin conference about a half an hour into it, it dawned on me two things. One, we were talking a lot about crypto but nobody was talking about cybersecurity and there's a gap between those just because we talk crypto all the time doesn't mean that we know what we're doing in cyber and the other one that was true as, oh my God, I've been looking for this for the last 10 years, which is how do we enable the user to own their own keys? And I don't mean like single keys on each device. I mean, the root key that controls all the other keys on all their devices. This is a super interesting space, we're just the very beginning of it in some ways the Bitcoin side the sort of value or or money side is the demo, the real opportunity is, this is the infrastructure that's going to replace how we do normal enterprise computing. >> Yeah. >> And the end of PC computing, we're about to have a new paradigm, blockchain-- >> I agree with you as an infrastructure shift over because the efficiencies that are gained and the disruption around what's not efficient, whether it's venture capital or infrastructure, IoT, whatever the supply chain or the decentralized way is the way to make it efficient, so it's an opportunity. Every entrepreneur that I know that is licking their chops going, wow, I can come in here and and create value. The mainstream adoptions around this complexity around use to your point, and then the fear of being hacked the cybersecurity piece whether it's for money, or a a hostile actor. >> But think of it in a different way. Security, nobody cares about security, nobody buys security, nobody wants security, security is UI. So if I asked you what your favorite multi factor authentication experience, you think like fingerprints and all this kind of stuff, it's not true, the send button is your favorite one, dial the number and push then and it just works. It works everywhere in the world works every time you've taught mom how to use it and the kids how to use it. It's simple, so why, so we would never use like, dial the number and we're going to use AI and big data to determine whether your phone is in the right condition to complete the call. And then a message is going to come up and say, would you please breathe deeply and calm down, because you're clearly agitated, I can't complete your call for you at this time. (laughing) Like, you've never used that phone, so why are we going to use that for the rest of our enterprise? >> I just sent you a pin number on your phone that you can't use before you can make the call. Again, I agree, it should be under the wire. It should be transparent security should be native, always on. >> That's right. >> And that's what you're getting at, okay. In your opinion, where are we in the progress because again, I think this connects the dots for your career, what you've worked on the itch you've been scratching in security because you have the perfect storm, you have full mobility penetration, you have commerce on top of it, and you have full global connectedness those three things alone make a-- >> And we have decentralization, so the thing that's important in blockchain is it's important remember, while the data on a chain is immutable, we know we can seal inside a little envelope a message and sign it and we write it to a chain it never changes. What we don't know is whether the data written to the chain was intended so all the information on all the blockchains is fake news. It's important to understand that we, if we take a blockchain to court try and prove something, all we can prove with the data hasn't changed. I have absolutely no idea whether your private key was written on the bathroom wall or stored in Fort Knox. And so if you try and record something on chain, your defense is always ah somebody stole my private key. Or if I'm trying to defend that you didn't do it on chain, somebody stole his private key, so actually the date on the chain is fake. It's real it was signed by a private key, but we have no knowledge to the quality of the private key and if you told the blockchain community that we got to go get your Windows log files to see whether or not your key was compromised at the time and the windows log files are the way we secure all blockchains. We're not going to get there, so the problem is-- >> That's a roadblock for sure, no doubt. >> Yeah, so the problem is that blockchains, are decentralized therefore, they're censorship proof. All of network security is censorship, therefore, blockchain is network security proof. Oops. So everything we spent in the last trillion dollars in cyber security doesn't work on blockchain Unless I run private chains, all a private chain is running inside the enterprise security while using all Juniper firewalls to secure your chain. That's not what we're talking about, We're talking about a decentralized solution. >> So match the security for pro posture for the architecture that you're working on. >> So we are going to have to do for the first time something that's crazy, we're going to have to do security commerce, which is when we form an instruction 'cause blockchains aren't authentication either, this isn't about logging into a node, getting a web page and filling out a form, no this is about sending an instruction. So, a blockchain instruction, a nuclear launch code, an e-commerce transaction, an IoT instruction like turn the lights on to 50% are all the same thing, it's an instruction based paradigm so it's not only about protecting the key but also the protection of the instruction that tells the system what to do and so in order to do that, the device that creates the instruction has to be a known device. Today we run our whole world, all our critical infrastructure, everything on unknown compute. When you turn this machine on, you didn't check to see it wasn't run by the North Koreans and you can't tell. >> Yeah, they could be in there, they probably are. >> Absolutely, more so than you would want to know. >> So what whereas the answer on this so get to the, cut to the chase here in your opinion, as the people figure out okay, we have all this great hardware that was built for a certain generation, now I'm using it as mission critical in my life, it's integrated to my lifestyle with my watch, my computer, my phone, now my in house Siri, portal, Facebook thing. >> So we need to get away from Apple's embracing of the CompuServe model, where you have a mobile phone that is a terminal, when you log into apps and your identity is based on your login to your phone. We don't actually check to see if the phone is really your phone. And we need to move to the concept of mobile, where it's a device identity network where services are delivered, not based on the username and password, but based on the identity of the device and really, ultimately, we need to get to what looks like an IoT network, which is a device identity network with messaging as the primary protocol. So secure messages sent. Fundamentally, we need to demote the importance of user authentication and promote the importance of device identity, so that I have a known device and a known condition with known controls that is producing the instructions that are sent to the chain. Ideally, you'd like in every chain, a second hash. And that second hash represents a manifest of controls that were in place, so I checked to see I was in the building, I checked to see who's still an employee, I checked to see my devices working properly, I check to see the trust infrastructure in the hardware of my devices working properly, and that gives me a hash I can write that to chain with the same immutable transaction, now I can prove that John's device in this condition with these controls wrote this transaction. >> Authentication powered the last architecture blockchain to your point about being you know, you don't know what's on the data needs to have an identity model for the signatures. >> For the robot. >> For the robot. >> For the robot. So some people like oh my god, but what if I lose my phone and the most important thing is you notice. If I steal your private keys you don't notice I still your phone like I just touch your phone. It makes you feel nervous, >> Yeah. (laughing) It's a very, but that's 100,000 years. >> I know when I leave my phone home I turn around soon as am three feet the driveway I'm like, okay, go back, get the phone. >> And so that's cyber security training it starts when you're 18 months old, when somebody gives you an important object you're not supposed to forget places like heaven forbid you remove the fuzzy rabbit from the three year old, you can lose an arm, right. So that model buying device, the good news is the trusted computing standards of the world have given us embedded hardware security in the chip sets as a standard capability in every ARM processor. Now in every Intel processor, we can turn these capabilities that have been deployed in these devices. We turn them on, provide an effective hardware based wallet for all of crypto. >> How does the hardware wallet work in your vision? Because I think most people generally and me included would say, look I love crypto but I'm busy got my four kids, two are in college, two or in high school and running around you're running around, bottom line is I got my key, my cold storage, I get keys everywhere, I forgot where I put my damn keys where's my key anyway I ended up writing and I post it. Who knows? >> I want to believe your keys are your collection of devices. So we've actually just done a recent relationship with Telefonica we showed two weeks ago, a dual Root of Trust handset, so half of your key is protected by the SIM architecture in your phone, half of your key is protected by the manufactured ARM processor in your, in your handset. So I have two separate routes of trust. I'm not trusting the carrier, I'm not trusting the manufacturer, they have to work in cooperation, the owner owns the keys, then I want to backup those keys. So why not, now that I have multiple routes of trust in my device, they can talk to my other devices, So we think of your household of devices as your key, not your single super phone. So every time I make a new wallet, you're right. You're running around, you didn't think about it, You don't want to write down 12 words, you're out at Starbucks, you shouldn't be writing the 12 words down on the surveillance camera at Starbucks. That would be a bad plan, Instead, you want your device to just communicate out to your other devices. So imagine in the future I lose my phone I can shut it off by calling my carrier and then I want to Make a new phone, maybe I've got to go like push a button in my Tesla push a button on my smart refrigerator. And my wife has to push a button or my girlfriend, or whatever the complications we all have. (laughing) And that's what allows me to recreate, not just my blockchain keys, but my Marriott keys, my car keys, my refrigerator keys, my these keys and we're going to have lots of keys for all this stuff. >> And the hardware is key in your opinion, got to have the hardware. >> Right, the reason why you have hardware is because, we can measure that the hardware hasn't changed so we can have a hardware Root of Trust, something that we know is anchored in silicon, in iron and then, or really in copper, and then from that we can build a stack that says we know this hasn't changed because if it's cast in the ground now we can build up from there each step and know that this measured environment is running properly. >> So people want be concerned, obviously Bloomberg had a story this week about China putting a mod chip on super micro boxes that's hardware. How do you talk to that, because I'm now saying, hey, I love the Root of Trust concept you guys are awesome, great job, but what about being hacked by someone else-- >> Well let's assume hacks continue on in time, I think the ultimate disinfectant in this is identity of the device, so give me a list of where 100% of those computers are. And are they in any critical systems that you have? So you're running DHS, and you've got 1.2 million servers across your network? Can you tell me 100% of the machines, that have that capability on them? Now that you know that model 45 had that. So we have an example for this VIN numbers in cars have been a great example of how we've improved the quality of cars, not that we aren't stupid humans and we build stuff that breaks or doesn't work and people die, we just want to know, that if he dies in his car that I don't want to drive the same car he drove without fixing whatever it is they're broken your car. >> So unique ID for the car, an asset. >> Yeah. And so tracking that, yep, we have it for lots of things. We don't have it for PCs, if you ask the average organization, please give me a list of the software that runs your corporation, they have no idea. >> Yeah, and the same thing with data to the GDPR thing, all these regulations, >> Right, because all, so GDPR is a great example of where now I need to prove I had controls in place in order to show that my data is properly-- >> They didn't know they had a server out there. >> I don't want to audit once a year, I want to check every time I do a transaction, was the person and employee did they have data rest in their machine, did they. So we can use the concepts of GDPR regulation to press this idea that I've provable controls at a transactional level for every instruction that's done. I want to know that I have known compute, if you had to write policy for the federal government, it's only known computers connected to sensitive networks and data. That doesn't require rocket science to understand. It's like, don't hook anonymous unknown computers you picked up out in the parking lot and tie them to the nuclear launch codes, that would be a bad plan. Like, let's start with at least machines we know and that are running software we know and that we've tested them so that we know they're running what we expect and they're working correctly, then let's use them for critical systems. So let's talk about the, and want to just finish up this segment on looking at what you're saying, which is a whole new operating model is coming really fast. The old model that's being operate is run by huge companies, Apple, Amazon, IT departments all around the world, governments, so there's going to be some resistance is going to have to be some change, that change is going to be disruptive. How do you see it playing out, you see people waking up going it's inevitable or you see a train wreck or collision. >> Now I think we have to create a transition. I spent a decade trying to create the train wreck and that didn't work very well, we shipped the technology and every PC. What we've done here is we're making it possible for you measure the integrity of a device in a mobile phone, and then you can hold keys in it. But I can apply policies or rules to those keys and those policies can talk to all of my old external systems. So I can ask all my network security stack, Where is this device, is this person an employee? Is my organization feeling good today, before I let you use the key. >> You bring program ability and state into-- >> Right, it's like you drag along the whole network security stack, and all their API controls and their SIEMs and let's hook Watson up and watch the whole network and apply that as a rule to a case. So now I can sit in Starbucks, and my device checks to see my organization's good, and then logs me into Gmail. I didn't have to tell Gmail to ask whether I was an employee, so I can have a mobile phone that says only log on if you're on the nuclear submarine and it'll work and I don't have to tell GitHub that check to see whether he's on a nuclear submarine. They just have to know that this two factor authentication is external, what's making that possible is that two factor authentication and all the services is fundamentally device registration, and as we mature that as the industry matures, those standards it provides the vehicle for all the services to incorporate a device component to the authentication strategy and then we can engage the robot to make that device smarter. >> Robot being the machine. >> Our device. >> Great to have you on, give the quick plug, what's going on Rivets real give us a quick. >> So Rivets is a fun company going after building these tools, we have a great partnership with Telefonica, we're extending it to other carriers as well. And our mission here is to bring the next billion people the blockchain by giving them a hardware based wallet for crypto, for IoT, for cloud in 100% of the mobile devices that are shipped and use the carriers as a mechanism to deliver that to us. >> You bring value that carries you also help the users make that usability peace secure. If you can pull that off, man I'd have a parade on Main Street for you. We need that. >> We desperately need this. We are so ready for our digital life to become simpler and safer for the user, And really for the services, it allows them to have more valuable data. So it's the combination of those two things, it's a win both for the consumer and for the services. >> Well, let's hope it can be a seamless transition rather than a train wreck collision. I'm John Furrier we here at talking security at Hoshocon, the inaugural blockchain secure, the first blockchain security conference am here with Steven Sprague CEO Rivets, hot, hot company in the space with many, many years experience. Time is ripe, right now the time is perfect for you. Congratulations. >> Thank you. >> Thanks for coming on, we're back with more after this short break. (electronic music)
SUMMARY :
Brought to you by Hosho. The first inaugural conference on security in the blockchain This is the time to harvest the work you've been doing, and the other one that was true as, oh my God, I've been and the disruption around what's not efficient, So if I asked you what your favorite multi factor I just sent you a pin number on your phone that and you have full global connectedness and the windows log files are the way Yeah, so the problem is that blockchains, So match the security for pro posture for of the instruction that tells the system cut to the chase here in your opinion, of the CompuServe model, where you have a mobile phone blockchain to your point about being you know, and the most important thing is you notice. It's a very, but that's 100,000 years. I'm like, okay, go back, get the phone. the three year old, you can lose an arm, right. How does the hardware wallet work in your vision? the manufacturer, they have to work in cooperation, And the hardware is key in your opinion, Right, the reason why you have hardware hey, I love the Root of Trust concept you guys are awesome, of the device, so give me a list of where 100% of the software that runs your corporation, and that are running software we know and that we've tested and then you can hold keys in it. the robot to make that device smarter. Great to have you on, give the quick plug, for crypto, for IoT, for cloud in 100% of the mobile devices You bring value that carries you also help the users So it's the combination of those two things, it's a win both Time is ripe, right now the time is perfect for you. we're back with more after this short break.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Apple | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
1990 | DATE | 0.99+ |
Telefonica | ORGANIZATION | 0.99+ |
Steven Sprague | PERSON | 0.99+ |
12 words | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
John | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
John Furrier | PERSON | 0.99+ |
Rivets | ORGANIZATION | 0.99+ |
Siri | TITLE | 0.99+ |
100,000 years | QUANTITY | 0.99+ |
50% | QUANTITY | 0.99+ |
2000s | DATE | 0.99+ |
GitHub | ORGANIZATION | 0.99+ |
four kids | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Bloomberg | ORGANIZATION | 0.99+ |
Gmail | TITLE | 0.99+ |
two things | QUANTITY | 0.99+ |
three feet | QUANTITY | 0.99+ |
2013 | DATE | 0.99+ |
Starbucks | ORGANIZATION | 0.99+ |
Today | DATE | 0.99+ |
Marriott | ORGANIZATION | 0.99+ |
Tesla | ORGANIZATION | 0.99+ |
GDPR | TITLE | 0.99+ |
Rivetz | ORGANIZATION | 0.99+ |
HoshoCon | EVENT | 0.98+ |
second hash | QUANTITY | 0.98+ |
each device | QUANTITY | 0.98+ |
1.4 billion PCs | QUANTITY | 0.98+ |
this week | DATE | 0.98+ |
two factor | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
two weeks ago | DATE | 0.98+ |
both | QUANTITY | 0.98+ |
first time | QUANTITY | 0.98+ |
Juniper | ORGANIZATION | 0.98+ |
single keys | QUANTITY | 0.97+ |
first | QUANTITY | 0.97+ |
One | QUANTITY | 0.97+ |
three year old | QUANTITY | 0.97+ |
HoshoCon 2018 | EVENT | 0.97+ |
each step | QUANTITY | 0.96+ |
about a half an hour | QUANTITY | 0.96+ |
three things | QUANTITY | 0.96+ |
billion people | QUANTITY | 0.96+ |
Intel | ORGANIZATION | 0.95+ |
once a year | QUANTITY | 0.95+ |
Hosho | ORGANIZATION | 0.94+ |
1.2 million servers | QUANTITY | 0.94+ |
almost 20 years | QUANTITY | 0.94+ |
Fort Knox | LOCATION | 0.94+ |
Windows | TITLE | 0.93+ |
a decade | QUANTITY | 0.93+ |
almost 25 plus years | QUANTITY | 0.93+ |
Hard Rock Hotel | LOCATION | 0.93+ |
half of your key | QUANTITY | 0.92+ |
Rivetz | PERSON | 0.89+ |
North Koreans | PERSON | 0.87+ |
Miami Bitcoin conference | EVENT | 0.86+ |
first inaugural | QUANTITY | 0.86+ |
trillion dollars | QUANTITY | 0.85+ |
18 months old | QUANTITY | 0.83+ |
Bitcoin | EVENT | 0.82+ |
lots of keys | QUANTITY | 0.82+ |
two separate | QUANTITY | 0.82+ |
China | ORGANIZATION | 0.8+ |
half of | QUANTITY | 0.79+ |
one form | QUANTITY | 0.77+ |
CEO | PERSON | 0.76+ |
last 10 years | DATE | 0.76+ |
Steven Hatch, Cox Automotive | Splunk .conf18
>> Live from Orlando, Florida, it's theCUBE. Covering .conf18, brought to you by Splunk. >> Welcome back to Orlando everybody, home of Disney World, and this week, home of theCUBE. I'm Dave Vellante and he's Stu Miniman. Steven Hatch is here, he's the manager of Enterprise Logging Services at Cox Automotive. Steven, thanks for coming on theCUBE. >> Thank you. >> So, you've been with Splunk for a while, we're here at conf18. Logging services, enterprise logging services. When you think of Splunk, their roots, Splunk go back to, sort of, log files, analyzing log files, it's in your title. (laughs) You must be pretty intimately tied to, as a practitioner, to this capability, but talk about your role and what you do at Cox. >> Primarily, the role is to be the evangelist, the enabler, and the center of excellence when it comes down to getting those best practices propergated within the enterprise. >> So people come to you for advice, council, you play, sort of, internal consultant. What qualified you to do that? You were a practitioner prior to this, so you got your hands dirty and you kind of now, elevated to-- >> My prior role was a Site Operations, or Site Reliability Engineer, and then Manager. And so, having that background, I've been in IT since '96, so I'm a little old in the game, but basically, having that operational knowledge, and knowing how to think big picture when things are happening or transpiring, or the reverse and go back and find that root cause analysis. >> '96, just a pup, my friend, okay? (both laugh) So, talking to Stu, we were talking off camera, about the number of brands that Cox Automotive has, Cox at Kelley Blue Book and at numerous others, like dozens, each of these is kind of it's own data silo. How do you guys go about using Splunk? Are you able to break down some of those silos? Maybe you could share that with us. >> Yeah, so we have been successful on a lot of the big three really, at Kelley Blue Book, Manheim, as well as Auto Trader, to really break in. A lot of that was because of our, already previous, relationships with team members and leaders. On the other side of the coin is the newly acquired companies that are not in Atlanta, Georgia. That are in places like Groton, Connecticut, South Jordan, Utah, Upstate New York, as well as the Toronto area in Canada. And so, WebEx joined me, email just won't cut it. You actually have to sit down with these people and really showcase your business case, your model, and what you're trying to bring to the table. But of course, the approach is always important. >> And are you using Splunk to do that? As a collaboration tool as well? >> Yes sir, yep. >> Explain that a little bit if you would. >> So, a lot of times, as you mentioned, the silos, as a bigger brand now, it's no longer an excuse for you to only be responsible for your data and not showcase it, or share that data. Because we're thinking about the entire life-cycle of Cox Automotive, and this entity of Cox Automotive, that's important to us now. So for you to hold tight, or to hoard your data, or your metrics and not share them, that's not good business anymore. >> Yeah, so Steven, we talked to a lot of companies that do M&A, and it's usually like, well, this is the products we use, these are the structures that we have. One of the things we hear from Splunk is that you can get to your data, your way. How does the Splunk modeling, and how you look at the data, fit into that M&A? Is that an enabler for you to be able to get that in. >> Yeah, and so, when you can showcase the ability of how the data comes in and, quickly. Key word, right? To showcase how that data can be very valuable to them, especially to their stakeholders, that's when light bolts will go off. And, again, it's the stakeholders, and then champions, that we need to bring to the table to make sure that we can get full adoption. >> Yeah, we've also-- Dave's been to the show a few times, it's my first time, and what I've really heard a bunch of is the people that know how to use Splunk, they're super valuable inside of the company. They get training, people inside the company, they look to get hired, tell us a little about what you've seen, what it means to your role inside the company, and as you network with your peers here. >> It's a lot of exposure. A lot of people are very anxious to get some type of insights into their world, their infrastructure, their applications, their business tools. A lot of times, there are people out there that are very savvy from a business perspective, that have a bunch of KPIs in their head, but no one has actually extracted that information from them, and so, our job is to align with their KPIs. You know, over the last couple of years, that's what we've-- the journey that we've been on, is to now revisit the data that we've just ingested. That's the basic foundation. We want to elevate now and really get more mature, and to align with those business KPIs. >> Meaning they got this tribal knowledge in their head, and you want to codify that so that it can be shared. >> Correct. >> How do you go about doing that? Is it sitting in a whiteboard and understanding that? >> It can be a whiteboard, it can be over a coffee. If I need to get on a plane and go see them in person, and to really just listen and ask the questions when it's time but, again, listen and really understand what's important to them, what is important to their business, to their function, to their silos? Cox Automotive has five, of what we call, pillars, where there's international, finance, marketing, retail, or media, and each one of those owners, over time, wants the specific value. >> So if you go and have a chalkboard session, whiteboard session, with one of these folks, how do you operationalize it? You got to figure out where the data exists, so that you can align with what's in their head? Is that right? And then, how do you do that? How do you scale it? >> Well, so, again, you have to start from the top. If you start from the bottom, you'll be in the weeds until the end of time. So that the more efficient manner is to start from the top and realize those KPIs from those leaders, those stakeholders, and then from there, a tool like ITSI, which is basically built around services, entities, and aligning to their service decomposition model, and that right there allows you to stay consistent and efficient on getting that information. >> So you start top down, but ultimately, people are going to want granularity. So you start-- is it top down, bottom up, type of approach? Where you actually drill, drill, drill, drill, drill, and then get to the point where you can answer all those granule questions? And then, by doing that, if I understand it correctly, it sums to the top line, is that fair? >> Yeah, yeah, there's a point in time where you say, you know what? I could really now enhance or enrichen the data by a dataset that I know where it is. So the keypal will get you to a certain point, and then, to find that happy medium, or that common denominator from the data that you already have on premise, or from your apps, wherever they reside, that's where you can meet the gap. >> Otherwise you're never get it done. You'll end up boiling the ocean. >> That's correct, yes sir. >> All right, so, when we talked to you two years ago, you were using Splunk Cloud, you know? And when we talked to practitioners it's-- the things that they're managing, a lot of times now, most of it's not what they own, and so, how do I get the right information? How do I manage that environment? Talk to us a little bit about what you've seen in the maturation of Splunk and Splunk Cloud, if there's anything in 7.2, or Splunk Next, that's exciting you, to help you do your job even better. >> Oh man, so of course, the keynote today, the DSP, the processing layer that's in front of the Cloud, or in front of the indexes now. Where in real time, I can now route data, specifically from a security standpoint. If there's some type of event, without having to go through all the restarts and configuration management and everything else, I can simply put something in there, right there, and move the data, or mask the data. The ability with the infrastructure app, that's exciting to me, as well as all the feature updates for ITSI, enterprise security, as well as the Cloud itself. >> Can we do a little Splunk 101 for my benefit? So I heard today, from one of the product folks, that it used to be when you added another indexer, you had to add storage and compute simultaneously, whether or not you needed the storage, you had to add it, or vise versa. So an indexer is what, is it, essentially, a Splunk node? >> No, it can be a, basically, a Linux host, that actually has the agent running as an indexer with the attached disk. >> Right, okay, and it used to be you had to buy that in chunks, kind of like HCI, right? And you couldn't scale storage independent of compute? >> That's correct. >> What that meant is you were paying for stuff that you might not need. >> Right. >> So, with 7.2, I guess it is, you can split those and you get more granule, or what does that mean for you? >> Well, being a, now four year customer of Splunk Cloud, and anytime we went to the next version of, or license, the next step up, currently we're on about six terabytes. When we go up to eight, that the entailed more indexes being added to the cluster, which meant more time for the replication of search factors to be met, which can take however long, and then, or if there's any kind of issue with the indexer, where one had to be pulled out and another one introduced. How long does that take? Now, with the decoupling of the compute from the storage, it's minutes, and so it's a fraction of the time. >> And if I understand, I understood it real well when it's an appliance, but it's the same architecture if it's done in the Cloud, is that correct? >> It's, essentially, actually, it's a new architecture in my mind, where now it's able to scale more, and then there's-- I'm not sure how much they talked about it, but there's a potential of the elasticity of it. And so, now, I don't have to be so fixed, I can, on certain times, expand the cluster, you know, for search performance, or bring it back down when it's not needed. >> Some of the promise of Cloud. >> Yes, sir, Splunk Cloud. >> So it's like the Billy Dean, the five tool star. You've got the cost, you've got availability, you got speed, you got flexibility, and you've got business value, ultimately, which is what's driving here. So, I take it, I'm inferring here, you'd expect to use this capability in the near future? >> Very much so. >> Great. What else is on your horizon? What are the cool stuff you're working on? And things you want to share with us? >> Well, in addition to our leveraging Splunk Cloud for four years, next year we plan to move away from our current sim tool, into enterprise security. So it's very exciting to hear that they're continually updating that product, and so our security team has been knocking on my door for the last six months to really get that started. So, once we get there, we'll start the migration efforts and get Splunk Cloud now, enabled with the enterprise security, to really empower our security team, and stay ahead of our threats. >> So, I've been around a long time, and, ever since I can remember being in this business, customers have wanted to consolidate the number of vendors with whom they work. But the allure of best of breed always sucks them in to, oh, lets try this, or you get shadow IT. It sounds like, with Splunk, you're approaching this as a platform that you can use for a variety of different use cases. >> That is correct. >> Now, whether or not you reduce the number of vendors is, maybe a separate conversation, but I guess the question I have is, how are you using Splunk in new ways? It sounds like its permutating a line of business, SecOps, etc, is that an accurate picture? If you could describe it. >> Yeah, so Splunk itself, the core is the platform for so many different other functions within the business. You have security, you have the development group, DevOps, where, from a CICD perspective, now they can measure the metrics or the latency in between, when they create a car, say in rally, all the way to the very end of the line, what are all those metrics that are there, that they can leverage to increase their productivity? Obviously, infrastructure. As we consolidate all of our data centers down, wouldn't it be nice to know if these specific low bouncers or switchers are still having traffic to verse them? And to actually get a depiction of the consolidation effort. From a virtualization standpoint, isn't it powerful to know how many devices E6 hosts are actually fully being utilized, and how many are actually vacant? And how much money can be saved if we were actually to turn down those specifics blades or hosts? Or VMs that aren't being leveraged, but they're sitting there, taking up valuable resources. >> I remember when Splunk, right around the time they went public, I remember two instances, maybe three. There was a MPP database company, there was a large three letter firm, and there was an open-source specialist, and I heard the same thing from each of them, was we have the Splunk killer, this was like, five, six years ago. It seems like this Splunk killer was Splunk. And it really never happened. Why is it? Why is Splunk so effective? You obviously see, you know, you're independent, you want to use the best thing for Cox Automotive. What is it about Splunk that sets them apart, puts them in the lead? >> The scale capabilities, having this type of environment with the conferences and the sales group and the support groups, very intentional about listening. Having workshops where they come on premise to help us out on our use cases, to really educate their users, because the more their users are elevated from a knowledge standpoint, the more they will then exercise the application. If they all stay basic, why would I need another component of Splunk? Why would I need enterprise security? Why would I need to expand my subscription into the Cloud? The more I can exercise it, the more I'll need. >> So this is kind of a give, get. They come in knowing that if they expose you to other best practices, you'll going to be more effective in the use of Splunk and you might apply it in to other parts of your business. >> My appetite will grow and my users appetite will grow. >> And these are freebies that they're doing? Services freebies, or are they paid for services? >> Oh yeah, they have no problem coming in, supplying the necessary ammunition, or food, to entice, to have folks come in, but it's powerful to have all the engineers in there to really show us how things work. 'Cause, again, it's a win, win. >> And you're a football fan, I understand? >> Oh, yes, sir. >> Chiefs are your team, right? >> That's correct. >> Were you a football player? >> For a little while, yes. Now I coach, so that's my-- >> And you coach, what? >> Little girls. >> Kiddie football, huh, awesome. Is that Pop Warner these days, still? >> I guess you call it that. >> Flag football or tackle? >> Tackle football >> Really? >> Yep. >> Eight years old? >> Yes, my son is eight and he's playing full back right now, I'm very excited, happy father. >> Is he a big boy, like his dad? >> He's going to be bigger, I think, than his father, yes, sir. (both laugh) >> That's awesome. Well, listen, thanks very much, Steven, for coming on theCUBE, it's really a pleasure meeting you. >> That's appreciated, thank you very much. All right, keep it right there everybody. Stu and I will be back with our next guest. We're live from Splunk .conf18, you're watching theCUBE.
SUMMARY :
brought to you by Splunk. Steven Hatch is here, he's the manager of and what you do at Cox. the enabler, and the center of excellence so you got your hands and knowing how to think about the number of brands But of course, the approach So, a lot of times, as you mentioned, How does the Splunk modeling, and how you Yeah, and so, when you inside the company, and as you and to align with those business KPIs. and you want to codify that and ask the questions So that the more efficient and then get to the point where you can or that common denominator from the data Otherwise you're never get it done. talked to you two years ago, and move the data, or mask the data. you had to add storage and that actually has the agent running that you might not need. and you get more granule, or a fraction of the time. of the elasticity of it. So it's like the Billy And things you want to share with us? for the last six months to consolidate the number of reduce the number of vendors is, that they can leverage to and I heard the same and the support groups, very and you might apply it my users appetite will grow. all the engineers in there Now I coach, so that's my-- Is that Pop Warner these days, still? I'm very excited, happy father. He's going to be bigger, I for coming on theCUBE, it's thank you very much.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Steven | PERSON | 0.99+ |
Steven Hatch | PERSON | 0.99+ |
Groton | LOCATION | 0.99+ |
Cox Automotive | ORGANIZATION | 0.99+ |
Kelley Blue Book | ORGANIZATION | 0.99+ |
Toronto | LOCATION | 0.99+ |
Cox | ORGANIZATION | 0.99+ |
Utah | LOCATION | 0.99+ |
five | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
next year | DATE | 0.99+ |
South Jordan | LOCATION | 0.99+ |
four years | QUANTITY | 0.99+ |
Orlando | LOCATION | 0.99+ |
four year | QUANTITY | 0.99+ |
Auto Trader | ORGANIZATION | 0.99+ |
Connecticut | LOCATION | 0.99+ |
eight | QUANTITY | 0.99+ |
each | QUANTITY | 0.99+ |
Canada | LOCATION | 0.99+ |
three | QUANTITY | 0.99+ |
WebEx | ORGANIZATION | 0.99+ |
first time | QUANTITY | 0.99+ |
Stu | PERSON | 0.99+ |
two instances | QUANTITY | 0.99+ |
Splunk Cloud | ORGANIZATION | 0.99+ |
Orlando, Florida | LOCATION | 0.99+ |
Upstate New York | LOCATION | 0.99+ |
Splunk | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
dozens | QUANTITY | 0.99+ |
Manheim | ORGANIZATION | 0.98+ |
two years ago | DATE | 0.98+ |
Linux | TITLE | 0.98+ |
three letter | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
this week | DATE | 0.97+ |
Disney World | LOCATION | 0.97+ |
five | DATE | 0.97+ |
six years ago | DATE | 0.97+ |
'96 | DATE | 0.97+ |
five tool | QUANTITY | 0.96+ |
one | QUANTITY | 0.96+ |
One | QUANTITY | 0.96+ |
each one | QUANTITY | 0.92+ |
about six terabytes | QUANTITY | 0.92+ |
Splunk 101 | TITLE | 0.91+ |
theCUBE | ORGANIZATION | 0.9+ |
Atlanta, Georgia | LOCATION | 0.9+ |
M&A | ORGANIZATION | 0.9+ |
Eight years old | QUANTITY | 0.89+ |
last six months | DATE | 0.87+ |
Splunk | TITLE | 0.84+ |
E6 | COMMERCIAL_ITEM | 0.82+ |
keypal | ORGANIZATION | 0.78+ |
7.2 | TITLE | 0.77+ |
Enterprise Logging Services | ORGANIZATION | 0.77+ |
last couple of years | DATE | 0.74+ |
ITSI | ORGANIZATION | 0.72+ |
Splunk node | TITLE | 0.7+ |
Warner | ORGANIZATION | 0.7+ |
Splunk | EVENT | 0.7+ |
Splunk | PERSON | 0.7+ |
Pop | PERSON | 0.68+ |
7.2 | QUANTITY | 0.68+ |
Splunk Cloud | TITLE | 0.66+ |
Steven Rosenthal, QTS DataCenters | Microsoft Ignite 2018
>> Live from Orlando, Florida. It's theCUBE. Covering Microsoft Ignite. Brought to you by Cohesity and theCUBE's ecosystem partners. >> Welcome back everyone to theCUBE's live coverage of Microsoft Ignite here in Orlando. I am your host Rebecca Night, hosting, co-hosting along side Stu Miniman. We are joined today by Steven Rosenthal. He is the senior product specialist at QTS Data Centers. Thank you so much for coming on theCUBE. >> You're welcome, thank you. >> So let's start by finding out a little bit more about QTS, based in Kansas City. What do you do? What are you all about? >> Yeah, so QTS is based in Overland Park, Kansas. We have our operations based in, actually right outside of Atlanta in Suwanee, Georgia where actually I'm from. And we have 16 data centers across the United States, about six million square feet of data center floor. We cater to everybody from hyperscalers, the hyperscalers of the world that everybody, I think, knows about, to enterprises, to federal customers. We have product lines that cover, again, hyperscale, co-location, private cloud; which I think we'll talk about today and mannered services around that private cloud offering. >> I know Stu is dying to talk private cloud with you but-- (Stu Laughs) Can you just tell us a little bit about how you fit in precisely with the Microsoft Ecosystem? >> Yeah, so, we fit in because we will offer Azure Management, so for customers that will have work loads up on Azure, we can help manage that and we also have dedicated connections through our connectivity products that will get you to Azure from our data centers. So, that's how we kind of fit into this ecosystem. >> Alright, so, just to geek out on that one little bit, when I talk to a lot of service providers, things like AWS direct connect, and Azure Express Route are one of the things we're seeing just massive adoption on being able to take my own stuff and plug it in or use services from the public clouds. Do you offer all of those? >> So we have AWS Direct Connect in our Chicago data center that we can cross connect to you, to that via our other data centers. We're also utilizing the software to find networks as back-up fabric and megaport to get you to those direct routes into Azure and AWS. >> Okay, great. So you do have the way to, 'cause the discussion has been, for a few years it went from hosting to service providers and, oh wait, public cloud is the enemy. And now I think we've matured a lot. It's like, yes, of course there's competition there, but as SoftDel and Microsoft said, look we're going to compete against people, we're going to partner with a lot of people. And, of course, your customer's are using everything. >> Yeah, I don't think it's just a line. We definitely partner with the public cloud offerings. It's not if you can't beat them join them, there is a workload for public cloud, there's workloads for private clouds and we can get into that into detail, but there is absolutely a partnership that we can have there and not a competitive partnership. >> Yeah and I actually, let's bridge that discussion over to the private cloud discussion. You know, I will give you the one there is no answer for it, but how are customer's sorting this thing out? How are you dealing with it? What do they put where? How do you help them with that discussion? >> You know, what we're finding is customers are anywhere from all into public cloud, to I'm kind of just dabbling in it and maybe putting my toe into it. And we can go in and help them along their cloud journey. So, because of the integrative products that we have within QTS, we can help you from just being a co-location customer to kind of dipping your toe in a little bit with some public clouds. Getting you that direct access via AWS Direct Connect or via software to find networking, helping you manage that, but there is workloads out there that customers just want to know where their data is. Where is my data? When you go to a public cloud, I'm not saying it's not safe, it's not secure, but we all know there's issues that sometimes they go down and there's customers, for compliancy reasons, for whatever reason they have, they want to know my data is in Suwanee, Georgia and due to the private cloud, and we know it's always there, we can provide that to the customer. >> Do you think that customer anxiety of where is my data will always exist for certain clients or do you think we will actually get to a point in the cloud computing evolution where people feel really secure? >> You know, I think if you look over the last few years, people are a lot more secure today than they were three years ago, two years ago or even one year ago. So, if I had a crystal ball, I think people will get a little bit more comfortable, but I think customer's in finance-- >> Healthcare. >> Healthcare. They're all going to really be nervous about where that data is, so there's always going to be that need for that. Certain workloads, I want here. The rest of it, yeah, we can put up in public cloud, but I want to know that this data resides in this data center. >> Yeah. I mean, governance and compliance is obviously going to play into that. So, let's talk about the private cloud. In our research, we started a few years ago, we said, what customer's need is true private cloud. And we said that because cloud should really be an operating model and the public cloud really set the bar as to, how I consume, how I manage, how I don't have to get into some of the pieces, so, to do that, you really need to kind of modernize the platform. Maybe bring us through your journey as to how you've seen it versus just kind of, I had a bunch of servers in Iraq, versus how do you define what is private cloud for your environment today? >> Yeah, so at QTS, we define the entire stack is dedicated to a customer. That's everything from the Nutanix hardware that we use and we decide to use as our infrastructure base for this. All the way up to the Cisco 9K's that we support. Everything is dedicated to that customer. So, there's no multi-tendency at all within that. So, there's no noisy neighbors, there's nobody next to you that you may not know what they're doing. Our journey started about a year ago, maybe a little bit more. Where we saw that, as everyone probably did, the evolution of the customer going to that true hybrid model. That not everything is going to public. They, again, not to repeat myself, but there are some workloads that stay within the private cloud and they needed somewhere to put that. Customers also were looking for more of an optics model than a capics model. We can host that for them within our data centers, provide all the data center services that we provide to our COLO customer's around duplicate power and the security that we provide and allow them to host that within our data centers. So that's what we're seeing in our customers and that's what is really driving that. >> Alright. When Nutanix positions the enterprise, it really is about that simplicity that they can offer. Service providers often have different metrics as to how you determine. What lead you to the Nutanix solution? How does that fit in your over all operations? >> Yeah. Honestly, we did, for lack of better terms, a bake off. We looked at competitors out there but Nutanix, by far, they have a right to be in that Gartner Magic Quadrant because, one, their support is just excellent, that we have found from them everything that we needed from them. They were right there and helping us. Up until now and we don't think they're going anywhere either, right? Nutanix has been one of our best technology partners that we've brought on board. And we see the benefits of the hyper-converged environment, allowing us, you talked about people want that cloud experience >> Right. >> The loud experience is, I want to be able to swipe my credit card and have a server running in five minutes. That's not what dedicated private clouds are, but they might want it less than 30 days, less than 60 days. Having hyper-converged there, we can provide that to the customer, get them up and running in a matter of weeks, not a matter of months. You know with their traditional architecture. >> One of the things we're hearing a lot at this conference is the importance of having the right kinds of partners and making sure that there is a lot of trust embedded in the relationship. >> Right. >> You just described, choosing Nutanix, having this bake off, how else do you walk through the, can you walk our viewers through the process of how you choose the right people that you want to do business with, from sort of a business mindset stand point, but also, complimentary functionality? >> I think a couple things. One, we obviously look at the technology. Technology for us is, if not number one, it's up there as pretty close to number one. Does the technology meet the needs of our customers? Can we provide the service with the service level agreements that we have in place? Around our hosted private cloud, we have 100% SLA around that, so we want to make sure that we can meet that for the customer. So, the technology has to be there. Then, outside the technology, the support. This is technology, technology's going to have issues. If we can make sure we have the support to back that up, so if a customer or we have an issue with the infrastructure, we can bring that back online as quick as possible. Then we look at, how closely they can do, you know, co-market with us, especially Nutanix. We do a lot of things co-marketing with Nutanix. We put on panels within our data centers. We've been doing this for the past, almost a year now, with Nutanix, ourselves, maybe we'll have AWS sit on it, we'll have Cohesity sit on it, and bring in customers or prospects into our data centers and have different topics around there, so all of that kind of mixed together, provides a really good partnership for us. >> Great. >> Steve, we talked a little bit about how Azure on the public cloud fits in. How does Microsoft fit in on the private cloud discussion? >> So, most of our customers are running Windows. I mean that's really where it fits in. >> Of course. >> Currently, our hosted private cloud runs VMRS as a hypervisor-- >> Right. >> But most of the customers are running Windows as their operating system. >> Absolutely. Still, I mean, from the early days until today, the applications sits on top. Microsoft has all the business apps up there. Been a lot of announcements at the show. Windows Server 2019, talking a lot about the shift to SaaS. How are you seeing, is that still a big driver for your customers, the generational shifts of Windows and what about the changing workloads? I'm curious about how those impact you. >> Yeah, absolutely. The changing workloads definitely drives our business and as you pointed out, a lot of those are going to either Office 365, going up to Azure. We're getting a lot more customers asking us for Azure these days. I don't want to put AWS against Azure, but we are at the Microsoft show, obviously. We're getting a lot of customers who are driving their business up to Azure and to be able to support that within our community is really important to be able to support that customer, so we are definitely seeing that drive towards those types of workloads. >> You're an industry veteran. You've been in IT for 25 years. I wonder if you could talk about this point in time that we're at now. It feels like an inflection point, but maybe I'm wrong. Can you sort of paint this point in time, in the greater context of the cloud computing revolution. >> I think hybrid is the word. Right? I know it's a marketing word. I know a lot of people use it, but I think it really has hit today. Where you have companies that say, hey, we are all in on public cloud and I think that's a great marketing term, but if you really look at all of their workloads, they don't have everything up there, but even if they have 90%, 10% of their workloads are Legacy applications that they would have to re-write to be able to really work in the public cloud and these applications are running just fine where they are, they don't want to touch them. So, I think that hybrid model is where we are today and it's only going to grow. >> Steven, I'm curious, we watched for a while, public cloud polled on the data center apps, but now we have the Edge out there. You talk about IOT, you talk about what machine to machine type technology is going to push things back out, not going to be in some central location. Is that having an impact yet on your business, how would you play in some of these IOT environments? >> Yeah, we are constantly looking at the new technologies out there, especially the autonomous cars is something that we are looking at very heavily and they require, there's something like six terabytes of data that gets passed back and forth between that car and whatever service is running that car and that's got to be somewhere on the Edge, but I think if you look back at how people were defining private cloud a couple years ago, how are people are defining Edge is very different. And over the next year or two, we will get more common, how people are defining Edge Computing will become a lot more common. So, we're looking at how do we plan that market? Do we have to have data centers closer to the Edge, wherever that edge is, in cities that you typically don't see data centers. You're probably going to have a different type of data center within that city too. >> Oh, yeah. Absolutely. The edge is very different if you are a telecom provider versus an enterprise, what you said. That data center is going to be a pop, is it going to be something in a wireless tower-- >> Is it going to be in a closet somewhere that supports it? >> It's all going to be something that just fits on a wrist at some point in the future, right? (all laughing) >> Yeah. It's going to fit right there. >> Yeah, check on my data. So, getting back to the cities that you don't necessarily think of. I mean, you're a tech, a cutting edge tech company, based in Kansas City, the Heartland. >> Right. >> How do you find, is it difficult to recruit talent because frankly even the companies in Silicone Valley and Washington and Boston, they're having trouble recruiting talent. Where do you come down? >> I think it's not only recruiting the talent, it's keeping the talent; which QTS is very good about keeping the talent. I think if you look at our attrition rate, it's probably some of the lowest in the industry 'cause we have a culture that people want to stay in, but even though our headquarters are in Overland Park, Kansas, again, our, really our operations headquarters are outside of Atlanta, Georgia in Suwanne which is probably just about 30 miles north. So, we have Georgia Tech that we can pull from, you have Emory that you can pull from and, you know, the entire Georgia University system. I don't want to leave anybody out that we can pull from. And we have data centers around the country, even in Silicone Valley, we have Santa Clara, which we can pull from the Silicone Valley individuals. Dallas has a lot of tech companies, so we're not just pulling from one market, we're pulling from 16 different markets across the country, which helps us a lot not just to dry up a single market. >> You said that QTS has a culture that people want to stay and Microsoft is touting its culture as collaborative, inclusive. Describe QTS's culture. >> Our culture, a lot of people ask me that and it's like, you got to live it. It's very, very family-oriented. I know a lot of people say that, but we live it. We care about each other. Nobody walks around going, it's not my job. Everybody is there to support the customer. We are very customer-focused, you can see that in our NPS scores. Our NPS scores are very high in the industry, probably some of the highest out there. So, and that goes back to just how we take care of our customers. And we look, goes back to your question about, what do we look for in partners, Nutanix probably has a very high NPS score and we want to make sure that our partners are treating our customers as we want to treat our customers. >> Great. Well, Steven, thank you so much for coming on theCUBE. >> Thank you. Appreciate it. >> I'm Rebecca Knight for Stu Miniman, we will have more from Microsoft Ignite, coming up in just a little bit.
SUMMARY :
Brought to you by Cohesity He is the senior product What are you all about? And we have 16 data centers that will get you to Azure are one of the things that we can cross connect to you, public cloud is the enemy. that we can have there and You know, I will give you the we can help you from just You know, I think if you to be that need for that. of modernize the platform. and the security that we as to how you determine. that we have found from them we can provide that to the customer, One of the things we're So, the technology has to be there. on the public cloud fits in. So, most of our customers But most of the customers a lot about the shift to SaaS. and to be able to support in the greater context of the and it's only going to grow. but now we have the Edge out there. is something that we are is it going to be something It's going to fit right there. that you don't necessarily think of. is it difficult to recruit talent out that we can pull from. culture that people want to stay So, and that goes back to just how Well, Steven, thank you so Thank you. we will have more from Microsoft Ignite,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steven Rosenthal | PERSON | 0.99+ |
Rebecca Knight | PERSON | 0.99+ |
Nutanix | ORGANIZATION | 0.99+ |
Rebecca Night | PERSON | 0.99+ |
Steven | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Steve | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Kansas City | LOCATION | 0.99+ |
Atlanta | LOCATION | 0.99+ |
QTS | ORGANIZATION | 0.99+ |
Iraq | LOCATION | 0.99+ |
Washington | LOCATION | 0.99+ |
90% | QUANTITY | 0.99+ |
25 years | QUANTITY | 0.99+ |
Boston | LOCATION | 0.99+ |
Orlando | LOCATION | 0.99+ |
SoftDel | ORGANIZATION | 0.99+ |
six terabytes | QUANTITY | 0.99+ |
Silicone Valley | LOCATION | 0.99+ |
Chicago | LOCATION | 0.99+ |
five minutes | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
United States | LOCATION | 0.99+ |
10% | QUANTITY | 0.99+ |
16 data centers | QUANTITY | 0.99+ |
16 different markets | QUANTITY | 0.99+ |
Orlando, Florida | LOCATION | 0.99+ |
Georgia Tech | ORGANIZATION | 0.99+ |
less than 60 days | QUANTITY | 0.99+ |
less than 30 days | QUANTITY | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
one year ago | DATE | 0.99+ |
three years ago | DATE | 0.99+ |
QTS Data Centers | ORGANIZATION | 0.99+ |
Georgia University | ORGANIZATION | 0.99+ |
Windows | TITLE | 0.99+ |
Overland Park, Kansas | LOCATION | 0.99+ |
two years ago | DATE | 0.99+ |
Gartner | ORGANIZATION | 0.99+ |
Stu Laughs | PERSON | 0.99+ |
Suwanne | LOCATION | 0.99+ |
theCUBE | ORGANIZATION | 0.99+ |
Windows Server 2019 | TITLE | 0.99+ |
one market | QUANTITY | 0.99+ |
Suwanee, Georgia | LOCATION | 0.98+ |
Atlanta, Georgia | LOCATION | 0.98+ |
today | DATE | 0.98+ |
Heartland | LOCATION | 0.98+ |
Cohesity | ORGANIZATION | 0.98+ |
Office 365 | TITLE | 0.98+ |
about six million square feet | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
about 30 miles | QUANTITY | 0.97+ |
Azure | TITLE | 0.97+ |
next year | DATE | 0.96+ |
one | QUANTITY | 0.96+ |
Stu | PERSON | 0.96+ |
Steven McCaa, LendingClub | CUBEConversation, July 2018
(techy music) >> Hey, welcome back, everybody. Jeff Frick here with theCUBE, we're in the Palo Alto studios having a Cube Conversation. You know, we go out to all the events. We talk to a lot of executives and engineers, and developers, et cetera, but what we really like to do when the opportunity is here is talk to practitioners, people who are actually implementing the technology, putting it in play, trying to get a competitive advantage, and we're really excited to have our next guest. He's Steven McCaa, he is the senior director in user services and support at the Lending Club, Steven, great to see you. >> Thank you. >> So, for people that aren't familiar with the Lending Club, give us kind of the basic overview. >> Sure, we've got, so the two halves of business. One is perhaps you'd like a loan, restructure your debt or just some life changes like a wedding or something like that, so you could come to us for a personal loan. The other half of our business is for people who have money that they wish to invest in a different kind of vehicle, and so they invest in other people's debt, and it gives them a steady cash flow, because when the loans get paid back they get paid, and so we provide a marketplace for those two halves to meet. >> So, that's really what makes you different, because clearly there's lots of places that people can go get a loan, but I've never heard kind of that second half of the equation. >> [Steven] Yeah. >> So, what percentage of your capital comes from people participating on the supply side? >> So, almost our, well, all of our debt is designed to be sold on the marketplace. >> [Jeff] Oh, it is, okay. >> We invest almost, well, we invest a little bit of money just mainly as a float, but almost everything is for our investor population. >> That's so cool, and is it done in like a fund or how is it kind of structured, are you kind of buying into a portfolio of loans? >> So, when you go onto our platform you go in and you can see the type of customer that you wish to invest in, certain FICO score, certain geography, certain, you know, background and jobs, the reason why they're wanting a loan. And then you select some loans individually, but you're not buying the entire loan. Let's say someone wants $5,000. You're going to invest $25, $50 in that person and you're going to find 100 people like that to invest your money, so that way if someone does default, that does happen, you're not out your entire amount. >> Right, right, and does the transaction happen on demand or I put in whatever my amount is I want to put on your platform. I put my profile in and then you basically parcel it out as those customers come in? >> Yeah, so basically what's happening is when you go on the platform you're seeing people that have already applied and we have basically approved, and you are funding their loan. So, you have a few days to decide if you're going to, which loans you're going to fund before they disappear because we are going to have to give the people money, yeah. >> Right, how cool, and can you share the scale of kind of the size of your operation, or I don't know what's public or private. Obviously don't say anything you're not supposed to say. >> We are, yeah, so we actually are the nation's largest personal loan lender in this market space. >> Wow. >> Yeah. >> Several billion dollars a year. >> Very cool, so presumably you have an advantage because you're a modern company, you're looking at, you know, different types of data, more data, cutting it different ways than maybe a traditional bank that's just using your FICO score or some of the-- >> Exactly. >> Kind of more traditional scoring methods. >> Exactly. >> So, big data and data in general, tremendous piece of your guys' core business. >> Mm-hmm, yep. >> So, what are some of the things maybe, I don't know if you can share, that you look at that maybe people would never think that's a valuable-- >> Yeah. >> You know, not the whole portfolio but are there some-- >> I can't get into, I can't get into too much details-- >> Some funny ones. >> Because it is somewhat, you know-- >> It's your secret sauce. >> Propriety >> Yeah, yeah. >> That's the secret sauce, can't get into details. >> Don't give me any secrets. (laughs) >> You know, but we do use a wide variety of the traditional sorts of things, you know, that people are familiar with, but we look at things that are a little bit outside the box, too. >> [Jeff] Yeah. >> You know, that have a lot more to do with who you are as a person and the type of, you know, credit that you've had in the past and things like that. >> Very cool, all right, and then what do you do? Obviously we read your title, but what-- >> [Steven] Yeah. >> What do you keep busy with all day long? >> Yeah, so I-- >> Besides coming to visit us here in Palo Alto. (laughs) >> Yeah, I keep busy with making our internal employees happy. So, I'm very, I'm on the corporate technology side of Lending Club and I make sure that our employees have the tools that they need to be able to do their jobs on a daily basis. >> [Jeff] Right. >> So, I'm running backend infrastructure, things like our email services and stuff like that, but also just the day to day grind of laptops and desktops. >> Right, right, keeping the lights on. >> Yeah. >> So, classic kind of IT. >> Mm-hmm. >> So, you're here on behalf of Cohesity, so where does Cohesity play in your world-- >> Yeah. >> Now and then we'll get into it a little bit deeper as to why and how. >> Sure, so Cohesity is basically our new backup platform. We were a very traditional backup environment, standard, you know, software, backend virtual disc system. Very, you know, very traditional type shop. Honestly I've been in IT for over 20 years and I put in a system like this one of my first gigs as a consultant over 20 years ago. >> [Jeff] Right. >> So, you know, it was time to look outside the box and maybe shake things up a little bit and look at something that's been, you know, developed in the last decade. >> [Jeff] Right. >> And so that's how we kind of landed at Cohesity. >> So, what appealed to you, what were the kind of top two or three things you were looking for? >> Well, our huge, our biggest challenge was, you know... I mean, back when is started in IT I was backing up four gig hard drives and four gigs was awesome, you know, and now my phone is-- >> Four gigs... Not four terabytes, four gigs. (laughs) >> Yeah, you know, and now my phone is bigger than four gigs, a lot bigger than four gigs. >> A lot bigger than four gigs. (laughs) >> And that backup system couldn't backup my phone, and so, you know, we have terabyte file systems and things, and with the traditional backup system that was, if it was successful it took days. >> Right. >> You know, four days or so to actually do a backup, and so that's not tenable, and so, you know, going to something that rather than, you know, copying every file every single time does it on a block level and is a little more integrated directly into our virtualization layer- >> Right. >> Was the right way to go. >> Well, and I love how you said before we turned on the cameras that when you make a decision to replace something you try very, very hard to actually replay something and not just add something new. >> Yeah, so I drive my staff a little nuts because they know that when they come to me and say, "We're going to do this new exciting thing "and we're going to stop doing this over here," I'm like, "You're going to stop, that means I'm going to walk in the data center and flip that thing off." >> Turn it off. (laughs) >> Right, and they're like, "Well, "but there's that old stuff." I'm like, "Yeah, well we got to get the old stuff out," and so that was really one of the competitive advantages that Cohesity had for us is because they're not just a backup appliance or whatnot, they do have a file system in there. We could basically replicate all our old backup jobs into the Cohesity, and that way we, yeah, we have to keep the software around, you know, and been able to restore an old job if we had reason to do so we'd be able to, but at least we can go into the data center and shut that old device off, so... >> So, were there any particular features that jumped out at the top of the list, or was it just you're looking for really modern architecture with a whole bunch of features. >> Yeah, it's really, it's a very modern architecture. It has some great capabilities to move data into the cloud and into AWS space, to actually use the sort of same technology and the same policies to backup devices in the cloud that you would use on-prem, and so, you know, it has a lot of great features but to us, really the competitive differentiator was that file system. >> [Jeff] Okay. >> Being able to move our old backups directly into the system and be able to use our old backup software. We didn't have to do, you know, restore and re-backup or anything crazy like that, so... >> Right, so all your peers are all probably wondering how hard was it, (laughs) you know, what was kind of the scope of the effort, what was the scope of moving the old stuff over? >> Well, so-- >> What would you tell to somebody making, you know, considering this move? >> Have a good partner, I hired our integrator to do the actual migration, and one of the reasons I chose the integrator I chose is because they were willing to bid on this knowing that what they really were going to do is dial in to my system for four hours a week for a very long period of time and just scheduling backup jobs to keep the engine humming, and there wasn't a lot of, like, sit there and there was no value in having one of my people sit there and watch stuff because it's just backup restores. >> Right. >> It's not rocket science, but it does take a little bit of handholding. So, I outsourced the actual migration of all the jobs. The actual setting up of Cohesity is, like, you know, a couple hours. Once it's racked it's, you know, actually setting it up and the migration of, you know, turning that on, making it active, doing some test restores, you know, doing some test backups, test restores of systems and then just, you know, opening the floodgates, that was relatively simple. >> And you mentioned that one of the things that appealed to you was an integration to public cloud environments beyond just the on-prem. >> [Steven] Mm-hmm. >> Are you using that, and if so, how are you divvying up what goes where? >> Yeah, so most of our services are on-prem or cloud services. You know, no infrastructure, we're just, you know, the sales forces that work days, those sorts of services, and so we don't have a ton of stuff in AWS space on the corporate side. My peers in the product side would be a very different answer there, but what we're doing is we're doing migration so that we can do our DR in the cloud so that we can keep stuff on-prem, but if we needed, you know, if we had a problem on-prem we can do DR. We're also doing replications between our COLOs, but that's our primary use case-- >> Is to get it off, so it's cool. >> [Steven] Yeah. >> So, do you consider that kind of secondary storage or it's really more just pure backup there if you had a problem? >> Yeah, so I mean, so we are looking for secondary storage and things, you know, our file servers and things like that. We've had such good performance with the backup migration, and so we're looking at getting off of our file service so we don't even have to back it up, so that it's just native objects inside the device. >> So, I'm just curious in terms of kind of the data growth that you have to deal with on a day to day basis, your data growth in terms of the IT shop is probably... The explosive stuff's probably happening more, I would imagine, on the core product or-- >> [Steven] Well, we actually-- >> You're smiling and making a funny face. >> Yeah, so just let me, we didn't talk about earlier... >> I must be... (laughs) >> So, one of the things that was very interesting, we put in the Cohesity system and we sized it all out and based on our, you know, data volumes and things like that, but what we didn't realize is that we had a system that is a part of our statistical analysis for our loan modeling, okay, and what we didn't understand is we couldn't back that up. It was too large and we couldn't back it up with our old backup system, and what the statistics guys are doing is they're building a model and going, "Hm, does this work?" And they'll run a ton of data through there and they'll create a model and it'll be two terabytes in size and they'll take one, look at it, and go, "Nope, that doesn't work," and they'll throw it away, okay. And then a week later they go, "Well, you know, "maybe, let me look at that again." And they call us up and say, "I need "a restore that two terabytes." (laughs) Well, in the past they couldn't do that because we couldn't back it up, all right. >> Right, right. >> And so, all of a sudden we can back this stuff up, and so it's getting backed up and we're just starting to do these restores, and so they only had a working size of 20, 30 terabytes or something like that, but what we found out was they generate like 10 terabytes a day and they throw it away. And so, our backup volume had nothing to do with the size of the volume that we were giving them, it had to do with how much data they generate. So, they generate a ton of data, we had to expand-- >> So, they want to back up Mondays, Tuesdays, Wednesdays, and Thursdays-- >> They want to back up-- >> Even though the sum of that is 5x what-- >> Yeah. >> Is their working amount. >> Yeah. >> But they still want it backed up. >> Yeah. >> And they still make the call-- >> Well, in the past-- >> "Please bring it back, Steven." >> They wouldn't be able to call us, so they would rerun the job, it would take them a day or two and then they'd have their answer. Now we can expose that old backup job directly to them, it's maybe not high performance because it is secondary storage, but-- >> Right, right. >> But at least they can take a look at it and kind of go, "Yeah, okay, let's bring that back "into our primary storage and continue working with it." And that recreation, it's not so much a Monday, Tuesday, Wednesday, it's really like a, you know, 10 AM, noon, two, four kind of thing. >> Right, right. >> Yeah. >> So, has that changed the behavior in kind of the frequency or their work environment where now they feel more comfortable-- >> [Steven] Yes. >> Having a lot more-- >> [Steven] Yeah. >> Of those models, a lot more simulations, and ultimately should help their business, right? >> Yeah, well, and the thing is that it gives them the ability to quickly, you know, play with a model, throw it away, and they can throw it away knowing we can give it back to them quickly, rather than having them completely regenerate the data. So, they are able to churn through a lot more models a lot faster. >> How many weeks do you keep that stuff? Or how many versions, you must have some limit-- >> Well, yeah, there's a lot of data around that. >> You can't go from, like, zero to infinite. >> Yeah, there's a lot of-- >> But maybe it's a negotiation. >> Yeah, there's a lot of debate about that. There's some negotiation around that. >> Right. >> I mean, we have multiple different working areas and some of it's like, "Okay, if you think you might "need it and you want to keep it around for a while," and we actually may use it, then it goes into one storage area-- >> [Jeff] Right. >> And we keep that for a lot longer. >> That's funny, that's a really elegant example of something we talk about all the time in theCUBE, which is, you know, at what point in time will the value of the data become a balance sheet asset, whether that's your core data in your product set, or you know, I'm sure there's a whole lot of value in all these models that they're building, and before data wasn't necessarily considered an asset. It was a liability because I had to buy all this stuff to store it and keep it, and like you said, some stuff I couldn't even store. Now people recognize it's of huge value. It's not necessarily on the balance sheet yet. I think it will be at some point down the road, but this is a terrific example of how you can explode the value by exploding the access, the reuse, the capability without necessarily exploding the budget that you got to take back up to your boss. >> Yep, yeah, very much so. >> And then to be able to drive all these different models, tweak them, customize them, standardize them, target them, really they must be loving that. >> They're very happy, yeah, yeah. (laughs) >> Okay, so as you look down the road... Like you say, you've been in the business a long time, the data explosion's going bananas. You're in a pretty cool, unique little marketplace. What are some of your priorities, what's next for you? >> Well, okay, so this is nothing to do with what we've been talking about, but a month ago I turned my laptop into my desktop support team and I now run everything off my phone. >> [Jeff] Oh, you turned your physical laptop, you gave it over. >> My physical, that thing, I don't carry that thing, that's too big, baby. (laughs) So, we have a VDI implementation and I have a Samsung phone that has a dock, so I dock it and I have my monitor and I go in to do VDI, but I don't have a laptop anymore. I can do everything I can do from my phone, and so I think that is, like, how to make that something that the business users can do, rather than just us techy guys who, like, want to push the boundary and push the envelope. I think that really is the future. You know, the whole idea of mobile first, it's kind of like mobile only. >> [Jeff] Right. >> You know, we really shouldn't be doing mobile first, it's mobile only and how can you make it work. >> And I like your style, you're just extreme. Like you said, you just turn off the old light switch. If you're going to make the move, make the move. >> Yeah. >> Just the rip the bandaid off and get on with it. >> Yeah. (laughs) They've got the laptop, I told them redeploy it, it's a nice laptop, give it to somebody else. If there's something I can't do I'll go get one of the loaners for a couple hours. >> Don't say that too loud, Chuck's looking for a few laptops. (laughs) All right, Steven, well thank you for coming by and sharing the story. I got to dig more into the company. I didn't know that whole kind of backside in terms of the investor opportunity, that looks pretty cool. >> Yeah. >> And again, thanks for stopping by. >> All right, thanks for having me. >> All righty, Steven, I'm Jeff. You're watching theCUBE from the Palo Alto studios, Cube Conversation. Thanks for watching, we'll see you next time.
SUMMARY :
like to do when the opportunity is here So, for people that aren't familiar with or something like that, so you could So, that's really what makes you different, is designed to be sold on the marketplace. everything is for our investor population. So, when you go onto our platform I put my profile in and then you basically So, you have a few days to decide if you're going to, Right, how cool, and can you share the scale We are, yeah, so we actually are the nation's So, big data and data in general, (laughs) of the traditional sorts of things, you know, You know, that have a lot more to do with who Besides coming to visit us here in Palo Alto. our employees have the tools that they need but also just the day to day grind of laptops and desktops. a little bit deeper as to why and how. you know, software, backend virtual disc system. So, you know, it was time to look outside you know, and now my phone is-- (laughs) Yeah, you know, and now my phone is bigger than four gigs, A lot bigger than four gigs. and so, you know, we have terabyte file systems and things, a decision to replace something you try very, and say, "We're going to do this new exciting thing Turn it off. you know, and been able to restore an old job that jumped out at the top of the list, that you would use on-prem, and so, you know, We didn't have to do, you know, restore I chose the integrator I chose is because test restores of systems and then just, you know, that appealed to you was an integration stuff on-prem, but if we needed, you know, for secondary storage and things, you know, the data growth that you have to deal with And then a week later they go, "Well, you know, it had to do with how much data they generate. rerun the job, it would take them a day you know, 10 AM, noon, two, four kind of thing. gives them the ability to quickly, you know, Yeah, there's a lot of debate about that. the budget that you got to take back up to your boss. And then to be able to drive all these different models, They're very happy, yeah, yeah. Okay, so as you look down the road... Well, okay, so this is nothing to do with [Jeff] Oh, you turned your physical and so I think that is, like, how to make it's mobile only and how can you make it work. Like you said, you just turn off the old light switch. get one of the loaners for a couple hours. All right, Steven, well thank you Thanks for watching, we'll see you next time.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff Frick | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Steven McCaa | PERSON | 0.99+ |
$25 | QUANTITY | 0.99+ |
Samsung | ORGANIZATION | 0.99+ |
Steven | PERSON | 0.99+ |
Chuck | PERSON | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
$5,000 | QUANTITY | 0.99+ |
$50 | QUANTITY | 0.99+ |
100 people | QUANTITY | 0.99+ |
20 | QUANTITY | 0.99+ |
July 2018 | DATE | 0.99+ |
Four gigs | QUANTITY | 0.99+ |
5x | QUANTITY | 0.99+ |
a day | QUANTITY | 0.99+ |
Lending Club | ORGANIZATION | 0.99+ |
four gigs | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Cohesity | ORGANIZATION | 0.99+ |
two halves | QUANTITY | 0.99+ |
Tuesdays | DATE | 0.99+ |
two terabytes | QUANTITY | 0.99+ |
Thursdays | DATE | 0.99+ |
FICO | ORGANIZATION | 0.99+ |
a month ago | DATE | 0.99+ |
a week later | DATE | 0.99+ |
four days | QUANTITY | 0.99+ |
Wednesdays | DATE | 0.99+ |
Mondays | DATE | 0.99+ |
10 AM | DATE | 0.99+ |
over 20 years | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
four hours a week | QUANTITY | 0.98+ |
four gig | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
second half | QUANTITY | 0.98+ |
one | QUANTITY | 0.97+ |
LendingClub | ORGANIZATION | 0.96+ |
Tuesday | DATE | 0.95+ |
30 terabytes | QUANTITY | 0.94+ |
first gigs | QUANTITY | 0.94+ |
Monday | DATE | 0.94+ |
10 terabytes a day | QUANTITY | 0.93+ |
Wednesday | DATE | 0.93+ |
over 20 years ago | DATE | 0.92+ |
every single time | QUANTITY | 0.92+ |
zero | QUANTITY | 0.88+ |
Several billion dollars a year | QUANTITY | 0.88+ |
half | QUANTITY | 0.87+ |
a ton of data | QUANTITY | 0.84+ |
every file | QUANTITY | 0.8+ |
people | QUANTITY | 0.8+ |
theCUBE | ORGANIZATION | 0.79+ |
top two | QUANTITY | 0.78+ |
one storage area | QUANTITY | 0.78+ |
four | QUANTITY | 0.77+ |
four terabytes | QUANTITY | 0.77+ |
Klara Young, AppBuddy & Steven Cox, NetApp | SAP SAPPHIRE NOW 2018
>> From Orlando, Florida, it's theCUBE, covering SAP Sapphire Now 2018. (upbeat electronic music) Brought to you by NetApp. >> Welcome to theCUBE, I'm Lisa Martin, in the NetApp booth, at Sapphire Now 2018. We are in Orlando, this is an enormous event, there's more than 20,000 people here, and there's about a million people that SAP is expecting to engage online, that's a lot. We're excited to welcome to theCUBE for the first time, Klara Young, the director of Strategic Alliances from AppBuddy and Steven Cox, the head of Global Sales Tools at NetApp, hi, guys. >> Howdy. >> Hello. >> Hi, Lisa. >> Thanks for having us. >> Absolutely, so Klara tell me about AppBuddy. Who are you guys and what do you do? >> So AppBuddy is a provider of a user experience layer that can sit on top of core systems like SAP Sales Cloud or SAP Service Cloud and that really allows the administrators to configure a dream workspace where you can get all the data that you need to work with in one place, and then, the users can interact with that very easily. And so, it's all very user friendly and it allows us to enable sales processes, I want to manage my pipelines, or my accounts, my contacts, all with a very easy to use interface right in the middle of the core system. >> So your target audience would be customers that are already using SAP or customers that are maybe in the transition from, say Oracle to SAP, or something like that? >> So any users that are planning to use SAP or are already using SAP and then want to enhance that user experience, want to give them a faster way to interact with the data, more intuitive, more functionality, right in the same core interface. So those would be good clients for us to enhance that experience, absolutely. >> And what about customers by industry know SAP really kind of being very, very strong in a lot of industries but manufacturing, digital supply chain, but if you look at their customers that are here at Sapphire and there's a million of them, they span so many industries. >> Yeah. >> I think yesterday they were saying HANA is installed in 23,000 customers across 60 industries. Does AppBuddy have a particular suite of industries where you really add even more value, or is it fairly horizontal? >> Oh, that's a real good question. Actually what's the beauty, I think, of AppBuddy's product, is that it is completely agnostic of which process or which industry that you're deploying it in. So you decide what objects, what information I want to put on that. It's not a purpose-built application specifically for one process or one industry. So we serve clients in all sorts of industries. We have a lot in high tech, or in the health care industry, manufacturing, as well but we're not specific to one industry. So really welcoming any use case and we'd love to hear from customers, hey, can I do this? With AppBuddy, could I put this object and that object together and build a process basically, almost in your own app. And we're very looking forward to those feedback from customers and wanting to build those use cases with them. >> And that's been such a huge theme or really an undertone at SAP Sapphire the last few days is how much SAP listens to their customers and really involves them and especially strategic accounts like in a collaborative way and yesterday, Steven, we spoke with your CIO Bill Miller. We talked to him about NetApp and SAP have been partners for 17 years. NetApp is 26 years young now and has undergone a big transformation. Bill talked about some of that yesterday, but you guys also did a big transformation that you were leading within your sales processes and your CRM move into SAP, talk to us about that. What were some of the reasons for that transformation? >> Yeah, it's working with Bill and his team I'm represent the business side and we're looking as NetApp is transforming from a traditional storage company to more a cloud. It's a change in the way we go to market. In the past we shipped boxes to people and they install them or we install them. And in the future, we're looking to more services and cloud-oriented things. And so the kind of infrastructure that we built up to support our large sales force doesn't work as well in the new world. And so we about two years ago, started a pretty big transformation journey to move from this more old-school hardware to more new cloud and through that process, we needed to change our systems. Changing out our CRM became an important component of that 'cause we need more flexibility and we needed to sort of be more contemporary and we worked with AppBuddy and our old system, we used to have Salesforce, and the field was pretty used to using that kind of interface. And when you build stuff like this, you don't always know how important it is to the field. You know, you have guesses at it, and as we looked at things that we had to do to prepare to move this was always something on our list that we felt like was important but we weren't able to do it immediately. It took us an extra release to get it out, so an extra few months. And through those few months, we learned the hard way that the field really wanted it. It was really impacting them. And we had guessed that we thought it was somewhere around 25% improvement in their overall productivity. And what we found was that it's at least that, if not more. >> Wow. >> Because they came back and said, "We can't do our jobs "without this, you guys gotta get it for us." >> So they said either AppBuddy or the highway? >> Yeah, pretty much. (laughs) Pretty much, AppBuddy or they're not happy. They're not happy all the time anyway but I feel like they-- >> Salespeople. >> That by getting that to 'em we were enabling them to go faster in a few things. And it's simple, it's hard to understand, I think, for everybody, it's a simple layer. Whenever you build a CRM or any kinda system, your job is to collect information and then display it back, make it easy to change. And the way CRMs typically work today is, you have a list for you of stuff, opportunities, or new registrations, quotes and you just have to look at that list and then pick one you wanna edit and then go to this details screen and look at it and then go to the edit screen and then edit it and then go back, back, back. And what AppBuddy provides, is it takes all that noise and makes it into one screen so that you can just simply make and change the data, the way you would expect to on a spreadsheet, in a simple experience. And once you give it to the reps, they sorta expect that as the tablestakes, and it's a gap if you look at most CRMs they don't have this kind of in-line edit capability out of the box. And so this is a great, SAP is really excited about this 'cause it gives them a way to solve this problem without having to build it themselves and that's the beauty of these kind of infrastructures where you can add capabilities by just plugging something in. >> Right. >> And it speaks using the APIs to the tool. And so all the rules that we build around the data about who should access it, what should happen when they change stuff, should we protect data. All that is followed, because AppBuddy works right through our APIs, through the SAP provides. And so it doesn't require a lot extra coding or anything. In fact. >> That's right. >> IT guys are standing over there somewhere. They don't like it 'cause I do it myself. I'll actually build experiences for the field really quickly 'cause that I can make a quick custom business process to support something that's needed. >> So, on the AppBuddy website, Klara, I saw, I love stats, and you guys said, we can save time and improve enterprise productivity by 5X to 10X. >> That's right. >> Those are big numbers. >> That's right. >> And you were saying there's been a massive improvement in employment productivity and I imagine in terms of the speed is essential. You know, we were talking, one of the underlying themes here at Sapphire, this year, is the intelligent enterprise, which demands the integration and the embedding of advanced emerging technologies, AI, for example, to make these enterprises truly intelligent, connecting supply chain and demand chain and it's essential, its table stakes these days. >> Yep. >> To be able to drive things faster, right? So that you guys can get what your customers need faster. >> Yep. >> So, you mentioned that huge productivity boost there but also that you were familiar with AppBuddy before your sales guys and gals were like, hey we need to have something that we're familiar with to be able to make our jobs better, so you're also doing, it sounds like a pretty good job of listening to your customers. >> Yeah, I try >> Who are probably very vocal. >> I try, I try, I mean, it's a hard job because you're sort of channeling the sales guys and in our world they're very different. In Europe, they sell very different than they sell in the US and APAC is different. And even within different sections of Europe or in the US, they act differently, and our goal is to try to streamline that so that they can act as much the same as they can across that and we can deploy sort of one experience without having to customize it totally. But tools like AppBuddy give us the ability to be much more targeted and flexible. A simple example I've been given pretty commonly is we have our sales kick-off this week also in Las Vegas and all of our sales guys are going there to learn about how to sell better, how to sell our new products and solutions and leverage some of our improved selling processes and before they go there, we wanted to have them identify a few key opportunities they're working on to say hey, these are the one's that I'm gonna use as my work case as I'm learning these new things, and in theory as we go through and finish our sales kick-off they go back and start the selling process those opportunities should sell at a higher rate then the other opportunities. And so to make that work, I configured a grid, or an AppBuddy list view, and all I put on it was the list of opportunities in one field that says, this is appropriate for our kick-off and so, instead of putting it in the middle of a very complex world, I sent 'em an email, they had a list and they just had to say this guy, this guy, and that guy, and that's all they had to do. And so our response rate on something, which if you sent a list of things to do for the field, they're not gonna respond. They're busy, they're makin' money. But in this case, because it was tied to the new learning and they felt value in it, 80% of 'em responded within 10 days. >> Yeah, wow. >> And you know, you just don't see that kind of response. But it works because it's a simple experience, right? The only thing they could do with that, they get an email that says, do this, they open it, they see the list, they click, yes, yes, yes, and it's done. And that's a whole business process that in the old days could take months to prepare for and create fields and deploy new code and do all the things you have to do. And in this case, I can create the fields in a day, create the grid in five minutes, and then I put it in an email, and done, you know? So this is where you take things to the next level and make it easier for the sales reps to do the things they need to do help us all be successful. >> Did it also sort of abstract, I can imagine, the fundamental challenges that go along with replacing an entire new CRM, going from Salesforce to SAP. >> Yeah. >> Has that been able to help kind of abstract some of the inner machinations of that so that the sales people can just focus on we know this same interface? >> It totally does, because the list views that we create are only the things they have to have. In any system like this you have a bunch of other fields that are specialized for, say, we have a professional services group and they really want to know blah blah but most sales reps, they don't deal with that at all. But you need it on the page, I need to build that. In these views, I can build it for a sales rep view that is perfect for them, right? Meaning there's no extra fields on that list. It's what you need to get your job done. And so it's like a laser focus, and then I can build a separate one for a different kind of role and give that one to them. So without changing the tool, I'm just creating a focused experience. It all uses the same things. You need sorting, you need filtering, you need a simple edit and that's all available and once they learn that core capability then the rest just kind of falls in. >> And then from your perspective it's probably business outcomes that, George, your CEO, is going to be really excited about, cost savings, employee productivity. >> Yep. >> I'm wondering though, we're talking about it in the context of what you're doing within your sales processes and your CRM. Klara, so obviously working with SAP, are there other businesses processes that AppBuddy can sit on top of and help to streamline the interface with? >> Yeah, great question, and actually thank you for asking 'cause I was gonna say, we talked a lot about sales but we could be enabling any other processes as well and services, for example, is a big one. I've got a list, a queue of cases, I want to make quick updates to that. I want to change things or I'm doing some forecasting, some account planning, but our vision, ultimately is to be able to bring from lead to cache all processes and again tailor it for each user, role specifically for them and we're not giving the solution, the customers are defining what do they need for each one of those processes and that's the power, I think, of this configurability and agility that you get. It's not built and hard coded. It's really you who puts it together. But again, we really have that vision of not only linking the CRM data but ultimately we would love to be able to get more use cases of, hey the CRM data together maybe with your ERP data, I want to see my opportunities but I also want to see the orders and I want to see the invoices so get really this 360 view of your customers that I think we've talked a lot about, even Bill McDermott was talking about it. It's so essential and critical to be customer focused is to have that visibility and with this application where you can basically pull data from wherever you need it for that specific view, you give your users that full visibility and therefore much faster answer questions, be in contexts, not lose critical information of a customer. >> Right, you're right, Bill McDermott did mention yesterday in the keynote about really what, SAP's been pretty vocal about for a while, they want to be one of the top 10 global brands. >> Mm-hmm. >> Right. >> Most valuable brands, and they want to be up there with Apple and Google. >> Right. >> And Coca-Cola, and that's for a software company that sells invisible technology, they're on their way. They're now ranked number 17, but he talked about this. >> Yeah. >> Kind of unique position that SAP's in to link and synchronize >> That's right. >> The demand chain with the supply chain >> That's right. >> Which is pretty revolutionary but ultimately, it's not about just having a 360 view of sales automation, it's of the entire customer process. >> Correct, yeah. >> So Steven, sounds like you are a rockstar in that app, with your sales guys going, hey, we need this AppBuddy technology to make our lives easier, our jobs easier. Do you foresee rolling the AppBuddy technology out to include other business processes? >> All the time, yeah, it's all about the data. And change management or getting the field to act in the same way is really hard and it doesn't sound like it should be but, (Lisa laughs) it's like having 1,000 cats on the table and getting them all to look one direction, it just doesn't happen, right? So my job is to make that and if I can have it with a single user experience, right, without having different flavors of screens and extra fields and narrow it down to what they need, bringing whatever data they need to flow from end to end it makes life easier and I've got 'em all trained. You know, we had very high usage in our previous platform and we're building now from that but they all know how to use it now so I don't have to train the cats to look in the same direction, they all know where to go. All I gotta do is add the data, right? And if you look at NetApp's transformation, from a storage company to a data company my job is really data, it's not about the tools as much. It's about how do we facilitate the salespeople to do more with what they have, right? How do I do a cross-sell, up-sell, how do I get them enabled so they can move faster so that's innate and built into what they do? >> Yeah. >> And in that you have to build, and we were just at another panel talking with SAP about, you have to give back to the sales reps and to the people doing the data 'cause CRM's not fun, I mean, it's not like, hey, I'm gonna go play my CRM tonight. (laughs) It's a different deal. CRM requires work and so you need to give them stuff back. Do machine learning, do things that provide scoring, show the probability of close, help them be more successful at their job and bring the data together in one spot. >> You know, I think yesterday one of the themes also was data and trust, the new currency, right? If you can't access it and extract valuable insights immediately and act on them then you risk being usurped by your competition. So being able to enable the data to be accessible, insights gleaned as quickly as possible, you must be the king. >> Well, I don't know about that. >> The data king. (laughs) >> Yeah, it's definitely our job. >> But as we wrap here in the last few seconds, digital transformation and every company has to go through it or you're not relevant but that requires a cultural transformation as well. >> It does. >> And it sounds like what you guys are doing together is helping that at least from the sales force's perspective of where change has to happen. >> Yep. >> Not only is it improving the efficiency of your SAP environment, your CRM environment, but it's also helping, sounds like, from a cultural perspective, as, hey, we've got to go through this transformation, let's make it where we can simplify, let's do that. >> Very much so. Just like I was talking about the cat problem. You've got the reps that are used to doing something the way and you're saying hey, we're gonna evolve and do something different and that change is rough and people don't feel like it's the right thing at times. The great news with this change and the timing of it is that when you're moving from one platform to the other, it's the one time in the life cycle of these products where you can make significant change, drop whole business process and they won't even notice it. I dropped three quarters of the stuff that we had before and just didn't build it. And I don't have people coming to me going, hey, I really miss doing that, and that's good news, we're helping drive the change. >> Yeah. >> Well, thank so much you guys for stopping by theCUBE and Klara telling us about AppBuddy, what you guys do, how you're working together with NetApp and SAP. We appreciate your time. >> Thank you so much. >> Thank you for the opportunity, Lisa, thank you. >> We want to thank you for watching theCUBE. I'm Lisa Martin at SAP Sapphire 2018. Thanks for watching. (upbeat electronic music)
SUMMARY :
(upbeat electronic music) Brought to you by NetApp. in the NetApp booth, at Sapphire Now 2018. Who are you guys and what do you do? the administrators to configure a dream workspace to interact with the data, more intuitive, but if you look at their customers that are here at Sapphire where you really add even more value, and that object together and build a process that you were leading within your sales processes It's a change in the way we go to market. "without this, you guys gotta get it for us." They're not happy all the time anyway and makes it into one screen so that you can just simply And so all the rules that we build around the data I'll actually build experiences for the field really quickly and you guys said, we can save time and improve enterprise And you were saying there's been a massive improvement So that you guys can get what your customers need faster. but also that you were familiar with AppBuddy and that guy, and that's all they had to do. and deploy new code and do all the things you have to do. the fundamental challenges that go along are only the things they have to have. is going to be really excited about, cost savings, in the context of what you're doing and agility that you get. in the keynote about really what, Most valuable brands, and they want to be up there And Coca-Cola, and that's for a software company of sales automation, it's of the entire customer process. technology to make our lives easier, our jobs easier. And change management or getting the field to act And in that you have to build, then you risk being usurped by your competition. The data king. has to go through it or you're not relevant And it sounds like what you guys are doing together Not only is it improving the efficiency and people don't feel like it's the right thing at times. what you guys do, how you're working together We want to thank you for watching theCUBE.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
George | PERSON | 0.99+ |
Steven | PERSON | 0.99+ |
Josh | PERSON | 0.99+ |
Bill | PERSON | 0.99+ |
Apple | ORGANIZATION | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Carl | PERSON | 0.99+ |
Carl Olofsen | PERSON | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Bill McDermott | PERSON | 0.99+ |
Klara | PERSON | 0.99+ |
Orlando | LOCATION | 0.99+ |
Lisa | PERSON | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Klara Young | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
Steven Cox | PERSON | 0.99+ |
80% | QUANTITY | 0.99+ |
Bill Miller | PERSON | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Carl Olofson | PERSON | 0.99+ |
17 years | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
US | LOCATION | 0.99+ |
24 hour | QUANTITY | 0.99+ |
five minutes | QUANTITY | 0.99+ |
23,000 customers | QUANTITY | 0.99+ |
1,000 cats | QUANTITY | 0.99+ |
two types | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
Coca-Cola | ORGANIZATION | 0.99+ |
60 industries | QUANTITY | 0.99+ |
26 years | QUANTITY | 0.99+ |
5X | QUANTITY | 0.99+ |
Postgres | ORGANIZATION | 0.99+ |
HANA | TITLE | 0.99+ |
Orlando, Florida | LOCATION | 0.99+ |
360 view | QUANTITY | 0.99+ |
Sapphire | ORGANIZATION | 0.99+ |
more than 20,000 people | QUANTITY | 0.99+ |
one platform | QUANTITY | 0.99+ |
Carls | PERSON | 0.99+ |
first time | QUANTITY | 0.99+ |
IDC | ORGANIZATION | 0.99+ |
one database | QUANTITY | 0.99+ |
NetApp | ORGANIZATION | 0.99+ |
mySQL | TITLE | 0.99+ |
Josh Burgers | PERSON | 0.98+ |
tonight | DATE | 0.98+ |
one time | QUANTITY | 0.98+ |
EDB | ORGANIZATION | 0.98+ |
SAP | ORGANIZATION | 0.98+ |
both | QUANTITY | 0.98+ |