Jim Walker, Cockroach Labs & Christian Hüning, finleap connect | Kubecon + Cloudnativecon EU 2022
>> (bright music) >> Narrator: The Cube, presents Kubecon and Cloudnativecon, year of 2022, brought to you by Red Hat, the cloud native computing foundation and its ecosystem partners. >> Now what we're opening. Welcome to Valencia, Spain in Kubecon Cloudnativecon, Europe, 2022. I'm Keith Townsend, along with my host, Paul Gillin, who is the senior editor for architecture at Silicon angle, Paul. >> Keith you've been asking me questions all these last two days. Let me ask you one. You're a traveling man. You go to a lot of conferences. What's different about this one. >> You know what, we're just talking about that pre-conference, open source conferences are usually pretty intimate. This is big. 7,500 people talking about complex topics, all in one big area. And then it's, I got to say it's overwhelming. It's way more. It's not focused on a single company's product or messaging. It is about a whole ecosystem, very different show. >> And certainly some of the best t-shirts I've ever seen. And our first guest, Jim has one of the better ones. >> I mean a bit cockroach come on, right. >> Jim Walker, principal product evangelist at CockroachDB and Christian Huning, tech director of cloud technologies at Finleap Connect, a financial services company that's based out of Germany, now offering services in four countries now. >> Basically all over Europe. >> Okay. >> But we are in three countries with offices. >> So you're CockroachDB customer and I got to ask the obvious question. Databases are hard and started the company in 2015 CockroachDB, been a customer since 2019, I understand. Why take the risk on a four year old database. I mean that just sounds like a world of risk and trouble. >> So it was in 2018 when we joined the company back then and we did this cloud native transformation, that was our task basically. We had very limited amount of time and we were faced with a legacy infrastructure and we needed something that would run in a cloud native way and just blend in with everything else we had. And the idea was to go all in with Kubernetes. Though early days, a lot of things were alpha beta, and we were running on mySQL back then. >> Yeah. >> On a VM, kind of small setup. And then we were looking for something that we could just deploy in Kubernetes, alongside with everything else. And we had to stack and we had to duplicate it many times. So also to maintain that we wanted to do it all the same like with GitOps and everything and Cockroach delivered that proposition. So that was why we evaluate the risk of relatively early adopting that solution with the proposition of having something that's truly cloud native and really blends in with everything else we do in the same way was something we considered, and then we jumped the leap of faith and >> The fin leap of faith >> The fin leap of faith. Exactly. And we were not dissatisfied. >> So talk to me a little bit about the challenges because when we think of MySQL, MySQL scales to amazing sizes, it is the de facto database for many cloud based architectures. What problems were you running into with MySQL? >> We were running into the problem that we essentially, as a finTech company, we are regulated and we have companies, customers that really value running things like on-prem, private cloud, on-prem is a bit of a bad word, maybe. So it's private cloud, hybrid cloud, private cloud in our own data centers in Frankfurt. And we needed to run it in there. So we wanted to somehow manage that and with, so all of the managed solution were off the table, so we couldn't use them. So we needed something that ran in Kubernetes because we only wanted to maintain Kubernetes. We're a small team, didn't want to use also like full blown VM solution, of sorts. So that was that. And the other thing was, we needed something that was HA distributable somehow. So we also looked into other solutions back at the time, like Vitis, which is also prominent for having a MySQL compliant interface and great solution. We also got into work, but we figured, this is from the scale, and from the sheer amount of maintenance it would need, we couldn't deliver that, we were too small for that. So that's where then Cockroach just fitted in nicely by being able to distribute BHA, be resilient against failure, but also be able to scale out because we had this problem with a single MySQL deployment to not really, as it grew, as the data amounts grew, we had trouble to operatively keep that under control. >> So Jim, every time someone comes to me and says, I have a new database, I think we don't need it, yet another database. >> Right. >> What problem, or how does CockroachDB go about solving the types of problems that Christian had? >> Yeah. I mean, Christian laid out why it exists. I mean, look guys, building a database isn't easy. If it was easy, we'd have a database for every application, but you know, Michael Stonebraker, kind of godfather of all database says it himself, it takes seven, eight years for a database to fully gestate to be something that's like enterprise ready and kind of, be relied upon. We've been billing for about seven, eight years. I mean, I'm thankful for people like Christian to join us early on to help us kind of like troubleshoot and go through some things. We're building a database, it's not easy. You're right. But building a distributor system is also not easy. And so for us, if you look at what's going on in just infrastructure in general, what's happening in Kubernetes, like this whole space is Kubernetes. It's all about automation. How do I automate scale? How do I automate resilience out of the entire equation of what we're actually doing? I don't want to have to think about active passive systems. I don't want to think about sharding a database. Sure you can scale MySQL. You know, how many people it takes to run three or four shards of MySQL database. That's not automation. And I tell you what, this world right now with the advances in data how hard it is to find people who actually understand infrastructure to hire them. This is why this automation is happening, because our systems are more complex. So we started from the very beginning to be something that was very different. This is a cloud native database. This is built with the same exact principles that are in Kubernetes. In fact, like Kubernetes it's kind of a spawn of borg, the back end of Google. We are inspired by Spanner. I mean, this started by three engineers that worked at Google, are frustrated, they didn't have the tools, they had at Google. So they built something that was, outside of Google. And how do we give that kind of Google like infrastructure for everybody. And that's, the advent of Cockroach and kind of why we're doing, what we're doing. >> As your database has matured, you're now beginning a transition or you're in a transition to a serverless version. How are you doing that without disrupting the experience for existing customers? And why go serverless at all? >> Yeah, it's interesting. So, you know, serverless was, it was kind of a an R&D project for us. And when we first started on a path, because I think you know, ultimately what we would love to do for the database is let's not even think about database, Keith. Like, I don't want to think about the database. What we're building too is, we want a SQL API in the cloud. That's it. I don't want to think about scale. I don't want to think about upgrades. I literally like. that stuff should just go away. That's what we need, right. As developers, I don't want to think about isolation levels or like, you know, give me DML and I want to be able to communicate. And for us the realization of that vision is like, if we're going to put a database on the planet for everybody to actually use it, we have to be really, really efficient. And serverless, which I believe really should be infrastructure less because I don't think we should be thinking of just about service. We got to think about, how do I take the context of regions out of this thing? How do I take the context of cloud providers out of what we're talking about? Let's just not think about that. Let's just code against something. Serverless was the answer. Now we've been building for about a year and a half. We launched a serverless version of Cockroach last October and we did it so that everybody in the public could have a free version of a database. And that's what serverless allows us to do. It's all consumption based up to certain limits and then you pay. But I think ultimately, and we spoke a little bit about this at the very beginning. I think as ISVs, people who are building software today the serverless vision gets really interesting because I think what's on the mind of the CTO is, how do I drive down my cost to the cloud provider? And if we can basically, drive down costs through either making things multi-tenant and super efficient, and then optimizing how much compute we use, spinning things down to zero and back up and auto scaling these sort of things in our software. We can start to make changes in the way that people are thinking about spend with the cloud provider. And ultimately we did that, so we could do things for free. >> So, Jim, I think I disagree Christian, I'm sorry, Jim. I think I disagree with you just a little bit. Christian, I think the biggest challenge facing CTOs are people. >> True. >> Getting the people to worry about cost and spend and implementation. So as you hear the concepts of CoachDB moving to a serverless model, and you're a large customer how does that make you think or react to your people side of your resources? >> Well, I can say that from the people side of resources luckily Cockroach is our least problem. So it just kind of, we always said, it's an operator stream because that was the part that just worked for us, so. >> And it's worked as you have scaled it? without you having ... >> Yeah. I mean, we use it in a bit of a, we do not really scale out like the Cockroach, like really large. It's like, more that we use it with the enterprise features of encryption in the stack and our customers then demand. If they do so, we have the Zas offering and we also do like dedicated stacks. So by having a fully cloud native solution on top of Kubernetes, as the foundational layer we can just use that and stamp it out and deploy it. >> How does that translate into services you can provide your customers? Are there services you can provide customers that you couldn't have, if you were running, say, MySQL? >> No, what we do is, we run this, so the SAS offering runs in our hybrid private cloud. And the other thing that we offer is that we run the entire stack at a cloud provider of their choosing. So if they are an AWS, they give us an AWS account, we put it in there. Theoretically, we could then also talk about using the serverless variant, if they like so, but it's not strictly required for us. >> So Christian, talk to me about that provisioning process because if I had a MySQL deployment before I can imagine how putting that into a cloud native type of repeatable CICD pipeline or Ansible script that could be difficult. Talk to me about that. How CockroachDB enables you to create new onboarding experiences for your customers? >> So what we do is, we use helm charts all over the place as probably everybody else. And then each application team has their parts of services, they've packaged them to helm charts, they've wrapped us in a super chart that gets wrapped into the super, super chart for the entire stack. And then at the right place, somewhere in between Cockroach is added, where it's a dependency. And as they just offer a helm chart that's as easy as it gets. And then what the teams do is they have an inner job, that once you deploy all that, it would spin up. And as soon as Cockroach is ready it's just the same reconcile loop as everything. It will then provision users, set up database schema, do all that. And initialize, initial data sets that might be required for a new setup. So with that setup, we can spin up a new cluster and then deploy that stack chart in there. And it takes some time. And then it's done. >> So talk to me about life cycle management. Because when I have one database, I have one schema. When I have a lot of databases I have a lot of different schemas. How do you keep your stack consistent across customers? >> That is basically part of the same story. We have get offs all over the place. So we have this repository, we see the super helm chart versions and we maintain like minus three versions and ensure that we update the customers and keep them up to date. It's part of the contract sometimes, down to the schedule of the customer at times. And Cockroach nicely supports also, these updates with these migrations in the background, the schema migrations in the background. So we use in our case, in that integration SQL alchemy, which is also nicely supported. So there was also part of the story from MySQL to Postgres, was supported by the ORM, these kind of things. So the skill approach together with the ease of helm charts and the background migrations of the schema is a very seamless upgrade operations. Before that we had to have downtime. >> That's right, you could have online schema changes. Upgrading the database uses the same concept of rolling upgrades that you have in Kubernetes. It's just cloud native. It just fits that same context, I think. >> Christian: It became a no-brainer. >> Yeah. >> Yeah. >> Jim, you mentioned the idea of a SQL API in the cloud, that's really interesting. Why does such a thing not exist? >> Because it's really difficult to build. You know, SQL API, what does that mean? Like, okay. What I'm going to, where does that endpoint live? Is there one in California one on the east coast, one in Europe, one in Asia? Okay. And I'm asking that endpoint for data. Where does that data live? Can you control where data lives on the planet? Because ultimately what we're fighting in software today in a lot of these situations is the speed of light. And so how do you intelligently place data on this planet? So that, you know, when you're asking for data, when you're maybe home, it's a different latency than when you're here in Valencia. Does that data follow and move you? These are really, really difficult problems to solve. And I think that we're at that layer of, we're at this moment in time in software engineering, we're solving some really interesting, interesting things cause we are budding against this speed of light problem. And ultimately that's one of the biggest challenges. But underneath, it has to have all this automation like the ease at which we can scale this database like the always on resilient, the way that we can upgrade the entire thing with just rolling upgrades. The cloud native concepts is really what's enabling us to do things at global scale it's automation. >> Let's alk about that speed of light in global scale. There's no better conference for speed of light, for scale, than Kubecon. Any predictions coming out of the show? >> It's less a prediction for me and more of an observation, you guys. Like look at two years ago, when we were here in Barcelona at QCon EU, it was a lot of hype. It's a lot of hype, a lot of people walking around, curious, fascinated, this is reality. The conversations that I'm having with people today, there's a reality. There's people really doing, they're becoming cloud native. And to me, I think what we're going to see over the next two to three years is people start to adopt this kind of distributed mindset. And it permeates not just within infrastructure but it goes up into the stack. We'll start to see much more developers using, Go and these kind of the threaded languages, because I think that distributed mindset, if it starts at the chip all the way to the fingertip of the person clicking and you're distributed everywhere in between. It is extremely powerful. And I think that's what Finleap, I mean, that's exactly what the team is doing. And I think there's a lot of value and a lot of power in that. >> Jim, Christian, thank you so much for coming on the Cube and sharing your story. You know what we're past the hype cycle of Kubernetes, I agree. I was a nonbeliever in Kubernetes two, three years ago. It was mostly hype. We're looking at customers from Microsoft, Finleap and competitors doing amazing things with this platform and cloud native in general. Stay tuned for more coverage of Kubecon from Valencia, Spain. I'm Keith Townsend, along with Paul Gillin and you're watching the Cube, the leader in high tech coverage. (bright music)
SUMMARY :
brought to you by Red Hat, Welcome to Valencia, Spain You go to a lot of conferences. I got to say it's overwhelming. And certainly some of the and Christian Huning, But we are in three and started the company and we were faced with So also to maintain that we And we were not dissatisfied. So talk to me a little and we have companies, customers I think we don't need it, And how do we give that kind disrupting the experience and we did it so that I think I disagree with Getting the people to worry because that was the part And it's worked as you have scaled it? It's like, more that we use it And the other thing that we offer is that So Christian, talk to me it's just the same reconcile I have a lot of different schemas. and ensure that we update the customers Upgrading the database of a SQL API in the cloud, the way that we can Any predictions coming out of the show? and more of an observation, you guys. so much for coming on the Cube
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jim | PERSON | 0.99+ |
Paul Gillin | PERSON | 0.99+ |
Jim Walker | PERSON | 0.99+ |
California | LOCATION | 0.99+ |
Keith Townsend | PERSON | 0.99+ |
Michael Stonebraker | PERSON | 0.99+ |
2018 | DATE | 0.99+ |
Germany | LOCATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
2015 | DATE | 0.99+ |
Frankfurt | LOCATION | 0.99+ |
Keith | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
seven | QUANTITY | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
Cockroach Labs | ORGANIZATION | 0.99+ |
Christia | PERSON | 0.99+ |
Barcelona | LOCATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Valencia | LOCATION | 0.99+ |
Asia | LOCATION | 0.99+ |
Christian | PERSON | 0.99+ |
Finleap Connect | ORGANIZATION | 0.99+ |
MySQL | TITLE | 0.99+ |
Kubernetes | TITLE | 0.99+ |
Valencia, Spain | LOCATION | 0.99+ |
three | QUANTITY | 0.99+ |
two years ago | DATE | 0.99+ |
Finleap | ORGANIZATION | 0.99+ |
three engineers | QUANTITY | 0.99+ |
three countries | QUANTITY | 0.99+ |
first guest | QUANTITY | 0.99+ |
SQL API | TITLE | 0.99+ |
Paul | PERSON | 0.99+ |
Kubecon | ORGANIZATION | 0.98+ |
last October | DATE | 0.98+ |
eight years | QUANTITY | 0.98+ |
2022 | DATE | 0.98+ |
each application | QUANTITY | 0.98+ |
four countries | QUANTITY | 0.98+ |
one database | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
2019 | DATE | 0.98+ |
three years ago | DATE | 0.98+ |
CockroachDB | ORGANIZATION | 0.98+ |
one schema | QUANTITY | 0.98+ |
Christian Huning | PERSON | 0.97+ |
about a year and a half | QUANTITY | 0.97+ |
two | DATE | 0.96+ |
first | QUANTITY | 0.96+ |
Christian Hüning | PERSON | 0.94+ |
today | DATE | 0.94+ |
about seven | QUANTITY | 0.93+ |
Cloudnativecon | ORGANIZATION | 0.93+ |
three years | QUANTITY | 0.93+ |
Analyst Predictions 2023: The Future of Data Management
(upbeat music) >> Hello, this is Dave Valente with theCUBE, and one of the most gratifying aspects of my role as a host of "theCUBE TV" is I get to cover a wide range of topics. And quite often, we're able to bring to our program a level of expertise that allows us to more deeply explore and unpack some of the topics that we cover throughout the year. And one of our favorite topics, of course, is data. Now, in 2021, after being in isolation for the better part of two years, a group of industry analysts met up at AWS re:Invent and started a collaboration to look at the trends in data and predict what some likely outcomes will be for the coming year. And it resulted in a very popular session that we had last year focused on the future of data management. And I'm very excited and pleased to tell you that the 2023 edition of that predictions episode is back, and with me are five outstanding market analyst, Sanjeev Mohan of SanjMo, Tony Baer of dbInsight, Carl Olofson from IDC, Dave Menninger from Ventana Research, and Doug Henschen, VP and Principal Analyst at Constellation Research. Now, what is it that we're calling you, guys? A data pack like the rat pack? No, no, no, no, that's not it. It's the data crowd, the data crowd, and the crowd includes some of the best minds in the data analyst community. They'll discuss how data management is evolving and what listeners should prepare for in 2023. Guys, welcome back. Great to see you. >> Good to be here. >> Thank you. >> Thanks, Dave. (Tony and Dave faintly speaks) >> All right, before we get into 2023 predictions, we thought it'd be good to do a look back at how we did in 2022 and give a transparent assessment of those predictions. So, let's get right into it. We're going to bring these up here, the predictions from 2022, they're color-coded red, yellow, and green to signify the degree of accuracy. And I'm pleased to report there's no red. Well, maybe some of you will want to debate that grading system. But as always, we want to be open, so you can decide for yourselves. So, we're going to ask each analyst to review their 2022 prediction and explain their rating and what evidence they have that led them to their conclusion. So, Sanjeev, please kick it off. Your prediction was data governance becomes key. I know that's going to knock you guys over, but elaborate, because you had more detail when you double click on that. >> Yeah, absolutely. Thank you so much, Dave, for having us on the show today. And we self-graded ourselves. I could have very easily made my prediction from last year green, but I mentioned why I left it as yellow. I totally fully believe that data governance was in a renaissance in 2022. And why do I say that? You have to look no further than AWS launching its own data catalog called DataZone. Before that, mid-year, we saw Unity Catalog from Databricks went GA. So, overall, I saw there was tremendous movement. When you see these big players launching a new data catalog, you know that they want to be in this space. And this space is highly critical to everything that I feel we will talk about in today's call. Also, if you look at established players, I spoke at Collibra's conference, data.world, work closely with Alation, Informatica, a bunch of other companies, they all added tremendous new capabilities. So, it did become key. The reason I left it as yellow is because I had made a prediction that Collibra would go IPO, and it did not. And I don't think anyone is going IPO right now. The market is really, really down, the funding in VC IPO market. But other than that, data governance had a banner year in 2022. >> Yeah. Well, thank you for that. And of course, you saw data clean rooms being announced at AWS re:Invent, so more evidence. And I like how the fact that you included in your predictions some things that were binary, so you dinged yourself there. So, good job. Okay, Tony Baer, you're up next. Data mesh hits reality check. As you see here, you've given yourself a bright green thumbs up. (Tony laughing) Okay. Let's hear why you feel that was the case. What do you mean by reality check? >> Okay. Thanks, Dave, for having us back again. This is something I just wrote and just tried to get away from, and this just a topic just won't go away. I did speak with a number of folks, early adopters and non-adopters during the year. And I did find that basically that it pretty much validated what I was expecting, which was that there was a lot more, this has now become a front burner issue. And if I had any doubt in my mind, the evidence I would point to is what was originally intended to be a throwaway post on LinkedIn, which I just quickly scribbled down the night before leaving for re:Invent. I was packing at the time, and for some reason, I was doing Google search on data mesh. And I happened to have tripped across this ridiculous article, I will not say where, because it doesn't deserve any publicity, about the eight (Dave laughing) best data mesh software companies of 2022. (Tony laughing) One of my predictions was that you'd see data mesh washing. And I just quickly just hopped on that maybe three sentences and wrote it at about a couple minutes saying this is hogwash, essentially. (laughs) And that just reun... And then, I left for re:Invent. And the next night, when I got into my Vegas hotel room, I clicked on my computer. I saw a 15,000 hits on that post, which was the most hits of any single post I put all year. And the responses were wildly pro and con. So, it pretty much validates my expectation in that data mesh really did hit a lot more scrutiny over this past year. >> Yeah, thank you for that. I remember that article. I remember rolling my eyes when I saw it, and then I recently, (Tony laughing) I talked to Walmart and they actually invoked Martin Fowler and they said that they're working through their data mesh. So, it takes a really lot of thought, and it really, as we've talked about, is really as much an organizational construct. You're not buying data mesh >> Bingo. >> to your point. Okay. Thank you, Tony. Carl Olofson, here we go. You've graded yourself a yellow in the prediction of graph databases. Take off. Please elaborate. >> Yeah, sure. So, I realized in looking at the prediction that it seemed to imply that graph databases could be a major factor in the data world in 2022, which obviously didn't become the case. It was an error on my part in that I should have said it in the right context. It's really a three to five-year time period that graph databases will really become significant, because they still need accepted methodologies that can be applied in a business context as well as proper tools in order for people to be able to use them seriously. But I stand by the idea that it is taking off, because for one thing, Neo4j, which is the leading independent graph database provider, had a very good year. And also, we're seeing interesting developments in terms of things like AWS with Neptune and with Oracle providing graph support in Oracle database this past year. Those things are, as I said, growing gradually. There are other companies like TigerGraph and so forth, that deserve watching as well. But as far as becoming mainstream, it's going to be a few years before we get all the elements together to make that happen. Like any new technology, you have to create an environment in which ordinary people without a whole ton of technical training can actually apply the technology to solve business problems. >> Yeah, thank you for that. These specialized databases, graph databases, time series databases, you see them embedded into mainstream data platforms, but there's a place for these specialized databases, I would suspect we're going to see new types of databases emerge with all this cloud sprawl that we have and maybe to the edge. >> Well, part of it is that it's not as specialized as you might think it. You can apply graphs to great many workloads and use cases. It's just that people have yet to fully explore and discover what those are. >> Yeah. >> And so, it's going to be a process. (laughs) >> All right, Dave Menninger, streaming data permeates the landscape. You gave yourself a yellow. Why? >> Well, I couldn't think of a appropriate combination of yellow and green. Maybe I should have used chartreuse, (Dave laughing) but I was probably a little hard on myself making it yellow. This is another type of specialized data processing like Carl was talking about graph databases is a stream processing, and nearly every data platform offers streaming capabilities now. Often, it's based on Kafka. If you look at Confluent, their revenues have grown at more than 50%, continue to grow at more than 50% a year. They're expected to do more than half a billion dollars in revenue this year. But the thing that hasn't happened yet, and to be honest, they didn't necessarily expect it to happen in one year, is that streaming hasn't become the default way in which we deal with data. It's still a sidecar to data at rest. And I do expect that we'll continue to see streaming become more and more mainstream. I do expect perhaps in the five-year timeframe that we will first deal with data as streaming and then at rest, but the worlds are starting to merge. And we even see some vendors bringing products to market, such as K2View, Hazelcast, and RisingWave Labs. So, in addition to all those core data platform vendors adding these capabilities, there are new vendors approaching this market as well. >> I like the tough grading system, and it's not trivial. And when you talk to practitioners doing this stuff, there's still some complications in the data pipeline. And so, but I think, you're right, it probably was a yellow plus. Doug Henschen, data lakehouses will emerge as dominant. When you talk to people about lakehouses, practitioners, they all use that term. They certainly use the term data lake, but now, they're using lakehouse more and more. What's your thoughts on here? Why the green? What's your evidence there? >> Well, I think, I was accurate. I spoke about it specifically as something that vendors would be pursuing. And we saw yet more lakehouse advocacy in 2022. Google introduced its BigLake service alongside BigQuery. Salesforce introduced Genie, which is really a lakehouse architecture. And it was a safe prediction to say vendors are going to be pursuing this in that AWS, Cloudera, Databricks, Microsoft, Oracle, SAP, Salesforce now, IBM, all advocate this idea of a single platform for all of your data. Now, the trend was also supported in 2023, in that we saw a big embrace of Apache Iceberg in 2022. That's a structured table format. It's used with these lakehouse platforms. It's open, so it ensures portability and it also ensures performance. And that's a structured table that helps with the warehouse side performance. But among those announcements, Snowflake, Google, Cloud Era, SAP, Salesforce, IBM, all embraced Iceberg. But keep in mind, again, I'm talking about this as something that vendors are pursuing as their approach. So, they're advocating end users. It's very cutting edge. I'd say the top, leading edge, 5% of of companies have really embraced the lakehouse. I think, we're now seeing the fast followers, the next 20 to 25% of firms embracing this idea and embracing a lakehouse architecture. I recall Christian Kleinerman at the big Snowflake event last summer, making the announcement about Iceberg, and he asked for a show of hands for any of you in the audience at the keynote, have you heard of Iceberg? And just a smattering of hands went up. So, the vendors are ahead of the curve. They're pushing this trend, and we're now seeing a little bit more mainstream uptake. >> Good. Doug, I was there. It was you, me, and I think, two other hands were up. That was just humorous. (Doug laughing) All right, well, so I liked the fact that we had some yellow and some green. When you think about these things, there's the prediction itself. Did it come true or not? There are the sub predictions that you guys make, and of course, the degree of difficulty. So, thank you for that open assessment. All right, let's get into the 2023 predictions. Let's bring up the predictions. Sanjeev, you're going first. You've got a prediction around unified metadata. What's the prediction, please? >> So, my prediction is that metadata space is currently a mess. It needs to get unified. There are too many use cases of metadata, which are being addressed by disparate systems. For example, data quality has become really big in the last couple of years, data observability, the whole catalog space is actually, people don't like to use the word data catalog anymore, because data catalog sounds like it's a catalog, a museum, if you may, of metadata that you go and admire. So, what I'm saying is that in 2023, we will see that metadata will become the driving force behind things like data ops, things like orchestration of tasks using metadata, not rules. Not saying that if this fails, then do this, if this succeeds, go do that. But it's like getting to the metadata level, and then making a decision as to what to orchestrate, what to automate, how to do data quality check, data observability. So, this space is starting to gel, and I see there'll be more maturation in the metadata space. Even security privacy, some of these topics, which are handled separately. And I'm just talking about data security and data privacy. I'm not talking about infrastructure security. These also need to merge into a unified metadata management piece with some knowledge graph, semantic layer on top, so you can do analytics on it. So, it's no longer something that sits on the side, it's limited in its scope. It is actually the very engine, the very glue that is going to connect data producers and consumers. >> Great. Thank you for that. Doug. Doug Henschen, any thoughts on what Sanjeev just said? Do you agree? Do you disagree? >> Well, I agree with many aspects of what he says. I think, there's a huge opportunity for consolidation and streamlining of these as aspects of governance. Last year, Sanjeev, you said something like, we'll see more people using catalogs than BI. And I have to disagree. I don't think this is a category that's headed for mainstream adoption. It's a behind the scenes activity for the wonky few, or better yet, companies want machine learning and automation to take care of these messy details. We've seen these waves of management technologies, some of the latest data observability, customer data platform, but they failed to sweep away all the earlier investments in data quality and master data management. So, yes, I hope the latest tech offers, glimmers that there's going to be a better, cleaner way of addressing these things. But to my mind, the business leaders, including the CIO, only want to spend as much time and effort and money and resources on these sorts of things to avoid getting breached, ending up in headlines, getting fired or going to jail. So, vendors bring on the ML and AI smarts and the automation of these sorts of activities. >> So, if I may say something, the reason why we have this dichotomy between data catalog and the BI vendors is because data catalogs are very soon, not going to be standalone products, in my opinion. They're going to get embedded. So, when you use a BI tool, you'll actually use the catalog to find out what is it that you want to do, whether you are looking for data or you're looking for an existing dashboard. So, the catalog becomes embedded into the BI tool. >> Hey, Dave Menninger, sometimes you have some data in your back pocket. Do you have any stats (chuckles) on this topic? >> No, I'm glad you asked, because I'm going to... Now, data catalogs are something that's interesting. Sanjeev made a statement that data catalogs are falling out of favor. I don't care what you call them. They're valuable to organizations. Our research shows that organizations that have adequate data catalog technologies are three times more likely to express satisfaction with their analytics for just the reasons that Sanjeev was talking about. You can find what you want, you know you're getting the right information, you know whether or not it's trusted. So, those are good things. So, we expect to see the capabilities, whether it's embedded or separate. We expect to see those capabilities continue to permeate the market. >> And a lot of those catalogs are driven now by machine learning and things. So, they're learning from those patterns of usage by people when people use the data. (airy laughs) >> All right. Okay. Thank you, guys. All right. Let's move on to the next one. Tony Bear, let's bring up the predictions. You got something in here about the modern data stack. We need to rethink it. Is the modern data stack getting long at the tooth? Is it not so modern anymore? >> I think, in a way, it's got almost too modern. It's gotten too, I don't know if it's being long in the tooth, but it is getting long. The modern data stack, it's traditionally been defined as basically you have the data platform, which would be the operational database and the data warehouse. And in between, you have all the tools that are necessary to essentially get that data from the operational realm or the streaming realm for that matter into basically the data warehouse, or as we might be seeing more and more, the data lakehouse. And I think, what's important here is that, or I think, we have seen a lot of progress, and this would be in the cloud, is with the SaaS services. And especially you see that in the modern data stack, which is like all these players, not just the MongoDBs or the Oracles or the Amazons have their database platforms. You see they have the Informatica's, and all the other players there in Fivetrans have their own SaaS services. And within those SaaS services, you get a certain degree of simplicity, which is it takes all the housekeeping off the shoulders of the customers. That's a good thing. The problem is that what we're getting to unfortunately is what I would call lots of islands of simplicity, which means that it leads it (Dave laughing) to the customer to have to integrate or put all that stuff together. It's a complex tool chain. And so, what we really need to think about here, we have too many pieces. And going back to the discussion of catalogs, it's like we have so many catalogs out there, which one do we use? 'Cause chances are of most organizations do not rely on a single catalog at this point. What I'm calling on all the data providers or all the SaaS service providers, is to literally get it together and essentially make this modern data stack less of a stack, make it more of a blending of an end-to-end solution. And that can come in a number of different ways. Part of it is that we're data platform providers have been adding services that are adjacent. And there's some very good examples of this. We've seen progress over the past year or so. For instance, MongoDB integrating search. It's a very common, I guess, sort of tool that basically, that the applications that are developed on MongoDB use, so MongoDB then built it into the database rather than requiring an extra elastic search or open search stack. Amazon just... AWS just did the zero-ETL, which is a first step towards simplifying the process from going from Aurora to Redshift. You've seen same thing with Google, BigQuery integrating basically streaming pipelines. And you're seeing also a lot of movement in database machine learning. So, there's some good moves in this direction. I expect to see more than this year. Part of it's from basically the SaaS platform is adding some functionality. But I also see more importantly, because you're never going to get... This is like asking your data team and your developers, herding cats to standardizing the same tool. In most organizations, that is not going to happen. So, take a look at the most popular combinations of tools and start to come up with some pre-built integrations and pre-built orchestrations, and offer some promotional pricing, maybe not quite two for, but in other words, get two products for the price of two services or for the price of one and a half. I see a lot of potential for this. And it's to me, if the class was to simplify things, this is the next logical step and I expect to see more of this here. >> Yeah, and you see in Oracle, MySQL heat wave, yet another example of eliminating that ETL. Carl Olofson, today, if you think about the data stack and the application stack, they're largely separate. Do you have any thoughts on how that's going to play out? Does that play into this prediction? What do you think? >> Well, I think, that the... I really like Tony's phrase, islands of simplification. It really says (Tony chuckles) what's going on here, which is that all these different vendors you ask about, about how these stacks work. All these different vendors have their own stack vision. And you can... One application group is going to use one, and another application group is going to use another. And some people will say, let's go to, like you go to a Informatica conference and they say, we should be the center of your universe, but you can't connect everything in your universe to Informatica, so you need to use other things. So, the challenge is how do we make those things work together? As Tony has said, and I totally agree, we're never going to get to the point where people standardize on one organizing system. So, the alternative is to have metadata that can be shared amongst those systems and protocols that allow those systems to coordinate their operations. This is standard stuff. It's not easy. But the motive for the vendors is that they can become more active critical players in the enterprise. And of course, the motive for the customer is that things will run better and more completely. So, I've been looking at this in terms of two kinds of metadata. One is the meaning metadata, which says what data can be put together. The other is the operational metadata, which says basically where did it come from? Who created it? What's its current state? What's the security level? Et cetera, et cetera, et cetera. The good news is the operational stuff can actually be done automatically, whereas the meaning stuff requires some human intervention. And as we've already heard from, was it Doug, I think, people are disinclined to put a lot of definition into meaning metadata. So, that may be the harder one, but coordination is key. This problem has been with us forever, but with the addition of new data sources, with streaming data with data in different formats, the whole thing has, it's been like what a customer of mine used to say, "I understand your product can make my system run faster, but right now I just feel I'm putting my problems on roller skates. (chuckles) I don't need that to accelerate what's already not working." >> Excellent. Okay, Carl, let's stay with you. I remember in the early days of the big data movement, Hadoop movement, NoSQL was the big thing. And I remember Amr Awadallah said to us in theCUBE that SQL is the killer app for big data. So, your prediction here, if we bring that up is SQL is back. Please elaborate. >> Yeah. So, of course, some people would say, well, it never left. Actually, that's probably closer to true, but in the perception of the marketplace, there's been all this noise about alternative ways of storing, retrieving data, whether it's in key value stores or document databases and so forth. We're getting a lot of messaging that for a while had persuaded people that, oh, we're not going to do analytics in SQL anymore. We're going to use Spark for everything, except that only a handful of people know how to use Spark. Oh, well, that's a problem. Well, how about, and for ordinary conventional business analytics, Spark is like an over-engineered solution to the problem. SQL works just great. What's happened in the past couple years, and what's going to continue to happen is that SQL is insinuating itself into everything we're seeing. We're seeing all the major data lake providers offering SQL support, whether it's Databricks or... And of course, Snowflake is loving this, because that is what they do, and their success is certainly points to the success of SQL, even MongoDB. And we were all, I think, at the MongoDB conference where on one day, we hear SQL is dead. They're not teaching SQL in schools anymore, and this kind of thing. And then, a couple days later at the same conference, they announced we're adding a new analytic capability-based on SQL. But didn't you just say SQL is dead? So, the reality is that SQL is better understood than most other methods of certainly of retrieving and finding data in a data collection, no matter whether it happens to be relational or non-relational. And even in systems that are very non-relational, such as graph and document databases, their query languages are being built or extended to resemble SQL, because SQL is something people understand. >> Now, you remember when we were in high school and you had had to take the... Your debating in the class and you were forced to take one side and defend it. So, I was was at a Vertica conference one time up on stage with Curt Monash, and I had to take the NoSQL, the world is changing paradigm shift. And so just to be controversial, I said to him, Curt Monash, I said, who really needs acid compliance anyway? Tony Baer. And so, (chuckles) of course, his head exploded, but what are your thoughts (guests laughing) on all this? >> Well, my first thought is congratulations, Dave, for surviving being up on stage with Curt Monash. >> Amen. (group laughing) >> I definitely would concur with Carl. We actually are definitely seeing a SQL renaissance and if there's any proof of the pudding here, I see lakehouse is being icing on the cake. As Doug had predicted last year, now, (clears throat) for the record, I think, Doug was about a year ahead of time in his predictions that this year is really the year that I see (clears throat) the lakehouse ecosystems really firming up. You saw the first shots last year. But anyway, on this, data lakes will not go away. I've actually, I'm on the home stretch of doing a market, a landscape on the lakehouse. And lakehouse will not replace data lakes in terms of that. There is the need for those, data scientists who do know Python, who knows Spark, to go in there and basically do their thing without all the restrictions or the constraints of a pre-built, pre-designed table structure. I get that. Same thing for developing models. But on the other hand, there is huge need. Basically, (clears throat) maybe MongoDB was saying that we're not teaching SQL anymore. Well, maybe we have an oversupply of SQL developers. Well, I'm being facetious there, but there is a huge skills based in SQL. Analytics have been built on SQL. They came with lakehouse and why this really helps to fuel a SQL revival is that the core need in the data lake, what brought on the lakehouse was not so much SQL, it was a need for acid. And what was the best way to do it? It was through a relational table structure. So, the whole idea of acid in the lakehouse was not to turn it into a transaction database, but to make the data trusted, secure, and more granularly governed, where you could govern down to column and row level, which you really could not do in a data lake or a file system. So, while lakehouse can be queried in a manner, you can go in there with Python or whatever, it's built on a relational table structure. And so, for that end, for those types of data lakes, it becomes the end state. You cannot bypass that table structure as I learned the hard way during my research. So, the bottom line I'd say here is that lakehouse is proof that we're starting to see the revenge of the SQL nerds. (Dave chuckles) >> Excellent. Okay, let's bring up back up the predictions. Dave Menninger, this one's really thought-provoking and interesting. We're hearing things like data as code, new data applications, machines actually generating plans with no human involvement. And your prediction is the definition of data is expanding. What do you mean by that? >> So, I think, for too long, we've thought about data as the, I would say facts that we collect the readings off of devices and things like that, but data on its own is really insufficient. Organizations need to manipulate that data and examine derivatives of the data to really understand what's happening in their organization, why has it happened, and to project what might happen in the future. And my comment is that these data derivatives need to be supported and managed just like the data needs to be managed. We can't treat this as entirely separate. Think about all the governance discussions we've had. Think about the metadata discussions we've had. If you separate these things, now you've got more moving parts. We're talking about simplicity and simplifying the stack. So, if these things are treated separately, it creates much more complexity. I also think it creates a little bit of a myopic view on the part of the IT organizations that are acquiring these technologies. They need to think more broadly. So, for instance, metrics. Metric stores are becoming much more common part of the tooling that's part of a data platform. Similarly, feature stores are gaining traction. So, those are designed to promote the reuse and consistency across the AI and ML initiatives. The elements that are used in developing an AI or ML model. And let me go back to metrics and just clarify what I mean by that. So, any type of formula involving the data points. I'm distinguishing metrics from features that are used in AI and ML models. And the data platforms themselves are increasingly managing the models as an element of data. So, just like figuring out how to calculate a metric. Well, if you're going to have the features associated with an AI and ML model, you probably need to be managing the model that's associated with those features. The other element where I see expansion is around external data. Organizations for decades have been focused on the data that they generate within their own organization. We see more and more of these platforms acquiring and publishing data to external third-party sources, whether they're within some sort of a partner ecosystem or whether it's a commercial distribution of that information. And our research shows that when organizations use external data, they derive even more benefits from the various analyses that they're conducting. And the last great frontier in my opinion on this expanding world of data is the world of driver-based planning. Very few of the major data platform providers provide these capabilities today. These are the types of things you would do in a spreadsheet. And we all know the issues associated with spreadsheets. They're hard to govern, they're error-prone. And so, if we can take that type of analysis, collecting the occupancy of a rental property, the projected rise in rental rates, the fluctuations perhaps in occupancy, the interest rates associated with financing that property, we can project forward. And that's a very common thing to do. What the income might look like from that property income, the expenses, we can plan and purchase things appropriately. So, I think, we need this broader purview and I'm beginning to see some of those things happen. And the evidence today I would say, is more focused around the metric stores and the feature stores starting to see vendors offer those capabilities. And we're starting to see the ML ops elements of managing the AI and ML models find their way closer to the data platforms as well. >> Very interesting. When I hear metrics, I think of KPIs, I think of data apps, orchestrate people and places and things to optimize around a set of KPIs. It sounds like a metadata challenge more... Somebody once predicted they'll have more metadata than data. Carl, what are your thoughts on this prediction? >> Yeah, I think that what Dave is describing as data derivatives is in a way, another word for what I was calling operational metadata, which not about the data itself, but how it's used, where it came from, what the rules are governing it, and that kind of thing. If you have a rich enough set of those things, then not only can you do a model of how well your vacation property rental may do in terms of income, but also how well your application that's measuring that is doing for you. In other words, how many times have I used it, how much data have I used and what is the relationship between the data that I've used and the benefits that I've derived from using it? Well, we don't have ways of doing that. What's interesting to me is that folks in the content world are way ahead of us here, because they have always tracked their content using these kinds of attributes. Where did it come from? When was it created, when was it modified? Who modified it? And so on and so forth. We need to do more of that with the structure data that we have, so that we can track what it's used. And also, it tells us how well we're doing with it. Is it really benefiting us? Are we being efficient? Are there improvements in processes that we need to consider? Because maybe data gets created and then it isn't used or it gets used, but it gets altered in some way that actually misleads people. (laughs) So, we need the mechanisms to be able to do that. So, I would say that that's... And I'd say that it's true that we need that stuff. I think, that starting to expand is probably the right way to put it. It's going to be expanding for some time. I think, we're still a distance from having all that stuff really working together. >> Maybe we should say it's gestating. (Dave and Carl laughing) >> Sorry, if I may- >> Sanjeev, yeah, I was going to say this... Sanjeev, please comment. This sounds to me like it supports Zhamak Dehghani's principles, but please. >> Absolutely. So, whether we call it data mesh or not, I'm not getting into that conversation, (Dave chuckles) but data (audio breaking) (Tony laughing) everything that I'm hearing what Dave is saying, Carl, this is the year when data products will start to take off. I'm not saying they'll become mainstream. They may take a couple of years to become so, but this is data products, all this thing about vacation rentals and how is it doing, that data is coming from different sources. I'm packaging it into our data product. And to Carl's point, there's a whole operational metadata associated with it. The idea is for organizations to see things like developer productivity, how many releases am I doing of this? What data products are most popular? I'm actually in right now in the process of formulating this concept that just like we had data catalogs, we are very soon going to be requiring data products catalog. So, I can discover these data products. I'm not just creating data products left, right, and center. I need to know, do they already exist? What is the usage? If no one is using a data product, maybe I want to retire and save cost. But this is a data product. Now, there's a associated thing that is also getting debated quite a bit called data contracts. And a data contract to me is literally just formalization of all these aspects of a product. How do you use it? What is the SLA on it, what is the quality that I am prescribing? So, data product, in my opinion, shifts the conversation to the consumers or to the business people. Up to this point when, Dave, you're talking about data and all of data discovery curation is a very data producer-centric. So, I think, we'll see a shift more into the consumer space. >> Yeah. Dave, can I just jump in there just very quickly there, which is that what Sanjeev has been saying there, this is really central to what Zhamak has been talking about. It's basically about making, one, data products are about the lifecycle management of data. Metadata is just elemental to that. And essentially, one of the things that she calls for is making data products discoverable. That's exactly what Sanjeev was talking about. >> By the way, did everyone just no notice how Sanjeev just snuck in another prediction there? So, we've got- >> Yeah. (group laughing) >> But you- >> Can we also say that he snuck in, I think, the term that we'll remember today, which is metadata museums. >> Yeah, but- >> Yeah. >> And also comment to, Tony, to your last year's prediction, you're really talking about it's not something that you're going to buy from a vendor. >> No. >> It's very specific >> Mm-hmm. >> to an organization, their own data product. So, touche on that one. Okay, last prediction. Let's bring them up. Doug Henschen, BI analytics is headed to embedding. What does that mean? >> Well, we all know that conventional BI dashboarding reporting is really commoditized from a vendor perspective. It never enjoyed truly mainstream adoption. Always that 25% of employees are really using these things. I'm seeing rising interest in embedding concise analytics at the point of decision or better still, using analytics as triggers for automation and workflows, and not even necessitating human interaction with visualizations, for example, if we have confidence in the analytics. So, leading companies are pushing for next generation applications, part of this low-code, no-code movement we've seen. And they want to build that decision support right into the app. So, the analytic is right there. Leading enterprise apps vendors, Salesforce, SAP, Microsoft, Oracle, they're all building smart apps with the analytics predictions, even recommendations built into these applications. And I think, the progressive BI analytics vendors are supporting this idea of driving insight to action, not necessarily necessitating humans interacting with it if there's confidence. So, we want prediction, we want embedding, we want automation. This low-code, no-code development movement is very important to bringing the analytics to where people are doing their work. We got to move beyond the, what I call swivel chair integration, between where people do their work and going off to separate reports and dashboards, and having to interpret and analyze before you can go back and do take action. >> And Dave Menninger, today, if you want, analytics or you want to absorb what's happening in the business, you typically got to go ask an expert, and then wait. So, what are your thoughts on Doug's prediction? >> I'm in total agreement with Doug. I'm going to say that collectively... So, how did we get here? I'm going to say collectively as an industry, we made a mistake. We made BI and analytics separate from the operational systems. Now, okay, it wasn't really a mistake. We were limited by the technology available at the time. Decades ago, we had to separate these two systems, so that the analytics didn't impact the operations. You don't want the operations preventing you from being able to do a transaction. But we've gone beyond that now. We can bring these two systems and worlds together and organizations recognize that need to change. As Doug said, the majority of the workforce and the majority of organizations doesn't have access to analytics. That's wrong. (chuckles) We've got to change that. And one of the ways that's going to change is with embedded analytics. 2/3 of organizations recognize that embedded analytics are important and it even ranks higher in importance than AI and ML in those organizations. So, it's interesting. This is a really important topic to the organizations that are consuming these technologies. The good news is it works. Organizations that have embraced embedded analytics are more comfortable with self-service than those that have not, as opposed to turning somebody loose, in the wild with the data. They're given a guided path to the data. And the research shows that 65% of organizations that have adopted embedded analytics are comfortable with self-service compared with just 40% of organizations that are turning people loose in an ad hoc way with the data. So, totally behind Doug's predictions. >> Can I just break in with something here, a comment on what Dave said about what Doug said, which (laughs) is that I totally agree with what you said about embedded analytics. And at IDC, we made a prediction in our future intelligence, future of intelligence service three years ago that this was going to happen. And the thing that we're waiting for is for developers to build... You have to write the applications to work that way. It just doesn't happen automagically. Developers have to write applications that reference analytic data and apply it while they're running. And that could involve simple things like complex queries against the live data, which is through something that I've been calling analytic transaction processing. Or it could be through something more sophisticated that involves AI operations as Doug has been suggesting, where the result is enacted pretty much automatically unless the scores are too low and you need to have a human being look at it. So, I think that that is definitely something we've been watching for. I'm not sure how soon it will come, because it seems to take a long time for people to change their thinking. But I think, as Dave was saying, once they do and they apply these principles in their application development, the rewards are great. >> Yeah, this is very much, I would say, very consistent with what we were talking about, I was talking about before, about basically rethinking the modern data stack and going into more of an end-to-end solution solution. I think, that what we're talking about clearly here is operational analytics. There'll still be a need for your data scientists to go offline just in their data lakes to do all that very exploratory and that deep modeling. But clearly, it just makes sense to bring operational analytics into where people work into their workspace and further flatten that modern data stack. >> But with all this metadata and all this intelligence, we're talking about injecting AI into applications, it does seem like we're entering a new era of not only data, but new era of apps. Today, most applications are about filling forms out or codifying processes and require a human input. And it seems like there's enough data now and enough intelligence in the system that the system can actually pull data from, whether it's the transaction system, e-commerce, the supply chain, ERP, and actually do something with that data without human involvement, present it to humans. Do you guys see this as a new frontier? >> I think, that's certainly- >> Very much so, but it's going to take a while, as Carl said. You have to design it, you have to get the prediction into the system, you have to get the analytics at the point of decision has to be relevant to that decision point. >> And I also recall basically a lot of the ERP vendors back like 10 years ago, we're promising that. And the fact that we're still looking at the promises shows just how difficult, how much of a challenge it is to get to what Doug's saying. >> One element that could be applied in this case is (indistinct) architecture. If applications are developed that are event-driven rather than following the script or sequence that some programmer or designer had preconceived, then you'll have much more flexible applications. You can inject decisions at various points using this technology much more easily. It's a completely different way of writing applications. And it actually involves a lot more data, which is why we should all like it. (laughs) But in the end (Tony laughing) it's more stable, it's easier to manage, easier to maintain, and it's actually more efficient, which is the result of an MIT study from about 10 years ago, and still, we are not seeing this come to fruition in most business applications. >> And do you think it's going to require a new type of data platform database? Today, data's all far-flung. We see that's all over the clouds and at the edge. Today, you cache- >> We need a super cloud. >> You cache that data, you're throwing into memory. I mentioned, MySQL heat wave. There are other examples where it's a brute force approach, but maybe we need new ways of laying data out on disk and new database architectures, and just when we thought we had it all figured out. >> Well, without referring to disk, which to my mind, is almost like talking about cave painting. I think, that (Dave laughing) all the things that have been mentioned by all of us today are elements of what I'm talking about. In other words, the whole improvement of the data mesh, the improvement of metadata across the board and improvement of the ability to track data and judge its freshness the way we judge the freshness of a melon or something like that, to determine whether we can still use it. Is it still good? That kind of thing. Bringing together data from multiple sources dynamically and real-time requires all the things we've been talking about. All the predictions that we've talked about today add up to elements that can make this happen. >> Well, guys, it's always tremendous to get these wonderful minds together and get your insights, and I love how it shapes the outcome here of the predictions, and let's see how we did. We're going to leave it there. I want to thank Sanjeev, Tony, Carl, David, and Doug. Really appreciate the collaboration and thought that you guys put into these sessions. Really, thank you. >> Thank you. >> Thanks, Dave. >> Thank you for having us. >> Thanks. >> Thank you. >> All right, this is Dave Valente for theCUBE, signing off for now. Follow these guys on social media. Look for coverage on siliconangle.com, theCUBE.net. Thank you for watching. (upbeat music)
SUMMARY :
and pleased to tell you (Tony and Dave faintly speaks) that led them to their conclusion. down, the funding in VC IPO market. And I like how the fact And I happened to have tripped across I talked to Walmart in the prediction of graph databases. But I stand by the idea and maybe to the edge. You can apply graphs to great And so, it's going to streaming data permeates the landscape. and to be honest, I like the tough grading the next 20 to 25% of and of course, the degree of difficulty. that sits on the side, Thank you for that. And I have to disagree. So, the catalog becomes Do you have any stats for just the reasons that And a lot of those catalogs about the modern data stack. and more, the data lakehouse. and the application stack, So, the alternative is to have metadata that SQL is the killer app for big data. but in the perception of the marketplace, and I had to take the NoSQL, being up on stage with Curt Monash. (group laughing) is that the core need in the data lake, And your prediction is the and examine derivatives of the data to optimize around a set of KPIs. that folks in the content world (Dave and Carl laughing) going to say this... shifts the conversation to the consumers And essentially, one of the things (group laughing) the term that we'll remember today, to your last year's prediction, is headed to embedding. and going off to separate happening in the business, so that the analytics didn't And the thing that we're waiting for and that deep modeling. that the system can of decision has to be relevant And the fact that we're But in the end We see that's all over the You cache that data, and improvement of the and I love how it shapes the outcome here Thank you for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Doug Henschen | PERSON | 0.99+ |
Dave Menninger | PERSON | 0.99+ |
Doug | PERSON | 0.99+ |
Carl | PERSON | 0.99+ |
Carl Olofson | PERSON | 0.99+ |
Dave Menninger | PERSON | 0.99+ |
Tony Baer | PERSON | 0.99+ |
Tony | PERSON | 0.99+ |
Dave Valente | PERSON | 0.99+ |
Collibra | ORGANIZATION | 0.99+ |
Curt Monash | PERSON | 0.99+ |
Sanjeev Mohan | PERSON | 0.99+ |
Christian Kleinerman | PERSON | 0.99+ |
Dave Valente | PERSON | 0.99+ |
Walmart | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Sanjeev | PERSON | 0.99+ |
Constellation Research | ORGANIZATION | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Ventana Research | ORGANIZATION | 0.99+ |
2022 | DATE | 0.99+ |
Hazelcast | ORGANIZATION | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Tony Bear | PERSON | 0.99+ |
25% | QUANTITY | 0.99+ |
2021 | DATE | 0.99+ |
last year | DATE | 0.99+ |
65% | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
today | DATE | 0.99+ |
five-year | QUANTITY | 0.99+ |
TigerGraph | ORGANIZATION | 0.99+ |
Databricks | ORGANIZATION | 0.99+ |
two services | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
David | PERSON | 0.99+ |
RisingWave Labs | ORGANIZATION | 0.99+ |
Daniel Newman, Futurum Research | AnsibleFest 2022
>>Hey guys. Welcome back to the Cubes coverage of Ansible Fast 2022. This is day two of our wall to wall coverage. Lisa Martin here with John Ferer. John, we're seeing this world where companies are saying if we can't automate it, we need to, The automation market is transforming. There's been a lot of buzz about that. A lot of technical chops here at Ansible Fest. >>Yeah, I mean, we've got a great guest here coming on Cuba alumni, Dean Newman, future room. He travels every event he's got. He's got his nose to the grindstone ear to the ground. Great analysis. I mean, we're gonna get into why it's important. How does Ansible fit into the big picture? It's really gonna be a great segment. The >>Board do it well, John just did my job for me about, I'll introduce him again. Daniel Newman, one of our alumni is Back Principal Analyst at Future and Research. Great to have you back on the cube. >>Yeah, it's good to join you. Excited to be back in Chicago. I don't know if you guys knew this, but for 40 years, this was my hometown. Now I don't necessarily brag about that anymore. I'm, I live in Austin now. I'm a proud Texan, but I did grow up here actually out in the west suburbs. I got off the plane, I felt the cold air, and I almost turned around and said, Does this thing go back? Yeah. Cause I'm, I've, I've grown thin skin. It did not take me long. I, I like the warm, Come on, >>I'm the saying, I'm from California and I got off the plane Monday. I went, Whoa, I need a coat. And I was in Miami a week ago and it was 85. >>Oh goodness. >>Crazy. So you just flew in. Talk about what's going on, your take on, on Ansible. We've talked a lot with the community, with partners, with customers, a lot of momentum. The flywheel of the community is going around and round and round. What are some of your perspectives that you see? >>Yeah, absolutely. Well, let's you know, I'm gonna take a quick step back. We're entering an era where companies are gonna have to figure out how to do more with less. Okay? We've got exponential data growth, we've got more architectural complexity than ever before. Companies are trying to discern how to deal with many different environments. And just at a macro level, Red Hat is one of the companies that is almost certainly gonna be part of this multi-cloud hybrid cloud era. So that should initially give a lot of confidence to the buying group that are looking at how to automate their environments. You're automating workflows, but really with, with Ansible, we're focused on automating it, automating the network. So as companies are kind of dig out, we're entering this recessionary period, Okay, we're gonna call it what it is. The first thing that they're gonna look at is how do we tech our way out of it? >>I had a wonderful one-on-one conversation with ServiceNow ceo, Bill McDermott, and we saw ServiceNow was in focus this morning in the initial opening session. This is the integration, right? Ansible integrating with ServiceNow. What we need to see is infrastructure automation, layers and applications working in concert to basically enable enterprises to be up and running all the time. Let's first fix the problems that are most common. Let's, let's automate 'em, let's script them. And then at some point, let's have them self resolving, which we saw at the end with Project Wisdom. So as I see it, automation is that layer that enterprises, boards, technologists, all can agree upon are basically here's something that can make our business more efficient, more profitable, and it's gonna deal with this short term downturn in a way that tech is actually gonna be the answer. Just like Bill and I said, let's tech our way out of it. >>If you look at the Red Hat being bought by ibm, you see Project Wisdom Project, not a product, it's a project. Project Wisdom is the confluence of research and practitioners kind of coming together with ai. So bringing AI power to the Ansible is interesting. Red Hat, Linux, Rel OpenShift, I mean, Red Hat's kind of position, isn't it? Kind of be in that right spot where a puck might be coming maybe. I mean, what do you think? >>Yeah, as analysts, we're really good at predicting the, the recent past. It's a joke I always like to make, but Red Hat's been building toward the future. I think for some time. Project Wisdom, first of all, I was very encouraged with it. One of the things that many people in the market probably have commented on is how close is IBM in Red Hat? Now, again, it's a $34 billion acquisition that was made, but boy, the cultures of these two companies couldn't be more different. And of course, Red Hat kind of carries this, this sort of middle ground layer where they provide a lot of value in services to companies that maybe don't use IBM at, at, for the public cloud especially. This was a great indication of how you can take the power of IBM's research, which of course has some of the world's most prolific data scientists, engineers, building things for the future. >>You know, you see things like yesterday they launched a, you know, an AI solution. You know, they're building chips, semiconductors, and technologies that are gonna power the future. They're building quantum. Long story short, they have these really brilliant technologists here that could be adding value to Red Hat. And I don't know that the, the world has fully been able to appreciate that. So when, when they got on stage and they kind of say, Here's how IBM is gonna help power the next generation, I was immediately very encouraged by the fact that the two companies are starting to show signs of how they can collaborate to offer value to their customers. Because of course, as John kind of started off with, his question is, they've kind of been where the puck is going. Open source, Linux hybrid cloud, This is the future. In the future. Every company's multi-cloud. And I said in a one-on-one meeting this morning, every company is going to probably have workloads on every cloud, especially large enterprises. >>Yeah. And I think that the secret's gonna be how do you make that evolve? And one of the things that's coming out of the industry over the years, and looking back as historians, we would say, gotta have standards. Well, with cloud, now people standards might slow things down. So you're gonna start to figure out how does the community and the developers are thinking it'll be the canary in the coal mine. And I'd love to get your reaction on that, because we got Cuban next week. You're seeing people kind of align and try to win the developers, which, you know, I always laugh cuz like, you don't wanna win, you want, you want them on your team, but you don't wanna win them. It's like a, it's like, so developers will decide, >>Well, I, I think what's happening is there are multiple forces that are driving product adoption. And John, getting the developers to support the utilization and adoption of any sort of stack goes a long way. We've seen how sticky it can be, how sticky it is with many of the public cloud pro providers, how sticky it is with certain applications. And it's gonna be sticky here in these interim layers like open source automation. And Red Hat does have a very compelling developer ecosystem. I mean, if you sat in the keynote this morning, I said, you know, if you're not a developer, some of this stuff would've been fairly difficult to understand. But as a developer you saw them laughing at jokes because, you know, what was it the whole part about, you know, it didn't actually, the ping wasn't a success, right? And everybody started laughing and you know, I, I was sitting next to someone who wasn't technical and, and you know, she kinda goes, What, what was so funny? >>I'm like, well, he said it worked. Do you see that? It said zero data trans or whatever that was. So, but if I may just really quickly, one, one other thing I did wanna say about Project Wisdom, John, that the low code and no code to the full stack developer is a continuum that every technology company is gonna have to think deeply about as we go to the future. Because the people that tend to know the process that needs to be automated tend to not be able to code it. And so we've seen every automation company on the planet sort of figuring out and how to address this low code, no code environment. I think the power of this partnership between IBM Research and Red Hat is that they have an incredibly deep bench of capabilities to do things like, like self-training. Okay, you've got so much data, such significant size models and accuracy is a problem, but we need systems that can self teach. They need to be able self-teach, self learn, self-heal so that we can actually get to the crux of what automation is supposed to do for us. And that's supposed to take the mundane out and enable those humans that know how to code to work on the really difficult and hard stuff because the automation's not gonna replace any of that stuff anytime soon. >>So where do you think looking at, at the partnership and the evolution of it between IBM research and Red Hat, and you're saying, you know, they're, they're, they're finally getting this synergy together. How is it gonna affect the future of automation and how is it poised to give them a competitive advantage in the market? >>Yeah, I think the future or the, the competitive space is that, that is, is ecosystems and integration. So yesterday you heard, you know, Red Hat Ansible focusing on a partnership with aws. You know, this week I was at Oracle Cloud world and they're talking about running their database in aws. And, and so I'm kind of going around to get to the answer to your question, but I think collaboration is sort of the future of growth and innovation. You need multiple companies working towards the same goal to put gobs of resources, that's the technical term, gobs of resources towards doing really hard things. And so Ansible has been very successful in automating and securing and focusing on very certain specific workloads that need to be automated, but we need more and there's gonna be more data created. The proliferation, especially the edge. So you saw all this stuff about Rockwell, How do you really automate the edge at scale? You need large models that are able to look and consume a ton of data that are gonna be continuously learning, and then eventually they're gonna be able to deliver value to these companies at scale. IBM plus Red Hat have really great resources to drive this kind of automation. Having said that, I see those partnerships with aws, with Microsoft, with ibm, with ServiceNow. It's not one player coming to the table. It's a lot of players. They >>Gotta be Switzerland. I mean they have the Switzerland. I mean, but the thing about the Amazon deal is like that marketplace integration essentially puts Ansible once a client's in on, on marketplace and you get the central on the same bill. I mean, that's gonna be a money maker for Ansible. I >>Couldn't agree more, John. I think being part of these public cloud marketplaces is gonna be so critical and having Ansible land and of course AWS largest public cloud by volume, largest marketplace today. And my opinion is that partnership will be extensible to the other public clouds over time. That just makes sense. And so you start, you know, I think we've learned this, John, you've done enough of these interviews that, you know, you start with the biggest, with the highest distribution and probability rates, which in this case right now is aws, but it'll land on in Azure, it'll land in Google and it'll continue to, to grow. And that kind of adoption, streamlining make it consumption more consumable. That's >>Always, I think, Red Hat and Ansible, you nailed it on that whole point about multicloud, because what happens then is why would I want to alienate a marketplace audience to use my product when it could span multiple environments, right? So you saw, you heard that Stephanie yesterday talk about they, they didn't say multiple clouds, multiple environments. And I think that is where I think I see this layer coming in because some companies just have to work on all clouds. That's the way it has to be. Why wouldn't you? >>Yeah. Well every, every company will probably end up with some workloads in every cloud. I just think that is the fate. Whether it's how we consume our SaaS, which a lot of people don't think about, but it always tends to be running on another hyperscale public cloud. Most companies tend to be consuming some workloads from every cloud. It's not always direct. So they might have a single control plane that they tend to lead the way with, but that is only gonna continue to change. And every public cloud company seems to be working on figuring out what their niche is. What is the one thing that sort of drives whether, you know, it is, you know, traditional, we know the commoditization of traditional storage network compute. So now you're seeing things like ai, things like automation, things like the edge collaboration tools, software being put into the, to the forefront because it's a different consumption model, it's a different margin and economic model. And then of course it gives competitive advantages. And we've seen that, you know, I came back from Google Cloud next and at Google Cloud next, you know, you can see they're leaning into the data AI cloud. I mean, that is their focus, like data ai. This is how we get people to come in and start using Google, who in most cases, they're probably using AWS or Microsoft today. >>It's a great specialty cloud right there. That's a big use case. I can run data on Google and run something on aws. >>And then of course you've got all kinds of, and this is a little off topic, but you got sovereignty, compliance, regulatory that tends to drive different clouds over, you know, global clouds like Tencent and Alibaba. You know, if your workloads are in China, >>Well, this comes back down at least to the whole complexity issue. I mean, it has to get complex before it gets easier. And I think that's what we're seeing companies opportunities like Ansible to be like, Okay, tame, tame the complexity. >>Yeah. Yeah, I totally agree with you. I mean, look, when I was watching the demonstrations today, my take is there's so many kind of simple, repeatable and mundane tasks in everyday life that enterprises need to, to automate. Do that first, you know? Then the second thing is working on how do you create self-healing, self-teaching, self-learning, You know, and, and I realize I'm a little broken of a broken record at this, but these are those first things to fix. You know, I know we want to jump to the future where we automate every task and we have multi-term conversational AI that is booking our calendars and driving our cars for us. But in the first place, we just need to say, Hey, the network's down. Like, let's make sure that we can quickly get access back to that network again. Let's make sure that we're able to reach our different zones and locations. Let's make sure that robotic arm is continually doing the thing it's supposed to be doing on the schedule that it's been committed to. That's first. And then we can get to some of these really intensive deep metaverse state of automation that we talk about. Self-learning, data replication, synthetic data. I'm just gonna throw terms around. So I sound super smart. >>In your customer conversations though, from an looking at the automation journey, are you finding most of them, or some percentage is, is wanting to go directly into those really complex projects rather than starting with the basics? >>I don't know that you're, you're finding that the customers want to do that? I think it's the architecture that often ends up being a problem is we as, as the vendor side, will tend to talk about the most complex problems that they're able to solve before companies have really started solving the, the immediate problems that are before them. You know, it's, we talk about, you know, the metaphor of the cloud is a great one, but we talk about the cloud, like it's ubiquitous. Yeah. But less than 30% of our workloads are in the public cloud. Automation is still in very early days and in many industries it's fairly nascent. And doing things like self-healing networks is still something that hasn't even been able to be deployed on an enterprise-wide basis, let alone at the industrial layer. Maybe at the company's on manufacturing PLAs or in oil fields. Like these are places that have difficult to reach infrastructure that needs to be running all the time. We need to build systems and leverage the power of automation to keep that stuff up and running. That's, that's just business value, which by the way is what makes the world go running. Yeah. Awesome. >>A lot of customers and users are struggling to find what's the value in automating certain process, What's the ROI in it? How do you help them get there so that they understand how to start, but truly to make it a journey that is a success. >>ROI tends to be a little bit nebulous. It's one of those things I think a lot of analysts do. Things like TCO analysis Yeah. Is an ROI analysis. I think the businesses actually tend to know what the ROI is gonna be because they can basically look at something like, you know, when you have an msa, here's the downtime, right? Business can typically tell you, you know, I guarantee you Amazon could say, Look for every second of downtime, this is how much commerce it costs us. Yeah. A company can generally say, if it was, you know, we had the energy, the windmills company, like they could say every minute that windmill isn't running, we're creating, you know, X amount less energy. So there's a, there's a time value proposition that companies can determine. Now the question is, is about the deployment. You know, we, I've seen it more nascent, like cybersecurity can tend to be nascent. >>Like what does a breach cost us? Well there's, you know, specific costs of actually getting the breach cured or paying for the cybersecurity services. And then there's the actual, you know, ephemeral costs of brand damage and of risks and customer, you know, negative customer sentiment that potentially comes out of it. With automation, I think it's actually pretty well understood. They can look at, hey, if we can do this many more cycles, if we can keep our uptime at this rate, if we can reduce specific workforce, and I'm always very careful about this because I don't believe automation is about replacement or displacement, but I do think it is about up-leveling and it is about helping people work on things that are complex problems that machines can't solve. I mean, said that if you don't need to put as many bodies on something that can be immediately returned to the organization's bottom line, or those resources can be used for something more innovative. So all those things are pretty well understood. Getting the automation to full deployment at scale, though, I think what often, it's not that roi, it's the timeline that gets misunderstood. Like all it projects, they tend to take longer. And even when things are made really easy, like with what Project Wisdom is trying to do, semantically enable through low code, no code and the ability to get more accuracy, it just never tends to happen quite as fast. So, but that's not an automation problem, That's just the crux of it. >>Okay. What are some of the, the next things on your plate? You're quite a, a busy guy. We, you, you were at Google, you were at Oracle, you're here today. What are some of the next things that we can expect from Daniel Newman? >>Oh boy, I moved Really, I do move really quickly and thank you for that. Well, I'm very excited. I'm taking a couple of work personal days. I don't know if you're a fan, but F1 is this weekend. I'm the US Grand Prix. Oh, you're gonna Austin. So I will be, I live in Austin. Oh. So I will be in Austin. I will be at the Grand Prix. It is work because it, you know, I'm going with a number of our clients that have, have sponsorships there. So I'll be spending time figuring out how the data that comes off of these really fun cars is meaningfully gonna change the world. I'll actually be talking to Splunk CEO at the, at the race on Saturday morning. But yeah, I got a lot of great things. I got a, a conversation coming up with the CEO of Twilio next week. We got a huge week of earnings ahead and so I do a lot of work on that. So I'll be on Bloomberg next week with Emily Chang talking about Microsoft and Google. Love talking to Emily, but just as much love being here on, on the queue with you >>Guys. Well we like to hear that. Who you're rooting for F one's your favorite driver. I, >>I, I like Lando. Do you? I'm Norris. I know it's not necessarily a fan favorite, but I'm a bit of a McLaren guy. I mean obviously I have clients with Oracle and Red Bull with Ball Common Ferrari. I've got Cly Splunk and so I have clients in all. So I'm cheering for all of 'em. And on Sunday I'm actually gonna be in the Williams Paddock. So I don't, I don't know if that's gonna gimme me a chance to really root for anything, but I'm always, always a big fan of the underdog. So maybe Latifi. >>There you go. And the data that comes off the how many central unbeliev, the car, it's crazy's. Such a scientific sport. Believable. >>We could have Christian, I was with Christian Horner yesterday, the team principal from Reside. Oh yeah, yeah. He was at the Oracle event and we did a q and a with him and with the CMO of, it's so much fun. F1 has been unbelievable to watch the momentum and what a great, you know, transitional conversation to to, to CX and automation of experiences for fans as the fan has grown by hundreds of percent. But just to circle back full way, I was very encouraged with what I saw today. Red Hat, Ansible, IBM Strong partnership. I like what they're doing in their expanded ecosystem. And automation, by the way, is gonna be one of the most robust investment areas over the next few years, even as other parts of tech continue to struggle that in cyber security. >>You heard it here. First guys, investment in automation and cyber security straight from two analysts. I got to sit between. For our guests and John Furrier, I'm Lisa Martin, you're watching The Cube Live from Chicago, Ansible Fest 22. John and I will be back after a short break. SO'S stick around.
SUMMARY :
Welcome back to the Cubes coverage of Ansible Fast 2022. He's got his nose to the grindstone ear to the ground. Great to have you back on the cube. I got off the plane, I felt the cold air, and I almost turned around and said, Does this thing go back? And I was in Miami a week ago and it was 85. The flywheel of the community is going around and round So that should initially give a lot of confidence to the buying group that in concert to basically enable enterprises to be up and running all the time. I mean, what do you think? One of the things that many people in the market And I don't know that the, the world has fully been able to appreciate that. And I'd love to get your reaction on that, because we got Cuban next week. And John, getting the developers to support the utilization Because the people that tend to know the process that needs to be the future of automation and how is it poised to give them a competitive advantage in the market? You need large models that are able to look and consume a ton of data that are gonna be continuously I mean, but the thing about the Amazon deal is like that marketplace integration And so you start, And I think that is where I think I see this What is the one thing that sort of drives whether, you know, it is, you know, I can run data on Google regulatory that tends to drive different clouds over, you know, global clouds like Tencent and Alibaba. I mean, it has to get complex before is continually doing the thing it's supposed to be doing on the schedule that it's been committed to. leverage the power of automation to keep that stuff up and running. how to start, but truly to make it a journey that is a success. to know what the ROI is gonna be because they can basically look at something like, you know, I mean, said that if you don't need to put as many bodies on something that What are some of the next things that we can Love talking to Emily, but just as much love being here on, on the queue with you Who you're rooting for F one's your favorite driver. And on Sunday I'm actually gonna be in the Williams Paddock. And the data that comes off the how many central unbeliev, the car, And automation, by the way, is gonna be one of the most robust investment areas over the next few years, I got to sit between.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Daniel Newman | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
California | LOCATION | 0.99+ |
John | PERSON | 0.99+ |
Alibaba | ORGANIZATION | 0.99+ |
Chicago | LOCATION | 0.99+ |
Dean Newman | PERSON | 0.99+ |
Emily Chang | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
Austin | LOCATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
John Ferer | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Emily | PERSON | 0.99+ |
Miami | LOCATION | 0.99+ |
Tencent | ORGANIZATION | 0.99+ |
China | LOCATION | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Monday | DATE | 0.99+ |
ORGANIZATION | 0.99+ | |
AWS | ORGANIZATION | 0.99+ |
Ansible | ORGANIZATION | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
40 years | QUANTITY | 0.99+ |
Twilio | ORGANIZATION | 0.99+ |
next week | DATE | 0.99+ |
first | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
Sunday | DATE | 0.99+ |
Saturday morning | DATE | 0.99+ |
Futurum Research | ORGANIZATION | 0.99+ |
two companies | QUANTITY | 0.99+ |
Bill | PERSON | 0.99+ |
Red Bull | ORGANIZATION | 0.99+ |
Stephanie | PERSON | 0.99+ |
less than 30% | QUANTITY | 0.99+ |
85 | QUANTITY | 0.99+ |
ibm | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
The Cube Live | TITLE | 0.99+ |
two analysts | QUANTITY | 0.99+ |
IBM Research | ORGANIZATION | 0.99+ |
McLaren | ORGANIZATION | 0.99+ |
Bill McDermott | PERSON | 0.99+ |
one | QUANTITY | 0.99+ |
Christian Horner | PERSON | 0.98+ |
this week | DATE | 0.98+ |
one player | QUANTITY | 0.98+ |
Williams Paddock | LOCATION | 0.98+ |
Rockwell | ORGANIZATION | 0.98+ |
Grand Prix | EVENT | 0.98+ |
Sarah Nicastro & Roel Rentmeesters | IFS Unleashed 2022
(upbeat music) >> Welcome back to theCUBE, everyone. This is Lisa Martin, live in Miami. I'm at IFS Unleashed 2022. We've had a great day talking with IFS executives, customers, partners. We're going to be having another great conversation next. I have two guests here on set with me, Sarah Nicastro joins us, the founder Future Field of Service, and VP of Customer Engagement at IFS, and Roel Rentmeeters, the VP of Digital Transformation at Munters. Welcome to the program. >> Thanks for having us. >> So, here we are surrounded by about 1500 or so people. The buzz in here is, people are ready to come back. They're just ready to come back, have these conversations with their peers and their colleagues at IFS which is great to to see and to feel, right? Sarah, let's start with you, your role, founder Future of Field Service. Talk to me about what that is and what the genesis was. >> Yeah, absolutely. So, a lot of what I do is actually what you're doing and interviewing folks, creating content. I was in the media before I joined IFS, almost four years ago in service specifically. So service, you've probably heard a lot today about moment of service. Service is a huge focus area for IFS and Future of field service is thought leadership resource that IFS allowed me to come on board and create, not only for customers, but for the broader service community. So, I write articles related to service trends host a weekly podcast. Over time with the company as I got to engage with more and more customers, and there's so much value in them connecting with one another. You see that here, like you said, people are so excited to be together, but fostering those connections within our customer community, allowing them to get to know each other, share our best practices, as well as making sure that we're bringing the voice of customer always into IFS. So, that's what I do on the customer engagement side. >> I love it. The voice of the customer is invaluable. And of all the conversations that I've had today, it's so clear how strategic and strong the relationships are that IFS has with its customers. Roel, talk to us a little bit about Munters, you're a customer and talk about the relationship that you've established with IFS and the team. >> Yeah, with pleasure. So, Munters is a Swedish company. We are a global leader in sustainable air treatment solutions. So, think about deunification, cooling, but in big industrial applications. I am the VP of digital services or digital transformation. Prior to that, until very recently, I was a VP of services. And we started that standardization roadmap five years ago, six years ago. We work very closely with IFS. We're implementing a new apps version as an ERP for Munters. And so that servitization moving from additional services to outcome-based services has the digital aspect. So, my move is a natural flow with that. >> How long has Munters been in business? >> It's founded in 1955. >> Oh wow. >> It's a Swedish company, quite traditional still in their manufacturing and delivering services. But the shift is there. >> Talk to me about that shift and how IFS has been an accelerant of that. It's challenging for legacy businesses to evolve and transform. Obviously in this day and age, you don't have a choice. But talk to us about the digital transformation of the business so that you can deliver more to your customers and how IFS has been foundational to that. >> Yeah. So, so that servitization roadmap eventually it is something that our customers want. We captured it. Customers want remote management, they want connected devices, but that alone will not bring you servitization. You need to have your strong foundation in the back with a good process, a good system that can support that process. And that's where IFS came in for us. We are a long time IFS user, so, we are on the eighth version in Europe of app eight, but we are doing a new implementation to 10, and this way, a global implementation with clean data that needs to be cleansed, new processes, end to end processes. And so IFS is our partner to support us in this roadmap along with other developments and things IFS is doing, think about remote management, something we've implemented during COVID and that perfectly aligns with that road towards servitization. >> Yeah, I was just going to say Roel and I were on a panel discussion earlier today with two other customers, and all different industries, but when we said what is the focus of the business they all said servitization or outcomes based services. Me too. Me too, me too, right? So, it's a journey that a lot of our customers are on looking at how they differentiate through service, how they move away from being a provider of products or things, and someone that their customers can trust to provide peace of mind, uptime, outcomes, experiences, things like that. >> It's all about outcomes. And we're hearing more and more about servitization. It's not a new concept. The term is somewhat newer to some of these conversations. But we're seeing a lot of businesses especially in light of COVID pivot in that direction and they need a partner that they can trust like IFS to help them get there. Sarah, let's talk more about customer engagement. What are some of the different facets that need to be considered? You guys, IFS has expertise in five verticals which I love the vertical specialization there. But talk to us about some of those facets that make customer engagement successful. >> Yeah, so I think you're absolutely right. So we have our five industries that we focus heavily on, and that is where most of our customer engagement has and does reside, right? So each industry has its own group of customers that get together weigh in on how IFS is innovating, what they need from the company and their respective industries, etc. What I'm focused on, and probably a lot of it is just based on my background. I mentioned on the panel there was a lot of head nods and me-too, me-too. That's because there are also elements of innovation and change that are happening across industries that our customers care a lot about. So what I'm working on at the moment is introducing sort of another layer of customer engagement where we're also fostering those cross industry more innovation-centered conversations so that we can not only better understand what our customers are focused on there, but also allow them to connect and learn from one another. >> I love that. There's so much power and potential. Roel, talk to us about that from your perspective, the opportunity. You mentioned, Sarah, the panel that you guys were on earlier today, but talk to us about the opportunity that IFS is giving you to engage with your peers in other industries, but also for you to learn and get takeaways from them. That's got to be pretty unique from a technology partner perspective. >> That definitely is. And the Future of Field Service, it's one of those four where I think we share so much knowledge, not just while we are sitting together and having our talks with Sarah, also individually we connected with each other. Companies that are also Swedish based like Tetra Park, etc, So, there's kind of bonds that we can see. But it's true, we are learning from each other also because some are maybe a bit more advanced than others in this area. So we can learn, not just around how they do their processes, how they find technicians on the market which is very scarce today and very difficult. How do you retain them? But also, what are you experiencing during your implementation?? What is your partner that are... What are pitfalls that you have discovered since you were there? Would you go to cloud or would you still wait in APP 10? So we share that knowledge to each other and we learn a lot from each other, which is something I like. I also like the fact that IFS is a very customer-centric company, as we mentioned before, the fact that you have changed advisory boards where the voice of the customer is going to be important, where you can feed back or IFS feeds back trends and things they see going forward where we can also say, but, "Would it not be better that the user interface for a technician who just wants to do this and this and this is simpler than what you offer today. So, it's a win-win situation for both of us. >> It's a collaboration. >> Yeah, I like it. >> It should be. And I'm really passionate about what what I do, but to be on sessions with a group of customers and have them say, "I'm going to call you later because I want to know more about how you did this, or can we connect?" And to see those connections happen, it's great to have events like this and they have been on hold, but ideally happen every year or year and a half. But to keep those connections going continuously is really important to me. >> Well, the innovations that IFS can span from just those connections alone is infinite, right? I mean, your mind can wander with all of the different things that can come out of that. Sarah, talk a little bit more about... We often talk about the voice of the customer. It's incredibly powerful. I always think it's the most objective opinion, but one of the things that I think I was learning earlier today is it's not just about the voice of the customer. It's taking the insights from those customers into the company, into the development of the technologies to then be able to fuel customer-driven changes. Talk about that as a one of the focuses that IFS has. >> Yeah, I mean, not only we, but our customers are talking a lot more about outside in innovation, right? An inside out model does not work today. And so, that's really what the focus is. And there's so many parallels between what we're focused on, what our customers are focused on, right? And so, I think voice of the customer, it's always good to have a quantitative measure where you're doing surveys, you're understanding what is your NBS, how do your customers feel, are they satisfied, etc? But it's also very important to have more of a qualitative or more intimate forum to have those deeper discussions to really get into some of the details that, to Roel's point, can then influence. Okay, well, we haven't quite thought about it that way. The more you have those discussions, the more you can notice what those common challenges or opportunities are so that when you are putting effort into our own evolution and modernization, we can make sure that's geared toward the the impact our customers need. >> Right. That's critical. It's all about outcomes. Customers need to move faster and faster and faster these days, right? I think one of the things that was in very short supply during the pandemic was patients and tolerance. And I don't know that it's going to come back. I think we are... >> I've never had it personally. (Lisa and Sarah laugh) >> I had a little bit of it, but I think the consumerization of tech, we expect these experiences in our professional world to be as easy as going on Amazon and buying whatever we want. We also want the brands to know enough about us where it's not creepy, but make it personalized to some degree, have that intimate relationship with me that's good enough to get me the outcome that I'm looking for. We all have that in our personal lives, but it flows into our business lives as well. So you're dealing with customers that probably have gotten more demanding as a result. >> I think you're absolutely right. And at the same time, not all customers want to go into that entire outcome-based direction. So, but what I like about it is, if you can do outcome-based service, you can also accommodate those customers and the service they want without having the outcome, think about as a lay based service or those kind of things because your organization and your systems and your processes are ready to do this. It's actually part of it. So, that voice of the customer is for us important enough to know it's not one thing that we should create. It's not one service offering. It depends on what kind of customers you are. Look at data center customers for which we do a lot of cooling, they are scared to hell that that thing would be brought down because it would endanger their entire data center. They don't want to connect, but they want to have certain data that they can see inside their environment and that they can pass on to us. So, you need to accommodate all those things. So, your voice of customer is extremely important. >> You mentioned, Lisa, that we've been talking about servitization for quite a while, right? And it's because it involves so many layers of change within a business, right? And so, it's really more of a journey, a continuum. And to Roel's point, companies need to be able to address what their customers need at different points. Some may want to remain on a CapEx model and some may want to move to an outcomes model. We also need to be able to address what our customers need on a bit of a continuum, which is what we're working toward with IFS cloud, is being able to meet people where they are and give them what they need that can grow with them as they grow with their customers. >> And that's absolutely essential for a good partnership and that makes for those moments of service to happen at the end of the day to that end user, whether it's an airline or whatnot. IFS cloud, and we have a couple minutes left, but IFS cloud was launched only 18 months ago and I was in the keynote this morning and Christian was actually here on the show with me too, 400,000 plus users in 18 months, that's growing pretty quickly. What's been some of the feedback from the customer side, and we'll get your perspective, Roel, as well? >> I don't have cloud yet, so we are implementing APP 10. Why? Because we signed up with IFS two years ago. At that time it was not yet there. And we think now let's first do this and then we can move to cloud. But it's not that we will not move to cloud. It's something we will do eventually. I like the fact that IFS thinks of having everything in one rather than having the different pieces, which made it also for me personally very difficult to make a choice. Do I go for the standalone version of the field service, or do I take the one that is embedded in the ERP? What is the difference between those two? Is there functionalities that I'm going to miss if I choose one or the other? So, the fact that it will be all together, it makes it easier also to add on later on like customer service or the customer ports or all those kind of things. So, I like that concept. So, I'm very curious to hear from peers here that have done the implementation like the Tetre Pack, how's it going? What is their feeling? I'm very curious. >> Well, I imagine at this kind of event, you're going to learn just that. >> Yep. (Lisa chuckles) >> You were going to say something, Sarah. >> Yeah, I was just going to say, I think it's a really good point that you mentioned with all of the things we're used to in our consumer lives, we want simplicity. Having complex technology stacks is at odds with delivering simplicity to the customer, right? And so, so that's the goal really. I was just in a session before this with Yotin who's on the journey to Evergreen with IFS cloud. And it's really the idea of eliminating some of the manual effort that exists in maintaining a system, making it a lot easier and faster for organizations to adopt innovation that comes out and give them more agility really in focusing on meeting their customer needs instead of focusing on managing their technology. >> Absolutely. Nobody wants to be doing that. Thank you so much, both of you for joining me on the program today, talking about what IFS is doing, the Future of Field Service, how you're partnering, truly partnering with customers. It's impressive. We talked to a lot of vendors and a lot of customers and I definitely am seeing some unique differentiation here. So, thank you so much for sharing your insights with me today. >> Thanks, Lisa. >> Thank you. >> Appreciate it. For my guests, I'm Lisa Martin. You've been watching theCUBE live from Miami. We've been here all day. We thank you so much for watching. We will see you next time. (soft music)
SUMMARY :
We're going to be having Talk to me about what that that IFS allowed me to and talk about the relationship And so that servitization But the shift is there. But talk to us about the that needs to be cleansed, and someone that their customers can trust that need to be considered? and that is where most of to engage with your peers that the user interface for a technician going to call you later but one of the things that so that when you are putting effort And I don't know that (Lisa and Sarah laugh) to be as easy as going on Amazon that they can pass on to us. We also need to be able to the day to that end user, that I'm going to miss you're going to learn just that. (Lisa chuckles) And it's really the idea of eliminating We talked to a lot of vendors We thank you so much for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Sarah | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Miami | LOCATION | 0.99+ |
Lisa | PERSON | 0.99+ |
Munters | ORGANIZATION | 0.99+ |
Sarah Nicastro | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
IFS | ORGANIZATION | 0.99+ |
Roel | PERSON | 0.99+ |
five industries | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
NBS | ORGANIZATION | 0.99+ |
1955 | DATE | 0.99+ |
two guests | QUANTITY | 0.99+ |
five years ago | DATE | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
six years ago | DATE | 0.99+ |
both | QUANTITY | 0.99+ |
APP 10 | TITLE | 0.99+ |
IFS cloud | TITLE | 0.99+ |
Tetra Park | ORGANIZATION | 0.99+ |
two other customers | QUANTITY | 0.98+ |
each industry | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
five verticals | QUANTITY | 0.98+ |
Yotin | PERSON | 0.98+ |
18 months | QUANTITY | 0.98+ |
18 months ago | DATE | 0.98+ |
IFS | TITLE | 0.98+ |
two years ago | DATE | 0.98+ |
pandemic | EVENT | 0.98+ |
four | QUANTITY | 0.98+ |
Christian | PERSON | 0.97+ |
Future of field service | ORGANIZATION | 0.97+ |
one | QUANTITY | 0.97+ |
400,000 plus users | QUANTITY | 0.97+ |
Roel Rentmeesters | PERSON | 0.97+ |
about 1500 | QUANTITY | 0.96+ |
earlier today | DATE | 0.96+ |
one service | QUANTITY | 0.95+ |
Future of Field Service | ORGANIZATION | 0.95+ |
2022 | DATE | 0.94+ |
eighth version | QUANTITY | 0.94+ |
four years ago | DATE | 0.9+ |
Future | ORGANIZATION | 0.9+ |
couple minutes | QUANTITY | 0.87+ |
Michael Ouissi, IFS | IFS Unleashed 2022
(soft music) >> Hey, welcome back to theCUBE's coverage from Miami of IFS Unleashed 2022, Lisa Martin here with you. We've had great conversations today with IFS execs, customers, partners. Our ecosystem is quite robust and quite strong. And we've had some alumni on, I've got another alumni who's back with me, Michael Ouissi, the group's COO of IFS. Michael, welcome back to theCUBE. >> Thanks for having us, my pleasure. >> It's great to be back in-person. >> Absolutely. >> It was great to walk into the keynote this morning and see a full room. I was talking with Darren Roos, your CEO earlier this morning and I said, it must have felt great to walk out on stage and actually see a sea of people and customers and partners who want to engage and get that relationship with IFS just turbocharged. >> Absolutely, I mean, it's been three years, we haven't had this buzz, this energy, and the opportunity to actually see all our customers and also show our customers who we are, how we are evolving and how we're becoming a different company over the past four years. >> And it's impressive what IFS has done in that timeframe. All the conversations I've had today, really reflect the strategy, the strong strategy and vision that this company has. But I was looking at some of the financials and saw that your first half of 2022, which ended in June, there was tremendous growth. ARR up 33%, I think they're recurring revenue is in the 70 percentile now. Lot of new customers, a lot of of trust that existing customers are showing to the company. >> Yeah, absolutely. Look, and I think the secret sauce is that we have focused on where our strengths are, we haven't gone astray, we haven't tried to actually capture growth in any other vertical. We are really very religious about where we're going and there, where we are going, we are going deep and we really are trying to be the best version of ourselves for our customers and for those customers' business transformation needs. >> Talk a little bit about that vertical specialization. It's something that we don't see very often but throughout all of my conversations today with your executives, IFS executives, with customers, with partners, that domain expertise, really the granularity of the domain expertise is really resonant that IFS has achieved that in those five key verticals in which you have such specialization. >> Yeah, look, I mean, I would love to take credit for having been the person who has done that, but IFS has over the past 35 years, really had this very strong focus. But what actually was important when you try to double a business in the space of four years, not to be tempted to go away from that but actually double down on exactly that and see the opportunity in those verticals and make sure that our customers actually are getting the attention and the functionality they deserve. >> Let's talk about customers. Over 10,000 customers right now. I was also in the keynote this morning where Christian Peterson was sharing that, in its first 18 months, IFS Cloud has over 400,000 users. So the growth is tremendous. The customer loyalty is ostensible in those verticals. Talk about customers and their influence on the company, the direction the technology goes, the evolution, that kind of stuff. >> Yeah, I mean, look, as I said, we are all about the depth of the functionality and that means that we need to listen to our customers, We need to listen what's going on in the industries. We also need to not just listen but we need to think forward. >> Yeah. >> We need to have some thought leadership on what we think is going to emerge and then test that with our customers again. So our customers are at the core of everything we do. When we engage with a customer, we start with trying to understand their business in depth. We've got our own methodology around that and we don't just try to push technology onto them, but we are trying to understand what are their business drivers and then actually try to apply technology to what enables them to deliver on those business transformation objectives they've got. >> What are some of the changes or the waves that you've seen, especially the last couple of years during the pandemic when we saw so many customers pivot, we need to transform digitally to stay alive, and then those that did that well enough to be competitive and to thrive, talk to me about some of the changes as the group's COO that you've seen. >> Yeah, so when you go back, I mean, there's two types of transformation, business and digital transformation but they are the same thing, they're just a different side of the coin. And when I talk about business transformation, what we're seeing a lot is, and there's this big buzzword overtization out there, but customers going service and customers trying to build an end to end business that is more viable, more sustainable, more successful in how they develop great moments of service for their customers, that is something we are seeing a lot. And during this business transformation, digital transformation has become a means to that end. And that is something where customers have matured a lot, where in the past we have seen a lot of the IOT, AI, machine learning, cloud, everything was a means or a purpose in itself and that has changed. It's now become actually a means to an end. It's become a means to actually deliver a business transformation and a business outcome that is meaningful for their customers. >> Has to be meaningful for their customers. I love how IFS talks about enabling your customers to deliver those moments of service. And when we think of, in our consumer lives, many of us flew here, and you think about what's the moment of service for an airline? Well, it's being able to get on that plan on time, have it leave on time and meet my expectations as a demanding consumer. But regardless if we're talking about aerospace, energy, manufacturing, engineering, the customers on the other end expect to have an integrated seamless experience that's not fragmented, that is able to deliver moments of service that then help drive up their revenue. So what IFS is doing is so embedded in what your customers are able to deliver to their customers. >> Yeah, absolutely. And look, if you look at all the things that have to come together to actually have a plane taken off at the right point in time or if you take any other examples, but there's so many things that need to go right. Crew scheduling, you need to have the right crew at the right point in time. You need to have them actually with the right experience to fly the right plane. You need to have airplane maintenance going right to have the plane available at the right point in time and no technical failures and so on and so forth. And we look at that as between customers, the people, and the assets that an organization has, you need to coordinate between all those dimensions in everything you do to make sure that this one moment of service where your plane takes off on time, you actually catch your connecting flight at the other end, that this actually is being delivered. And that's what drives us, that's what customers are driving into our product development, into how we embed AI, machine learning and so on in our technology to make it relevant to exactly that moment of service. >> That's what we as those consumers want. We want relevance, we want personalization, we want that relationship to know who we are and how to serve us best. Let's dig into the Jotun case study. He was going to join us, our CEO was going to join us, couldn't make it. Talk to me a little bit about Jotun, what type of business is it and then let's kind of start unpacking how they're leveraging IFS technology. >> Yeah, so Jotun is the seventh largest paints and coatings manufacturer in the world. And they've got obviously a home decoration part of the business, but they've got an industrial part of the business where one large part of the business is also a marines part. So they actually provide paints, coating, for all sorts of large ships and it's quite astonishing what you learn about that customer. I mean, we are now partnering with them for more than 20 years, so we are very intimate with that customer obviously. But when you see all of a sudden, three, four years ago, they started going onto a journey where they looked at apart from paint and coating, what actually can I provide to my customer in the marine industry to actually make their business more efficient, to actually make it easier for them to get a ship from A to B in an efficient way, in a timely way and so on. And they developed something called Hull Skating Solutions and those Hull Skating Solutions are integrating all sorts of weather data, all sorts of other data and provide them to the marine companies that actually then help them drive this... Well, actually get this ship in a more efficient way from A to B. And at the same time, also where there's predictions as to when you need to clean that ship, and they've got Hull Skating Solutions, which then actually clean the ship automatically as well. So it's quite an astonishing thing for a paints and coating manufacturer to then think about what do I need to know about my customer's business to provide that additional service to my customer? Great solution and great way of dealing with or delivering that great moment of service to their customers. >> Absolutely, the evolution of that business from paint manufacturing into the marine industry is not a stretch based on how you described it, but it's very innovative. How is IFS enabling them to do that and do it well? >> Well, one, they went on a modernization program for all their factories for all these kinds of things that they need to integrate then deliver to their customers. And we are in the central part in being that agile partner that actually delivers those technology solutions that enable them to, well, first of all think about that service, provide that service to their customers and make sure that they run a very efficient, very integrated version of IFS and can actually harmonize globally to make sure that wherever the customer is, they can deliver on that promise. >> Fantastic, let's talk a little bit about from your team's perspective, the go to market. We talked about the five verticals in which IFS specializes energy, aerospace and defense, engineering, manufacturing and there's one I'm missing. >> Utilities. >> Utilities, of course. >> Yeah. >> In terms of the domain expertise, are there vertical teams that are focused? I imagine that there are, talk to me a little bit about that specialization from that lens. So obviously, I mean, there are so many dimensions. There's our sales teams, there's our pre-sales teams, there's our industry teams which actually are working with the customers on receiving their feedback, on actually providing thought leadership and then organizing the feedback loop into our development teams who are providing these solutions then that hopefully our customers will cherish. So we are very specialized in that respect. We are driving the industry specialization. We've got a complete aerospace and defense business unit. We are in the market unit, specializing in the industries where we work in the various different territories with just those industry teams. We've got specialization in the pre-sales teams. So we take that really deep down and very seriously to make sure that whenever we talk to a customer, we also have the understanding and we have also got the curiosity to understand more of the customer's business, and that is something that is part of the IFS DNA. >> It's a differentiating part of IFS' DNA that not only having the domain expertise, and a lot of people talk about, well, we got to meet the customer where they are, wherever they are digitally, wherever they are in business transformation. But you're actually talking the customer's language. >> Yeah. >> By industry, which I would imagine really helps to not only solidify that relationship, but you actually get to really do a double click and get much more tightly connected with the customers and the outcomes that they're wanting to achieve so that those moments of service happen. >> Well, that's so true. And actually this is not just while we are selling to the customers, but it's actually throughout the whole life cycle of this application and the technology in Jotun's case more than two decades. And we've got a lot of customers who are actually that long with us because we don't run away once we've implemented a solution, but we actually stay close to it because first of all, we want to learn from our customers continuously. We want to actually give to our customers also what we are learning outside of the conversations we have with these customers. And we make sure that these customers continuously evolve how they think about their business, how they think about the application of our technology and then in turn, we can actually develop technology again, for their use cases. >> It's a flywheel. >> It's a complete flywheel and that creates loyalty. >> Yeah. >> That actually creates the longstanding relationships we have with many, many of our customers, yeah. >> I was speaking with a number of your executives, Marni Martin was here and we were talking about brand recognition and the loyalty, but that intimate customer knowledge that IFS really works hard to gain with its customers. 'Cause as consumers, we bleed into our business lives and we have very little tolerance, very little patients. I think that was one of the things in COVID that went away. People were just not tolerating this rapid change and we had no choice. But I don't know that patience is going to come back at the level in which we experienced it before COVID. So customers expect businesses and brands to know them and help anticipate what's next for me, how do I get there? And it sounds to me like IFS has really nailed that from a customer relationship perspective. >> As I said, I mean it's really part of our DNA and we try to preserve that culture while we're doubling our business and hopefully, doubling our business in the next three years again, because that is really the secret sauce to being that successful, and not only with our existing customers, but also with the net new customers. And we are driving almost 50% of our revenue, which is very, very much a benchmark in the industry from net new customers that we're winning while we're actually keeping or staying close to our existing customers and try to apply that knowledge to our net new customers. >> Yeah. >> But it's something that we absolutely have to preserve to be as successful as we've been in the past four years, also in the next four years. >> So coming off a great first half in the summer, when I teased Darren, "Any nuggets you want to say?" He said financials for Q3 are coming out in the next couple of weeks. And I said, I imagine that trajectory is up and to the right. >> Yeah. >> What are some of the things, Michael, that excite you for where you've seen this company go in your time there and the rocket ship that it seems to be on today? >> Yeah, look, I mean, what's amazing to me is... And if I look back, I joined four and a half years ago, and only the first one and a half years were under normal circumstances. >> Right. >> The other three years were a major pandemic, now a major war and recession and we've got all sorts of economic and macroeconomic headwinds. And what what impresses me about the company, about our customers, about our employees is the resilience we've got to just carry on with what we're doing. And I mean, I don't give too much away when I say we had a pretty good Q3 as well, and we are looking forward to a really good 2022 as a full year, and there are no excuses that actually the organization makes, it has just taken along. And we are facing the economic headwinds and we are going through that time hugely successful. And I'm very optimistic about the year and about 2023 as much. >> Fantastic, it's kind of hard to believe that calendar year 2023 is literally around the corner. But Michael, it's been great having you on theCUBE. Thank you for coming back, talking about what's going on at IFS from the overall COO's perspective, the customer synergies that IFS has, the work that you do to really get granular in those industries, it's impressive and congratulations on the success. We'll have to have you back next year to talk about what else is new. >> Thank you very much, Lisa. >> All right, my pleasure. >> Thank you. >> For Michael Ouissi, I'm Lisa Martin, you're watching theCUBE's coverage live from Miami on the show floor of IFS Unleashed. We'll be back with our final guest in just a minute. (soft music)
SUMMARY :
Michael Ouissi, the group's COO of IFS. and get that relationship and the opportunity to and saw that your first half and we really are trying It's something that we and see the opportunity in influence on the company, and that means that we need and we don't just try to and to thrive, talk to me about some that is something we are seeing a lot. that is able to deliver moments of service and the assets that an organization has, and how to serve us best. and provide them to the marine companies evolution of that business that they need to integrate the go to market. the curiosity to understand that not only having the domain expertise, to not only solidify that relationship, and the technology in Jotun's and that creates loyalty. That actually creates the and brands to know them because that is really the secret sauce But it's something that we in the next couple of weeks. and only the first one and a half years and we are going through and congratulations on the success. from Miami on the show
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Michael | PERSON | 0.99+ |
Michael Ouissi | PERSON | 0.99+ |
Hull Skating Solutions | ORGANIZATION | 0.99+ |
June | DATE | 0.99+ |
Lisa | PERSON | 0.99+ |
IFS | ORGANIZATION | 0.99+ |
Darren | PERSON | 0.99+ |
Christian Peterson | PERSON | 0.99+ |
three years | QUANTITY | 0.99+ |
next year | DATE | 0.99+ |
2022 | DATE | 0.99+ |
Miami | LOCATION | 0.99+ |
more than 20 years | QUANTITY | 0.99+ |
theCUBE | ORGANIZATION | 0.99+ |
four years | QUANTITY | 0.99+ |
Darren Roos | PERSON | 0.99+ |
over 400,000 users | QUANTITY | 0.98+ |
Over 10,000 customers | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
one | QUANTITY | 0.98+ |
almost 50% | QUANTITY | 0.97+ |
four and a half years ago | DATE | 0.97+ |
first 18 months | QUANTITY | 0.97+ |
five verticals | QUANTITY | 0.97+ |
IFS Unleashed | TITLE | 0.96+ |
two types | QUANTITY | 0.96+ |
first half | QUANTITY | 0.95+ |
33% | QUANTITY | 0.94+ |
Jotun | ORGANIZATION | 0.93+ |
Jotun | PERSON | 0.92+ |
70 percentile | QUANTITY | 0.91+ |
more than two decades | QUANTITY | 0.91+ |
pandemic | EVENT | 0.9+ |
next couple of weeks | DATE | 0.9+ |
double click | QUANTITY | 0.89+ |
seventh largest paints | QUANTITY | 0.89+ |
half years | QUANTITY | 0.87+ |
earlier this morning | DATE | 0.87+ |
this morning | DATE | 0.86+ |
Marni Martin | PERSON | 0.86+ |
four years ago | DATE | 0.86+ |
five key verticals | QUANTITY | 0.85+ |
next four years | DATE | 0.85+ |
last couple of years | DATE | 0.84+ |
first one and | QUANTITY | 0.83+ |
2023 | DATE | 0.81+ |
one moment | QUANTITY | 0.8+ |
one large part | QUANTITY | 0.79+ |
Q3 | DATE | 0.79+ |
this morning | DATE | 0.72+ |
COVID | OTHER | 0.71+ |
35 years | QUANTITY | 0.7+ |
next three years | DATE | 0.7+ |
IFS Cloud | TITLE | 0.68+ |
past four years | DATE | 0.61+ |
half of | DATE | 0.6+ |
manufacturer | QUANTITY | 0.59+ |
Marne Martin, IFS | IFS Unleashed 2022
(soft electronic music) >> Hey, everyone. Welcome to Miami. I feel like I should be singing that song. Lisa Martin here live with theCUBE at IFS Unleashed. We've been here all day having great conversations with IFS executives, their customers, their partners, lots a... You can hear probably the buzz behind me at the vibe here. Lot of great folks, 1500 plus here. People are excited to be back and to see what IFS has been up to the last few years. I'm pleased to welcome back one of our alumni who was here with us last time we covered IFS, Marne Martin joins us. The president, Service Management, EAM and Global Industry at IFS. Marne, it's great to have you back on theCUBE. >> Yeah, I'm so happy to be here, and thanks for joining us in Miami. Last time it was Boston. >> That's right. >> So definitely much warmer climate this time. >> Much warmer. (Marne laughs) Yes, much warmer. And people here are just smiles on faces. People are excited to be back. There's... But I shouldn't elude that IFS slow down at all during the pandemic. You did not. I was looking at the first half, 2022 financials that came out over the summer and AR are up 33%. So much recurring revenue as well. So your... The business is doing incredibly well. You've pivoted beautifully during the pandemic. Customers are happy. There's a lot of customers here. You guys talk a lot about the moment of service. I love that. Talk to the audience about what that is, and how you're enabling your customers to deliver that to their customers. >> Definitely. So, you know, it's amazing when you have these inflection points and it's a good opportunity, world conference to world conference to celebrate that. We've grown a lot, and the number of customers we've brought in, in tier one global customers as well as in our variety of the various regions around the world and different industry verticals is amazing. And, you know, the participation is what's making IFS be a better company, a better technology vendor as we focus on these industries. So is understanding moment of service. You know, we talk a lot, and certainly CIOs and IT buyers will talk about technology, but putting the technology to work has to be meaningful, not only to the returns that go to shareholders, but what it matters, what matters to the end customers, of our customers. And when we started thinking about the new branding of IFS, because we also rebranded in this time, we thought, "How does that mission crystallize in what we're doing for our customers, and how do we really start put bringing technology to life?" And that is where moment of service came. So it's very rare in our world that you actually come up with a sort of slogan or an objective as a company that not only mobilizes what we do internally here at IFS, delivering great moments of service to our customers, but also that tells a story of the customers to the end customer. You know, service, an area that I work in a lot, it's very obvious that you... We all know when we get a great moment of service, or sometimes a bad moment of service. So if you talk to service organizations, field service organizations, they understand what a moment of service is. But it's also thinking about how we enable the people delivering that great moment of service. Not just like doing a survey or what have you, but what are the digital tools that help them to deliver better moments of service proactively. >> Right. >> One of my pet peeves was always that even like, if you have a voice of the customer program or what have you, that you may get that reactive feedback perhaps to a CMO in an organization, but the insights don't really get actioned. So here, across the line of business applications that we sell, ERP Service Management, EAM, ITSM, or ESM, we're really thinking about with that moment of service, the objective of putting the technology to work. How do we facilitate that alongside the business growth of our customers, but also how do we take the insights they get from their end customers into the business models as well as the functional design, what we develop. So moment of service has become, say the heart of IFS as well as a way of understanding our customers better. >> Really understanding them at much deeper level- >> Correct. Correct. >> And a lot of organizations. Give me some examples of some of the insights that IFS has gleaned from its customers. How you've brought them internally to really evolve the technology. >> So I think what's important is a lot of times technology vendors may say they know their customers, right? If you think about what technology vendor we know with the 360 view of the customer. You know, understanding the customer is a lot more than understanding their renewal date as a software vendor. >> Yeah. (laughs) >> So we have to really think about the moments of service on what matters most at that point of service, right? And it will vary certainly by industry, but there also will be certain things that are very much the same. Like for example, if we, as a customer, can have an asset or a piece of equipment that never breaks, we're a happier customer. If it does break, we, of course, want it to be fixed the first time someone shows up. So those are the obvious things. But how you then fix or manifest that into a different way of utilizing and implementing the technology. Thinking also about taking the operational insights that you have on driving, what we call preventative or predictive maintenance, or maximizing what's called a first time fixed resolution. You know, being able to marry best practices with at times artificial intelligence and machine learning information, with also the operational and personal insights of the people doing the work really enriches the quality of the insights you have around that moment of service and how to recreate a great moment of service, or lessen a poor moment of service. >> Yeah. >> And it also changes a view of what are often IT-driven projects into what's the user feedback that also matters most to enable that. You know, with the talent shortage that we're seeing, you know, customer expectations have only increased. >> Yes. >> So we all know, and customers want great moments of service, but how do we enable the frontline workers, whether they're field service workers or others, to deliver against these expectations when they might be harried, and you know, having to do a lot more work because of talent shortage. So we want to think about what their needs are in a way that's more focused towards delivering that moment of service, that great customer experience. And of course, that always feeds back into brand loyalty, selling more profits, but really getting into it. And you know, the advantage of IFS is that we understand the domain expertise to do things from a UI UX, a business process, but also thinking about how we're developing, to answer your question, the artificial intelligence machine learning. Even thinking about how you put IoT to work in ways that really matter, because there's a lot of money spent on IT projects that actually don't deliver great moments of service, let alone actual business value. >> Right. I love the vertical specialization that IFS has. I was interviewing Darren Roos, your CEO, a little bit earlier today and I said, "You know, we see so many companies... So many vendors, like some of your competitors in the ERP Space, which whom you're outgrowing or growing faster than, or horizontally focused. And the vertical specialization that he was kind of describing how long it's been here really allows IFS to focus on its core competencies. But another thing that I'm hearing throughout the interviews I'm having today, and you just said the same thing, is that you're not just, "We need to meet the customer where they are." Everyone talks about that. You've actually getting the... You're developing and fostering the domain expertise. >> Yes. >> So whether you're talking with an energy company, aerospace and defense company, manufacturing, there's that one to one knowledge within IFS and its customer, or based in that industry that it can only imagine is maybe part of what's leading to, you know, that big increase in ARR that I talked about, the recurring revenue being so high. That domain expertise seems to be a differentiator from my lens. >> Well, let's even talk about how people build relationships, right? You know, we're having a conversation, so we're already having a higher value relationship, right? And that comes through with how vendors engage with their customers. You know, when you have seen your executives like Darren and myself, and Michael and Christian, who still care and really focus on what is most impactful. What is that moment of service? I'm sure Darren talked about the great moment of service book that we just released. >> Yes. >> So understanding at a more visceral and may I say, intimate moment with the customers, what matters most to them. And really working with what are developing, what we call the digital dream team within these customers that understand enough of where they're going in the objective, enables us to do a better job. And it's also where then, it's not only how we're partnering in the sales process implementation in the conventional ways, but product management. What is the most meaningful? How can we prioritize what makes the most impact? Obviously, there's cool stuff we want to do too, but you know, we really think about understanding the verticals and understanding where they're going. And you see that, for example, we're an absolute leader in mobile workforce management specifically, where we have what's called real time optimization. Super hard to do. No one else does it anymore except us. Great. There's other things where you'd say that, "Hey, some of the other vendors talk about this, right?" APM as a performance management or other things, but because they lack the true vertical specialization and the use cases and the ease to put it in, the adoption rate is low. >> Yeah. >> So, you know, in that case, APM might not be something we do only, but if we can actually help commercialize this, something that has a great deal of value in a superior way in that focus verticals, that's what it means to have industry specialization. Because if you spread yourself too thin, you know then, you'll end up with an AI or machine learning platform or something like that that you know, most companies don't have five years to try and configure, build out a Watson or something like that. I mean, most companies in this day and age, with the requirements of competitive pressure and supply chain pressures have to be nimble and have to be getting results fast. So the closest with the customers, the domain expertise, the understanding of what matters most, helps us to be faster to the value outcomes that our customers needs. It helps us to be more focused in what we're developing and also how we're developing. And ultimately, that does benefit us that, you know, we want to make sure that we're not only leading today, but you know, staying ahead of the game in the next 5 to 10 years, which will help us to grow. You know, we're certainly not a small company anymore. We're at a billion in revenue looking to be 2 billion and eventually 5 billion in revenue. >> Okay. >> So that already, you know, puts us well beyond unicorn status into one of the very few. But, you know, we want to take a different track even of how a service now or a sales force or SAP or even, you know, to some degree workday grew by making sure that we remain focused on these key verticals and not lose our focus. And they're plenty big enough verticals for us to achieve our growth goals. >> Well the growth has been impressive, as I mentioned the ARR app in the first half, and I was chatting with Darren earlier as I said, and I said, "Can you gimme any nuggets for a second half?" I imagine the trajectory is up onto the right. And he alluded to the fact that things are going quite well, but the focus there that you have with customers. Also, you talked about this and I had several customers on the program today. Rolls-Royce was here. Aston Martin was here. And it's very obvious that there is a... There was a uniqueness about the relationship that I saw- >> Yes. >> Especially with Rolls-Royce that I thought was quite, I mean, you talked about kind of that customer intimacy and that personalization, which people used to tolerate fragmented experiences. We don't tolerate those anymore. >> No. >> Nobody has the patience for that. >> No. And it's also, you know, this business isn't easy for a lot of these customers to stay ahead, right? You know, especially if you think about a tier one customer that's at the top of their category. How did they continue to innovate? And Rolls Royce and Aston Martin are really cool customers. You know, but we're also thinking about, you know, what are the up-and-comers? Or you know, we also get customers that have come to us because they've started falling behind in their sector because they haven't been able to digitalize and grow forward. You know, we work a lot with SAP customers. Darren, of course, came from SAP. But in that ecosystem and especially in the areas I work in a lot with service management, SAP customers, you know, that are focusing on ERP, you know, SAP hasn't been a great enabler of service management for them. So the SAP customers have actually fallen behind. And the ability to come to a lot of these new type of digitally based value-based service offerings really make aftermarket service revenues a lifeblood of their company. So even there where, you know, we might have in a different ERP choice, we're able to provide what's really the missing link for these tier one companies that they can't get anywhere else. And we see this also, you know, you've obviously Salesforce and CRM. A lot of Salesforce CRM customers. Microsoft with Dynamics also primarily ERP. But the focus and the specialization that we have is rare in the industry, but it's so impactful. >> Yeah. >> And you know, I would even venture to say that there's not a tier one company that has a lot of aftermarket service revenue, or attention on service revenue, or even that is trying to monetize their connected asset or IoT investment that can ignore IFS. >> Yeah. >> Because we are unique enough in our focus verticals that if they want to continue growing and that is a cornerstone of their growth, their customer, their moment of service, then they definitely need to look at IFS. >> Absolutely. Does IFS care that it's not as well known of a brand? I mean, I mentioned you guys are growing. Maybe I didn't mention this, number three in ERP, you are growing faster than the top two biggest competitors, which you mentioned SAP, Oracle as well, but those implementations can be quite complex. Does IFS care that you're doing so well? Darren talked about where you're winning, how you're being competitive, where you went. Do they care about being a big name brand, or is that really kind of not as important nearly as delivering those moments of service? >> So, you know, it's a mirrored question that you asked me, and therefore, I'll give you a multifaceted answer. (Lisa laughs) You know, ERP, we're very proud to be a top three vendor and I think over time we'll continue to dislodge SAP and Oracle in ERP, where companies want to make a different ERP choice, or they're consolidating or whatever. I think already in field service management, we're by far the number one and will continue to be that. And you actually see a lot of our ERP competitors that are dropping down and you seem a... There's not really a lot of what I'd call best-of-breed options other than IFS as well. So... And then enterprise asset management, I really think the opportunity for IFS is how we put technology to work in some of these advanced capabilities in ways that can be automated that is, for example, in IBM Maximo or Watson or what have you haven't been able to be. And then you have some other best-of-breed EAM customers that have kind of not continued innovating and things like that. So the lines where we are really building the brand recognition with the largest companies in the world might be anchored for now more around field service management, enterprise asset management. But of course that brand recognition comes back into ERP. >> Yeah. >> And there will be, you know, as we continue to innovate, as people make ERP decisions every 5, 7, 10 years as those buying cycles are, then it's important that we're using the leadership positions we have. And especially, you know, thinking about these verticals where the asset centric service nature is paramount to them either to meet their moment of service, or to meet their aftermarket service revenue goals that we get the recognition of IFS as being the leader. And all the, you know... And this is where I'll go to the next layer of your question that building that is something I pride myself on and I'll say that we're building the IFS brand recognition at three different levels. >> Okay. >> There's the C-level and the board level, which I'd say my top participation in Darren's keynote this morning was more targeted to messages that would go, you know, "How are you a smarter digital business? How does IFS help you to be that?" >> Yeah. >> Okay. Then we have the operational or kind of the doers in a digital dream team that are below C-level, maybe VPs or directors or SVPs, that actually have the objective of bringing in the new business models, the operational change, the new technology, putting it to work. And there, you know, you have aspects of what do they need now versus how do they change and how do they continue innovating in a way that is easy as possible. >> Yeah. >> And then you definitely need to focus also on the people that are hands-on with those end customers. >> The practitioners. Yeah. >> The people that not only are told about the moment of service, but live the moment of service, right? The actual users in the field. Maybe the dispatchers, you know, the people that are doing the maintenance or the service or things like that. So the domain expertise in how we build the brand recognition has to be in all those three constituencies. We want to make sure that the CEO and the board members know who IFS is. We want to make sure that the operational leaders and the IT leaders who actually are delivering the project trust us to deliver. >> Right. >> And are confident in our ability to deliver with our ecosystem. And then we want to make sure that we're delighting those users of the software that they can deliver the moment of service, not just the business value that we all want from technology, but really that we're enabling them to have a solution that they love. That they can enjoy doing their job, or at least feel that they're doing their job in a way that's helpful to them. >> Right. >> And that ties into the end customers getting the moment of service that we all want. >> Absolutely. Well, very much aligned with what I heard today. It sounds like there's a rock solid strategy across the board at IFS and you... Congratulations on the work that you've done to help put that in place and how it's been evolving. I can only imagine that those second half numbers are going to be fantastic. So we'll have to have you back on the show next year (Marne laughs) to see what else is new. >> Yeah, I can't wait. It's an absolute pleasure and- >> Likewise. >> You know, and really, we're so passionate about what we do here. >> Yes. >> You know, I think just as a final note, as we grow, we want to make sure that doubling the company, doubling the number of customers, that our customers still feel that intimacy and that care. >> Yes. >> Right? >> Yes. >> That they can access senior executives that aren't clueless about their used cases and their vertical and actually have the ability to help them. You know, one of the things I pride myself on is that we... Okay, ideally people choose IFS in the first instance. We have successful projects and move on. Sometimes though, we're taking failed projects from other vendors. >> Yes, right. >> And what I pride myself on, and we all do here at IFS, is that we get those projects live, with those customers live. You know, we have the grit. We have the domain expertise, we see it through. And that even if customers have failed to get the business value or the transformation, you know, in the areas that we specialize at IFS, they can come here and we get it done. >> Right, you got a trusted partner. >> And that's something- Yes, and that, you know, I know every vendor says that- >> They do, but- >> But the reality is that we live it. >> Yeah. >> And it doesn't mean we're perfect. No vendor's perfect. But you know, we have the dedication and the focus and the domain expertise to get it done. And that's what's ultimately driving us into these leadership positions, changing how IFS is viewed. You know, we have people now that are coming to IFS that are saying, "IFS is the only choice in service management if you really want to do this work." And, you know, again, we have to keep earning it. But that's great. >> Exactly. Well, congratulations on all of that. That customer intimacy is a unique differentiator, and it's something that is... It's very... It's a flywheel, right? It's very synergistic. We appreciate your time and your insights for joining us on the program today. Thank you, Marne. >> Absolutely a pleasure. Thank you so much for coming. >> Mine as well. For Marne Martin, I'm Lisa Martin. No relation. (Marne laughs) You're watching theCUBE live from Miami at IFS Unleashed. I'll be back after a short break, so don't go too far. (soft electronic music) (soft electronic music continues)
SUMMARY :
and to see what IFS has been Yeah, I'm so happy to be here, So definitely much warmer climate the moment of service. and the number of the technology to work. Correct. of some of the insights the customer is a lot more of the insights you have shortage that we're seeing, the domain expertise to do things And the vertical specialization in ARR that I talked about, that we just released. the ease to put it in, in the next 5 to 10 years, So that already, you know, app in the first half, and that personalization, And the ability to come And you know, and that is a cornerstone of their growth, or is that really kind of that are dropping down and you seem a... and I'll say that we're building that actually have the objective on the people that are hands-on Yeah. and the board members know who IFS is. that we all want from technology, of service that we all want. Congratulations on the It's an absolute pleasure and- we're so passionate about what we do here. doubling the number of customers, and actually have the is that we get those projects live, you got a trusted partner. and the domain expertise to get it done. and it's something that is... Thank you so much for coming. Mine as well.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Miami | LOCATION | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Rolls-Royce | ORGANIZATION | 0.99+ |
Marne | PERSON | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Michael | PERSON | 0.99+ |
five years | QUANTITY | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
2 billion | QUANTITY | 0.99+ |
Marne Martin | PERSON | 0.99+ |
5 billion | QUANTITY | 0.99+ |
IFS | ORGANIZATION | 0.99+ |
Rolls Royce | ORGANIZATION | 0.99+ |
next year | DATE | 0.99+ |
Darren Roos | PERSON | 0.99+ |
Darren | PERSON | 0.99+ |
One | QUANTITY | 0.99+ |
Boston | LOCATION | 0.99+ |
SAP | ORGANIZATION | 0.99+ |
first half | QUANTITY | 0.99+ |
7 | QUANTITY | 0.99+ |
Aston Martin | ORGANIZATION | 0.99+ |
1500 plus | QUANTITY | 0.99+ |
IBM | ORGANIZATION | 0.98+ |
first instance | QUANTITY | 0.98+ |
2022 | DATE | 0.98+ |
pandemic | EVENT | 0.98+ |
today | DATE | 0.98+ |
Christian | PERSON | 0.98+ |
Lisa | PERSON | 0.98+ |
one | QUANTITY | 0.97+ |
EAM | ORGANIZATION | 0.97+ |
second half | QUANTITY | 0.96+ |
first time | QUANTITY | 0.96+ |
10 years | QUANTITY | 0.96+ |
first | QUANTITY | 0.96+ |
Salesforce | ORGANIZATION | 0.95+ |
three constituencies | QUANTITY | 0.95+ |
tier one | QUANTITY | 0.91+ |
three | QUANTITY | 0.89+ |
33% | QUANTITY | 0.88+ |
IFS Unleashed | ORGANIZATION | 0.86+ |
360 view | QUANTITY | 0.86+ |
5 | QUANTITY | 0.85+ |
theCUBE | ORGANIZATION | 0.84+ |
ARR | TITLE | 0.84+ |
this morning | DATE | 0.84+ |
my pet peeves | QUANTITY | 0.81+ |
Christian Pedersen, IFS & Sioned Edwards, Aston Martin F1 Team | IFS Unleashed 2022
>>Hey everyone. Welcome back to Miami. Lisa Martin here live with the Cube at IFS Unleashed 2022. We're so excited to be here. We just had a great conversation with Ifss, CEO of Darren Rouse. Now we've got another exciting conversation. F1 is here. You know how much I love f1. Christian Peterson joins us as well, the Chief Product Officer at ifs, and Sean Edwards IT business partner at Aston Martin. F1. Guys, it's great to have you on the program. Thank you for having >>Us. Thank you >>Very much. We were talking about F one. We probably could have an entire conversation just on that, but Christian, I wanna talk with you. It's been three years since the Cube has covered ifs obviously for obvious reasons during that time. So much momentum has happened. IFS cloud was launched about 18 months ago. Give our audience an o, a flavor of IFS, cloud and some of the milestones that you've hit in such a short time period. >>Yeah, I mean IFS cloud is really transformational in many ways. It's transformational for first and foremost for our customers in what enables them to do, but also transformational for us from a technology perspective, how we work and how we do everything. And at the end of the day, it has really surfaced, served around the the, the fact of what we need to do for our customers. And what we saw our customers often do back then, or any company, was they were out looking for EAP solutions or FSM Solutions or EAM Solutions or what have you. And then they were trying to stitch it all together and we, we said like, Hang on a second, these these traditional software s, those are some that I'm guilty. You know, there's some that we actually invented over the years together with analysts. So we invented EER P and we invented CRM and EAM and all these different things. >>But at the end of the day, customers really want a solution to what they are, they are what they're dealing with. And so in these conversations it became very clear that and very repeated conclusions from the conversations that customers wanted something that could manage and help them optimize the use of their assets. Regardless of what industry you're in, assets is such a key component. Either you are using your assets or you're producing assets. Second thing is really get the best use of of your people, your teams and your crew. How do you get the right people on the right job at the same time? How do you assemble the right crew with the right set of skills in the crew? Get them to the right people at the same time. So, and then the final thing is of course customers, you know all the things that you need to do to get customers to answer these ultimate questions, Will you buy from this company again? And they should say yes. That's the ultimate results of moments of service. So that's how we bring it all together and that's what we have been fast at work at. That's what IFS cloud is all about. >>And you, you talked about IFS cloud, being able to to help customers, orchestrate assets, people, customers, Aston Martin being one of those customers. Shawn, you came from ifs so you have kind of the backstory but just give the audience a little bit of, of flavor of your role at Aston Martin and then let's dig into the smart factory. >>Sure. So I previously worked at IFS as a manufacturing consultant. So my bread and butter is production planning in the ERP sector. So we, I Aston Martin didn't have an ERP system pre IFS or a legacy system that wasn't working for them and the team couldn't rely upon it. So what we did was bring IFS in. I was the consultant there and as IFS always preached customer first, well customer first did come and I jumped to support the team. So we've implemented a fully RP solution to manage the production control and the material traceability all the way through from design until delivery to track. And we've mo most recently implemented a warehouse solution at Trackside as well. So we are now tracking our parts going out with the garage. So that's a really exciting time for RFS. In terms of the smart factory, it's not built yet. >>We're we're supposed to move next year. So that's really exciting cause we're quadrupling our footprint. So going from quite a small factory spread out across the North Hampton Share countryside, we're going into one place quadruple in our footprint. And what we're gonna start looking at is using the technology we're implementing there. So enabling 5G to springboard our IFFs implementations going forward with the likes of Internet of things to connect our 15 brand new CMC machines, but also things like R F I D. So that comes with its own challenges on a Formula One car, but it's all about speed of data capture, single point of truth. And IFFs provides that >>And well, Formula One, the first word that comes to mind is speed. >>Absolutely. Second >>Word is crazy. >>We, we are very unique in terms of most customers Christian deals with, they're about speed but also about profit and efficiency. That doesn't matter to us. It is all about time. Time is our currency and if we go quicker in designing and manufacturing, which ifs supports ultimately the cargo quicker. So speed is everything. >>And and if we, if we think of of people, customers and assets at Asset Martin F one, I can't, I can't imagine the quantity of assets that you're building every race weekend and refactoring. >>Absolutely. So a Formula one car that drives out of the garage is made up of 13,000 car parts, most of which, 50% of which we've made in house. So we have to track that all the way through from the smallest metallic component all the way up to the most complex assembly. So orchestrating that and having a single point of truth for people to look at and track is what IFFs has provided us. >>Christian, elaborate on that a little bit in terms of, I mean, what you're facilitating, F1 is such a great example of of speed we talked about, but the fact that you're setting up the car every, every other weekend maybe sometimes back to back weeks, so many massive changes going on. You mentioned 50% of those 13,000 parts you manufacture. Absolutely. Talk about IFS as being a catalyst for that. >>I mean the, it's, it's fascinating with Formula One, but because as a technology geek like me, it's really just any other business on steroids. I mean we talk, we talk about this absolutely high tech, super high tech manufacturing, but even, even before that, the design that goes in with CFDs and how you optimize for different things and loose simulation software for these things goes into manufacturing, goes into wind tunnels and then goes on track. But guess what, when it's on track, it's an asset. It's an asset that streams from how many sensors are on the car, >>I think it's over 10,000 >>Sensors, over 10,000 sensors that streams maybe at 50 hertz or 50 readings. So every lap you just get this mountain of data, which is really iot. So I always say like F one if one did IOT before anybody invented the term. >>Absolutely. >>Yep. You know, F1 did machine learning and AI before anybody thought about it in terms of pattern recognition and things like that with the data. So that's why it's fascinating to work with an organization like that. It's the, it's the sophistication around the technologies and then the pace what they do. It's not that what they do is actually so different. >>It is, it absolutely isn't. We just have to do it really quickly. Really >>Quickly. Right. And the same thing when you talk about parts. I mean I was fascinated of a conversation with, with one of your designers that says that, you know, sometimes we are, we are designing a part and this, the car is now ready for production but the previous version of that part has not even been deployed on the car yet. So that's how quick the innovation comes through and it's, it's, it's fascinating and that's why we like the challenge that Esther Martin gives us because if we can, if we can address that, there's a lot of businesses we can make happy with that as far, >>So Sha I talk a little bit about this is, so we're coming up, there's what four races left in the 2022 season, but this is your busy time because that new car, the 23 car needs to be debuted in what February? So just a few months time? >>Absolutely. So it's a bit cancer intuitive. So our busiest time is now we're ramping up into it. So we co, we go into something called car build which is from December to December to February, which is our end point and there's no move in that point. The car has gotta go around that track in February. So we have got to make those 13,000 components. We've gotta design 'em, we've gotta make 'em and then we've gotta get 'em to the car in February for our moment of service. They said it on stage. Our moment of service as a manufacturing company is that car going around the track and we have to do it 24 times next year and we've gotta start. Well otherwise we're not gonna keep up. >>I'm just gonna ask you what a, what a moment, what's a moment of service in f1 and you're saying basically getting that >>Functional car >>On the track quickly, as quickly as possible and being able to have the technology underpinning that's really abstracting the complexity. >>Absolutely. So I would say our customer ultimately is the driver and the fans they, they need to have a fast car so they can sport it and they ultimately drive it around the track and go get first place and be competitive. So that is our moment of service to our drivers is to deliver that car 24 times next year. >>I imagine they might be a little demanding >>They are and I think it's gonna be exciting with Alonzo coming in, could the driver if we've gotta manage that change and he'll have new things that he wants to try out on a car. So adds another level of complexity to that. >>Well how influential are the drivers in terms some of the, the manufacturing? Like did they, are they give me kind of a a sense of how Alon Fernando Alanzo your team and ifs maybe collaborate, maybe not directly but >>So Alonzo will come in and suggest that he wants cars to work a certain way so he will feed back to the team in terms of we need this car, we need this car part to do this and this car part to do that. So then we're in a cycle when he first gets into the car in that February, we've then gotta turnaround car parts based off his suggestions. So we need to do that again really quickly and that's where IFS feeds in. So we have to have the release and then the manufacturer of the component completely integrated and that's what we achieve with IFFs and >>It needs to be really seamless. >>Absolutely. If, if we don't get it right, that car doesn't go out track so there's no moving deadline. >>Right. That's the probably one of the industries where deadlines do not move. Absolutely. We're so used to things happening in tech where things shift and change and reorgs, but this is one where the dates are set in their firm. >>Absolutely. And we have to do anything we can do to get that car on the track. So yeah, it's just a move. >>Christian, talk about the partnership a little bit from your standpoint in terms of how influential has Aston Martin F1 been in IFS cloud and its first 18 months. I was looking at some stats that you've already gotten 400,000 plus users in just a short time period. How influential are your customers in the direction and even the the next launch 22 R too? >>I mean our customers do everything plain and simple. That's that's what it is. And we have, we have a partnership, I think about every single customer as a partner of ours and we are partnering in taking technology to the next level in terms of, of the outputs and the benefits it can create for our customers. That's what it's all, all about. And I, I always think about these, these three elements I think I mentioned in our state as well. I think the partnership we have is a partnership around innovation. Innovation doesn't not only come from IFS or the technology partner, it comes from discussions, requirements, opportunities, what if like all these things. So innovation comes from everywhere. There's technology driven innovation, there's customer driven innovation, but that's part of the partnership. The second part of the partnership is inspiration. So with innovation you inspire. So when you innovate on something new that inspires new innovation and new thinking and that's again the second part of the partnership. And then the third part is really iterate and execute, right? Because it's great that we can now innovate and we can agree on what we need to do, but now we need to put it into products, put it in technology and put it into actual use. That's when the benefits comes and that's when we can start bringing the bell. >>And I think it's really intrinsically linked. I mean if you look at progress with Formula One teams and their innovation, it's all underpinned by our technology partners and that's why it's so important. The likes of Christian pushes the product and improves it and innovates it because then we can realize the benefits and ultimately save time and go faster. So it's really important that our, our partners and certainly inform one, push the boundaries and find that technology. >>And I think one of the things that we also find very, very important is that we actually understand our customers and can talk the language. So I think that was one of the key things in our engagement, Martin from the beginning is that we had a set of people that really understand Formula One felt it on their bodies and can have the conversation. So when the Formula One teams they say something, then we actually understand what we're talking about. So for instance, when we talk about, you know, track side inventory, well it's not that different from what a field service technician have in his van when he goes service. The only difference is when you see something happening on track, you'll see the parts manager go out to the pit lane with a tablet and say like, oh we need this, we need that, we need this and we need that. And then we'll go back and pick it and put it on the car and the car is service and maintain and off go. Absolutely. >>Yeah that speed always impresses me. >>It's unbelievable. >>Shannon, last question for you. From a smart factory perspective, you said you're moving in next year. What are some of the things that you are excited about that you think are really gonna be transformative but IFS is doing? >>So I think what I'm really excited about once we get in is using the technology they've already put in terms of 5G networks to sort of springboard that into a further IFS implementation. Maybe IFFs cloud in terms of we always struggle to keep the system up to date with, with what's physically happening so that the less data entry and the more automatic sort of data capture, the better it is for the formula on team cuz we improve our our single point of truth. So I'm really excited to look at the internet of things and sort of integrate our CNC machines to sort of feed that information back into ifs. But also the RFID technology I think is gonna be a game changer when we go into the new factory. So really >>Excited. Excellent. Well well done this year. We look forward to seeing Alonso join the team in 23. Fingers >>Crossed. >>Okay. Fingers crossed. Christian, Jeanette, it's been a pleasure to have you on the program. Thank you so much for sharing your insights and how ifs asked Martin are working together, how you really synergistically working together. We appreciate your time. >>Thank you very much for having us. Our >>Thanks for having us. And go Aston >>Woo go Aston, you already here first Lisa Martin, no relation to Aston Martin, but well, I wanna thank Christian Peterson and Shannon Edwards for joining me, talking about IFS and Aston Martin team and what they're doing at Speed and Scale. Stick around my next guest joins me in a minute. >>Thank you.
SUMMARY :
F1. Guys, it's great to have you on the program. a flavor of IFS, cloud and some of the milestones that you've hit in such a short time period. So we invented EER P and we invented But at the end of the day, customers really want a solution to what they are, you came from ifs so you have kind of the backstory but just give the audience a little bit of, So we are now tracking our parts going out with the garage. So going from quite a small factory spread out across the North Hampton Share Absolutely. So speed is everything. Asset Martin F one, I can't, I can't imagine the quantity of assets that you're building So we have to track that all the way through from the Christian, elaborate on that a little bit in terms of, I mean, what you're facilitating, high tech, super high tech manufacturing, but even, even before that, the design that goes in with So I always say like F one if one did IOT before anybody invented the term. So that's why it's fascinating to work with an organization We just have to do it really quickly. And the same thing when you talk about parts. the track and we have to do it 24 times next year and we've gotta start. that's really abstracting the complexity. So that is our moment of service to our drivers is So adds another level of complexity So we have to have the release and then the manufacturer of the component completely If, if we don't get it right, that car doesn't go out track so there's no moving That's the probably one of the industries where deadlines do not move. And we have to do anything we can do to get that car on the track. Christian, talk about the partnership a little bit from your standpoint in terms of how influential has So with innovation you inspire. The likes of Christian pushes the product and improves it and innovates it because then we can realize the benefits Martin from the beginning is that we had a set of people that really understand Formula One What are some of the things that you are excited about that you think are really gonna be transformative but IFS is doing? So I think what I'm really excited about once we get in is using the technology they've We look forward to seeing Alonso join the team in Christian, Jeanette, it's been a pleasure to have you on the program. Thank you very much for having us. And go Aston and what they're doing at Speed and Scale.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Martin | PERSON | 0.99+ |
Jeanette | PERSON | 0.99+ |
Christian | PERSON | 0.99+ |
Aston Martin | ORGANIZATION | 0.99+ |
50% | QUANTITY | 0.99+ |
February | DATE | 0.99+ |
Shannon | PERSON | 0.99+ |
Aston | ORGANIZATION | 0.99+ |
Miami | LOCATION | 0.99+ |
Christian Pedersen | PERSON | 0.99+ |
50 readings | QUANTITY | 0.99+ |
Shawn | PERSON | 0.99+ |
Christian Peterson | PERSON | 0.99+ |
Alonzo | PERSON | 0.99+ |
13,000 components | QUANTITY | 0.99+ |
third part | QUANTITY | 0.99+ |
13,000 parts | QUANTITY | 0.99+ |
three elements | QUANTITY | 0.99+ |
IFS | ORGANIZATION | 0.99+ |
second part | QUANTITY | 0.99+ |
Shannon Edwards | PERSON | 0.99+ |
next year | DATE | 0.99+ |
Sean Edwards | PERSON | 0.99+ |
24 times | QUANTITY | 0.99+ |
50 hertz | QUANTITY | 0.99+ |
Esther Martin | PERSON | 0.99+ |
f1 | ORGANIZATION | 0.99+ |
Second | QUANTITY | 0.99+ |
23 car | QUANTITY | 0.99+ |
400,000 plus users | QUANTITY | 0.99+ |
2022 | DATE | 0.99+ |
December | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
three years | QUANTITY | 0.99+ |
F1 | ORGANIZATION | 0.98+ |
over 10,000 sensors | QUANTITY | 0.98+ |
first word | QUANTITY | 0.98+ |
Formula One | ORGANIZATION | 0.98+ |
Trackside | ORGANIZATION | 0.98+ |
first | QUANTITY | 0.97+ |
over 10,000 | QUANTITY | 0.97+ |
first 18 months | QUANTITY | 0.97+ |
15 brand | QUANTITY | 0.96+ |
Alon Fernando Alanzo | PERSON | 0.96+ |
this year | DATE | 0.95+ |
one place | QUANTITY | 0.95+ |
IFFs | ORGANIZATION | 0.95+ |
Alonso | PERSON | 0.94+ |
single point | QUANTITY | 0.94+ |
ifs | ORGANIZATION | 0.94+ |
Sioned Edwards | PERSON | 0.92+ |
13,000 car parts | QUANTITY | 0.92+ |
Cube | ORGANIZATION | 0.91+ |
F1 | COMMERCIAL_ITEM | 0.9+ |
four races | QUANTITY | 0.9+ |
One | EVENT | 0.9+ |
first place | QUANTITY | 0.9+ |
Darren Rouse | ORGANIZATION | 0.89+ |
Formula | ORGANIZATION | 0.89+ |
North Hampton | LOCATION | 0.88+ |
IFS | TITLE | 0.88+ |
Kristian Gyorkos, Kong | AWS Marketplace Seller Conference 2022
>>Welcome back everyone to the cubes coverage here in Seattle, Washington for the Avis marketplace seller conference, part of the APN partner network merging with the marketplace to form the Amazon partner organization. I'm John furrier, host of the cube Walter Wall coverage today, Christian Gor cash, who is the VP of alliances at Kong Inc. Welcome to the cube. Thanks for coming on. >>Thank you. Thank you, John. Really glad to be here. Corke exactly. Yeah. It's awesome. >>So Kong we've been following you guys for while Docker Kong cube. You've been part of our cube conversation. Also part of our, our startup showcase fast growing startup, you know, working on stuff that everyone loves APIs. I mean, APIs are so popular now that they now a security concern, right? Yeah. So like it gets squat there everywhere. I won't say API sprawl, but APIs are the connections and that are, is the web. That is the cloud. Okay. Now with cloud native developers who are now in the front lines have taken over it, everyone knows DevOps dev SecOps is now the new it and it's the developers security and data they're below they're the new ops, right? So, so this is where microservices come in, open source service MES new automation is coming down the pike. That's super valuable to businesses as they look at cloud native architecture, what are you guys doing in there? Take a minute to explain Kong's value proposition, the hot products, and then why you're here. >>Yeah. So, you know, I joined Kong now or three years ago, you know, we were still just reaching our hundred employees, mark, which is very important, very startup, but even back then, you know, Kong was relatively well known in industry, you know, so we have one of the most, well the most popular open source project in API gateway area. So con API gateway, you know, we cross now 300 million downloads, even more important is just the scale it, which the product's been used. So between our open source community and enterprise customers, we are now crossing like 11 trillion transactions per month. Now just give you comparison. Like this is like 18, 19 times more than Netflix per month. You know? So for any company that has a technology that operates it at scale, you need to hit few things outta the park. You know, as he mentions cloud data developers, they want simplicity. You know, they want automation. They also want performance and scale and security, which are all critical, you know, to how Kong, you know, start as opensource project. Now, of course we have the whole suite of enterprise products. We also have our con service mesh offering as well as our cloud offerings. >>Yeah. And this is how open source is doing it now, obviously, you know, I, I still remember, I still tell the story to the young startups. Hey, I, there was proprietary software when I was in college. Open source is now everything. Now you've got, got cloud scale. So the dynamic between open source, which has become the software industry open source success doesn't mean it's it's game over. It's the beginning. The commercialization that you guys have gone through is super important. Trillions of transactions. Now you have enterprises working with you. What's the big advantage of the seller relationship that you have with Amazon? Why are customers using it? What are they buying it for? Give the pitch of con for the marketplace customer. >>Yeah, it's actually, we are relatively new in AWS marketplace. You know, so our first transaction that we ever done was actually in July and 2021. So we are just over a year, you know, that journey, you know, when I look what Chris gross talked today, he was talking about, you know, Hey, just publishing marketplace, not enough. You know, you need to understand what's your value proposition. You need to make sure your operations already, your sales is ready. Everything is, is set. And we kind of did this for the first year and a half is spend a lot of time improving our integration with AWS overall, all the first party services relevant to con we also understood, well, what does it take to kind of fine tune our value proposition? We have like three specific sales place. And you know, when we launch our flagship product con connect enterprise and got our first transaction, that was great milestone for, for star like Kong. But then what we've seen is just that work that we've done before really paid off. I mean right now, >>Like what we'll give example. >>Yeah. So, you know, we are focusing on as measure three sales place. Money is we are focused, specific on helping customers who are modernizing and, and their application going to the cloud. And you have a lot of these, you know, lifting shift and are rearchitect and modernized, but most of the attentions on the workloads, what about the connections? You know, so a monolith application had to authentic all the users understand wheres the network and so on. When you build those, when you now decouple this built like 1,000 thousand microservices, you don't want to repeat this for every microservice. So that's where K brings the whole suite from, you know, service match to the API gate to help manage the journey and really support this environment. And we spend a lot of time to just fine tune that message. So that customers understood where, you know, how can we help them on their journey beyond what, for instance, cloud native or AWS API gateway offers them. So we can really help them from day one on the journey and accelerate. And >>I think I it's a no, it's a no braining for a customer to buyer or to come into the marketplace and say, click, I'm gonna buy some data analytics services. I'm gonna buy gateway through Kong. But when they start getting into these microservices, this automation opportunity there, there's more behind the curtain for them with Kong. So I have to ask you with the keynote we heard from Chris, the leader of the marketplace. Now he said that he wants the ISVs to be more native in the cloud. That probably resonates with you. You, >>You guys well with con's relatively simple because we were built at cloud native, you know, so very briefly the whole story of Congo. This is before Ajo, our founders were actually running the, the very popular API exchange col mesh shape. And they had to build their own gateway just to handle the scale and was built on cloud native technologies. And then when everybody's calling you, what are you using to running? This are using PGS. And so else, no, we built ourselves, oh, how can we get our hands on? That's how con actually >>Came to. And that's how the big winners usually happen too. They start build their own, solve their own problem because it's a big scale problem. Exactly. No one's had that problem. >>Yeah. And what we have seen, especially what was very, you know, through, through the pandemic, what we have seen. And it's interesting, you know, being in a startup doing pandemic is like, whoa, will the life just shut down or what we're doing? You know? But actually what we have seen customers prioritize the new business capability. For instance, you have a large parental companies that overnight, they have to understand where the assets are. Yeah. Or banks who are like 45 days of, you know, approving process for the loans. They need to reduce it for a day or two. >>Yeah. And they're adding more developers, too, exactly. To build the modern application. So they need to have that infrastructure as code aspect. Correct. >>And they >>Need in place. >>Yeah. I need to like you have, you know, I don't think that many customers still have waterfall cycles, but they have, have pre pretty long developers development cycles. And now you need to, you know, do this multiple times a day. That's >>Interesting. We talked to a lot of cloud architects and C CIO C says, and you know, the executive just hire more developers take that hill, build. It just don't build a new app. It's not that easy boss. When, when the cloud architect says we have to be fully operationally ready with cloud native infrastructure's code. So with that, you're seeing a lot more enterprises come in now that are more savvy. They getting better. We're seeing Kubernetes more and more. You're seeing containerization. You're seeing that cloud native enterprise acceptance. What does that mean for you guys in the marketplace, as you look at the value proposition, how are you guys working with the marketplace today and where do you see customers buying in the future? >>Yeah, so we as mentioned, you know, we, we are now a year into that journey. We already seen tremendous benefits just in terms of reducing the friction. You know, the whole procurement, you know, you come as a startup with some, some of the largest companies in the world, they used to buy five, 10 billion in software and they have all these processes and you're like, well, but we only have like two people in finance. Sorry. How can you, and where marketplace can really, really helps us is, you know, improve this experience, both sides because they understand like we are fast moving company. They, they want us because of our speed and, and innovation that we, the product's strong. Yeah. They don't want us to get bogged down in all these pro procurement processes either. And so, so that's the first benefit. We also are working very hard to make sure that the customers can provision Kong in AWS and automate across the board. So essentially reducing their time to value dramatically. Yeah. And another thing that we found tremendously beneficial for us is a startup is the whole concept of a standard marketplace contract. Yeah. So instead of us coming with our little MSA or come like 50 page MSA from companies, we now have a middle ground. So we can just agree. You know, there's some differences, some specifics to qu software and it's tremendously reduced costs on both sides. >>Great. For you guys great for the buyers. Yeah. You get deployed services. They're not just buying, they're managing and deploying. Yeah, >>Exactly. Great. >>Quick, final question. Put a plugin for the company. What are you working on now? What's the big news. What's the con update? >>Well, that's an interesting part because I can't tell you because next week we have our con summit. Oh right. In San Francisco. The cubes not so 28, 20 ninth. Yeah. We, we we'll, I think we are gonna fix that in the future. But anyway, this is the first time after pandemic to do this in person, we have number of very exciting announcement, our Kong products, as well as you may hear some news about our AWS partnership, >>We like con we believe that DevOps has happened. Dev sec ops, whatever you gonna call it, dev is now the developers they're in the front lines. They're in the C I CD pipeline. They're shifting left. That's the new they took over it. That's what DevOps does. It's not a title. Now you have security and data ops behind the scenes. That's gonna be middleware. That's gonna have tons of microservices. So more, more, more action coming, all API based. >>Exactly. And the more, you know, the more complexity we can take away from that, the better we, you know, the >>Whole community. Thank you. Spending the time to come on the cube here at the, a us marketplace seller conference. What do you think about the APN merging with the marketplace formed the P the Amazon partner organization. Thumbs up, thumbs down. What's your heard? >>It's excellent. We have a great friend in AP, a great friend, us marketplace. Now both of them work together with huge. >>Fantastic. Yes. Thanks for okay. Cube coverage here in Seattle. I'm John furier APN marketplace together. APOs the new organization making it easier. Of course, we got all the coverage here. Thanks for watching.
SUMMARY :
conference, part of the APN partner network merging with the marketplace to form Yeah. Also part of our, our startup showcase fast growing startup, you know, So con API gateway, you know, we cross now 300 million downloads, The commercialization that you guys have gone through is super important. So we are just over a year, you know, that journey, you know, the whole suite from, you know, service match to the API gate to help manage the journey So I have to ask you with the keynote You guys well with con's relatively simple because we were built at cloud native, you know, And that's how the big winners usually happen too. And it's interesting, you know, being in a startup doing pandemic So they need to have that infrastructure And now you need to, you know, do this multiple times a day. We talked to a lot of cloud architects and C CIO C says, and you know, the executive just hire more You know, the whole procurement, you know, you come as a startup with some, For you guys great for the buyers. Exactly. What are you working on now? announcement, our Kong products, as well as you may hear some news about our AWS partnership, Now you have security and data ops behind the scenes. And the more, you know, the more complexity we can take away from that, Spending the time to come on the cube here at the, a us marketplace seller conference. We have a great friend in AP, a great friend, us marketplace. APOs the new organization making it easier.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Amazon | ORGANIZATION | 0.99+ |
Chris | PERSON | 0.99+ |
45 days | QUANTITY | 0.99+ |
18 | QUANTITY | 0.99+ |
Seattle | LOCATION | 0.99+ |
John | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
July | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
two people | QUANTITY | 0.99+ |
next week | DATE | 0.99+ |
a day | QUANTITY | 0.99+ |
hundred employees | QUANTITY | 0.99+ |
five, 10 billion | QUANTITY | 0.99+ |
both sides | QUANTITY | 0.99+ |
John furrier | PERSON | 0.99+ |
both | QUANTITY | 0.99+ |
Kong | ORGANIZATION | 0.99+ |
three | QUANTITY | 0.99+ |
Kristian Gyorkos | PERSON | 0.99+ |
first transaction | QUANTITY | 0.98+ |
300 million downloads | QUANTITY | 0.98+ |
first benefit | QUANTITY | 0.98+ |
three years ago | DATE | 0.98+ |
Chris gross | PERSON | 0.98+ |
Kong Inc. | ORGANIZATION | 0.98+ |
2021 | DATE | 0.98+ |
50 page | QUANTITY | 0.98+ |
John furier | PERSON | 0.98+ |
first time | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
Netflix | ORGANIZATION | 0.97+ |
over a year | QUANTITY | 0.97+ |
Congo | LOCATION | 0.97+ |
1,000 thousand microservices | QUANTITY | 0.96+ |
Seattle, Washington | LOCATION | 0.96+ |
PGS | ORGANIZATION | 0.96+ |
DevOps | TITLE | 0.96+ |
pandemic | EVENT | 0.95+ |
APN | ORGANIZATION | 0.95+ |
Christian Gor cash | PERSON | 0.95+ |
SecOps | TITLE | 0.95+ |
19 times | QUANTITY | 0.92+ |
a year | QUANTITY | 0.87+ |
one | QUANTITY | 0.87+ |
11 trillion transactions per | QUANTITY | 0.86+ |
first year and a half | QUANTITY | 0.86+ |
Kong | LOCATION | 0.85+ |
Trillions of transactions | QUANTITY | 0.82+ |
AWS Marketplace Seller Conference 2022 | EVENT | 0.79+ |
Kubernetes | ORGANIZATION | 0.78+ |
AP | ORGANIZATION | 0.76+ |
first | QUANTITY | 0.74+ |
MSA | TITLE | 0.73+ |
ninth | QUANTITY | 0.66+ |
mark | ORGANIZATION | 0.63+ |
day one | QUANTITY | 0.61+ |
Corke | LOCATION | 0.55+ |
sales | QUANTITY | 0.53+ |
APOs | ORGANIZATION | 0.52+ |
28 | DATE | 0.52+ |
Docker | ORGANIZATION | 0.52+ |
Avis | ORGANIZATION | 0.49+ |
con | EVENT | 0.49+ |
Walter Wall | PERSON | 0.47+ |
Ajo | ORGANIZATION | 0.45+ |
20 | DATE | 0.39+ |
Kong | COMMERCIAL_ITEM | 0.35+ |
Sanjay Poonen, CEO & President, Cohesity | VMware Explore 2022
>>Good afternoon, everyone. And welcome back to the VMware Explorer. 2022 live from San Francisco. Lisa Martin, here with Dave. Valante good to be sitting next to you, sir. >>Yeah. Yeah. The big set >>And we're very excited to be welcoming buck. One of our esteemed alumni Sanja poin joins us, the CEO and president of cohesive. Nice to see >>You. Thank you, Lisa. Thank you, Dave. It's great to meet with you all the time and the new sort of setting here, but first >>Time, first time we've been in west, is that right? We've been in north. We've been in south. We've been in Las Vegas, right. But west, >>I mean, it's also good to be back with live shows with absolutely, you know, after sort of the two or three or hiatus. And it was a hard time for the whole world, but I'm kind of driving a little bit of adrenaline just being here with people. So >>You've also got some adrenaline, sorry, Dave. Yeah, you're good because you are new in the role at cohesive. You wrote a great blog that you are identified. The four reasons I came to cohesive. Tell the audience, just give 'em a little bit of a teaser about that. >>Yeah, I think you should all read it. You can Google and, and Google find that article. I talked about the people Mohi is a fantastic founder. You know, he was the, you know, the architect of the Google file system. And you know, one of the senior Google executives was on my board. Bill Corrin said one of the smartest engineers. He was the true father of hyperconverge infrastructure. A lot of the code of Nutanix. He wrote, I consider him really the father of that technology, which brought computer storage. And when he took that same idea of bringing compute to secondary storage, which is really what made the scale out architect unique. And we were at your super cloud event talking about that, Dave. Yeah. Right. So it's a people I really got to respect his smarts, his integrity and the genius, what he is done. I think the customer base, I called a couple of customers. One of them, a fortune 100 customer. I, I can't tell you who it was, but a very important customer. I've known him. He said, I haven't seen tech like this since VMware, 20 years ago, Amazon 10 years ago and now Ko. So that's special league. We're winning very much in the enterprise and that type of segment, the partners, you know, we have HPE, Cisco as investors. Amazon's an investors. So, you know, and then finally the opportunity, I think this whole area of data management and data security now with threats, like ransomware big opportunity. >>Okay. So when you were number two at VMware, you would come on and say, we'd love all our partners and of course, okay. So you know, a little bit about how to work with, with VMware. So, so when you now think about the partnership between cohesive and VMware, what are the things that you're gonna stress to your constituents on the VMware side to convince them that Hey, partnering with cohesive is gonna gonna drive more value for customers, you know, put your thumb on the scale a little bit. You know, you gotta, you gotta unfair advantage somewhat, but you should use it. So what's the narrative gonna be like? >>Yeah, I think listen with VMware and Amazon, that probably their top two partners, Dave, you know, like one of the first calls I made was to Raghu and he knew about this decision before. That's the level of trust I have in him. I even called Michael Dell, you know, before I made the decision, there's a little bit of overlap with Dell, but it's really small compared to the overlap, the potential with Dell hardware that we could compliment. And then I called four CEOs. I was, as I was making this decision, Andy Jassey at Amazon, he was formerly AWS CEO sat Nadela at Microsoft Thomas cor at Google and Arvin Christian, IBM to say, I'm thinking about this making decision. They are many of the mentors and friends to me. So I believe in an ecosystem. And you know, even Chuck Robbins, who the CEO of Cisco is an investor, I texted him and said, Hey, finally, we can be friends. >>It was harder to us to be friends with Cisco, given the overlap of NSX. So I have a big tent towards everybody in our ecosystem with VMware. I think the simple answer is there's no overlap okay. With, with the kind of the primary storage capabilities with VSAN. And by the same thing with Nutanix, we will be friends and, and extend that to be the best data protection solution. But given also what we could do with security, I think this is gonna go a lot further. And then it's all about meet the field. We have common partners. I think, you know, sort of the narrative I talked about in that blog is just like snowflake was replacing Terada and ServiceNow replace remedy and CrowdStrike, replacing Symantec, we're replacing legacy vendors. We are viewed as the modern solution cloud optimized for private and public cloud. We can help you and make VMware and vs a and VCF very relevant to that part of the data management and data security continuum, which I think could end VMware. And by the way, the same thing into the public cloud. So most of the places where we're being successful is clearly withs, but increasingly there's this discussion also about playing into the cloud. So I think both with VMware and Amazon, and of course the other partners in the hyperscaler service, storage, networking place and security, we have some big plans. >>How, how much do you see this? How do you see this multi-cloud narrative that we're hearing here from, from VMware evolving? How much of an opportunity is it? How are customers, you know, we heard about cloud chaos yesterday at the keynote, are customers, do they, do they admit that there's cloud chaos? Some probably do some probably don't how much of an opportunity is that for cohesive, >>It's tremendous opportunity. And I think that's why you need a Switzerland type player in this space to be successful. And you know, and you can't explicitly rule out the fact that the big guys get into this space, but I think it's, if you're gonna back up office 365 or what they call now, Microsoft 365 into AWS or Google workspace into Azure or Salesforce into one of those clouds, you need a Switzerland player. It's gonna be hard. And in many cases, if you're gonna back up data or you protect that data into AWS banks need a second copy of that either on premise or Azure. So it's very hard, even if they have their own native data protection for them to be dual cloud. So I think a multi-cloud story and the fact that there's at least three big vendors of cloud in, in the us, you know, one in China, if include Alibaba creates a Switzerland opportunity for us, that could be fairly big. >>And I think, you know, what we have to do is make sure while we'll be optimized, our preferred cloud is AWS. Our control plane runs there. We can't take an all in AWS stack with the control plane and the data planes at AWS to Walmart. So what I've explained to both Microsoft and AWS is that data plane will need to be multi-cloud. So I can go to an, a Walmart and say, I can back up your data into Azure if you choose to, but the control plane's still gonna be an AWS, same thing with Google. Maybe they have another account. That's very Google centric. So that's how we're gonna believe the, the control plane will be in AWS. We'll optimize it there, but the data plane will be multicloud. >>Yeah. And that's what Mo had explained at Supercloud. You know, and I talked to him, he really helped me hone in on the deployment models. Yes. Where, where, where the cohesive deployment model is instantiating that technology stack into each cloud region and each cloud, which gives you latency advantages and other advantages >>And single code based same platform. >>And then bringing it, tying it together with a unified, you know, interface. That was he, he was, he was key. In fact, I, I wrote about it recently and, and gave him and the other 29 >>Quite a bit in that session, he went deep with you. I >>Mean, with Mohi, when you get a guy who developed a Google file system, you know, who can technically say, okay, this is technically correct or no, Dave, your way off be. So I that's why I had to >>Go. I, I thought you did a great job in that interview because you probed him pretty deep. And I'm glad we could do that together with him next time. Well, maybe do that together here too, but it was really helpful. He's the, he's the, he's the key reason I'm here. >>So you say data management is ripe for disrupt disruption. Talk about that. You talked about this Switzerland effect. That sounds to me like a massive differentiator for cohesive. Why is data management right for disruption and why is cohesive the right partner to do it? >>Yeah, I think, listen, everyone in this sort of data protection backup from years ago have been saying the S Switzerland argument 18 years ago, I was a at Veras an executive there. We used the Switzerland argument, but what's changed is the cloud. And what's changed as a threat vector in security. That's, what's changed. And in that the proposition of a, a Switzerland player has just become more magnified because you didn't have a sales force or Workday service now then, but now you do, you didn't have multi-cloud. You had hardware vendors, you know, Dell, HPE sun at the time. IBM, it's now Lenovo. So that heterogeneity of, of on-premise service, storage, networking, HyperCloud, and, and the apps world has gotten more and more diverse. And I think you really need scale out architectures. Every one of the legacy players were not built with scale out architectures. >>If you take that fundamental notion of bringing compute to storage, you could almost paralyze. Imagine you could paralyze backup recovery and bring so much scale and speed that, and that's what Mo invented. So he took that idea of how he had invented and built Nutanix and applied that to secondary storage. So now everything gets faster and cheaper at scale. And that's a disruptive technology ally. What snowflake did to ator? I mean, the advantage of snowflake is when you took that same concept data, warehousing is not a new concept it's existed from since Ralph Kimball and bill Inman and the people who are fathers of data warehousing, they took that to Webscale. And in that came a disruptive force toter data, right on snowflake. And then of course now data bricks and big query, similar things. So we're doing the same thing. We just have to showcase the customers, which we do. And when large customers see that they're replacing the legacy solutions, I have a lot of respect for legacy solutions, but at some point in time of a solution was invented in 1995 or 2000, 2005. It's right. For change. >>So you use snowflake as an example, Frank SL doesn't like when I say playbook, cuz I says, Dave, I'm a situational CEO, no playbook, but there are patterns here. And one of the things he did is to your point go after, you know, Terra data with a better data warehouse, simplify scale, et cetera. And now he's, he's a constructing a Tam expansion strategy, same way he did at ServiceNow. And I see you guys following a similar pattern. Okay. You get your foot in the door. Let's face it. I mean, a lot of this started with, you know, just straight back. Okay, great. Now it's extending into data management now extending to multi-cloud that's like concentric circles in a Tam expansion strategy. How, how do you, as, as a CEO, that's part of your job is Tam expansion. >>So yeah, I think the way to think about the Tam is, I mean, people say it's 20, 30 billion, but let me tell you how you can piece it apart in size, Dave and Lisa number one, I estimate there's probably about 10 to 20 exabytes of data managed by these legacy players of on-prem stores that they back up to. Okay. So you add them all up in the market shares that they respectively are. And by the way, at the peak, the biggest of these companies got to 2 billion and then shrunk. That was Verto when I was there in 2004, 2 billion, every one of them is small and they stopped growing. You look at the IDC charts. Many of them are shrinking. We are the fastest growing in the last two years, but I estimate there's about 20 exabytes of data that collectively among the legacy players, that's either gonna stay on prem or move to the cloud. Okay. So the opportunity as they replace one of those legacy tools with us is first off to manage that 20 X by cheaper, faster with the Webscale glass offer the cloud guys, we could tip that into the cloud. Okay. >>But you can't stop there. >>Okay. No, we are not doing just backup recovery. We have a platform that can do files. We can do test dev analytics and now security. Okay. That data is potentially at a risk, not so much in the past, but for ransomware, right? How do we classify that? How do we govern that data? How do we run potential? You know, the same way you did antivirus some kind of XDR algorithms on the data to potentially not just catch the recovery process, which is after fact, but maybe the predictive act of before to know, Hey, there's somebody loitering around this data. So if I'm basically managing in the exabytes of data and I can proactively tell you what, this is, one CIO described this very simply to me a few weeks ago that I, and she said, I have 3000 applications, okay. I wanna be prepared for a black Swan event, except it's not a nine 11 planes getting the, the buildings. >>It is an extortion event. And I want to know when that happens, which of my 3000 apps I recover within one hour within one day within one week, no later than one month. Okay. And I don't wanna pay the bad guys at penny. That's what we do. So that's security discussions. We didn't have that discussion in 2004 when I was at another company, because we were talking about flood floods and earthquakes as a disaster recovery. Now you have a lot more security opportunity to be able to describe that. And that's a boardroom discussion. She needs to have that >>Digital risk. O O okay, go ahead please. I >>Was just gonna say, ransomware attack happens every what? One, every 11, 9, 11 seconds. >>And the dollar amount are going up, you know, dollar are going up. Yep. >>And, and when you pay the ransom, you don't always get your data back. So you that's not. >>And listen, there's always an ethical component. Should you do it or not do it? If you, if you don't do it and you're threatened, they may have left an Easter egg there. Listen, I, I feel very fortunate that I've been doing a lot in security, right? I mean, I built the business at, at, at VMware. We got it to over a billion I'm on the board of sneak. I've been doing security and then at SAP ran. So I know a lot about security. So what we do in security and the ecosystem that supports us in security, we will have a very carefully crafted stay tuned. Next three weeks months, you'll see us really rolling out a very kind of disciplined aspect, but we're not gonna pivot this company and become a cyber security company. Some others in our space have done that. I think that's not who we are. We are a data management and a data security company. We're not just a pure security company. We're doing both. And we do it well, intelligently, thoughtfully security is gonna be built into our platform, not voted on. Okay. And there'll be certain security things that we do organically. There's gonna be a lot that we do through partnerships, this >>Security market that's coming to you. You don't have to go claim that you're now a security vendor, right? The market very naturally saying, wow, a comprehensive security strategy has to incorporate a data protection strategy and a recovery, you know, and the things that we've talking about Mount ransomware, I want to ask you, you I've been around a long time, longer than you actually Sanjay. So, but you you've, you've seen a lot. You look, >>Thank you. That's all good. Oh, >>Shucks. So the market, I've never seen a market like this, right? I okay. After the.com crash, we said, and I know you can't talk about IPO. That's not what I'm talking about, but everything was bad after that. Right. 2008, 2000, everything was bad. I've never seen a market. That's half full, half empty, you know, snowflake beats and raises the stock, goes through the roof. Dev if it, if the area announced today, Mongo, DB, beat and Ray, that things getting crushed and, and after market never seen anything like this. It's so fed, driven and, and hard to protect. And, and of course, I know it's a marathon, you know, it's not a sprint, but have you ever seen anything like this? >>Listen, I walk worked through 18 quarters as COO of VMware. You've seen where I've seen public quarters there and you know, was very fortunate. Thanks to the team. I don't think I missed my numbers in 18 quarters except maybe once close. But we, it was, it's tough. Being a public company of the company is tough. I did that also at SAP. So the journey from 10 to 20 billion at SAP, the journey from six to 12 at VMware, that I was able to be fortunate. It's humbling because you, you really, you know, we used to have this, we do the earnings call and then we kind of ask ourselves, what, what do you think the stock price was gonna be a day and a half later? And we'd all take bets as to where this, I think you just basically, as a, as a sea level executive, you try to build a culture of beaten, raise, beaten, raise, beaten, raise, and you wanna set expectations in a way that you're not setting them up for failure. >>And you know, it's you, there's, Dave's a wonderful CEO as is Frank Salman. So it's hard for me to dissect. And sometimes the market are fickle on some small piece of it. But I think also the, when I, I encourage people say, take the long term view. When you take the long term view, you're not bothered about the ups and downs. If you're building a great company over the length of time, now it will be very clear over the arc of many, many quarters that you're business is trouble. If you're starting to see a decay in growth. And like, for example, when you start to see a growth, start to decay significantly by five, 10 percentage points, okay, there's something macro going on at this company. And that's what you won't avoid. But these, you know, ups and downs, my view is like, if you've got both Mongo D and snowflake are fantastic companies, they're CEOs of people I respect. They've actually kind of an, a, you know, advisor to us as a company, you knows moat very well. So we respect him, respect Frank, and you, there have been other quarters where Frank's, you know, the Snowflake's had a down result after that. So you build a long term and they are on the right side of history, snowflake, and both of them in terms of being a modern cloud relevant in the case of MongoDB, open source, two data technology, that's, you know, winning, I, I, we would like to be like them one day >>As, as the new CEO of cohesive, what are you most ask? What are you most anxious about and what are you most excited about? >>I think, listen, you know, you know, everything starts with the employee. You, I always believe I wrote my first memo to all employees. There was an article in Harvard business review called service profit chains that had a seminal impact on my leadership, which is when they studied companies who had been consistently profitable over a long period of time. They found that not just did those companies serve their customers well, but behind happy engaged customers were happy, engaged employees. So I always believe you start with the employee and you ensure that they're engaged, not just recruiting new employees. You know, I put on a tweet today, we're hiring reps and engineers. That's okay. But retaining. So I wanna start with ensuring that everybody, sometimes we have to make some unfortunate decisions with employees. We've, we've got a part company with, but if we can keep the best and brightest retained first, then of course, you know, recruiting machine, I'm trying to recruit the best and brightest to this company, people all over the place. >>I want to get them here. It's been, so I mean, heartwarming to come Tom world and just see people from all walks, kind of giving me hugs. I feel incredibly blessed. And then, you know, after employees, it's customers and partners, I feel like the tech is in really good hands. I don't have to worry about that. Cuz Mo it's in charge. He's got this thing. I can go to bed knowing that he's gonna keep innovating the future. Maybe in some of the companies I've worried about the tech innovation piece, but most doing a great job there. I can kind of leave that in his cap of hands, but employees, customers, partners, that's kind of what I'm focused on. None of them are for me, like a keep up at night, but there are are opportunities, right? And sometimes there's somebody you're trying to salvage to make sure or somebody you're trying to convince to join. >>But you know, customers, I love pursuing customers. I love the win. I hate to lose. So fortune 1000 global, 2000 companies, small companies, big companies, I wanna win every one of them. And it's not, it's not like, I mean, I know all these CEOs in my competitors. I texted him the day I joined and said, listen, I'll compete, honorably, whatever have you, but it's like Kobe and LeBron Kobe's passed away now. So maybe it's Steph Curry. LeBron, whoever your favorite athlete is you put your best on the court and you win. And that's how I am. That's nothing I've known no other gear than to put my best on the court and win, but do it honorably. It should not be the one that you're doing it. Unethically. You're doing it personally. You're not calling people's names. You're competing honorably. And when you win the team celebrates, it's not a victory for me. It's a victory for the team. >>I always think I'm glad that you brought up the employee experience and we're almost out of time, but I always think the employee experience and the customer experience are inextricably linked. This employees have to be empowered. They have to have the data that they need to do their job so that they can deliver to the customer. You can't do one without the other. >>That's so true. I mean, I, it's my belief. And I've talked also on this show and others about servant leadership. You know, one of my favorite poems is Brenda Naor. I went to bed in life. I dreamt that life was joy. I woke up and realized life was service. I acted in service was joy. So when you have a leadership model, which is it's about, I mean, there's lots of layers between me and the individual contributor, but I really care about that sales rep and the engineer. That's the leaf level of the organization. What can I get obstacle outta their way? I love skipping levels of going right. That sales rep let's go and crack this deal. You know? So you have that mindset. Yeah. I mean, you, you empower, you invert the pyramid and you realize the power is at the leaf level of an organization. >>So that's what I'm trying to do. It's a little easier to do it with 2000 people than I dunno, either 20, 20, 2000 people or 35,000 reported me at VMware. And I mean a similar number at SAP, which was even bigger, but you can shape this. Now we are, we're not a startup anymore. We're a midsize company. We'll see. Maybe along the way, there's an IP on the path. We'll wait for that. When it comes, it's a milestone. It's not the destination. So we do that and we are, we, I told people we are gonna build this green company. Cohesive is gonna be a great company like VMware one day, like Amazon. And there's always a day of early beginnings, but we have to work harder. This is kind of like the, you know, eight year old version of your kid, as opposed to the 18 year old version of the kid. And you gotta work a little harder. So I love it. Yeah. >>Good luck. Awesome. Thank you. Best of luck. Congratulations. On the role, it sounds like there's a tremendous amount of adrenaline, a momentum carrying you forward Sanjay. We always appreciate having you. Thank >>You for having in your show. >>Thank you. Our pleasure, Lisa. Thank you for Sanja poin and Dave ante. I'm Lisa Martin. You're watching the cube live from VMware Explorer, 2022, stick around our next guest. Join us momentarily.
SUMMARY :
Valante good to be sitting next to you, sir. And we're very excited to be welcoming buck. It's great to meet with you all the time and the new sort of setting here, We've been in north. I mean, it's also good to be back with live shows with absolutely, you know, after sort of the two or three or hiatus. You wrote a great blog that you are identified. And you know, one of the senior Google executives was on my board. So you know, a little bit about how to work with, with VMware. And you know, even Chuck Robbins, who the CEO of I think, you know, sort of the narrative I talked about in that blog is And I think that's why you need a Switzerland type player in this space to And I think, you know, what we have to do is make sure while we'll be optimized, our preferred cloud is AWS. stack into each cloud region and each cloud, which gives you latency advantages and other advantages And then bringing it, tying it together with a unified, you know, interface. Quite a bit in that session, he went deep with you. Mean, with Mohi, when you get a guy who developed a Google file system, you know, who can technically Go. I, I thought you did a great job in that interview because you probed him pretty deep. So you say data management is ripe for disrupt disruption. And I think you really need scale out architectures. the advantage of snowflake is when you took that same concept data, warehousing is not a new concept it's existed from since And I see you guys following a similar pattern. So yeah, I think the way to think about the Tam is, I mean, people say it's 20, 30 billion, but let me tell you how you can piece it apart You know, the same way you did antivirus some kind of XDR And I want to know when that happens, which of my 3000 apps I I Was just gonna say, ransomware attack happens every what? And the dollar amount are going up, you know, dollar are going up. And, and when you pay the ransom, you don't always get your data back. I mean, I built the business at, at, at VMware. protection strategy and a recovery, you know, and the things that we've talking about Mount ransomware, Thank you. And, and of course, I know it's a marathon, you know, it's not a sprint, I think you just basically, as a, as a sea level executive, you try to build a culture of And you know, it's you, there's, Dave's a wonderful CEO as is Frank Salman. I think, listen, you know, you know, everything starts with the employee. And then, you know, And when you win the team celebrates, I always think I'm glad that you brought up the employee experience and we're almost out of time, but I always think the employee experience and the customer So when you have a leadership model, which is it's about, I mean, This is kind of like the, you know, eight year old version of your kid, as opposed to the 18 year old version of a momentum carrying you forward Sanjay. Thank you.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Sanjay | PERSON | 0.99+ |
Chuck Robbins | PERSON | 0.99+ |
Andy Jassey | PERSON | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
Dave | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Alibaba | ORGANIZATION | 0.99+ |
1995 | DATE | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
China | LOCATION | 0.99+ |
2004 | DATE | 0.99+ |
Bill Corrin | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Frank Salman | PERSON | 0.99+ |
Lenovo | ORGANIZATION | 0.99+ |
Sanjay Poonen | PERSON | 0.99+ |
2005 | DATE | 0.99+ |
ORGANIZATION | 0.99+ | |
Arvin Christian | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Steph Curry | PERSON | 0.99+ |
2000 | DATE | 0.99+ |
20 | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
2 billion | QUANTITY | 0.99+ |
3000 apps | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
Sanja poin | PERSON | 0.99+ |
Nutanix | ORGANIZATION | 0.99+ |
35,000 | QUANTITY | 0.99+ |
LeBron | PERSON | 0.99+ |
Veras | ORGANIZATION | 0.99+ |
five | QUANTITY | 0.99+ |
Mongo | ORGANIZATION | 0.99+ |
Walmart | ORGANIZATION | 0.99+ |
Frank | PERSON | 0.99+ |
eight year | QUANTITY | 0.99+ |
Mohi | PERSON | 0.99+ |
both | QUANTITY | 0.99+ |
10 | QUANTITY | 0.99+ |
Kobe | PERSON | 0.99+ |
Switzerland | LOCATION | 0.99+ |
2008 | DATE | 0.99+ |
DB | ORGANIZATION | 0.99+ |
six | QUANTITY | 0.99+ |
Nadela | PERSON | 0.99+ |
3000 applications | QUANTITY | 0.99+ |
Symantec | ORGANIZATION | 0.99+ |
Ralph Kimball | PERSON | 0.99+ |
2000 people | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
Supercloud | ORGANIZATION | 0.99+ |
Sanjay Poonen | VMware Explore 2022
>>Good afternoon, everyone. And welcome back to the Cube's day two coverage of VMware Explorer, 2022 live from San Francisco. Lisa Martin, here with Dave. Valante good to be sitting next to you, sir. >>Yeah, the big >>Set and we're very excited to be welcoming back. One of our esteemed alumni Sanja poin joins us, the CEO and president of cohesive. Nice to see >>You. Thank you, Lisa. Thank you, Dave. It's great to meet with you all the time and the new sort of setting here, but >>First time we've been in west, is that right? We've been in north. We've been in south. We've been in Las Vegas, right. But west >>Nice. Well, I mean, it's also good to be back with live shows with absolutely, you know, after sort of the two or three or high. And it was a hard time for the whole world, but I'm kind of driving a little bit of adrenaline just being here with people. So >>You've also got some adrenaline, sorry, Dave. Yeah, you're good because you are new in the role at cohesive. You wrote a great blog that you are identified. The four reasons I came to cohesive. Tell the audience, just give 'em a little bit of a teaser about that. >>Yeah, I think you should all read it. You can Google and, and Google find that article. I talked about the people Mohi is a fantastic founder. You know, he was the, you know, the architect of the Google file system. And you know, one of the senior Google executives who was on my board, bill Corrin said one of the smartest engineers. He was the true father of hyperconverge infrastructure. A lot of the code of Nutanix. He wrote, I consider him really the father of that technology, which brought computer storage. And when he took that same idea of bringing compute to secondary storage, which is really what made the scale out architect unique. And we were at your super cloud event talking about that, Dave. Yeah. Right. So it's a people I really got to respect his smarts, his integrity and the genius, what he is done. >>I think the customer base, I called a couple of customers. One of them, a fortune 100 customer. I, I can't tell you who it was, but a very important customer. I've known him. He said, I haven't seen tech like this since VMware, 20 years ago, Amazon 10 years ago. And now COER so that's special league. We're winning very much in the enterprise and that type of segment, the partners, you know, we have HPE, Cisco as investors, Amazon's an investors. So, you know, and then finally the opportunity, I think this whole area of data management and data security now with threats, like ransomware big opportunity. >>Sure. Okay. So when you were number two at VMware, you would come on and say, we'd love all our partners and of course, okay. So you know, a little bit about how to work with, with VMware. So, so when you now think about the partnership between cohesive and VMware, what are the things that you're gonna stress to your constituents on the VMware side to convince them that Hey, partnering with cohesive is gonna gonna drive more value for customers, you know, put your thumb on the scale a little bit. You know, you gotta, you gotta unfair advantage somewhat, but you should use it. So what's the narrative gonna be like? >>Yeah. I think listen with VMware and Amazon, that probably their top two partners, Dave, you know, like one of the first calls I made was to Raghu and he knew about this decision before. That's the level of trust I have in him. I even called Michael Dell, you know, before I made the decision, there's a little bit of an overlap with Dell, but it's really small compared to the overlap, the potential with Dell hardware that we could compliment. And then I called four CEOs. I was, as I was making this decision, Andy Jassy at Amazon, he was formerly AWS CEO sat Nadela at Microsoft Thomas cor at Google and Arvin Christian at IBM to say, I'm thinking about this making decision. They are many of the mentors and friends to me. So I believe in an ecosystem. And you know, even Chuck Robbins, who the CEO of Cisco is an investor, I texted him and said, Hey, finally, we can be friends. >>It was harder to us to be friends with Cisco, given the overlap of NEX. So I have a big tent towards everybody in our ecosystem with VMware. I think the simple answer is there's no overlap okay. With, with the kind of the primary storage capabilities with VSAN. And by the same thing with Nutanix, we will be friends and, and extend that to be the best data protection solution. But given also what we could do with security, I think this is gonna go a lot further. And then it's all about meet in the field. We have common partners. I think, you know, sort of the narrative I talked about in that blog is just like snowflake was replacing Terada and ServiceNow replace remedy and CrowdStrike, replacing Symantec, we're replacing legacy vendors. We are viewed as the modern solution cloud optimized for private and public cloud. We can help you and make VMware and VSAN and VCF very relevant to that part of the data management and data security continuum, which I think could enhance VMware. And by the way, the same thing into the public cloud. So most of the places where we're being successful is clearly withs, but increasingly there's this discussion also about playing into the cloud. So I think both with VMware and Amazon, and of course the other partners in the hyperscaler service, storage, networking place and security, we have some big plans. >>How, how much do you see this? How do you see this multi-cloud narrative that we're hearing here from, from VMware evolving? How much of an opportunity is it? How are customers, you know, we heard about cloud chaos yesterday at the keynote, are customers, do they, do they admit that there's cloud chaos? Some probably do some probably don't how much of an opportunity is that for cohesive, >>It's tremendous opportunity. And I think that's why you need a Switzerland type player in this space to be successful. And you know, and you can't explicitly rule out the fact that the big guys get into this space, but I think it's, if you're gonna back up office 365 or what they call now, Microsoft 365 into AWS or Google workspace into Azure or Salesforce into one of those clouds, you need a Switzerland player it's gonna be out. And in many cases, if you're gonna back up data or you protect that data into AWS banks need a second copy of that either on premise or Azure. So it's very hard, even if they have their own native data protection for them to be dual cloud. So I think a multi-cloud story and the fact that there's at least three big vendors of cloud in, in the us, you know, one in China, if include Alibaba creates a Switzerland opportunity for us, that could be fairly big. >>And I think, you know, what we have to do is make sure while we'll be optimized, our preferred cloud is AWS. Our control plane runs there. We can't take an all in AWS stack with the control plane and the data planes at AWS to Walmart. So what I've explained to both Microsoft and AWS is that data plane will need to be multicloud. So I can go to an a Walmart and say, I can back up your data into Azure if you choose to, but the control, plane's still gonna be an AWS, same thing with Google. Maybe they have another account. That's very Google centric. So that's how we're gonna play the, the control plane will be in AWS. We'll optimize it there, but the data plane will be multi-cloud. >>Yeah. And that's what Mo had explained at Supercloud. You know, and I talked to, he really helped me hone in on the deployment models. Yes. Where, where, where the cohesive deployment model is instantiating that technology stack into each cloud region and each cloud, which gives you latency advantages and other advantages >>And single code based same platform, >>And then bringing it, tying it together with a unified, you know, interface. That was he, he was, he was key. In fact, I, I wrote about it recently and, and gave him and the other 20, >>Quite a bit in that session. Yeah. So he went deep with you. I >>Mean, with Mohi, when you get a guy who developed a Google file system, you know, who can technically say, okay, this is technically correct or no, Dave, your way off be so I that's why I had to >>Go. I, I thought you did a great job in that interview because you probed him pretty deep and I'm glad we could do that together with him next time. Well, maybe do that together here too, but it was really helpful. He's the, he's the, he's the key reason I'm here. >>So you say data management is ripe for disrupt disruption. Talk about that. You talked about this Switzerland effect. That sounds to me like a massive differentiator for cohesive. Why is data management right. For disruption and why is cohesive the right partner to do it? >>Yeah, I think, listen, everyone in this sort of data protection backup from years ago have been saying the S Switzerland argument 18 years ago, I was a at Veras an executive there. We used the Switzerland argument, but what's changed is the cloud. And what's changed as a threat vector in security. That's, what's changed. And in that the proposition of a, a Switzerland player has just become more magnified because you didn't have a sales force or Workday service now then, but now you do, you didn't have multi-cloud. You had hardware vendors, you know, Dell, HPE sun at the time. IBM, it's now Lenovo. So that heterogeneity of, of on-premise service, storage, networking, HyperCloud, and, and the apps world has gotten more and more diverse. And I think you really need scale out architectures. Every one of the legacy players were not built with scale out architectures. >>If you take that fundamental notion of bringing compute to storage, you could almost paralyze. Imagine you could paralyze backup recovery and bring so much scale and speed that, and that's what Mo invented. So he took that idea of how he had invented and built Nutanix and applied that to secondary storage. So now everything gets faster and cheaper at scale. And that's a disruptive technology ally. What snowflake did to ator? I mean, the advantage of snowflake is when you took that same concept data, warehousing is not a new concept it's existed from since Ralph Kimble and bill Inman and the people who are fathers of data warehousing, they took that to Webscale. And in that came a disruptive force toter data, right? And snowflake. And then of course now data bricks and big query, similar things. So we're doing the same thing. We just have to showcase the customers, which we do. And when large customers see that they're replacing the legacy solutions, I have a lot of respect for legacy solutions, but at some point in time of a solution was invented in 1995 or 2000, 2005. It's right. For change. >>So you use snowflake as an example, Frank sluman doesn't like when I say playbook, cuz I says, Dave, I'm a situational. See you no playbook, but there are patterns here. And one of the things he did is to your point go after, you know, Terra data with a better data warehouse, simplify scale, et cetera. And now he's, he's a constructing a Tam expansion strategy, same way he did at ServiceNow. And I, you guys following a similar pattern. Okay. You get your foot in the door. Let's face it. I mean, a lot of this started with, you know, just straight back. Okay, great. Now it's extending into data management now extending to multi-cloud that's like concentric circles in a Tam expansion strategy. How, how do as, as a CEO, that's part of your job is Tam expansion. >>So yeah, I think the way to think about the Tam is, I mean, people say it's 20, 30 billion, but let me tell you how you can piece it apart in size, Dave and Lisa number one, I estimate there's probably about 10 to 20 exabytes of data managed by these legacy players of on-prem stores that they back up to. Okay. So you add them all up in the market shares that they respectively are. And by the way, at the peak, the biggest of these companies got to 2 billion and then shrunk. That was Verto when I was there in 2004, 2 billion, every one of them is small and they stopped growing. You look at the IDC charts. Many of them are shrinking. We are the fastest growing in the last two years, but I estimate there's about 20 exabytes of data that collectively among the legacy players, that's either gonna stay on prem or move to the cloud. Okay. So the opportunity as they replace one of those legacy tools with us is first off to manage that 20 X bike cheaper, faster with the Webscale, a glass or for the cloud guys, we could tip that into the cloud. Okay. >>But you can't stop there. >>Okay. No, we are not doing just back recovery. Right. We have a platform that can do files. We can do test dev analytics and now security. Okay. That data is potentially at a risk, not so much in the past, but for ransomware, right? How do we classify that? How do we govern that data? How do we run potential? You know, the same way you did antivirus some kind of XDR algorithms on the data to potentially not just catch the recovery process, which is after fact, but maybe the predictive act of before to know, Hey, there's somebody loitering around this data. So if I'm basically managing in the exabytes of data and I can proactively tell you what, this is, one CIO described this very simply to me a few weeks ago that I, and she said, I have 3000 applications, okay. I wanna be prepared for a black Swan event, except it's not a nine 11 planes hitting the, the buildings. >>It is an extortion event. And I want to know when that happens, which of my 3000 apps I recover within one hour within one day within one week, no lay than one month. Okay. And I don't wanna pay the bad guys of penny. That's what we do. So that's security discussions. We didn't have that discussion in 2004 when I was at another company, because we were talking about flood floods and earthquakes as a disaster recovery. Now you have a lot more security opportunity to be able to describe that. And that's a boardroom discussion. She needs to have that >>Digital risk. O O okay, go ahead please. I >>Was just gonna say, ransomware attack happens every what? One, every 11, 9, 11 seconds. >>And the dollar amount are going up, you know, dollar of what? >>Yep. And, and when you pay the ransom, you don't always get your data back. So you that's >>Not. And listen, there's always an ethical component. Should you do it or not do it? If you, if you don't do it and you're threatened, they may have left an Easter egg there. Listen, I, I feel very fortunate that I've been doing a lot in security, right? I mean, I built the business at, at, at VMware. We got it to over a billion I'm on the board of sneak. I've been doing security and then at SAP ran. So I know a lot about security. So what we do in security and the ecosystem that supports us in security, we will have a very carefully crafted stay tuned. Next three weeks months, you'll see us really rolling out a very kind of disciplined aspect, but we're not gonna pivot this company and become a cyber security company. Some others in our space have done that. I think that's not who we are. We are a data management and a data security company. We're not just a pure security company. We're doing both. And we do it well, intelligently, thoughtfully security is gonna be built into our platform, not bolted on, okay. And there'll be certain security things that we do organically. There's gonna be a lot that we do through partnerships, >>This security market that's coming to you. You don't have to go claim that you're now a security vendor, right? The market very naturally saying, wow, a comprehensive security strategy has to incorporate a data protection strategy and a recovery, you know, and the things we've talking about, Mount ransomware, I want to ask you, you know, I've been around a long time, longer than you actually Sanjay. So, but you you've, you've seen a lot. You look incredibly, >>Thank you. That's all good. Oh, >>Shocks. So the market, I've never seen a market like this, right? I okay. After the.com crash, we said, and I know you can't talk about IPO. That's not what I'm talking about, but everything was bad after that. Right. 2008, 2000, everything was bad. I've never seen a market. That's half full, half empty, you know, snowflake beats and raises the stock, goes through the roof. Dev if it, the area announced today, Mongo, DB, beat and Ray, that things getting crushed. And, and after market never seen anything like this. It's so fed, driven and, and hard to protect. And, and of course, I know it's a marathon, you know, it's not a sprint, but have you ever seen anything like this? >>Listen, I walk worked through 18 quarters as COO of VMware. You seen, I've seen public quarters there and you know, was very fortunate. Thanks to the team. I don't think I missed my numbers in 18 quarters except maybe once close. But we, it was, it's tough. Being a public company. Officer of the company is tough. I did that also at SAP. So the journey from 10 to 20 billion at SAP, the journey from six to 12 at VMware, that I was able to be fortunate. It's humbling because you, you really, you know, we used to have this, we do the earnings call and then we kind of ask ourselves, what, what do you think the stock price was gonna be a day and a half later? And we'd all take bets as to wear this. I think you just basically, as a, as a sea level executive, you try to build a culture of beaten, raise, beaten, raise, beaten, raise, and you wanna set expectations in a way that you're not setting them up for failure. >>And you know, it's you, there's, Dave's a wonderful CEO as is Frank movement. So it's hard for me to dissect. And sometimes the market are fickle on some small piece of it. But I think also the, when I, I encourage people say, take the long term view. When you take the long term view, you're not bothered about the ups and downs. If you're building a great company over the length of time, now it will be very clear over the arc of many, many quarters that you're business is trouble. If you're starting to see a decay in growth. And like, for example, when you start to see a growth, start to decay significantly by five, 10 percentage points, okay, there's something macro going on at this company. And that's what you won't avoid. But these, you know, ups and downs, my view is like, if you've got both Mongo, DIA and snowflake are fantastic companies, they're CEOs of people I respect. They've actually a kind of an, a, you know, advisor to us as a company, you knows mot very well. So we respect him, respect Frank, and you, there have been other quarters where Frank's, you know, the snowflakes had a down result after that. So you build a long term and they are on the right side of history, snowflake, and both of them in terms of being a modern cloud relevant in the case of MongoDB open source to data technology, that's, you know, winning, I, we would like to be like them one day >>As, as the new CEO of cohesive, what are you most, what are you most anxious about? And what are you most excited about? >>I think, listen, you know, you know, everything starts with the employee. You, I always believe I wrote my first memo to all employees. There was an article in Harvard business review called service profit chains that had a seminal impact on my leadership, which is when they studied companies who had been consistently profitable over a long period of time. They found that not just did those companies serve their customers well, but behind happy engaged customers were happy, engaged employees. So I always believe you start with the employee and you ensure that they're engaged, not just recruiting new employees. You know, I put on a tweet today, we're hiring reps and engineers. That's okay. But retaining. So I wanna start with ensuring that everybody, sometimes we have to make some unfortunate decisions with employees. We've, we've got a part company with, but if we can keep the best and brightest retained first, then of course, you know, recruiting machine, I'm trying to recruit the best and brightest to this company, people all over the place. >>I want to get them here. It's been, so I mean, heartwarming to come to world and just see people from all walks, kind of giving me hugs. I feel incredibly blessed. And then, you know, after employees, it's customers and partners, I feel like the tech is in really good hands. I don't have to worry about that. Cuz Mo it's in charge. He's got this thing. I can go to bed knowing that he's gonna keep innovating the future. Maybe in some of the companies, I would worried about the tech innovation piece, but most doing a great job there. I can kind of leave that in his cap of hands, but employees, customers, partners, that's kind of what I'm focused on. None of them are for me, like a keep up at night, but they're are opportunities, right? And sometimes there's somebody you're trying to salvage to make sure or somebody you're trying to convince to join. >>But you know, customers, I love pursuing customers. I love the win. I hate to lose. So fortune 1000 global, 2000 companies, small companies, big companies, I wanna win every one of 'em and it's not, it's not like, I mean, I know all these CEOs in my competitors. I texted him the day I joined and said, listen, I'll compete, honorably, whatever have you, but it's like Kobe and LeBron Kobe's passed away now. So maybe it's step Curry. LeBron, whoever your favorite athlete is you put your best on the court and you win. And that's how I am. That's nothing I've known no other gear than to put my best on the court and win, but do it honorably. It should not be the one that you're doing it. Unethically. You're doing it personally. You're not calling people's names. You're competing honorably. And when you win the team celebrates, it's not a victory for me, it's a victory for the team. >>I always think I'm glad that you brought out the employee experience and we're almost out of time, but I always think the employee experience and the customer experience are inextricably linked. This employees have to be empowered. They have to have the data that they need to do their job so that they can deliver to the customer. You can't do one without the other. >>That's so true. I mean, I, it's my belief. And I've talked also on this show and others about servant leadership. You know, one of my favorite poems is Brenda NA Tago. I went to bed in life. I dreamt that life was joy. I woke up and realized life was service. I acted in service was joy. So when you have a leadership model, which is it's about, I mean, there's lots of layers between me and the individual contributor, but I really care about that sales rep and the engineer. That's the leaf level of the organization. What can I get obstacle outta their way? I love skipping levels and going write that sales rep let's go and crack this deal. You know? So you have that mindset. Yeah. I mean, you, you empower, you invert the pyramid and you realize the power is at the leaf level of an organization. >>So that's what I'm trying to do. It's a little easier to do it with 2000 people than I dunno, either 20, 20, 2000 people or 35,000 reported me at VMware. And I mean a similar number at SAP, which was even bigger, but you can shape this. Now we are, we're not a startup anymore. We're a mid-size company. We'll see. Maybe along the way, there's an IP on the path. We'll wait for that. When it comes, it's a milestone. It's not the destination. So we do that and we are, we, I told people we are gonna build this green company. Cohesive is gonna be a great company like VMware one day, like Amazon. And there's always a day of early beginnings, but we have to work harder. This is kind of like the, you know, eight year old version of your kid, as opposed to the 18 year old version of the kid. And you gotta work a little harder. So I love it. Yeah. >>Good luck. Awesome. Thank you too. Best of luck. Congratulations on the role, it sounds like there's a tremendous amount of adrenaline, a momentum carrying you forward Sanja. We always appreciate having thank >>You for having in your show. >>Thank you. Our pleasure, Lisa. Thank you for Sanjay poin and Dave ante. I'm Lisa Martin. You're watching the cube live from VMware Explorer, 2022, stick around our next guest. Join us momentarily.
SUMMARY :
Valante good to be sitting next to you, sir. the CEO and president of cohesive. It's great to meet with you all the time and the new sort of setting here, We've been in north. And it was a hard time for the whole world, but I'm kind of driving a little bit of adrenaline just being You wrote a great blog that you are identified. And you know, one of the senior Google executives who was on my board, We're winning very much in the enterprise and that type of segment, the partners, you know, we have HPE, So you know, a little bit about how to work with, with VMware. And you know, even Chuck Robbins, who the CEO of I think, you know, sort of the narrative I talked about in that blog is and the fact that there's at least three big vendors of cloud in, in the us, you know, And I think, you know, what we have to do is make sure while we'll be optimized, our preferred cloud is AWS. stack into each cloud region and each cloud, which gives you latency advantages and other advantages And then bringing it, tying it together with a unified, you know, interface. So he went deep with you. Go. I, I thought you did a great job in that interview because you probed him pretty deep and I'm glad we could do that together with him So you say data management is ripe for disrupt disruption. And I think you really need scale out architectures. the advantage of snowflake is when you took that same concept data, warehousing is not a new concept it's existed from since I mean, a lot of this started with, you know, So yeah, I think the way to think about the Tam is, I mean, people say it's 20, 30 billion, but let me tell you how you can piece it apart You know, the same way you did antivirus some kind of XDR And I want to know when that happens, which of my 3000 apps I I Was just gonna say, ransomware attack happens every what? So you that's I mean, I built the business at, at, at VMware. a data protection strategy and a recovery, you know, and the things we've talking about, Mount ransomware, That's all good. And, and of course, I know it's a marathon, you know, it's not a sprint, I think you just basically, as a, as a sea level executive, you try to build a culture of And you know, it's you, there's, Dave's a wonderful CEO as is Frank movement. I think, listen, you know, you know, everything starts with the employee. And then, you know, And when you win the team celebrates, I always think I'm glad that you brought out the employee experience and we're almost out of time, but I always think the employee experience and the customer So when you have a leadership model, which is it's about, I mean, This is kind of like the, you know, eight year old version of your kid, as opposed to the 18 year old version of a momentum carrying you forward Sanja. Thank you.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Chuck Robbins | PERSON | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Sanjay Poonen | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
1995 | DATE | 0.99+ |
Alibaba | ORGANIZATION | 0.99+ |
2004 | DATE | 0.99+ |
China | LOCATION | 0.99+ |
Sanja | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
Arvin Christian | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
20 | QUANTITY | 0.99+ |
Lenovo | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
2000 | DATE | 0.99+ |
Lisa | PERSON | 0.99+ |
Frank | PERSON | 0.99+ |
Sanjay poin | PERSON | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
2005 | DATE | 0.99+ |
Nutanix | ORGANIZATION | 0.99+ |
Mohi | PERSON | 0.99+ |
35,000 | QUANTITY | 0.99+ |
2 billion | QUANTITY | 0.99+ |
2008 | DATE | 0.99+ |
3000 apps | QUANTITY | 0.99+ |
Walmart | ORGANIZATION | 0.99+ |
five | QUANTITY | 0.99+ |
eight year | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
Switzerland | LOCATION | 0.99+ |
Frank sluman | PERSON | 0.99+ |
Brenda NA Tago | PERSON | 0.99+ |
One | QUANTITY | 0.99+ |
LeBron | PERSON | 0.99+ |
Veras | ORGANIZATION | 0.99+ |
Symantec | ORGANIZATION | 0.99+ |
Michael Dell | PERSON | 0.99+ |
DIA | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
3000 applications | QUANTITY | 0.99+ |
each cloud | QUANTITY | 0.99+ |
Supercloud | ORGANIZATION | 0.99+ |
HPE | ORGANIZATION | 0.99+ |
Mongo | ORGANIZATION | 0.99+ |
Nadela | PERSON | 0.99+ |
six | QUANTITY | 0.99+ |
four reasons | QUANTITY | 0.99+ |
Andrew Elvish & Christian Morin | CUBE Conversation
>>Welcome to this Q conversation. I'm Dave Nicholson. And today we are joined by Andrew ish and Chris Y Moran, both from Gentech. Andrew is the vice president of marketing. Chris John is the, uh, vice president of product engineering, gentlemen, welcome to the cube. >>Welcome David. Thanks for having us. Hey, >>David, thanks for having us on your show. >>Absolutely. Give us just, let's start out by, uh, giving us some background on, on Gentech. How would you describe to a relative coming over and asking you what you do for a living? What Genotech does? >>Well, I'll take a shot at that. I'm the marketing guy, David, but, uh, I think the best way to think of Genotech first and foremost is a software company. We, uh, we do a really good job of bringing together all of that physical security sensor network onto a platform. So people can make sense out of the data that comes from video surveillance, cameras, access control, reads, license plate recognition, cameras, and from a whole host of different sensors that can live out there in the world. Temperature, sensors, microwaves, all sorts of stuff. So we're a company that's really good at making sense of complex data from sensors. That's kind of, I think that's kind of what we >>Do and, and, and we focus specifically on like larger, complex, critical infrastructure type projects, whether they be airports, uh, large enterprise campuses and whatnot. So we're not necessarily your well known consumer type brand. >>So you mentioned physical, you mentioned physical security. Um, what about the intersection between physical security and, and cyber security who are, who are the folks that you work with directly as customers and where do they, where do they sit in that spectrum of cyber versus physical? >>So we predominantly work with physical security professionals and, uh, they typically are responsible for the security of a facility, a campus, a certain area. And we'll talk about security cameras. We'll talk about access control devices with card readers and, and, and locks, uh, intrusion detection, systems, fences, and whatnot. So anything that you would see that physically protects a facility. And, uh, what's actually quite interesting is that, you know, cybersecurity, we, we hear about cybersecurity and depressed all the time, right. And who's been hacked this week is typically like, uh, a headline that we're all like looking at, uh, we're looking for in the news. Um, so we actually do quite a lot of, I would say education work with the physical security professional as it pertains to the importance of cyber security in the physical security system, which in and of itself is an information system. Right. Um, so you don't wanna put a system in place to protect your facility that is full of cybersecurity holes because at that point, you know, your physical security systems becomes, uh, your weakest link in your security chain. Uh, the way I like to say it is, you know, there's no such thing as physical security versus cyber security, it's just security. Uh, really just the concept or a context of what threat vectors does this specific control or mechanism actually protects against >>Those seem to be words to live by, but are, are they aspirational? I mean, do you, do you see gaps today, uh, between the worlds of cyber and physical security? >>I mean, for sure, right? Like we, physical security evolved from a different part of the enterprise, uh, structure then did it or cyber security. So they, they come at things from a different angle. Um, so, you know, for a long time, the two worlds didn't really meet. Uh, but now what we're seeing, I would say in the last 10 years, Christian, about that, there's a huge convergence of cyber security with physical security. It, so information technology with operation technology really coming together quite tightly in the industry. And I think leading companies and sophisticated CISOs are really giving a big pitcher thought to what's going on across the organization, not just in cybersecurity. >>Yeah. I think we've come a long way from CCTV, which stands for closed circuit television, uh, which was typically like literally separated from the rest of the organization, often managed by the facilities, uh, part of any organization. Uh, and now we're seeing more and more organizations where this is converging together, but there's still ways to go, uh, to get this proper convergence in place. But, you know, we're getting there. >>How, how does Gentech approach its addressable market? Is this, is this a direct model? Uh, do you work with partners? What, what does that look like in your world? >>Well, we're a, we're a partner led company Gentech, you know, model on many friends is all about our partners. So we go to market through our integration channel. So we work with really great integrators all around the world. Um, and they bring together our software platform, which is usually forms the nucleus of sort of any O T security network. Uh, they bring that together with all sorts of other things, such as the sensor network, the cabling, all of that. It's a very complex multiplayer world. And also in that, you know, partnership ecosystem and Christian, this is more your world. We have to build deep integrations with all of these companies that build sensors, whether that's access, Bosch, Canon, uh, Hanoi, you know, we're, we're really working with them them. And of course with our storage and server partners >>Like Dell >>Mm-hmm <affirmative>. Yeah. So we have, we have like hundreds of, I would say ecosystem partners, right? Camera manufacturers, uh, access control reader, controller manufacturers, intrusion detection, manufacturers, late LIDAR radar, you know, the list goes on and on and on. And, and basically we bring this all together. The system integrator really is going to pick best of breed based on a specific end customer's I would say requirements and then roll out the system. According >>That's very interesting, you know, at, at Silicon angle on the cube, um, we've initiated coverage of this subject of the question, does hardware still matter? And, and you know, of course we're, we're approaching that primarily from kind of the traditional it, uh, perspective, but you said at the outset, you you're a software company mm-hmm <affirmative>, but clearly correct me if I'm wrong, your software depends upon all of these hardware components and as they improve, I imagine you can do things that maybe you couldn't do before those improvements. The first thing that comes to mind is just camera resolution. Um, you know, sort of default today is 4k, uh, go back five years, 10 years. I imagine that some of the sophisticated things that you can do today weren't possible because the hardware was lagging. Is that, is that a, is that a fair assessment? >>Oh, that's a fair assessment. Just going back 20 years ago. Uh, just VGA resolution on a security camera was like out of this world resolution, uh, even more so if it was like full motion, 30 images per second. So you typically have like, probably even like three 20 by 2 44 images per second, like really lousy resolution, just from a resolution perspective, the, the imagery sensors have, have really increased in terms of what they can provide, but even more so is the horsepower of these devices. Mm-hmm, <affirmative> now it's not uncommon to have, uh, pretty, pretty powerful Silicon in those devices now that can actually run machine learning models and you can actually do computer vision and analytics straight into the device. Uh, as you know, in some of the initial years, you would actually run this on kind of racks of servers in this data center. >>Now you can actually distribute those workloads across on the edge. And what we're seeing is, you know, the power that the edge provides is us as a software company, we have the opportunity to actually bring our workloads where it makes most sense. And in some cases we'll actually also have a ground station kind of in between the sensors and potentially the cloud, uh, because the use case just, uh, calls for it. Uh, just looking from a, from a, from a video security perspective, you know, when you have hundreds or thousands of cameras on an airport, it's just not economical or not even feasible in some cases to bring all that footage to the cloud even more so when 99% of that footage is never watched by anybody. So what's the point. Uh, so you just wanna provide the clips that, that actually do matter to the cloud and for longer term retention, you also want to be able to have sometimes more resilient systems, right? So what happens if the cloud disconnects, you can stop the operations of that airport or stop that operations of that, of that prison, right? It needs to continue to operate and therefore you need higher levels of resiliency. So you do need that hardware. So it's really a question of what it calls for and having the right size type of hardware so that you don't overly complexify the installation, uh, and, and actually get the job done. Are >>You comparing airports to prisons >>Christian? Well, nowadays they're pretty much prepared <laugh>, >>But I mean, this is exactly it, David, but I mean, this payload, especially from the video surveillance, like the, the workload that's going through to the, these ground stations really demands flexible deployment, right? So like we think about it as edge to cloud and, uh, you know, that's, what's really getting us excited because it, it gives so much more flexibility to the, you know, the C I S O and security professionals in places like prisons, airports, also large scale retail and banking, and, uh, other places, >>Universities, the list goes on and on and on, and >>On the flexibility of deployment just becomes so much easier because these are lightweight, you usually word deploying on a Linux box and it can connect seamlessly with like large scale head end storage or directly to, uh, cloud providers. It's, it's really a sophisticated new way of looking at how you architect out these networks. >>You've just given, you've just given a textbook example of why, uh, folks in the it world have been talking about hybrid cloud for, for, for such a long time, and some have scoffed at the idea, but you just, you just present a perfect use case for that combination of leveraging cloud with, uh, on-premises hardware and tracking with hardware advances, um, uh, on, on the subject of camera resolution. I don't know if you've seen this meme, but there's a great one with the, the first deep field image from the, from the, I was gonna say humble, the James web space telescope, uh, in contrast with a security camera F photo, which is really blurry of someone in your driveway <laugh>, uh, which is, which is, uh, sort of funny. The reality though, is I've seen some of these latest generation security cameras, uh, you know, beyond 4k resolution. And it's amazing just, you know, the kind of detail that you can get into, but talk about what what's, what's exciting in your world. What's, what's Gentech doing, you know, over the next, uh, several quarters that's, uh, particularly interesting what's on the leading edge of your, of your world. >>Well, I think right now what's on the leading edges is being driven by our end users. So the, so the, the companies, the governments, the organizations that are implementing our software into these complex IOT networks, they wanna do more with that data, right? It's not just about, you know, monitoring surveillance. It's not just about opening and closing doors or reading license plates, but more and more we're seeing organizations taking this bigger picture view of the data that is generated in their organizations and how they can take value out of existing investments that they've made in sensor networks, uh, and to take greater insight into operations, whether that can be asset utilization, customer service efficiency, it becomes about way more than just, you know, either physical security or cyber security. It becomes really an enterprise shaping O T network. And to us, that is like a massive, massive opportunity, uh, in the, in the industry today. >>Yeah. >>Now you're you're you're oh, go ahead. I'm sorry, Christian, go ahead. Yeah, >>No, it's, it's, it's good. But, you know, going back to a comment that I mentioned earlier about how it was initially siloed and now, you know, we're kind of discovering this diamond in the rough, in terms of all these sensors that are out there, which a lot of organizations didn't even know existed or didn't even know they had. And how can you bring that on kind of across the organizations for non-security related applications? So that's kind of one very interesting kind of, uh, direction that we're, that we've been undergoing for the last few years, and then, you know, security, uh, and physical security for that matter often is kind of the bastard step child. Doesn't get all the budget and, you know, there's lots of opportunities for, to help them increase and improve their operations, uh, as, as Andrew pointed out and really help bringing them into the 21st century. >>Yeah. >>And you're, you're headquartered in Montreal, correct? >>Yes. >>Yeah. So, so the reason, the reason why that's interesting is because, um, and, you know, correct me if I'm, if I'm off base here, but, but you're sort of the bridge between north America and Europe. Uh, and, and, uh, and so you sit at that nexus where, uh, you probably have more of an awareness of, uh, trends in security, which overlap with issues of privacy. Yeah. Where Europe has led in a lot of cases. Um, some of those European like rules are coming to north America. Um, is there anything in your world that is particularly relevant or that concerns you about north America catching up, um, or, or do those worlds of privacy and security not overlap as much as I might think they do? >>Ah, thank you. Any >>Thoughts? >>Absolutely not. No, no. <laugh> joking aside. This is, this is, this is, >>Leave me hanging >><laugh>, uh, this is actually core to our DNA. And, and, and we, we often say out loud how, like Europe has really paved the way for a different way, uh, of, of looking at privacy from a security setting, right. And they're not mutually exclusive. Right. You can have high security all while protecting people's privacy. And it's all of a question of ensuring that, you know, how you kind of, I would say, uh, ethically, uh, use said technology and we can actually put some safeguards in it. So to minimize the likelihood of there being abuse, right? There's, there's something that we do, which we call the privacy protector, which, you know, for all intents and purposes, it's not that complex of an idea. It's, it's really the concept of you have security cameras in a public space or a more sensitive location. And you have your security guards that can actually watch that footage when nothing really happens. >>You, you want to protect people's privacy in these situations. Uh, however, you still want to be able to provide a view to the security guard so they can still make out that, you know, there there's actually people walking around or there's a fight that broke out. And in the likelihood that something did happen, then you can actually view the overall footage. So, and with, with the details that the cameras that you had, you know, the super high mega pixel cameras that you have will provide. So we blur the images of the individuals. We still keep the background. And once you have the proper authorization, and this is based on the governance of the organization, so it can be a four I principle where it could be the chief security officer with the chief privacy officer need to authorize this footage to be kind of UN blurred. And at that point you can UN blur the footage and provide it to law enforcement for the investigation, for example. >>Excellent. I've got Andrew, if you wanted, then I, then I'm. Well, so I, I've a, I have a final question for you. And this comes out of a game that, uh, some friends and I, some friends of mine and I devised over the years, primarily this is played with strangers that you meet on airplanes as you're traveling. But the question you ask is in your career, what you're doing now and over the course of your careers, um, what's the most shocking thing <laugh> that people would learn from what, you know, what do you, what do you find? What's the craziest thing. When you go in to look at these environments that you see that people should maybe address, um, well, go ahead and start with you, Andrew. >>I, >>The most shocking thing you see every day in your world, >>It's very interesting. The most shocking thing I think we've seen in the industry is how willing, uh, some professionals are in our industry to install any kind of device on their networks without actually taking the time to do due diligence on what kind of security risks these devices can have on a network. Because I think a lot of people don't think about a security camera as first and foremost, a computer, and it's a computer with an IP address on a network, and it has a visual sensor, but we always get pulled in by that visual sensor. Right. And it's like, oh, it's a camera. No, it's a computer. And, you know, over the last, I would say eight years in the industry, we've spent a lot of time trying to sensitize the industry to the fact that, you know, you can't just put devices on your, your network without understanding the supply chain, without understanding the motives behind who's put these together and their track record of cybersecurity. So probably the weirdest thing that I've seen in my, um, you know, career in this industry is just the willingness of people not to take time to do due diligence before they hook something up on onto their corporate network where, you know, data can start leaking out, being exfiltrated by those devices and malevolent actors behind them. So gotta ask questions about what you put on your network. >>Christian, did he steal your, did he steal your thunder? Do you have any other, any other thoughts? >>Well, so first of all, there's things I just cannot say on TV. Okay. But you can't OK. >>You can't. Yeah, yeah, yeah. Saying that you're shocked that not everyone speaks French doesn't count. Okay. Let's just get, let's get past that, but, but go, but yeah, go ahead. Any thoughts? >>So, uh, you know, I, I would say something that I I've seen a lot and, and specifically with customers sometimes that were starting to shop for a new system is you'd be surprised by first of all, there's a camera, the likelihood of actually somebody watching it live while you're actually in the field of view of that camera is close to Neil first and foremost, second, there's also a good likelihood that that camera doesn't even record. It actually is not even functional. And, and I would say a lot of organizations often realize that, you know, that camera was not functioning when they actually knew do need to get the footage. And we've seen this with some large incidents, uh, very, uh, bad incidents that happened, uh, whether in the UK or in Boston or whatnot, uh, when they're, when law enforcement is trying to get footage and they realize that a lot of cameras actually weren't recording and, and, and goes back to Andrew's point in terms of the selection process of these devices. >>Yeah. Image resolution is important, like, because you need an, an image that it actually usable so that you can actually do something with it forensically, but you know, these cameras need to be recorded by a reliable system and, and should something happen with the device. And there's always going to be something, you know, power, uh, uh, a bird ate the lens. I don't know what it might be, or squirrel ate the wire. Um, and the camera doesn't work anymore. So you have to replace it. So having a system that provides, you know, you with like health insights in terms of, of, of if it's working or not is, is actually quite important. It needs to be managed like any it environment, right? Yeah. You have all these devices and if one of them goes down, you need to manage it. And most organizations it's fire and forget, I sign a purchase order. I bought my security system, I installed it. It's done. We move on to the next one and seven years later, something bad happens. And like, uhoh, >>It's not a CCTV system. It's a network. Yeah. Life cycle management counts. >>Well, uh, I have to say on that, uh, I'm gonna be doing some research on Canadian birds and squirrels. I, I had no idea, >>Very hungry. >>Andrew, Chris, John, thank you so much. Great conversation, uh, from all of us here at the cube. Thanks for tuning in. Stay tuned. The cube from Silicon angle media, we are your leader in tech coverage.
SUMMARY :
Andrew is the vice president of marketing. Thanks for having us. How would you describe to a relative coming over and asking you what you I'm the marketing guy, David, but, uh, I think the best way to think of So we're not necessarily your well known consumer type brand. So you mentioned physical, you mentioned physical security. Uh, the way I like to say it is, you know, so, you know, for a long time, the two worlds didn't really meet. But, you know, we're getting there. And also in that, you know, partnership ecosystem and you know, the list goes on and on and on. I imagine that some of the sophisticated things that you can do today weren't possible Uh, as you know, in some of the initial years, from a video security perspective, you know, when you have hundreds or thousands of cameras on an It's, it's really a sophisticated new way of looking at how you architect uh, you know, beyond 4k resolution. It's not just about, you know, Yeah, Doesn't get all the budget and, you know, there's lots of opportunities for, to help them increase Uh, and, and, uh, and so you sit at that nexus where, Ah, thank you. this is, this is, It's, it's really the concept of you have security cameras in a public space or a And in the likelihood that something did happen, then you can actually view the overall footage. what, you know, what do you, what do you find? to sensitize the industry to the fact that, you know, you can't just put devices But you can't OK. Saying that you're shocked that not everyone speaks French doesn't count. So, uh, you know, I, I would say something that I I've seen a lot and, and specifically with customers So having a system that provides, you know, you with like health insights It's not a CCTV system. Well, uh, I have to say on that, uh, I'm gonna be doing some research Andrew, Chris, John, thank you so much.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Nicholson | PERSON | 0.99+ |
David | PERSON | 0.99+ |
Andrew | PERSON | 0.99+ |
Canon | ORGANIZATION | 0.99+ |
Bosch | ORGANIZATION | 0.99+ |
Genotech | ORGANIZATION | 0.99+ |
Gentech | ORGANIZATION | 0.99+ |
Hanoi | ORGANIZATION | 0.99+ |
Chris John | PERSON | 0.99+ |
Montreal | LOCATION | 0.99+ |
Chris Y Moran | PERSON | 0.99+ |
hundreds | QUANTITY | 0.99+ |
99% | QUANTITY | 0.99+ |
Boston | LOCATION | 0.99+ |
Christian Morin | PERSON | 0.99+ |
UK | LOCATION | 0.99+ |
21st century | DATE | 0.99+ |
eight years | QUANTITY | 0.99+ |
Andrew Elvish | PERSON | 0.99+ |
Chris | PERSON | 0.99+ |
2 | QUANTITY | 0.99+ |
Andrew ish | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
north America | LOCATION | 0.99+ |
Neil | PERSON | 0.99+ |
north America | LOCATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
20 | QUANTITY | 0.99+ |
10 years | QUANTITY | 0.99+ |
this week | DATE | 0.98+ |
both | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
seven years later | DATE | 0.98+ |
John | PERSON | 0.98+ |
two worlds | QUANTITY | 0.97+ |
second | QUANTITY | 0.96+ |
five years | QUANTITY | 0.95+ |
20 years ago | DATE | 0.94+ |
first | QUANTITY | 0.93+ |
nexus | ORGANIZATION | 0.92+ |
4k | QUANTITY | 0.92+ |
Christian | ORGANIZATION | 0.91+ |
44 images per second | QUANTITY | 0.91+ |
Linux | TITLE | 0.9+ |
first thing | QUANTITY | 0.89+ |
French | OTHER | 0.89+ |
one | QUANTITY | 0.87+ |
James | ORGANIZATION | 0.85+ |
last 10 years | DATE | 0.83+ |
three | QUANTITY | 0.83+ |
30 images per second | QUANTITY | 0.81+ |
thousands of cameras | QUANTITY | 0.81+ |
first deep | QUANTITY | 0.8+ |
European | OTHER | 0.79+ |
Canadian | OTHER | 0.78+ |
four | QUANTITY | 0.77+ |
Europe | ORGANIZATION | 0.68+ |
Silicon | ORGANIZATION | 0.64+ |
last | DATE | 0.61+ |
O | ORGANIZATION | 0.56+ |
years | DATE | 0.5+ |
one | DATE | 0.38+ |
Christian Hernandez, Codefresh | CUBE Conversation
>>And welcome to this cube conversation here in Palo Alto, California. I'm John furrier, host of the cube. We have a great guest coming in remotely from LA Christian Hernandez developer experienced lead at code fresh code fresh IO. Recently they were on our feature at a startup showcase series, season two episode one cloud data innovations, open source innovations, all good stuff, Christian. Thanks for coming on this cube conversation. >>Thank you. Thank you, John. Thank you for having me on, >>You know, I'm I was really impressed with code fresh. My met with the founders on here on the cube because GI ops AI, everything's something ops devs dev sec ops. You've got AI ops. You've got now GI ops, essentially operationalizing the software future is here and software's eating the world is, was written many years ago, but it's open source is now all. So all things software's open source and that's kind of a done deal. It's only getting better and better. Mainstream companies are contributing. You guys are on this wave of, of this open source tsunami and you got cloud scale. Automation's right there, machine learning, all this stuff is now the next gen of, of, of code, right? So you, your code fresh and your title is developer experience lead. What does that mean right now? What does it mean to be a developer experience lead? Like you make sure people having a good experience. Are you developing you figuring out the product? What does that mean? >>Yeah. That's and it's also part of the, the whole Debre explosion that's happening right now. I believe it's, you know, everyone's always asking, well, what, you know, what is developer advocate? What does that mean developer experience? What does that mean? So, so you, you kind of hit the nail on the head a little bit up there in, in the beginning, is that the, the experience of the developer when using a particular platform, right? Especially the code flash platform. That is my responsibility there at code fresh to enable, to enable end users, to enable partners, to enable, you know, anyone that wants to use the code fresh platform for their C I C D and get ops square flows. So that's, that's really my, my corner of the world is to make sure their experience is great. So that's, it's really what, what I'm here to do >>At food fresh. You know, one of the things I can say of my career, you've been kind of become a historian over time. When I was a developer back in the old days, it was simply you compiled stuff, you did QA on it. You packaged it out. You wanted out the door and you know, that was a workflow right now with the cloud. I was talking with your founders, you got new abstraction layers. Cloud has changed again again, open source. So newer things are coming, right? Like, like, like Kubernetes for instance is a great example that came out of the open source kind of the innovations. But that, and Hadoop, we were mentioning before he came on camera from a storage standpoint, kind of didn't make it because it was just too hard. Right. And it made the developer's job harder. And then it made the developer's requirements to be specialized. >>So you had kind of two problems. You had hard to use a lot of friction and then it required certain expertise when the developers just want to code. Right. So, so you have now the motion of, with GI ops, you guys are in the middle of kinda this idea of frictionless based software delivery with the cloud. So what's different now, can you talk about that specific point because no one wants to be, do hard work and have to redo things. Yeah. Shift left and all that good stuff. What's hard now, what do you guys solve? What's the, what's the friction that you're taking out what's to become frictionless. >>Yeah. Yeah. And you, you, you mentioned a very interesting point about how, you know, things that are coming out almost makes it seem harder nowadays to develop an application. You used to have it to where, you know, kind of a, sort of a waterfall sort of workflow where, you know, you develop your code, you know, you compile it. Right. You know, I guess back in the day, Java was king. I think Java still is, has a, is a large footprint out there where you would just compile it, deploy it. If it works, it works. Alright cool. And you have it and you kind of just move it along in its process. Whereas I think the, the whole idea of, I think Netflix came out with like the, the fail often fail fast release often, you know, the whole Atlassian C I C D thing, agile thing came into play. >>Where now it's, it's a little bit more complex to get your code out there delivered to get your code from one environment to the other environment, especially with the, the Avan of Kubernetes and cloud native architecture, where you can deploy and have this imutable infrastructure where you can just deploy and automate so quickly. So often that there needs to be some sort of new process now into place where to have a new process, like GI ops to where it'll, it it's frictionless, meaning that it's, it, it makes it that process a little easier makes that little, that comp that complex process of deploying onto like a cloud native architecture easier. So that way, as you said before, returning the developers to back to what they care about, mot, the most is just code. I just want to code. >>Yeah. You know, the other thing, cool thing, Christian, I wanna bring up and we'll get into some of the specifics around Argo specifically CD is that the community is responding as a kind of, it takes a village kind of mindset. People are getting into this just saying, Hey, if we can get our act together around some de facto workflows and de facto capabilities, everyone wins. It's a rising tide, floats all boats, kind of concept. CNCF certainly has been a big part of that. Even seen some of the big hyper scales getting behind it. But you guys are part of the founding members of the open get ups working group, Amazon Azure, GitHub, red hat Weaveworks and then a ton of contributors. Okay. So this is kind of cool. This means that there's like people behind this thing. Look, we gotta get here faster. What happened at co con this year? You guys had some news around Argo and you had some news around the hosted solution. Can you take a minute to explain two things, one the open community vibe, and then two, what you guys announced at Coon in Spain. >>Yeah. Yeah. So as far as open get ups, that was, you know, as you said before, code fresh was part of that, that founding committee. Right. Of, of group of people trying to figure out, define what get ups is. Right. We're trying to bring it beyond the, you know, the, the hype word, right beyond just like a marketing term to where we actually define what it actually is, because it is actually something that's out there that people are doing. Right. A lot of people, you know, remember that the, the Chick-fil-A story where it's like, they, they are completely doing, you know, this get ops thing, we're just now wanting, putting definition around it. So that was just amazing to see out at there in, in Cuban. And, but like you said, in QAN, we, you know, we're, we're, we're taking some of that, that acceleration that we see in the community to, and we, we announce our, our hosted get ops offering. >>Right. So hosted get ops is something that our customers have been asking for for a while. Many times when, you know, someone wants to use something like Argo CD, the, in, they install it on their cluster, they get up and running. And, but with, with all that comes like the feed and care of that platform, and, you know, not only just keeping the lights on, but also management security, you know, general maintenance, you know, all the things that, that come along with managing a system. And on top of that comes like the scale aspect of it. Right. And so with scale, so a lot of people go with like a hub and spoke others, go with like a fleet design in, in either case, right. There's, there's a challenge for the feet and care of it. Right. And so with code fresh coast of get ups, we take that management headache away. >>Right? So we, we take the, the, the management of, of Argo CD, the management of, of all of that, and kind of just offer Argo CD as a surface, right. Which offers, you know, allows users to, you know, let us take care of all the, of the get offs, runtime. And so they can concentrate on, you know, their application deployments. Right. And you also get things like Dora metrics, right. Integrated with the platform, you have the ability to integrate multiple CI providers, you know, like get hub actions or whatever, existing Jenkins pipelines. And really that, that code fresh platform becomes like your get ops platform becomes like, you know, your, your central view of the world of, of your, you know, get ups processes. >>Yeah. I mean, that whole single source of truth concept is really kind of needed. I gotta ask you though, with the popularity of the Argo CD on get ups internally, right. That's been clear, right. Kubernetes, the way that's going, it's accelerating fast. People want simple it's scaling, you got automation built in all that good stuff. What was the driver behind the hosted get up solution? Was it customer needs? Was it efficiency all the above? What was specifically and, and why would someone want to have the hosted versus say internal? >>Yeah. So it's, it was really driven by, you know, customer need been something that the customers have been asking for. And it's also been something that, you know, you, you, you have a process of developing an application to, you know, you know, a fleet of clusters in a traditional, you know, I keep saying traditional, get outs practice as if get outs are so old. And, you know, in, you know, when, when, when people first start out, they'll start, you know, installing Argo city on all these clusters and trying to manage that at scale it's, it's, it, it seemed like there was, you know, it it'd be nice if we can just like, be able to consume this as a service. So we don't have to like, worry about, you know, you know, best practices. We don't have to worry about security. We don't just, all of that is taken care of and managed by us at code fresh. So this is like something that, you know, has been asked for and, and something that, you know, we believe will accelerate, you know, developers into actually developing their, their applications. They don't have to worry about managing >>The platform. So just getting this right. Hosted, managed service by you guys on this one, >>Correct? Yes. >>Okay. Got it. All right. So let me, let me get in the Argo real quick, just to kind of just level set for the folks that are, are leaning into this and then kicking the tires. Where are we with Argo? What, why was it so popular? What did it do specifically? Did it just make it easier for developers to manage and monitor Kubernetes, keep 'em updated? What was the specific value behind Argo? Where, where, where did it come from and why is it so popular? >>Yeah, so Argo the Argo project, which is made up of, of a few tools, usually when people say Argo, they meet, they they're talking about Argo CD, but there's also Argo workflows, Argo events, Argo notifications. And, and like I said before, CD with that, and that is something that was developed internally at Intuit. Right? So for those of who don't know, Intuit is the company behind turbo tax. So for those, those of us in the us, we, we know, you know, we know that season all too well, the tax season. And so that was a tool that was developed internally. >>And by the way, Intuit we've done many years. They're very huge cloud adopters. They've been on that train from the day one. They've been, they've been driving a lot of cloud scale too. Sorry >>To interrupt. Yeah. And, and, and yeah, no, and, and, and also, you know, they, they were always open source first, right. So they've always had, you know, they developed something internally. They always had the, the intention of opensourcing it. And so it was really a tool that was born internally, and it was a tool that helped them, you know, get stuff done with Kubernetes. And that's kind of like the tagline they use for, for the Argo project is you need to get stuff done. They wanted their developers to focus less on deploying the application and more right. More than on writing the application itself. And so the, and so the Argo project is a suite of tools essentially that helps deploy onto Kubernetes, you know, using get ups as that, you know, that cornerstone in design, right in the design philosophy, it's so popular because of the ease of use and developer friendliness aspect of it. It's, it's, it's, it's meant to be simple right. In and simple in a, in a good sense of getting up and running, which attracted, you know, developers from, you know, all around the world. You know, other companies like red hat got into it as well. BlackRock also is, is a, is a big contributor, thousands of other independent contributors as well to the Argo project. >>Yeah. Christian, if you bring up a good point and I'm gonna go on a little tangent here, but I wanna get your reaction to something that Dave ante and I, and our cube team has been kind of riffing on lately. You mentioned, you know, Netflix earlier, you mentioned Intuit. There's a kind of a story that's been developing and, and with traction and momentum and trajectory over the past, say 10 years, the companies that went on the cloud, like Netflix into it, snowflake, snowflake, not so much now, but in terms of open source, they're all contributing lift. They're all contributing back to open source, but they're not cloud providers. Right. So you're seeing that kind of first generation, I's a massive contribution to open source. So open source been around for a while, remember the early days, and we'd all participate on projects, but now you have real companies building IP going open source first because they're on a hyperscale cloud, but they're not the cloud themselves. They took advantage of that. So there's kind of this cycle of flywheel of cloud to open source, not from the vendors themselves like Amazon, which services or Azure, but the people who rode their CapEx and built on that scale, feeding into the open source. And then coming back, this is kind of an interesting dynamic. What's your reaction to that? Do you see that? Yeah. Super cloud kind of vibe there. >>Yeah. Yeah. Well, and, and also it, it, I think it's, it's a, it's indicative that, you know, open source is not only, you know, a way to develop, you know, applications, a way to engineer, you know, your project, but also kind of like a strategic advantage in, in, in such a way. Right. You know, you, you see, you see companies like, like, like even like Microsoft has been going into, you know, open source, right. They they've been going to open source first. They made a, a huge pivot to, you know, using open source as, you know, like, like a, like a strategic direction for, for the company. And I think that goes back to, you know, a little bit for my roots, you know, I, I, I always, I always talk about, you know, I always talk about red hat, right. I always talk about, you know, I was, I was, I was in red hat previously and, you know, you know, red hat being, you know, the first billion dollar open source company. >>Right. I, we always joke is like, well, you know, internally, like we know you were a billion dollar company that sold free software. How, you know, how, how does that happen? But it's, it's, it's really, you know, built into the, built into being able to tap into those expert resources. Yeah. You know, people love using software. People love the software they love using, and they wanna improve it. Companies are now just getting out of their way. Yeah. You know, companies now, essentially, it's just like, let's just get out of the way. Let's let people work on, you know, what they wanna work on. They love the software. They wanna improve it. Let's let them, >>It's interesting. A lot of people love the clouds have all this power. If you think about what we are just riffing on and what you just said, the economics and the organic self-governing has always been the open source way where commercial value is enabled. If you play ball, right. Like, oh, red hat, for instance. And now you're seeing the community kind of be that arbiter of the cloud. So, Hey, if everyone can create value on say AWS or Azure, bring it to open source, everyone benefits across all clouds hope eventually. So the choice aspect comes in. So this community angle is huge. And I think it's changing a lot for the better. And I think this is where we're seeing a lot of that growth. And you guys have been the middle level with the Argo project and get ups specifically in that, in that sector. How have you seen that growth? What some dynamics have you seen power dynamics, organic? Is it governed well, whats some of the, the successes, what are some of the challenges? Can you share your thoughts on the community's growth around get ops and Argo project? >>Yeah, yeah. Yeah. So I've been, you know, part of some of these communities, right? Like the, the open, get, get ops community, the Argos community pretty much from the beginning and, and seeing it developed from an idea to, you know, having all these contributors, having, you know, the, the, the buzzword come out of it, you know, the get ups and it be that being the, you know, having it, you know, all over the, you know, social media, all over LinkedIn, all over all, all these, all these different channels, you know, I I've seen things like get ops con, right. So, you know, being part of the, get ops open, get ops community, you know, one of the things we did was we did get ops con it started as a meetup, you know, couple years ago. And now, you know, it was a, you know, we had an actual event at Cuan in Los Angeles. >>You know, we had like, you know, about 50 people there, but then, you know, Cuan in Valencia this past Cuan we had over 200 people, it was a second largest co-located events in, at Cuan. So that just, just seeing that community and, you know, from a personal standpoint, you know, be being part of that, that the, the community being the, the event chair, right. Yeah. Being, being one of the co-chairs was a, was a moment of pride for me being able to stand up there and just seeing a sea of people was like, wow, we just started with a handful of people at a meetup. And now, you know, we're actually having conferences and, and, and speaking of conference, like the Argo community as well, we put in, you know, we put on a virtual only event on Argo con last year. We're gonna do it in person today. You know, this year. >>Do you have a date on that? Do you have a date on that Argo con 22? >>Two? Yeah, yeah, yeah. Argo con September 19th, 2022. So, you know, mark your calendars, it it's, you know, it's a multi-day event, you know, it's, it's part of something else that I've seen in the community where, you know, first we're talk talking about these meetups. Now we're doing multi-day events. We're, you know, in talks of the open, get ups, you know, get ups can also make that a multi-day event. There's just so many talks in so many people that want to be involved in network that, you know, we're saying, well, we're gonna need more days because there's just so many people coming to these events, you know, in, in, you know, seeing these communities grow, not just from like the engineering standpoint, but also from the end user standpoint, but also from the people that are actually doing these things. And, you know, seeing some of these use cases, seeing some of the success, seeing some of the failures, right? Like people love listening to those talks about postmortems, I think are part of my favorite talks as well. So seeing that community grow is, is, you know, on a personal level, it's, it's a point >>It's like CSI for software developers. You want to curious about >>Exactly >>What happened. You know, you know, it's interesting, you mentioned about the, the multiple events at Coon. You know, the vibe that's going on is a very festival vibe, right? You have organic groups coming together. I remember when they had just started doing the day zero programs. Now you have like, almost like multiple stages of content at these events. It feels like, like a Coachella vibe or some sort of like festival vibe, like a lot of things going on and you, and if you pick your kind of area, but you can move around, I find that the kind of the format de Azure I think is going well these days. What do you think about that? >>Yeah, yeah. No, for sure. It's and, and, and I love that that analogy of Coachella, it does feel like, you know, it's, there's something for everyone and you can find what you like, and you'll find a little, you know, a little group, right. A little click of, of, of people that's probably the wrong term to use, but you know, you, you find, you know, you, you know, like-minded people and, you know, passionate about the same thing, right? Like the security guys, they, you know, you see them all clump together, right? Like you see like the, the developer C I CD get ops guys, we all kind of clump together and start talking, you know, about everything that we're doing. And it's, that's, that's, I think that's really something special that coupon, you know, some, you know, it's gotten so big that it's almost impossible to fit everything in a, in a week, because unless there's just so much to do. And there's so much that that interests, you know, someone, but it's >>A code, a code party is what we call it. It's a code party. Yeah. >>It's, it's a code party for sure. For >>Sure. Nerd nerd Fest on, on steroids. Hey, I gotta get, I wanna wrap this up and give you the final word, Christian. Thanks for coming on. Great insight, great conversation. There's a huge, you guys are in the middle of a hot area, obviously large scale data growth. Kubernetes is scaling beautifully and making it easier at managed services. What people want machine learning's kicking in and, and you get automation building in all favoring, the developer and C I CD pipeline and all that good stuff. People want to learn more. Can you take a minute to put the plug in for code fresh on the certification? How do I get involved? Where are you? Is there levels if I want to jump in and get trained and get fluent on code fresh, can you share commentary and, and, and what the status is? >>Yeah, yeah, for sure. So code fresh is offering a free certification, right? For get ups or Argo CD and get ops. The first of it's kind for Argo CD, first of it's kind for get ops is you can actually go get certified with Argo CD and get ops. You know, we there level one is out right now. You can go take that code, fresh.io/certification. It's out there, sign up, you know, you, you don't, you don't need to pay anything, right. It's, it's something it's a, of a free course. You could take level two is coming soon. Right? So level two is coming soon in the next few months, I believe I don't wanna quote a specific day, but soon because I, but soon I, it it's soon, soon as in, as in months. Right? So, you know, we're, we're counting that down where you can not only level one cert level certification, but a level, two more advanced certification for those who have been using Argo for a while, they can still, you know, take that and be, you know, be able to get, you know, another level of certification for that. So also, you know, Argo con will be there. We're, we're part of the programming committee for Argo con, right? This is a community driven event, but, you know, code fresh is a proud diamond sponsor. So we'll be there. >>Where's it located up to us except for eptember 19th multiday or one day >>It's a, it's a multi-day event. So Argo con from 19, 19 20 and 21 in a mountain view. So it'll be in mountain view in the bay area. So for those of you who are local, you can just drive in. Great. >>I'm write that down. I'll plug it. I'll put in the show notes. >>Awesome. Awesome. Yeah. And you will be there so you can talk to me, you can talk to anyone else at code, fresh talking about Argo CD, you know, find, find out more about hosted, get ups code, fresh.io. You know, you can find us in the Argo project, open, get ups community, you know, we're, we're, we're deep in the community for both Argo and get ups. So, you know, you can find us there as well. >>Well, let's do a follow up in when you're in town, so's only a couple months away and getting through the summer, it's already, I can't believe events are back. So it's really great to see face to face in the community. And there was responding. I mean, co con in October, I think that was kind of on the, that was a tough call and then get to see your own in Spain. I couldn't make it. Unfortunately, I had got COVID came down with it, but our team was there. Open sources, booming continues to go. The next level, new power dynamics are developing in a great way. Christian. Thanks for coming on, sharing your insights as the developer experience lead at code fresh. Thanks so much. >>Thank you, John. I appreciate it. >>Okay. This is a cube conversation. I'm John feer, host of the cube. Thanks for watching.
SUMMARY :
I'm John furrier, host of the cube. Thank you. Are you developing you figuring out the product? I believe it's, you know, everyone's always asking, well, what, you know, You wanted out the door and you know, that was a workflow right now So, so you have now the motion of, with GI ops, you guys are in the middle of kinda this idea of frictionless workflow where, you know, you develop your code, you know, you compile it. So that way, as you said before, You guys had some news around Argo and you had some news around the hosted solution. A lot of people, you know, remember that the, the Chick-fil-A story where and, you know, not only just keeping the lights on, but also management security, you know, Which offers, you know, allows users to, you know, let us take care of all the, People want simple it's scaling, you got automation built in all that good stuff. you know, we believe will accelerate, you know, developers into actually developing their, Hosted, managed service by you guys on this one, So let me, let me get in the Argo real quick, just to kind of just level set for the folks that So for those, those of us in the us, we, we know, you know, we know that season all too well, the tax And by the way, Intuit we've done many years. and it was a tool that helped them, you know, You mentioned, you know, you know, applications, a way to engineer, you know, your project, but also kind of like I, we always joke is like, well, you know, internally, like we know you were a billion dollar company that And you guys have been the middle level with the Argo project and come out of it, you know, the get ups and it be that being the, you know, You know, we had like, you know, about 50 people there, but then, you know, Cuan in Valencia this you know, it's, it's part of something else that I've seen in the community where, you know, first we're talk talking about these meetups. You want to curious about You know, you know, it's interesting, you mentioned about the, the multiple events at Coon. Like the security guys, they, you know, you see them all clump together, Yeah. It's, it's a code party for sure. Hey, I gotta get, I wanna wrap this up and give you the final word, you know, be able to get, you know, another level of certification So for those of you who are local, I'll put in the show notes. So, you know, you can find us there as well. So it's really great to see face to face in the community. I'm John feer, host of the cube.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Spain | LOCATION | 0.99+ |
John | PERSON | 0.99+ |
October | DATE | 0.99+ |
Valencia | LOCATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Intuit | ORGANIZATION | 0.99+ |
Christian Hernandez | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Palo Alto, California | LOCATION | 0.99+ |
Dave | PERSON | 0.99+ |
two problems | QUANTITY | 0.99+ |
Cuan | LOCATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
two things | QUANTITY | 0.99+ |
Argo con | EVENT | 0.99+ |
GitHub | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
September 19th, 2022 | DATE | 0.99+ |
Christian | PERSON | 0.99+ |
this year | DATE | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
LA | LOCATION | 0.98+ |
eptember 19th | DATE | 0.98+ |
ORGANIZATION | 0.98+ | |
one | QUANTITY | 0.98+ |
Argos | ORGANIZATION | 0.98+ |
thousands | QUANTITY | 0.98+ |
one day | QUANTITY | 0.98+ |
first generation | QUANTITY | 0.98+ |
Argo | ORGANIZATION | 0.98+ |
Cuban | LOCATION | 0.98+ |
over 200 people | QUANTITY | 0.98+ |
first | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
couple years ago | DATE | 0.97+ |
both | QUANTITY | 0.97+ |
Coachella | EVENT | 0.97+ |
19 | DATE | 0.97+ |
Two | QUANTITY | 0.96+ |
Argo con 22 | EVENT | 0.96+ |
CNCF | ORGANIZATION | 0.96+ |
Los Angeles | LOCATION | 0.95+ |
Coon | ORGANIZATION | 0.95+ |
Kubernetes | TITLE | 0.95+ |
10 year | QUANTITY | 0.95+ |
first billion dollar | QUANTITY | 0.95+ |
Java | TITLE | 0.94+ |
level one | QUANTITY | 0.94+ |
level two | QUANTITY | 0.93+ |
Argo con | ORGANIZATION | 0.93+ |
21 | DATE | 0.93+ |
about 50 people | QUANTITY | 0.93+ |
C I CD | ORGANIZATION | 0.91+ |
COVID | ORGANIZATION | 0.9+ |
one environment | QUANTITY | 0.9+ |
second largest co | QUANTITY | 0.89+ |
Weaveworks | ORGANIZATION | 0.88+ |
Nerd nerd Fest | EVENT | 0.88+ |
QAN | LOCATION | 0.87+ |
Azure | TITLE | 0.84+ |
billion dollar | QUANTITY | 0.82+ |
season two | QUANTITY | 0.81+ |
Amazon Azure | ORGANIZATION | 0.81+ |
Christian Wiklund, unitQ | AWS Startup Showcase S2 E3
(upbeat music) >> Hello, everyone. Welcome to the theCUBE's presentation of the AWS Startup Showcase. The theme, this showcase is MarTech, the emerging cloud scale customer experiences. Season two of episode three, the ongoing series covering the startups, the hot startups, talking about analytics, data, all things MarTech. I'm your host, John Furrier, here joined by Christian Wiklund, founder and CEO of unitQ here, talk about harnessing the power of user feedback to empower marketing. Thanks for joining us today. >> Thank you so much, John. Happy to be here. >> In these new shifts in the market, when you got cloud scale, open source software is completely changing the software business. We know that. There's no longer a software category. It's cloud, integration, data. That's the new normal. That's the new category, right? So as companies are building their products, and want to do a good job, it used to be, you send out surveys, you try to get the product market fit. And if you were smart, you got it right the third, fourth, 10th time. If you were lucky, like some companies, you get it right the first time. But the holy grail is to get it right the first time. And now, this new data acquisition opportunities that you guys in the middle of that can tap customers or prospects or end users to get data before things are shipped, or built, or to iterate on products. This is the customer feedback loop or data, voice of the customer journey. It's a gold mine. And it's you guys, it's your secret weapon. Take us through what this is about now. I mean, it's not just surveys. What's different? >> So yeah, if we go back to why are we building unitQ? Which is we want to build a quality company. Which is basically, how do we enable other companies to build higher quality experiences by tapping into all of the existing data assets? And the one we are in particularly excited about is user feedback. So me and my co-founder, Nik, and we're doing now the second company together. We spent 14 years. So we're like an old married couple. We accept each other, and we don't fight anymore, which is great. We did a consumer company called Skout, which was sold five years ago. And Skout was kind of early in the whole mobile first. I guess, we were actually mobile first company. And when we launched this one, we immediately had the entire world as our marketplace, right? Like any modern company. We launch a product, we have support for many languages. It's multiple platforms. We have Android, iOS, web, big screens, small screens, and that brings some complexities as it relates to staying on top of the quality of the experience because how do I test everything? >> John: Yeah. >> Pre-production. How do I make sure that our Polish Android users are having a good day? And we found at Skout, personally, like I could discover million dollar bugs by just drinking coffee and reading feedback. And we're like, "Well, there's got to be a better way to actually harness the end user feedback. That they are leaving in so many different places." So, you know what, what unitQ does is that we basically aggregate all different sources of user feedback, which can be app store reviews, Reddit posts, Tweets, comments on your Facebook ads. It can be better Business Bureau Reports. We don't like to get to many of those, of course. But really, anything on the public domain that mentions or refers to your product, we want to ingest that data in this machine, and then all the private sources. So you probably have a support system deployed, a Zendesk, or an Intercom. You might have a chatbot like an Ada, or and so forth. And your end user is going to leave a lot of feedback there as well. So we take all of these channels, plug it into the machine, and then we're able to take this qualitative data. Which and I actually think like, when an end user leaves a piece of feedback, it's an act of love. They took time out of the day, and they're going to tell you, "Hey, this is not working for me," or, "Hey, this is working for me," and they're giving you feedback. But how do we package these very messy, multi-channel, multiple languages, all over the place data? How can we distill it into something that's quantifiable? Because I want to be able to monitor these different signals. So I want to turn user feedback into time series. 'Cause with time series, I can now treat this the same way as Datadog treats machine logs. I want to be able to see anomalies, and I want to know when something breaks. So what we do here is that we break down your data in something called quality monitors, which is basically machine learning models that can aggregate the same type of feedback data in this very fine grained and discrete buckets. And we deploy up to a thousand of these quality monitors per product. And so we can get down to the root cause. Let's say, passive reset link is not working. And it's in that root cause, the granularity that we see that companies take action on the data. And I think historically, there has been like the workflow between marketing and support, and engineering and product has been a bit broken. They've been siloed from a data perspective. They've been siloed from a workflow perspective, where support will get a bunch of tickets around some issue in production. And they're trained to copy and paste some examples, and throw it over the wall, file a Jira ticket, and then they don't know what happens. So what we see with the platform we built is that these teams are able to rally around the single source of troop or like, yes, passive recent link seems to have broken. This is not a user error. It's not a fix later, or I can't reproduce. We're looking at the data, and yes, something broke. We need to fix it. >> I mean, the data silos a huge issue. Different channels, omnichannel. Now, there's more and more channels that people are talking in. So that's huge. I want to get to that. But also, you said that it's a labor of love to leave a comment or a feedback. But also, I remember from my early days, breaking into the business at IBM and Hewlett-Packard, where I worked. People who complain are the most loyal customers, if you service them. So it's complaints. >> Christian: Yeah. >> It's leaving feedback. And then, there's also reading between the lines with app errors or potentially what's going on under the covers that people may not be complaining about, but they're leaving maybe gesture data or some sort of digital trail. >> Yeah. >> So this is the confluence of the multitude of data sources. And then you got the siloed locations. >> Siloed locations. >> It's complicated problem. >> It's very complicated. And when you think about, so I started, I came to Bay Area in 2005. My dream was to be a quant analyst on Wall Street, and I ended up in QA at VMware. So I started at VMware in Palo Alto, and didn't have a driver's license. I had to bike around, which was super exciting. And we were shipping box software, right? This was literally a box with a DVD that's been burned, and if that DVD had bugs in it, guess what it'll be very costly to then have to ship out, and everything. So I love the VMware example because the test cycles were long and brutal. It was like a six month deal to get through all these different cases, and they couldn't be any bugs. But then as the industry moved into the cloud, CI/CD, ship at will. And if you look at the modern company, you'll have at least 20 plus integrations into your product. Analytics, add that's the case, authentication, that's the case, and so forth. And these integrations, they morph, and they break. And you have connectivity issues. Is your product working as well on Caltrain, when you're driving up and down, versus wifi? You have language specific bugs that happen. Android is also quite a fragmented market. The binary may not perform as well on that device, or is that device. So how do we make sure that we test everything before we ship? The answer is, we can't. There's no company today that can test everything before the ship. In particular, in consumer. And the epiphany we had at our last company, Skout, was that, "Hey, wait a minute. The end user, they're testing every configuration." They're sitting on the latest device, the oldest device. They're sitting on Japanese language, on Swedish language. >> John: Yeah. >> They are in different code paths because our product executed differently, depending on if you were a paid user, or a freemium user, or if you were certain demographical data. There's so many ways that you would have to test. And PagerDuty actually had a study they came out with recently, where they said 51% of all end user impacting issues are discovered first by the end user, when they serve with a bunch of customers. And again, like the cool part is, they will tell you what's not working. So now, how do we tap into that? >> Yeah. >> So what I'd like to say is, "Hey, your end user is like your ultimate test group, and unitQ is the layer that converts them into your extended test team." Now, the signals they're producing, it's making it through to the different teams in the organization. >> I think that's the script that you guys are flipping. If I could just interject. Because to me, when I hear you talking, I hear, "Okay, you're letting the customers be an input into the product development process." And there's many different pipelines of that development. And that could be whether you're iterating, or geography, releases, all kinds of different pipelines to get to the market. But in the old days, it was like just customer satisfaction. Complain in a call center. >> Christian: Yeah. >> Or I'm complaining, how do I get support? Nothing made itself into the product improvement, except for slow moving, waterfall-based processes. And then, maybe six months later, a small tweak could be improved. >> Yes. >> Here, you're taking direct input from collective intelligence. Okay. >> Is that have input and on timing is very important here, right? So how do you know if the product is working as it should in all these different flavors and configurations right now? How do you know if it's working well? And how do you know if you're improving or not improving over time? And I think the industry, what can we look at, as far as when it relates to quality? So I can look at star ratings, right? So what's the star rating in the app store? Well, star ratings, that's an average over time. So that's something that you may have a lot of issues in production today, and you're going to get dinged on star ratings over the next few months. And then, it brings down the score. NPS is another one, where we're not going to run NPS surveys every day. We're going to run it once a quarter, maybe once a month, if we're really, really aggressive. That's also a snapshot in time. And we need to have the finger on the pulse of product quality today. I need to know if this release is good or not good. I need to know if anything broke. And I think that real time aspect, what we see as stuff sort of bubbles up the stack, and not into production, we see up to a 50% reduction in time to fix these end user impacting issues. And I think, we also need to appreciate when someone takes time out of the day to write an app review, or email support, or write that Reddit post, it's pretty serious. It's not going to be like, "Oh, I don't like the shade of blue on this button." It's going to be something like, "I got double billed," or "Hey, someone took over my account," or, "I can't reset my password anymore. The CAPTCHA, I'm solving it, but I can't get through to the next phase." And we see a lot of these trajectory impacting bugs and quality issues in these work, these flows in the product that you're not testing every day. So if you work at Snapchat, your employees probably going to use Snapchat every day. Are they going to sign up every day? No. Are they going to do passive reset every day? No. And these things are very hard to instrument, lower in the stack. >> Yeah, I think this is, and again, back to these big problems. It's smoke before fire, and you're essentially seeing it early with your process. Can you give an example of how this new focus or new mindset of user feedback data can help customers increase their experience? Can you give some examples, 'cause folks watching and be like, "Okay, I love this value. Sell me on this idea, I'm sold. Okay, I want to tap into my prospects, and my customers, my end users to help me improve my product." 'Cause again, we can measure everything now with data. >> Yeah. We can measure everything. we can even measure quality these days. So when we started this company, I went out to talk to a bunch of friends, who are entrepreneurs, and VCs, and board members, and I asked them this very simple question. So in your board meetings, or on all hands, how do you talk about quality of the product? Do you have a metric? And everyone said, no. Okay. So are you data driven company? Yes, we're very data driven. >> John: Yeah. Go data driven. >> But you're not really sure if quality, how do you compare against competition? Are you doing as good as them, worse, better? Are you improving over time, and how do you measure it? And they're like, "Well, it's kind of like a blind spot of the company." And then you ask, "Well, do you think quality of experience is important?" And they say, "Yeah." "Well, why?" "Well, top of fund and growth. Higher quality products going to spread faster organically, we're going to make better store ratings. We're going to have the storefronts going to look better." And of course, more importantly, they said the different conversion cycles in the product box itself. That if you have bugs and friction, or an interface that's hard to use, then the inputs, the signups, it's not going to convert as well. So you're going to get dinged on retention, engagement, conversion to paid, and so forth. And that's what we've seen with the companies we work with. It is that poor quality acts as a filter function for the entire business, if you're a product led company. So if you think about product led company, where the product is really the centerpiece. And if it performs really, really well, then it allows you to hire more engineers, you can spend more on marketing. Everything is fed by this product at them in the middle, and then quality can make that thing perform worse or better. And we developed a metric actually called the unitQ Score. So if you go to our website, unitq.com, we have indexed the 5,000 largest apps in the world. And we're able to then, on a daily basis, update the score. Because the score is not something you do once a month or once a quarter. It's something that changes continuously. So now, you can get a score between zero and 100. If you get the score 100, that means that our AI doesn't find any quality issues reported in that data set. And if your score is 90, that means that 10% will be a quality issue. So now you can do a lot of fun stuff. You can start benchmarking against competition. So you can see, "Well, I'm Spotify. How do I rank against Deezer, or SoundCloud, or others in my space?" And what we've seen is that as the score goes up, we see this real big impact on KPI, such as conversion, organic growth, retention, ultimately, revenue, right? And so that was very satisfying for us, when we launched it. quality actually still really, really matters. >> Yeah. >> And I think we all agree at test, but how do we make a science out of it? And that's so what we've done. And when we were very lucky early on to get some incredible brands that we work with. So Pinterest is a big customer of ours. We have Spotify. We just signed new bank, Chime. So like we even signed BetterHelp recently, and the world's largest Bible app. So when you look at the types of businesses that we work with, it's truly a universal, very broad field, where if you have a digital exhaust or feedback, I can guarantee you, there are insights in there that are being neglected. >> John: So Chris, I got to. >> So these manual workflows. Yeah, please go ahead. >> I got to ask you, because this is a really great example of this new shift, right? The new shift of leveraging data, flipping the script. Everything's flipping the script here, right? >> Yeah. >> So you're talking about, what the value proposition is? "Hey, board example's a good one. How do you measure quality? There's no KPI for that." So it's almost category creating in its own way. In that, this net new things, it's okay to be new, it's just new. So the question is, if I'm a customer, I buy it. I can see my product teams engaging with this. I can see how it can changes my marketing, and customer experience teams. How do I operationalize this? Okay. So what do I do? So do I reorganize my marketing team? So take me through the impact to the customer that you're seeing. What are they resonating towards? Obviously, getting that data is key, and that's holy gray, we all know that. But what do I got to do to change my environment? What's my operationalization piece of it? >> Yeah, and that's one of the coolest parts I think, and that is, let's start with your user base. We're not going to ask your users to ask your users to do something differently. They're already producing this data every day. They are tweeting about it. They're putting in app produce. They're emailing support. They're engaging with your support chatbot. They're already doing it. And every day that you're not leveraging that data, the data that was produced today is less valuable tomorrow. And in 30 days, I would argue, it's probably useless. >> John: Unless it's same guy commenting. >> Yeah. (Christian and John laughing) The first, we need to make everyone understand. Well, yeah, the data is there, and we don't need to do anything differently with the end user. And then, what we do is we ask the customer to tell us, "Where should we listen in the public domain? So do you want the Reddit post, the Trustpilot? What channels should we listen to?" And then, our machine basically starts ingesting that data. So we have integration with all these different sites. And then, to get access to private data, it'll be, if you're on Zendesk, you have to issue a Zendesk token, right? So you don't need any engineering hours, except your IT person will have to grant us access to the data source. And then, when we go live. We basically build up this taxonomy with the customers. So we don't we don't want to try and impose our view of the world, of how do you describe the product with these buckets, these quality monitors? So we work with the company to then build out this taxonomy. So it's almost like a bespoke solution that we can bootstrap with previous work we've done, where you don't have these very, very fine buckets of where stuff could go wrong. And then what we do is there are different ways to hook this into the workflow. So one is just to use our products. It's a SaaS product as anything else. So you log in, and you can then get this overview of how is quality trending in different markets, on different platforms, different languages, and what is impacting them? What is driving this unitQ Score that's not good enough? And all of these different signals, we can then hook into Jira for instance. We have a Jira integration. We have a PagerDuty integration. We can wake up engineers if certain things break. We also tag tickets in your support system, which is actually quite cool. Where, let's say, you have 200 people, who wrote into support, saying, "I got double billed on Android." It turns out, there are some bugs that double billed them. Well, now we can tag all of these users in Zendesk, and then the support team can then reach out to that segment of users and say, "Hey, we heard that you had this bug with double billing. We're so sorry. We're working on it." And then when we push fix, we can then email the same group again, and maybe give them a little gift card or something, for the thank you. So you can have, even big companies can have that small company experience. So, so it's groups that use us, like at Pinterest, we have 800 accounts. So it's really through marketing has vested interest because they want to know what is impacting the end user. Because brand and product, the lines are basically gone, right? >> John: Yeah. >> So if the product is not working, then my spend into this machine is going to be less efficient. The reputation of our company is going to be worse. And the challenge for marketers before unitQ was, how do I engage with engineering and product? I'm dealing with anecdotal data, and my own experience of like, "Hey, I've never seen these type of complaints before. I think something is going on." >> John: Yeah. >> And then engineering will be like, "Ah, you know, well, I have 5,000 bugs in Jira. Why does this one matter? When did it start? Is this a growing issue?" >> John: You have to replicate the problem, right? >> Replicate it then. >> And then it goes on and on and on. >> And a lot of times, reproducing bugs, it's really hard because it works on my device. Because you don't sit on that device that it happened on. >> Yup. >> So now, when marketing can come with indisputable data, and say, "Hey, something broke here." And we see the same with support. Product engineering, of course, for them, we talk about, "Hey, listen, you you've invested a lot in observability of your stack, haven't you?" "Yeah, yeah, yeah." "So you have a Datadog in the bottom?" "Absolutely." "And you have an APP D on the client?" "Absolutely." "Well, what about the last mile? How the product manifests itself? Shouldn't you monitor that as well using machines?" They're like, "Yeah, that'd be really cool." (John laughs) And we see this. There's no way to instrument everything, lowering the stack to capture these bugs that leak out. So it resonates really well there. And even for the engineers who's going to fix it. >> Yeah. >> I call it like empathy data. >> Yup. >> Where I get assigned a bug to fix. Well, now, I can read all the feedback. I can actually see, and I can see the feedback coming in. >> Yeah. >> Oh, there's users out there, suffering from this bug. And then when I fix it and I deploy the fix, and I see the trend go down to zero, and then I can celebrate it. So that whole feedback loop is (indistinct). >> And that's real time. It's usually missed too. This is the power of user feedback. You guys got a great product, unitQ. Great to have you on. Founder and CEO, Christian Wiklund. Thanks for coming on and sharing, and showcase. >> Thank you, John. For the last 30 seconds, the minute we have left, put a plug in for the company. What are you guys looking for? Give a quick pitch for the company, real quick, for the folks out there. Looking for more people, funding status, number of employees. Give a quick plug. >> Yes. So we raised our A Round from Google, and then we raised our B from Excel that we closed late last year. So we're not raising money. We are hiring across go-to-markets, engineering. And we love to work with people, who are passionate about quality and data. We're always, of course, looking for customers, who are interested in upping their game. And hey, listen, competing with features is really hard because you can copy features very quickly. Competing with content. Content is commodity. You're going to get the same movies more or less on all these different providers. And competing on price, we're not willing to do. You're going to pay 10 bucks a month for music. So how do you compete today? And if your competitor has a better fine tuned piano than your competitor will have better efficiencies, and they're going to retain customers and users better. And you don't want to lose on quality because it is actually a deterministic and fixable problem. So yeah, come talk to us if you want to up the game there. >> Great stuff. The iteration lean startup model, some say took craft out of building the product. But this is now bringing the craftsmanship into the product cycle, when you can get that data from customers and users. >> Yeah. >> Who are going to be happy that you fixed it, that you're listening. >> Yeah. >> And that the product got better. So it's a flywheel of loyalty, quality, brand, all off you can figure it out. It's the holy grail. >> I think it is. It's a gold mine. And every day you're not leveraging this assets, your use of feedback that's there, is a missed opportunity. >> Christian, thanks so much for coming on. Congratulations to you and your startup. You guys back together. The band is back together, up into the right, doing well. >> Yeah. We we'll check in with you later. Thanks for coming on this showcase. Appreciate it. >> Thank you, John. Appreciate it very much. >> Okay. AWS Startup Showcase. This is season two, episode three, the ongoing series. This one's about MarTech, cloud experiences are scaling. I'm John Furrier, your host. Thanks for watching. (upbeat music)
SUMMARY :
of the AWS Startup Showcase. Thank you so much, John. But the holy grail is to And the one we are in And so we can get down to the root cause. I mean, the data silos a huge issue. reading between the lines And then you got the siloed locations. And the epiphany we had at And again, like the cool part is, in the organization. But in the old days, it was the product improvement, Here, you're taking direct input And how do you know if you're improving Can you give an example So are you data driven company? And then you ask, And I think we all agree at test, So these manual workflows. I got to ask you, So the question is, if And every day that you're ask the customer to tell us, So if the product is not working, And then engineering will be like, And a lot of times, And even for the engineers Well, now, I can read all the feedback. and I see the trend go down to zero, Great to have you on. the minute we have left, So how do you compete today? of building the product. happy that you fixed it, And that the product got better. And every day you're not Congratulations to you and your startup. We we'll check in with you later. Appreciate it very much. I'm John Furrier, your host.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Chris | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Christian Wiklund | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
2005 | DATE | 0.99+ |
Hewlett-Packard | ORGANIZATION | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
10% | QUANTITY | 0.99+ |
six month | QUANTITY | 0.99+ |
third | QUANTITY | 0.99+ |
fourth | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
800 accounts | QUANTITY | 0.99+ |
5,000 bugs | QUANTITY | 0.99+ |
51% | QUANTITY | 0.99+ |
14 years | QUANTITY | 0.99+ |
Bay Area | LOCATION | 0.99+ |
90 | QUANTITY | 0.99+ |
Android | TITLE | 0.99+ |
200 people | QUANTITY | 0.99+ |
Nik | PERSON | 0.99+ |
Skout | ORGANIZATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
iOS | TITLE | 0.99+ |
Excel | TITLE | 0.99+ |
tomorrow | DATE | 0.99+ |
first time | QUANTITY | 0.99+ |
Christian | PERSON | 0.99+ |
today | DATE | 0.99+ |
unitQ | ORGANIZATION | 0.99+ |
5,000 largest apps | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
second company | QUANTITY | 0.99+ |
100 | QUANTITY | 0.99+ |
Jira | TITLE | 0.99+ |
Spotify | ORGANIZATION | 0.99+ |
Bible | TITLE | 0.99+ |
30 days | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
Zendesk | ORGANIZATION | 0.99+ |
Intercom | ORGANIZATION | 0.98+ |
Chime | ORGANIZATION | 0.98+ |
first | QUANTITY | 0.98+ |
Wall Street | LOCATION | 0.98+ |
once a month | QUANTITY | 0.98+ |
ORGANIZATION | 0.98+ | |
once a quarter | QUANTITY | 0.98+ |
five years ago | DATE | 0.98+ |
million dollar | QUANTITY | 0.97+ |
first company | QUANTITY | 0.97+ |
six months later | DATE | 0.97+ |
zero | QUANTITY | 0.97+ |
Swedish | OTHER | 0.97+ |
Japanese | OTHER | 0.97+ |
late last year | DATE | 0.96+ |
PagerDuty | ORGANIZATION | 0.95+ |
AWS | ORGANIZATION | 0.95+ |
10th time | QUANTITY | 0.95+ |
Breaking Analysis: Snowflake Summit 2022...All About Apps & Monetization
>> From theCUBE studios in Palo Alto in Boston, bringing you data driven insights from theCUBE and ETR. This is "Breaking Analysis" with Dave Vellante. >> Snowflake Summit 2022 underscored that the ecosystem excitement which was once forming around Hadoop is being reborn, escalated and coalescing around Snowflake's data cloud. What was once seen as a simpler cloud data warehouse and good marketing with the data cloud is evolving rapidly with new workloads of vertical industry focus, data applications, monetization, and more. The question is, will the promise of data be fulfilled this time around, or is it same wine, new bottle? Hello, and welcome to this week's Wikibon CUBE Insights powered by ETR. In this "Breaking Analysis," we'll talk about the event, the announcements that Snowflake made that are of greatest interest, the major themes of the show, what was hype and what was real, the competition, and some concerns that remain in many parts of the ecosystem and pockets of customers. First let's look at the overall event. It was held at Caesars Forum. Not my favorite venue, but I'll tell you it was packed. Fire Marshall Full, as we sometimes say. Nearly 10,000 people attended the event. Here's Snowflake's CMO Denise Persson on theCUBE describing how this event has evolved. >> Yeah, two, three years ago, we were about 1800 people at a Hilton in San Francisco. We had about 40 partners attending. This week we're close to 10,000 attendees here. Almost 10,000 people online as well, and over over 200 partners here on the show floor. >> Now, those numbers from 2019 remind me of the early days of Hadoop World, which was put on by Cloudera but then Cloudera handed off the event to O'Reilly as this article that we've inserted, if you bring back that slide would say. The headline it almost got it right. Hadoop World was a failure, but it didn't have to be. Snowflake has filled the void created by O'Reilly when it first killed Hadoop World, and killed the name and then killed Strata. Now, ironically, the momentum and excitement from Hadoop's early days, it probably could have stayed with Cloudera but the beginning of the end was when they gave the conference over to O'Reilly. We can't imagine Frank Slootman handing the keys to the kingdom to a third party. Serious business was done at this event. I'm talking substantive deals. Salespeople from a host sponsor and the ecosystems that support these events, they love physical. They really don't like virtual because physical belly to belly means relationship building, pipeline, and deals. And that was blatantly obvious at this show. And in fairness, all theCUBE events that we've done year but this one was more vibrant because of its attendance and the action in the ecosystem. Ecosystem is a hallmark of a cloud company, and that's what Snowflake is. We asked Frank Slootman on theCUBE, was this ecosystem evolution by design or did Snowflake just kind of stumble into it? Here's what he said. >> Well, when you are a data clouding, you have data, people want to do things with that data. They don't want just run data operations, populate dashboards, run reports. Pretty soon they want to build applications and after they build applications, they want build businesses on it. So it goes on and on and on. So it drives your development to enable more and more functionality on that data cloud. Didn't start out that way, you know, we were very, very much focused on data operations. Then it becomes application development and then it becomes, hey, we're developing whole businesses on this platform. So similar to what happened to Facebook in many ways. >> So it sounds like it was maybe a little bit of both. The Facebook analogy is interesting because Facebook is a walled garden, as is Snowflake, but when you come into that garden, you have assurances that things are going to work in a very specific way because a set of standards and protocols is being enforced by a steward, i.e. Snowflake. This means things run better inside of Snowflake than if you try to do all the integration yourself. Now, maybe over time, an open source version of that will come out but if you wait for that, you're going to be left behind. That said, Snowflake has made moves to make its platform more accommodating to open source tooling in many of its announcements this week. Now, I'm not going to do a deep dive on the announcements. Matt Sulkins from Monte Carlo wrote a decent summary of the keynotes and a number of analysts like Sanjeev Mohan, Tony Bear and others are posting some deeper analysis on these innovations, and so we'll point to those. I'll say a few things though. Unistore extends the type of data that can live in the Snowflake data cloud. It's enabled by a new feature called hybrid tables, a new table type in Snowflake. One of the big knocks against Snowflake was it couldn't handle and transaction data. Several database companies are creating this notion of a hybrid where both analytic and transactional workloads can live in the same data store. Oracle's doing this for example, with MySQL HeatWave and there are many others. We saw Mongo earlier this month add an analytics capability to its transaction system. Mongo also added sequel, which was kind of interesting. Here's what Constellation Research analyst Doug Henschen said about Snowflake's moves into transaction data. Play the clip. >> Well with Unistore, they're reaching out and trying to bring transactional data in. Hey, don't limit this to analytical information and there's other ways to do that like CDC and streaming but they're very closely tying that again to that marketplace, with the idea of bring your data over here and you can monetize it. Don't just leave it in that transactional database. So another reach to a broader play across a big community that they're building. >> And you're also seeing Snowflake expand its workload types in its unique way and through Snowpark and its stream lit acquisition, enabling Python so that native apps can be built in the data cloud and benefit from all that structure and the features that Snowflake is built in. Hence that Facebook analogy, or maybe the App Store, the Apple App Store as I propose as well. Python support also widens the aperture for machine intelligence workloads. We asked Snowflake senior VP of product, Christian Kleinerman which announcements he thought were the most impactful. And despite the who's your favorite child nature of the question, he did answer. Here's what he said. >> I think the native applications is the one that looks like, eh, I don't know about it on the surface but he has the biggest potential to change everything. That's create an entire ecosystem of solutions for within a company or across companies that I don't know that we know what's possible. >> Snowflake also announced support for Apache Iceberg, which is a new open table format standard that's emerging. So you're seeing Snowflake respond to these concerns about its lack of openness, and they're building optionality into their cloud. They also showed some cost op optimization tools both from Snowflake itself and from the ecosystem, notably Capital One which launched a software business on top of Snowflake focused on optimizing cost and eventually the rollout data management capabilities, and all kinds of features that Snowflake announced that the show around governance, cross cloud, what we call super cloud, a new security workload, and they reemphasize their ability to read non-native on-prem data into Snowflake through partnerships with Dell and Pure and a lot more. Let's hear from some of the analysts that came on theCUBE this week at Snowflake Summit to see what they said about the announcements and their takeaways from the event. This is Dave Menninger, Sanjeev Mohan, and Tony Bear, roll the clip. >> Our research shows that the majority of organizations, the majority of people do not have access to analytics. And so a couple of the things they've announced I think address those or help to address those issues very directly. So Snowpark and support for Python and other languages is a way for organizations to embed analytics into different business processes. And so I think that'll be really beneficial to try and get analytics into more people's hands. And I also think that the native applications as part of the marketplace is another way to get applications into people's hands rather than just analytical tools. Because most people in the organization are not analysts. They're doing some line of business function. They're HR managers, they're marketing people, they're sales people, they're finance people, right? They're not sitting there mucking around in the data, they're doing a job and they need analytics in that job. >> Primarily, I think it is to contract this whole notion that once you move data into Snowflake, it's a proprietary format. So I think that's how it started but it's usually beneficial to the customers, to the users because now if you have large amount of data in paket files you can leave it on S3, but then you using the Apache Iceberg table format in Snowflake, you get all the benefits of Snowflake's optimizer. So for example, you get the micro partitioning, you get the metadata. And in a single query, you can join, you can do select from a Snowflake table union and select from an iceberg table and you can do store procedure, user defined function. So I think what they've done is extremely interesting. Iceberg by itself still does not have multi-table transactional capabilities. So if I'm running a workload, I might be touching 10 different tables. So if I use Apache Iceberg in a raw format, they don't have it, but Snowflake does. So the way I see it is Snowflake is adding more and more capabilities right into the database. So for example, they've gone ahead and added security and privacy. So you can now create policies and do even cell level masking, dynamic masking, but most organizations have more than Snowflake. So what we are starting to see all around here is that there's a whole series of data catalog companies, a bunch of companies that are doing dynamic data masking, security and governance, data observability which is not a space Snowflake has gone into. So there's a whole ecosystem of companies that is mushrooming. Although, you know, so they're using the native capabilities of Snowflake but they are at a level higher. So if you have a data lake and a cloud data warehouse and you have other like relational databases, you can run these cross platform capabilities in that layer. So that way, you know, Snowflake's done a great job of enabling that ecosystem. >> I think it's like the last mile, essentially. In other words, it's like, okay, you have folks that are basically that are very comfortable with Tableau but you do have developers who don't want to have to shell out to a separate tool. And so this is where Snowflake is essentially working to address that constituency. To Sanjeev's point, and I think part of it, this kind of plays into it is what makes this different from the Hadoop era is the fact that all these capabilities, you know, a lot of vendors are taking it very seriously to put this native. Now, obviously Snowflake acquired Streamlit. So we can expect that the Streamlit capabilities are going to be native. >> I want to share a little bit about the higher level thinking at Snowflake, here's a chart from Frank Slootman's keynote. It's his version of the modern data stack, if you will. Now, Snowflake of course, was built on the public cloud. If there were no AWS, there would be no Snowflake. Now, they're all about bringing data and live data and expanding the types of data, including structured, we just heard about that, unstructured, geospatial, and the list is going to continue on and on. Eventually I think it's going to bleed into the edge if we can figure out what to do with that edge data. Executing on new workloads is a big deal. They started with data sharing and they recently added security and they've essentially created a PaaS layer. We call it a SuperPaaS layer, if you will, to attract application developers. Snowflake has a developer-focused event coming up in November and they've extended the marketplace with 1300 native apps listings. And at the top, that's the holy grail, monetization. We always talk about building data products and we saw a lot of that at this event, very, very impressive and unique. Now here's the thing. There's a lot of talk in the press, in the Wall Street and the broader community about consumption-based pricing and concerns over Snowflake's visibility and its forecast and how analytics may be discretionary. But if you're a company building apps in Snowflake and monetizing like Capital One intends to do, and you're now selling in the marketplace, that is not discretionary, unless of course your costs are greater than your revenue for that service, in which case is going to fail anyway. But the point is we're entering a new error where data apps and data products are beginning to be built and Snowflake is attempting to make the data cloud the defacto place as to where you're going to build them. In our view they're well ahead in that journey. Okay, let's talk about some of the bigger themes that we heard at the event. Bringing apps to the data instead of moving the data to the apps, this was a constant refrain and one that certainly makes sense from a physics point of view. But having a single source of data that is discoverable, sharable and governed with increasingly robust ecosystem options, it doesn't have to be moved. Sometimes it may have to be moved if you're going across regions, but that's unique and a differentiator for Snowflake in our view. I mean, I'm yet to see a data ecosystem that is as rich and growing as fast as the Snowflake ecosystem. Monetization, we talked about that, industry clouds, financial services, healthcare, retail, and media, all front and center at the event. My understanding is that Frank Slootman was a major force behind this shift, this development and go to market focus on verticals. It's really an attempt, and he talked about this in his keynote to align with the customer mission ultimately align with their objectives which not surprisingly, are increasingly monetizing with data as a differentiating ingredient. We heard a ton about data mesh, there were numerous presentations about the topic. And I'll say this, if you map the seven pillars Snowflake talks about, Benoit Dageville talked about this in his keynote, but if you map those into Zhamak Dehghani's data mesh framework and the four principles, they align better than most of the data mesh washing that I've seen. The seven pillars, all data, all workloads, global architecture, self-managed, programmable, marketplace and governance. Those are the seven pillars that he talked about in his keynote. All data, well, maybe with hybrid tables that becomes more of a reality. Global architecture means the data is globally distributed. It's not necessarily physically in one place. Self-managed is key. Self-service infrastructure is one of Zhamak's four principles. And then inherent governance. Zhamak talks about computational, what I'll call automated governance, built in. And with all the talk about monetization, that aligns with the second principle which is data as product. So while it's not a pure hit and to its credit, by the way, Snowflake doesn't use data mesh in its messaging anymore. But by the way, its customers do, several customers talked about it. Geico, JPMC, and a number of other customers and partners are using the term and using it pretty closely to the concepts put forth by Zhamak Dehghani. But back to the point, they essentially, Snowflake that is, is building a proprietary system that substantially addresses some, if not many of the goals of data mesh. Okay, back to the list, supercloud, that's our term. We saw lots of examples of clouds on top of clouds that are architected to spin multiple clouds, not just run on individual clouds as separate services. And this includes Snowflake's data cloud itself but a number of ecosystem partners that are headed in a very similar direction. Snowflake still talks about data sharing but now it uses the term collaboration in its high level messaging, which is I think smart. Data sharing is kind of a geeky term. And also this is an attempt by Snowflake to differentiate from everyone else that's saying, hey, we do data sharing too. And finally Snowflake doesn't say data marketplace anymore. It's now marketplace, accounting for its application market. Okay, let's take a quick look at the competitive landscape via this ETR X-Y graph. Vertical access remembers net score or spending momentum and the x-axis is penetration, pervasiveness in the data center. That's what ETR calls overlap. Snowflake continues to lead on the vertical axis. They guide it conservatively last quarter, remember, so I wouldn't be surprised if that lofty height, even though it's well down from its earlier levels but I wouldn't be surprised if it ticks down again a bit in the July survey, which will be in the field shortly. Databricks is a key competitor obviously at a strong spending momentum, as you can see. We didn't draw it here but we usually draw that 40% line or red line at 40%, anything above that is considered elevated. So you can see Databricks is quite elevated. But it doesn't have the market presence of Snowflake. It didn't get to IPO during the bubble and it doesn't have nearly as deep and capable go-to market machinery. Now, they're getting better and they're getting some attention in the market, nonetheless. But as a private company, you just naturally, more people are aware of Snowflake. Some analysts, Tony Bear in particular, believe Mongo and Snowflake are on a bit of a collision course long term. I actually can see his point. You know, I mean, they're both platforms, they're both about data. It's long ways off, but you can see them sort of in a similar path. They talk about kind of similar aspirations and visions even though they're quite in different markets today but they're definitely participating in similar tam. The cloud players are probably the biggest or definitely the biggest partners and probably the biggest competitors to Snowflake. And then there's always Oracle. Doesn't have the spending velocity of the others but it's got strong market presence. It owns a cloud and it knows a thing about data and it definitely is a go-to market machine. Okay, we're going to end on some of the things that we heard in the ecosystem. 'Cause look, we've heard before how particular technology, enterprise data warehouse, data hubs, MDM, data lakes, Hadoop, et cetera. We're going to solve all of our data problems and of course they didn't. And in fact, sometimes they create more problems that allow vendors to push more incremental technology to solve the problems that they created. Like tools and platforms to clean up the no schema on right nature of data lakes or data swamps. But here are some of the things that I heard firsthand from some customers and partners. First thing is, they said to me that they're having a hard time keeping up sometimes with the pace of Snowflake. It reminds me of AWS in 2014, 2015 timeframe. You remember that fire hose of announcements which causes increased complexity for customers and partners. I talked to several customers that said, well, yeah this is all well and good but I still need skilled people to understand all these tools that I'm integrated in the ecosystem, the catalogs, the machine learning observability. A number of customers said, I just can't use one governance tool, I need multiple governance tools and a lot of other technologies as well, and they're concerned that that's going to drive up their cost and their complexity. I heard other concerns from the ecosystem that it used to be sort of clear as to where they could add value you know, when Snowflake was just a better data warehouse. But to point number one, they're either concerned that they'll be left behind or they're concerned that they'll be subsumed. Look, I mean, just like we tell AWS customers and partners, you got to move fast, you got to keep innovating. If you don't, you're going to be left. Either if your customer you're going to be left behind your competitor, or if you're a partner, somebody else is going to get there or AWS is going to solve the problem for you. Okay, and there were a number of skeptical practitioners, really thoughtful and experienced data pros that suggested that they've seen this movie before. That's hence the same wine, new bottle. Well, this time around I certainly hope not given all the energy and investment that is going into this ecosystem. And the fact is Snowflake is unquestionably making it easier to put data to work. They built on AWS so you didn't have to worry about provisioning, compute and storage and networking and scaling. Snowflake is optimizing its platform to take advantage of things like Graviton so you don't have to, and they're doing some of their own optimization tools. The ecosystem is building optimization tools so that's all good. And firm belief is the less expensive it is, the more data will get brought into the data cloud. And they're building a data platform on which their ecosystem can build and run data applications, aka data products without having to worry about all the hard work that needs to get done to make data discoverable, shareable, and governed. And unlike the last 10 years, you don't have to be a keeper and integrate all the animals in the Hadoop zoo. Okay, that's it for today, thanks for watching. Thanks to my colleague, Stephanie Chan who helps research "Breaking Analysis" topics. Sometimes Alex Myerson is on production and manages the podcasts. Kristin Martin and Cheryl Knight help get the word out on social and in our newsletters, and Rob Hof is our editor in chief over at Silicon, and Hailey does some wonderful editing, thanks to all. Remember, all these episodes are available as podcasts wherever you listen. All you got to do is search Breaking Analysis Podcasts. I publish each week on wikibon.com and siliconangle.com and you can email me at David.Vellante@siliconangle.com or DM me @DVellante. If you got something interesting, I'll respond. If you don't, I'm sorry I won't. Or comment on my LinkedIn post. Please check out etr.ai for the best survey data in the enterprise tech business. This is Dave Vellante for theCUBE Insights powered by ETR. Thanks for watching, and we'll see you next time. (upbeat music)
SUMMARY :
bringing you data driven that the ecosystem excitement here on the show floor. and the action in the ecosystem. Didn't start out that way, you know, One of the big knocks against Snowflake the idea of bring your data of the question, he did answer. is the one that looks like, and from the ecosystem, And so a couple of the So that way, you know, from the Hadoop era is the fact the defacto place as to where
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Frank Slootman | PERSON | 0.99+ |
Frank Slootman | PERSON | 0.99+ |
Doug Henschen | PERSON | 0.99+ |
Stephanie Chan | PERSON | 0.99+ |
Christian Kleinerman | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Rob Hof | PERSON | 0.99+ |
Benoit Dageville | PERSON | 0.99+ |
2014 | DATE | 0.99+ |
Matt Sulkins | PERSON | 0.99+ |
JPMC | ORGANIZATION | 0.99+ |
2019 | DATE | 0.99+ |
Cheryl Knight | PERSON | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
Denise Persson | PERSON | 0.99+ |
Alex Myerson | PERSON | 0.99+ |
Tony Bear | PERSON | 0.99+ |
Dave Menninger | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
July | DATE | 0.99+ |
Geico | ORGANIZATION | 0.99+ |
November | DATE | 0.99+ |
Snowflake | TITLE | 0.99+ |
40% | QUANTITY | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
App Store | TITLE | 0.99+ |
Capital One | ORGANIZATION | 0.99+ |
second principle | QUANTITY | 0.99+ |
Sanjeev Mohan | PERSON | 0.99+ |
Snowflake | ORGANIZATION | 0.99+ |
1300 native apps | QUANTITY | 0.99+ |
Tony Bear | PERSON | 0.99+ |
David.Vellante@siliconangle.com | OTHER | 0.99+ |
Kristin Martin | PERSON | 0.99+ |
Mongo | ORGANIZATION | 0.99+ |
Databricks | ORGANIZATION | 0.99+ |
Snowflake Summit 2022 | EVENT | 0.99+ |
First | QUANTITY | 0.99+ |
two | DATE | 0.99+ |
Python | TITLE | 0.99+ |
10 different tables | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
ETR | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
Snowflake | EVENT | 0.98+ |
one place | QUANTITY | 0.98+ |
each week | QUANTITY | 0.98+ |
O'Reilly | ORGANIZATION | 0.98+ |
This week | DATE | 0.98+ |
Hadoop World | EVENT | 0.98+ |
this week | DATE | 0.98+ |
Pure | ORGANIZATION | 0.98+ |
about 40 partners | QUANTITY | 0.98+ |
theCUBE | ORGANIZATION | 0.98+ |
last quarter | DATE | 0.98+ |
One | QUANTITY | 0.98+ |
S3 | TITLE | 0.97+ |
Hadoop | LOCATION | 0.97+ |
single | QUANTITY | 0.97+ |
Caesars Forum | LOCATION | 0.97+ |
Iceberg | TITLE | 0.97+ |
single source | QUANTITY | 0.97+ |
Silicon | ORGANIZATION | 0.97+ |
Nearly 10,000 people | QUANTITY | 0.97+ |
Apache Iceberg | ORGANIZATION | 0.97+ |
Loic Giraud, Novartis & Jesse Cugliotta, Snowflake | Snowflake Summit 2022
(upbeat music) >> Welcome back to Vegas, baby. Lisa Martin here with theCUBE. We are live at Caesar's Forum covering Snowflake Summit 22. This is day two of our wall to wall coverage on theCUBE you won't want to miss. We've got an exciting customer story to talk to you about next with Novartis and Snowflake. Please welcome two guests to theCUBE. Loïc Giraud, Global head digital delivery, Novartis. I hope I got the name right. >> Yes. Hi, thank you. >> I did my best. >> Absolutely. >> Lisa: (laughs) Jesse Cugliotta also joins us. Global Industry Lead, Healthcare and Life Sciences at Snowflake. Welcome with theCUBE, gentlemen. >> Thank you for having us. Good morning. >> So it was great to hear Novartis is a household word now, especially with what's gone on in the last two years. I had a chance to see the Keynote yesterday, heard Novartis mention in terms of a massive outcome that Snowflake is delivering that we're going to get to. But Loic talk to us about Novartis global 500 organization. You rank among the world's top companies investing in R&D, the massive portfolio and you're reaching nearly 800 million patients worldwide. That's huge, but there's been a lot of change in the healthcare and life sciences industry, especially recently. Talk to us about the industry landscape. What are you seeing? >> As you described, Novartis is one of the top life science company in the world. We are number three. We operate in 150 countries, and we have almost 120,000 employees. Our purpose is actually to reimagine medicine for the use of data science and technology and to extend people's life. And we really mean it. I think, as you mentioned, we treat eight or 9 million patient per year with our drugs. We expect to treat more than a billion patients in near time soon. Over the last few years, especially during COVID, our digital transformation help us to accelerate the drug discovery and then the commiseration of our drug to markets. As it was mentioned in the Keynote yesterday, we have actually been able to reduce our time to market. It used to take us up to 12 years and cost around 1.2 billion to discover and commercialize drug. And now we've actually use of technology like Snowflake, we have been able to reduce by two to three years, which ultimately is a benefit for our patients. >> Absolutely. Well, we're talking about life and death situations. Talk about... You mentioned Novartis wants to reimagine medicine. What does that look like? Where is data in that and how is Snowflake an enabler of reimagining medicine? >> So data is core for our asset, is a core of enterprise process. So if you look at our enterprise, we are using data from the research, for drug development, in manufacturing process, and how do we market and sell our product through HCPs and distribute it to reach our patients. If you build through our digital transformation we have created this integrated data ecosystem, where Snowflake is a core component. And through that ecosystem, we are able to identify compounds and cohorts, perform clinical trials, and engage HCPs and HGOs so that can prescribe drugs to serve our patient needs. >> Jesse, let's bring you into the conversation. Snowflake recently launched its healthcare and life sciences data cloud. I believe that was back in March. >> It was. >> Just a couple of months ago. Talk to us about the vertical focus. Talk to us about what this healthcare and life sciences data cloud is aiming to help customers like Novartis achieve. >> Well, as you mentioned there, Snowflake has made a real pivot to kind of focus on the various different industries that we serve in a new way. I think historically, we've been engaged in really, all of the industries across the major sectors where we participate today. But historically we've been often engaging with the office of IT. And there was a recognition as a company that we really need to be able to better speak the language of our customers in with our respective industries. So the entire organization has really made a pivot to start to build that capability internally. That's part of the team that I support here at Snowflake. And with respect to healthcare and life sciences, that means being able to solve some of the challenges that Loic was just speaking about. In particular, we're seeing the industry evolve in a number of ways. You bring up clinical research in the time that it takes to actually bring a drug to market. This is a big one that's really changed a lot over the last couple of years. Some of the reasons are obvious and other ones are somewhat opportunistic. When we looked at what it takes to get a drug to market, there's several stages of clinical research that have to be participated in, and this can often take years. What we saw in the last couple of years, is that all of a sudden, patients didn't want to physically participate in those anymore, because there was fear of potential infection and being in a healthcare facility. So the entire industry realized that it needed to change in terms of way that it would engage with patients in that context. And we're now seeing this concept of decentralized clinical research. And with that, becomes the need to potentially involve many different types of organizations beyond the traditional pharma, their research partners, but we're starting to see organizations like retail pharmacies, like big box retailers, who have either healthcare delivery or pharmaceutical arms actually get involved in the process. And of course, one of the core things that happens here is that everyone needs a better way to collaborate and share data amongst one another. So bringing this back to your original question, this concept of being able to do exactly that is core to the healthcare and the life sciences data cloud. To be able to collaborate and share data amongst those different types of organizations. >> Collaboration and data sharing. It seems to me to be a differentiator for Snowflake, in terms of being able to deliver secure, governed powerful analytics and data sharing to customers, partners to the ecosystem. You mentioned an example of the ecosystem there and how impactful to patients' lives, that collaboration and data sharing can be. >> That's absolutely right. It's something that if you think about all of the major challenges that the industry has had historically, whether it is high costs, whether it are health inequities, whether it is physicians practicing defensive medicine or repeat testing, what's core to each one of these things is kind of the inability to adequate collaborate and share data amongst all of the different players. So the industry has been waiting for the capability or some sort of solution to be able to do this, I think for a long, long time. And this is probably one of the most exciting parts of the conversations that we have with our customers, is when they realize that this is possible. And not only that it's possible within our platform, but that most of the organizations that they work with today are also Snowflake customers. So they realize that everyone's already here. It's just a matter of who else can we work with and how do we get started? >> Join the party. >> Exactly. >> Loic talk to us about Novartis's data journey. I know you guys have been, I believe using Snowflake since 2017 pre pandemic. But you had a largely on-premises infrastructure. Talk to us about the decision of Novartis to go to the cloud, do it securely and why you chose to partner with Snowflake. >> So when we started our journey in 2018, I think the ambition that our CEO, was to transform all enterprise processes for the use of digital tech. And at the core of this digital tech is data foundation. So we started with a large program called Formula One, which aim to integrate all our internal and external data asset into an integrated platform. And for that, I think we've built this multicloud and best upgrade platform, where Snowflake is a core component. And we've been able to integrate almost 1,000 data asset, internal and external for the platform to be able to accelerate the use of data to create insight for our users. In that transformation, we've realized that Snowflake could be a core component because of the scalability and the performance with large dataset. And moreover, when Snowflake started to actually open collaboration for their marketplace, we've been able to integrate new data set that are publicly available at the place that we could not do on ourself, on our own. So that is a core component of what we are trying to do. >> Yeah, and I think that's a great example of really what we're talking about here is that, he's mentioning that they're going out to our marketplace to be able to integrate data more easily with some of the vendors there. And that is kind of this concept of the healthcare and life sciences data cloud realized, where all of a sudden, acquiring and bringing data in and making it ready for analysis becomes much faster, much easier. We continually see more and more vendors coming to us saying, I get it now, I want in. Who else can I work with in this space? So I think that's a perfect example of how this starts to become real for folks. >> Well, it sounds like the marketplace has been an enabler, Loic, of the expansion of use cases. You've grown this beyond drug development. I read that you're developing new products and services for healthcare providers to personalize treatments for patients, which we all are demanding patients. We want that personalized care. But talk about the marketplace as a facilitator of those expanding use cases that Snowflake is powering. >> Yes. That's right. I mean we have currently almost 65 use cases in production and we are in advanced progress for over 200 use cases and they go across all our business sector. So if you look at drug development, we are monitoring our clinical trials using Snowflake. If you look at our omnichannel marketing, we are looking at personalization of information with our HCPs and HGOs using snowflake. If you look at our manufacturing process, we are looking at yet management, freight optimization, inventory, insight. So almost across all the industry sectors that we have, I think we are using the platforms to be able to deliver faster information to our users. >> And that's what we all want. Faster information. I think in the pandemic we learned that access to real time data in every industry wasn't a nice to have. That was a- >> Necessity. >> Absolute necessity. >> Yeah. >> And made the difference for companies that survived and thrived and those that didn't. That's something that we learned. But we also learned that the volume of data just continues to proliferate. Loic, you've been in the industry a couple of decades. What do you see? And you've got, obviously this great foundation now with Snowflake. You've got 65 use cases you said in production. What's the future of the data culture in healthcare and life sciences from your perspective? >> So my perspective. It is time now we give the access to our business technologies to be able to be self-sufficient using digital product. We need to consumerize digital technology so they can be self-sufficient. The amount of problems that we have to solve, and we can now solve with new technology has never been there. And I think where in the past, where in the next few years that you will see an accelerated generation of insight and an accelerated process of medicine by empowering the business technologies to use a technology that like Snowflake and over progress. >> What are your thoughts Loic, of some of the, obviously a lot of news coming out yesterday from Snowflake, we mentioned standing room only in the Keynote. This I believe is north of 10,000 attendees. People are ready to engage in person with Snowflake, but some of the news coming out, what is your perspective? You've been a partner of theirs for a while. What do you see from Snowflake in terms of the news, the volume of customers it's adding, all that good stuff? >> I must say I was blown away yesterday when Frank was talking about the ramp up of customers using Snowflake. But also, and I think in Benoit and Christian, and they talk about the innovation. When you look at native application or you look at hybrid tables, we saw a thing there. And the expansion of the marketplace by monetization application, that is something that is going to accelerate the expansion, not only on the company, but the integration and the utilization of customers. And to Jesse's point, I think that it is key that people collaborate using the platform. I think we want to collaborate with suppliers and providers and they want to collaborate with us. But we want to have a neutral environment where we can do that. And Snowflake can be that environment. >> And do it securely, right? Security is absolutely- >> Of course. I mean that's really table stake for this industry. And I think the point that you just made Loic, is very important, is that, the biggest question that we're often asked by our customers is who else is a customer within this industry that I can collaborate with? I think as Loic here will attest to, one of the challenges within life sciences in particular is that it is a highly regulated industry. It is a highly competitive industry, and folks are very sensitive about referenceability. So about things like logo usage. So to give some ideas here, people often have no idea that we're working with 28 of the top 50 global pharma today, working with seven of the top 12 global medical device companies today. The largest CROs, the largest distributors. So when I say that the party is here, they really are. And that's why we're so excited to have events like these, 'cause people can physically introduce themselves to one another and meet, and actually start to engage in some of these more collaborative discussions that they've been waiting for. >> Jesse, what's been some of the feedback that you've heard the last couple of days on the healthcare and life sciences data cloud? You've obviously finally gotten back to engaging with customers in person. But what are some of the things, feed on this street have said that you've thought, we made the absolute right decision on this pivot? >> Yeah, well I think some of it speaks to the the point I was just speaking about, is that they had no idea that so many of their peers were actually working with Snowflake already and that how mature their implementations have actually been. The other thing that folks are realizing is that, a lot of the technologies that serve this ecosystem, whether they're in the health tech space, whether they're clinical management or commercial engagement or supply chain planning technologies, those companies are also now pivoting to Snowflake, where they're either building a part or the entirety of their platform on top of ours. So it offers this great way to start to collaborate with the ecosystem through some of those capabilities that we spoke about. And that's driving new use cases in commercial, in supply chain, in pharmacovigilance, in clinical operations. >> Well, I think you just sum up beautifully why the theme of this conference is the world of data collaboration. >> Yes, absolutely. >> The potential there, that Snowflake is unleashing to the world is I think is what's captivating to me. That you just scratch on the surface about connecting and facilitating this collaboration and this data sharing in a secure way across industries. Loic, last question for you. Take us home with what is next for Novartis. You've done a tremendous amount of digitalization. 65 use cases in production with Snowflake. What's next for the company? >> See, I think that in next year's to come, open collaboration with the ecosystem, but also personalization. If you look at digital medicine and access to patient's informations, I think this is probably the next revolution that we are entering into. >> Excellent. And of course those demanding patients aren't going to want anything slower or less information. Guys, thank you for joining me on the program talking about the Novartis-Snowflake collaboration. The partnership, the outcomes that you're achieving and how this is really dramatically impacting the lives of hundreds of millions of people. We appreciate your time and your insights. >> Thank you for having us. This was fun. >> My pleasure. >> Thank you. >> For my guests, I'm Lisa Martin. You're watching theCUBE. This is live from Las Vegas, day two of our coverage of Snowflake Summit 22. I'll be right back with my next guest, so stick around. (upbeat music)
SUMMARY :
to talk to you about next Healthcare and Life Sciences at Snowflake. Thank you for having us. in the healthcare and of our drug to markets. Where is data in that and how do we market and sell our product I believe that was back in March. is aiming to help customers And of course, one of the of the ecosystem there is kind of the inability Talk to us about the decision of Novartis and the performance with large dataset. of how this starts to the expansion of use cases. So almost across all the we learned that access to real that the volume of data just and we can now solve with new technology in terms of the news, And the expansion of the marketplace and actually start to engage to engaging with customers in person. a lot of the technologies is the world of data collaboration. What's next for the company? and access to patient's informations, joining me on the program Thank you for having us. of Snowflake Summit 22.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jesse Cugliotta | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Jesse | PERSON | 0.99+ |
March | DATE | 0.99+ |
Frank | PERSON | 0.99+ |
28 | QUANTITY | 0.99+ |
Novartis | ORGANIZATION | 0.99+ |
2018 | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
eight | QUANTITY | 0.99+ |
Jesse Cugliotta | PERSON | 0.99+ |
Vegas | LOCATION | 0.99+ |
seven | QUANTITY | 0.99+ |
Loïc Giraud | PERSON | 0.99+ |
Loic Giraud | PERSON | 0.99+ |
yesterday | DATE | 0.99+ |
Lisa | PERSON | 0.99+ |
three years | QUANTITY | 0.99+ |
more than a billion patients | QUANTITY | 0.99+ |
two guests | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
65 use cases | QUANTITY | 0.99+ |
Loic | PERSON | 0.99+ |
next year | DATE | 0.99+ |
Snowflake | ORGANIZATION | 0.99+ |
over 200 use cases | QUANTITY | 0.99+ |
150 countries | QUANTITY | 0.98+ |
nearly 800 million patients | QUANTITY | 0.98+ |
almost 65 use cases | QUANTITY | 0.97+ |
around 1.2 billion | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
couple of months ago | DATE | 0.96+ |
Christian | ORGANIZATION | 0.96+ |
hundreds of millions | QUANTITY | 0.95+ |
Snowflake Summit 22 | EVENT | 0.95+ |
Snowflake Summit 2022 | EVENT | 0.95+ |
theCUBE | ORGANIZATION | 0.95+ |
Benoit | ORGANIZATION | 0.94+ |
Snowflake | TITLE | 0.93+ |
almost 120,000 employees | QUANTITY | 0.93+ |
up to 12 years | QUANTITY | 0.93+ |
last couple of years | DATE | 0.92+ |
pandemic | EVENT | 0.91+ |
Loic | ORGANIZATION | 0.89+ |
top 12 global medical device companies | QUANTITY | 0.89+ |
day two | QUANTITY | 0.87+ |
almost 1,000 data asset | QUANTITY | 0.87+ |
snowflake | TITLE | 0.87+ |
Keynote | EVENT | 0.85+ |
last few years | DATE | 0.83+ |
north of 10,000 attendees | QUANTITY | 0.82+ |
500 organization | QUANTITY | 0.82+ |
Snowflake | EVENT | 0.79+ |
top 50 global pharma | QUANTITY | 0.79+ |
last two years | DATE | 0.79+ |
people | QUANTITY | 0.78+ |
Omer Singer, Snowflake & Julie Chickillo, Guild Education | Snowflake Summit 2022
>>Hey everyone. Welcome back to the queue of Lisa Martin with Dave Valante and we're live in Vegas. This is snowflake summit, 22, their fourth annual event. A lot of people here, a lot of news, a lot to unpack so far, and this is only day, day one. We've got two guests here with us to talk about, uh, cyber security, a very important topic, please welcome Omar singer the head of cyber security strategy at snowflake and Julie Chilo VP of security at Guild education. Welcome. Thank >>You. Thank you >>For having all of >>Our favorite topics. Yeah. Oh >>One. It's not boring. >>You know this much and you have so much more to learn now. So here >>We go. Cybersecurity is, is not to say it's boring. Not boring is an understatement. Yeah. Omar, I wanna start with you so much news coming out today. Talk to us about what's new with cybersecurity. Workload is snowflakes. Flywheel of innovation just seems to be getting bigger and faster. >>Yeah. Yeah. Well, well, I'll tell you it's been a long road to get to where we are today. Um, my initial role at snowflake was to lead security engineering. So I've actually been using snowflake as the home for security data, basically from day one. And we saw that it worked, it worked really well. And we started hearing from customers that they were dealing with some of the same challenges that we faced as an internal security team. And we decided as snowflake that we wanna bring the benefits of the data cloud to cyber security teams at all of our customers. And that's what the workload is all about. >>Talk to us about the, the voice of the customer. Obviously we saw a lot of customer stories heard your customer. We're gonna be talking about Guild education in a minute, but in the voice of the customer, in terms of being influential, obviously you were an internal customer drinking that champagne like this tastes really good. This is better of the Flaco <laugh>, but how is the voice of the customer influential in terms of the, the cybersecurity workload, as we've seen the threat landscape change so much in the last two years alone? >>Sure, sure. And you know, security, it's a really hard problem. We like to think of it as a data problem. And when you start thinking about it, that way snowflake is re very relevant for it. But many security teams don't yet think about their challenge as a data challenge. And so they're struggling with a very fragmented data landscape. The facts are all over the place and they're not able to ask the kind of questions that they need to understand. Where are my risks? How are the bad guys gonna try to get into my network? And they can't reflect that to leadership to everybody that really cares about cyber security. This is a board level concern today without the unified data and without the analytics. Um, they really can't do any of that. And, and yeah, representing the customer is, is a big part of what I do. And we have great customers like, like Julie, who's been kind of with us on this journey. She's, she's a part of the movement. I mean, Julie, what, what has it been like, uh, for, for you? >>Oh, it's been, uh, it's been game changer for, for Guild for sure. When we first, uh, started, I didn't one, I didn't know this was a concept <laugh> so when I first started talking O me and, um, snowflake, uh, I had just heard through the grapevine that, that you could do, like, this was a thing you could use the data, you could get everything you needed in one place. And, um, it's been game changing for my team. Uh, we, we were in many different security tools. They were all isolated, siloed, and we're now able to move everything into one, uh, one area, uh, and get we're getting close to the one pane of glass, which I, um, I just heard was a mythical concept for >>Security for >>A long time. Yeah. For a long time. Um, so it's, uh, it's just been amazing and it's, uh, brought us closer to our data ops team. So I'm here this week, uh, with somebody from data ops, actually, that's awesome to help us out. >>So can you describe that further? I'm I'm, I'm, I'm amazed and skeptical the, the, the I'm imagining, you know, the Optiv chart that says eight, 8 million security tools on there, are you actually able, uh, describe how you're able to consolidate your tooling? >>So, one of, one of the biggest problem, one of the biggest problems we were facing initially was our SIM, um, the security incident and event management tool could not take anything from our DevSecOps tools. And so any security that we had in a developer pipeline was really isolated to that tool, and we could never get it into a SIM Sims just aren't meant they're not built to handle that they're built to handle, um, not, not really old school networks and, and data center traffic and everything I have is in the cloud. And so we were really, I, everything was isolated. So with snowflake, what we do is we, um, worked with our data ops team. We can move things from, um, like our, our scanning tools for, for the developer pipelines into snowflake. We can use then correlate different things such as, from like eight year ADP. Like if a, do you have somebody pushing code to production who's out on vacation, you can actually do that correlation with snowflake that was never available before. These are things we could never do before. And we're able to, um, just do correlations. You could not get in that you cannot get in a SIM. >>Why couldn't I just throw those into any old, you know, run of the mill cloud data warehouse? >>Well, you know, it's not just the scale, it's the complexity of the data. I think snowflake how we have the, the sche on read and then all of the kind of things that make snowflake really good for other departments turns out, works really well for security. And it's the ecosystem too. Nobody else has this ecosystem approach. You know, you heard on the keynote today that snowflake is the, this disrupting, um, the, the software application development, right? All, all that kind of focus. The tool consolidation doesn't need to mean that you only have one tool you can actually have best of breed, choose the tool you want. As long as the data's consolidated, you're not building more silos. And that's what our partners are doing. They're separating the application from the data. They're bringing the work to the data, and that's what you hear here. So Julie's team can still choose to use a variety of tools that get the job done, but all those tools are working off of the single source of truth. And that, that is unique to what snowflake >>Can enable. So we, we are Reiss. Uh, we should have asked you about Guild education, explain your, your, your organization. >>Oh, what does Guild do? Uh, so we're a late stage startup. Uh, we manage education as a benefit for, for large companies. So we, we house data from very large organizations with like their workforce and, and help students help, help their workforce go back to school. >>Okay. So unpacking some of the things you said, schema on Reed, but not necessarily no schema on, right. It's a little different, right. Because you're ingesting. Yeah. And then you're determining the scheme on read that's right. Right. Okay. So that makes it simple and fast for zoom, but you get data in and then you figure it out, bringing work to data. Can we just double click on that a little bit? Cuz I think when I think about that, we've heard terms like over the years bring compute to the data. That's what Hadoop was supposed to do. And it didn't, you know, it was like, everything was mm-hmm <affirmative> shoved. So what do you mean by that? How, how, what, what actually does that >>Mean? Yeah. So if you think about the traditional SAS solution, the vendor needed to invest in a data center and to have a data platform that would be scalable and robust because their service dependent on it and they couldn't trust that the customer would have that kind of data platform on the customer's side. What Snowflake's data cloud has done has democratized the data platform. So now you have startups to fortune 500 S the vendors, the customers, they're all uneven footing when it comes to the data platform. So now the vendors can say, bring your own snowflake. Why not? You know, and they can focus on building the best application to solve the real challenges that security teams have. But by the way, not only cybersecurity, we see this and for example, the, um, customer data space as well. So we're seeing more and more kind of SaaS industries seeing this approach and the applications are gonna come yeah. To the data platform of choice, uh, for the practitioner. >>Julie, can we talk about some of the outcomes that Guild education has achieved so far by working with this solution in terms of, we look at the threat landscape and how it's changed so much the last couple of years and how it's a matter of if, or sorry, when not, if I get hit with an attack, how, what are some of the key outcomes that a snowflake partnership and technology has enabled you to achieve? >>So the, the biggest one, again, it's around the Def sec ops program, um, where you see so many attacks these days happening in the code base. So you really have to be careful with your, your pipeline where the code's getting moved through, who has access, who can move code into production. Um, and these are so the, like if you're using GitHub or, um, like using a scanning tool called snake, they're, they're separate, like they're completely separate the only way that we can see who's moving code into production, or if there was a vulnerability or somebody turned off, the security tool is to move these logs, this data into snowflake, uh, and our engineering teams were already using snowflake. Uh, so that made it, that was an easy transition for us. I didn't have to go out and convince another team to support us somewhere else, but a great example where we were, we're seeing great, um, savings, not only in people time, but, but for security, um, we were having problems or the security or the <laugh>, the engineers were turning off our secure codes scanner. >>And we didn't find out until a little bit later. Uh, oh yeah. Yeah. So found out we, my team, we had a team, we spent about 160 hours going through a thousand pole requests manually. And I said, no, no more go find the go figure out where this data exists. We put it in a snowflake and we can create an automatic, uh, ping to the security team saying, Hey, they turned off the, the scanner, go check and see what, why did the scanner get turned off? So it's an immediate response from my team instead of finding out two months later. And this is just, isn't something you can do right now. That's you can't set it up. So, um, makes it so easy. Ping goes to slack. We can go to the, immediately to the engineering team and say, why did you >>Using using automation? >>Yeah. Did you, did you turn this off? Why did you turn it off? Get an exception in so one, it like helps with compliance, so we're not messing up our SOC two audit. Uh, and then two, from a security perspective, we are able to, to trust, but verify, um, which is a big part of the DevSecOps landscape, where they need code to move into production. They need a scan to run in under five minutes. My team can't be there to scan, you know, 10, like 10 times a day or a hundred times a day. So we have to automate all of that and then just get information as it comes in. >>Is it accurate to say that, um, you're not like shutting off your tools, you're just taking advantage of them and compressing the time to get value out of them or are you actually reducing the tool sets? >>No, we don't. Well, no, we, our goal wasn't to reduce the tool set. I mean, we did actually get rid of the SIM we were using. Uh, so we were partnering with one of, um, uh, snowflakes partners, um, >>Because yeah, but you still have a SIM, >>We still have it. It's just minimized what goes to the SIM, because most of what I care about, isn't actually going to a SIM. Yeah. It's all the other pieces that are in a cloud because we use all like, we're, we're a hundred percent in the cloud. I don't have servers, I don't have firewalls. We don't have routes routers or switches. So all the things I care about live in a cloud somewhere. And, and I want that information. And so a lot of times, um, especially when it comes to the engineering tools, they were already sending the information to snowflake or they're also interested. And so we're partnering like it's, we're doubling up on the use of the >>Data. Okay. And you couldn't get that outta your SIM. Maybe you're asking your SIM to do too much, or it just didn't deliver. >>No systems are built on search engines. You know, they don't, >>They, they can't do it. >>You kind of knew what you were looking for and you say, Hey, where did I see this? Where did I see that? Very different from data analytics and the kinds of question that security teams really want to ask. These are emergent properties. You need context, you need sequel, you need Python. That's how you ask the questions that security teams really want to ask the legacy Sims. They don't let you ask that kind of question. They weren't built with that in mind. And they're so expensive that by moving off of them, to this approach, you kind of pay for all these other solutions that, that then you can bring on. >>That seems to make the, what you just said. There was brilliant. It seems to make the customer conversation quite easy if they're saying, well, why should I replace my SIM? It's doing just fine. You just nailed it with, with what you said there. >>So, yeah. And we're, and we're seeing that happen extensively. And I'm excited that we have customers here at summit talking about their experience, moving off of a legacy SIM where the security team was off to the side, away from the rest of the company to a unified approach, the SIM and the other security solutions working on top of the snowflake and a collaboration between security and the data >>Team. So what does your security ecosystem look like? You've got SIM partners. Do you have identity access partners, endpoint partner. Absolutely. >>Describe that compliance automation ass. Yeah. We hear about companies really struggling to meet all the compliance requirements. Well, if all the data's already centralized, then I can kind of prove to my auditors and not just once a quarter, but once a day, I can make sure that all the environment is in compliance with whatever standard I have. So we see a lot of that cloud security is another big one because there's just 10 times more things happening in the cloud environment than in the data center. Everything is so heavily instrumented. And so we see cloud security solutions as significant as well. And the identity space, the list goes on and on. We do see the future being the entire security program uses connected applications with a single source of truth in the company's snowflake. And >>Would you say centralized, you, you it's logically centralized, right? I mean, it's virtually centralized, right? It's not, >>Well, that's >>Not shoved into one container, right? >>I mean, it's right. Well, that's the beauty of the data cloud, right? We, everybody that's on the data cloud is able to collaborate. And so whether it's in the same account or table or database, you know, that's really besides the point because all of the platform investments that snowflake is making on cross region, cross cloud collaboration means that once it's in snowflake, then it is unified and can be used together. But >>I think people misunderstand that sometimes. And BEWA made this point, uh, as the Christian about the global nature of, of snowflake and it's globally distributed, but it's logically a data cloud. >>Yeah. I like to call it one big database in the sky. You know, that's how I explain to security teams that are kind of new to the concept, but >>It's not, it's could be a lot of little databases, but it, but having the same framework, the same governance structure, the same security >>You're right. I think that's how it's achieved is what you're describing. You know, I think from the outcome, what the security team needs to know is that when there's some breach hitting the headline and they need to go to their leadership and say, I can assure you, we were not affected. They can be confident in that answer because they have access to the data, wherever it is in the world, they have access to ask you the questions they need to ask. >>And that confidence is critical. These days as that threat landscape just continues to change. Thank you both so much for joining us. Thank you. Talking about from a cyber security perspective, some of the things that are new, new at snowflake, what you guys are doing at Guild education and how you're really transforming the organization with the data cloud, we appreciate your insights. Thank you for having us. Thank you. Thanks you guys for our guests and Dave ante. I'm Lisa Martin. You're watching the queue live from Las Vegas on the show floor of snowflake summit 22. We'll be right back with our next guest.
SUMMARY :
Welcome back to the queue of Lisa Martin with Dave Valante and we're live in Vegas. You know this much and you have so much more to learn now. Omar, I wanna start with you so much news coming out today. And we decided as snowflake that we wanna bring the benefits of the data cloud to cyber This is better of the Flaco <laugh>, but how is the voice of the customer influential The facts are all over the place and they're not able to ask the kind of questions that they need to that you could do, like, this was a thing you could use the data, you could get everything you needed in one place. actually, that's awesome to help us out. And so any security that we had in a developer pipeline was doesn't need to mean that you only have one tool you can actually have best of breed, Uh, we should have asked you about Guild education, Uh, we manage education as And it didn't, you know, it was like, everything was mm-hmm <affirmative> shoved. So now you have startups to fortune 500 S the vendors, So the, the biggest one, again, it's around the Def sec ops program, um, where you see so many And this is just, isn't something you can do right now. to scan, you know, 10, like 10 times a day or a hundred times a Uh, so we were partnering with one of, So all the things I care about live Maybe you're asking your SIM to do too much, or it just didn't deliver. You know, they don't, You kind of knew what you were looking for and you say, Hey, where did I see this? That seems to make the, what you just said. And I'm excited that we have customers here at summit talking about Do you have identity access Well, if all the data's already centralized, then I can kind of prove to my auditors and We, everybody that's on the data cloud is able to collaborate. And BEWA made this point, uh, as the Christian about the You know, that's how I explain to security teams that are kind of new to the concept, They can be confident in that answer because they have access to the new at snowflake, what you guys are doing at Guild education and how you're really transforming the organization
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Dave Valante | PERSON | 0.99+ |
Julie Chilo | PERSON | 0.99+ |
Vegas | LOCATION | 0.99+ |
Julie | PERSON | 0.99+ |
Omar | PERSON | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
two guests | QUANTITY | 0.99+ |
10 times | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
Python | TITLE | 0.99+ |
10 | QUANTITY | 0.99+ |
Julie Chickillo | PERSON | 0.99+ |
today | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
one tool | QUANTITY | 0.99+ |
once a day | QUANTITY | 0.98+ |
this week | DATE | 0.98+ |
Guild | ORGANIZATION | 0.98+ |
two months later | DATE | 0.98+ |
Snowflake | ORGANIZATION | 0.98+ |
Guild Education | ORGANIZATION | 0.98+ |
Guild education | ORGANIZATION | 0.98+ |
once a quarter | QUANTITY | 0.97+ |
both | QUANTITY | 0.97+ |
Snowflake Summit 2022 | EVENT | 0.97+ |
under five minutes | QUANTITY | 0.97+ |
10 times a day | QUANTITY | 0.97+ |
one | QUANTITY | 0.97+ |
Omer Singer | PERSON | 0.97+ |
Hadoop | PERSON | 0.96+ |
BEWA | ORGANIZATION | 0.96+ |
about 160 hours | QUANTITY | 0.96+ |
first | QUANTITY | 0.96+ |
one container | QUANTITY | 0.96+ |
day one | QUANTITY | 0.96+ |
eight year | QUANTITY | 0.95+ |
a hundred times a day | QUANTITY | 0.94+ |
eight, 8 million security | QUANTITY | 0.92+ |
DevSecOps | TITLE | 0.92+ |
one place | QUANTITY | 0.91+ |
single source | QUANTITY | 0.91+ |
hundred percent | QUANTITY | 0.91+ |
one pane | QUANTITY | 0.9+ |
SAS | ORGANIZATION | 0.89+ |
one area | QUANTITY | 0.85+ |
fourth annual event | QUANTITY | 0.84+ |
One | QUANTITY | 0.84+ |
Reed | PERSON | 0.84+ |
Christian | ORGANIZATION | 0.83+ |
last couple of years | DATE | 0.82+ |
Flaco | ORGANIZATION | 0.79+ |
last two years | DATE | 0.79+ |
one big database | QUANTITY | 0.77+ |
ops | ORGANIZATION | 0.77+ |
a thousand pole requests | QUANTITY | 0.76+ |
snowflake | ORGANIZATION | 0.75+ |
double | QUANTITY | 0.59+ |
fortune 500 | ORGANIZATION | 0.58+ |
GitHub | TITLE | 0.57+ |
summit 22 | LOCATION | 0.48+ |
SOC | ORGANIZATION | 0.46+ |
22 | QUANTITY | 0.41+ |
Shishir Shrivastava, TEKsystems & Devang Pandya, TEKsystems | Snowflake Summit 2022
>>Welcome back everyone to the Cube's live coverage of snowflake summit 22, we are live in Las Vegas. Caesar's forum, Lisa Martin, Dave Valante, Dave. This is day one of a lot of wall action on the, >>Yeah. A lot of content on day one. It, it feels like, you know, the, the reinvent fire hose yes. Of announcements feels like a little mini version of that. >>It does. That's a good, that's a good way of putting it. We've been unpacking a lot of the news. That's come out, stick around, lots more coming. We've got two guests joining us from tech systems global services. Please welcome Devon. Pania managing director and Shai Sheva of us senior and Shire. Shrivastava senior manager, guys. Great to have you on the cube. >>Thank you so much. Good to see you. And it's great to be in person. Finally, it's been a long UE, so excited to be here. >>Agree. The keynote this morning was not only standing room only, but there was an overflow area. >>Oh my goodness. We have a hard time getting in and it is unbelievable announcement that we have heard looking forward for an exciting time. Next two days here >>Absolutely exciting. The, the cannon shotgun of announcements this morning was amazing. The innovation that has been happening at snowflake and you know, this clearly as partner has been, it just seems like it's the innovation flywheel is getting faster and faster and faster. Talk to us a little bit, Devon about tech systems. Give us the audience a little bit of an overview of the company, and then talk to us about the partnership with snowflake. >>Sure. Thank you. Lisa tech system global services is a full stack global system integrator working with 8% of fortune 500 customers helping in accelerating their business as well as technology modernization journey. We have been a snowflake partner since 2019, and we are one of the highest accredited sales and technical certification with snowflake. And that's what we have earned as a elite partner or sorry, emerging partner with snowflake last year. And we are one of the top elite partner as well. >>Yeah. So since 2019, I mean, in the keynote this morning, Frank showed it. I think Christian showed it as well in terms of the amount of, of change innovation that's happened since 2019 Ellen, we were talking before we went live to share about the, the last two years, the acceleration of innovation cloud adoption digital transformation. The last two years is kind of knock your head back. You need a yeah. A whiplash collar to deal with that. Talk about what you've seen in the last three years, particularly with the partnership and how quickly they are moving and listening to their customers. >>Yeah. Yeah. I think last two years really has given pretty much every organization, including us and our customers a complete different perspective. And that's, that's the exact thing which Christian was talking about, you know, disruption, that's the that's that has been the core message, which we have seen and we've got it from the customers. And we have worked on that right from the get go. We have, you know, all our tools and technology. We are working hand in hand with snowflake in terms of our offerings, working with customers, we have tools. We talk about, you know, accelerators quote unquote that's that helps our customers, you know, to take it from on-prem systems to all the way to the snowflake data cloud and that too, you know, fraction of seconds. You talk about data, you talk about, you know, code conversion, you talk about data validation. So, you know, there are ample amount of things, you know, in terms of, you know, innovation, all workload, I've heard, you know, those are the buzzwords today, and those are like such an exciting time out here. >>So before the pandemic, you know, digital transformation, it was, it was sort of a thing, but it was, it was also a lot of complacency around it. And then of course, if you weren't in a digital business, you were out of the business and boom. So you talked to bang about the stack. You guys obviously do a lot in cloud migration. What's changed in cloud migration. And how is the stack evolving to accommodate that? >>That's a great question there when last two years, it's absolutely a game changer in terms of the digital transformation. Can we believe that 90% of world's data that we have produced and captured is in last two years? It's, isn't that amazing? Right. And what IDC is predicting by 20 25, 200 terabytes of data is going to be generated. And most of them is going to be unstructured. And what we are fascinated about is only 0.5% of unstructured data is currently analyzed by the organization to look at the immense opportunity in front of us and with Snowflake's data cloud, as well as some of the retail data cloud finance and healthcare data cloud launching, it's going to immensely help in processing that unstructured data and really bring life to the data in making organization and market leader. >>Quick, quick fall, if I could, why is, is such a small, why is so much data dark and not accessible to organizations? What's >>The, that's a, that's a great question. I think it's a legacy that we have been trained such a way that data has to be structured. It needs to be modeled, but last decade or so we have seen note it hasn't required that way. And all the social media data being generated, how we communicate in a world is all arm structure, right? We don't create structured data and put it into the CSV and things like that. It's just a natural human behavior. And I think that's where we see a lot of potential in mining that dataset and bringing, you know, AI ML capabilities from descriptive to diagnostic analysis, moving forward with prescriptive and predictive analytics. And that's what we heard from snowflake in Christian announce, Hey, machine learning workload is going to be the key lot of investment happening last 10 years. Now it's going to, you know, capitalize on those ROI in making quick decisions. >>Should you talk to me about those customer conversations? Obviously they have they've transformed and evolved considerably. Yeah. But for customers that have this tremendous amount of unstructured data, a lot of potential as you talked about dung, but there's gotta be, it's gotta be a daunting task. Oh yeah. But these days, every company has to be a data company to be successful, to be competitive and to deliver the experience that the demanding consumers expect. Yeah. How do you start with customers? Where do they start? What's that conversation like and how can tech systems help them get rid of that kind of that daunting iceberg, if you will and get around >>It. Yeah, yeah, yeah, exactly. And I think you got the right point there. Unstructured data is just the tip of the iceberg we are talking about and we have just scratched little surface of it, you know, it's it's and as the one was mentioning earlier, it's, it's gone out those days, you know, where we are talking about, you know, gigabytes of data or, you know, terabytes. Now we are talking about petabytes and Zab bytes of data, and there are so many, and that's, that's the data insight we are looking for and what else, you know, what best platform you can get better than, you know, snowflake data cloud. You have everything in there. You talk about programmability today. You know, Christian was talking about snow park, you know, that, that gives you all the cutting edge languages. You talk about Java, you talk about scale, you talk about Python, you know, all those languages. >>I mean, there were days when these languages, you need to bring that data to a separate platform, process it and then connect it. Now it is right there. You can connect it and just process it. So I think that's, that's the beginning. And to start the conversation, we always, you know, go ahead and talk to the customers and, you know, understand their perspective, know where they want to start, you know, what are their pain points and where they, they want to go, you know, what's their end goal, you know, how they want to pro proceed, you know, how they want to mature in terms of, you know, data agility and flexibility and you know, how do they want to offer their customers? So that's, that's the basically, you know, that's our, the path forward and that's how we see it. >>And just, >>Just to add on top of that, Dave, sorry about that. What we have seen with our customers, the legacy mindset of creating the data silos, primarily because it's not that they wanted it that way, but there were limitations in terms of either the infrastructure or the unlimited scalability and flexibility and accent extensibility, right? That's why those kind of, you know, work around has been built. But with snowflake unified data cloud platform, you have everything in unified platform and what we are telling our customers, we need to eliminate the Datalog. Yes, data is a new oil, but we need to make sure that you eliminate the Datalog within the enterprise, as well as outside the enterprise to really combine then and get a, you know, valuable insight to be the market leader. >>You know, when the cube started, it was 2010. And I remember we went to Hadoop world and it was a lot of excitement around big data and yes, and it turned out, it didn't quite live up to the expectations. That's an understatement, but we, we learned a lot and we made some strides and, and now we're sort of entering this, this new era, but you know, the, the, the last era was largely this big batch job right now, today. You're seeing real time, you know, we've, we've projected out real time in, is gonna become more and more of a thing. How do you guys see the, the sort of data patterns changing and again, where do you see snowflake fitting in? >>Yeah. Great question. And they, what I would have to say, just in a one word is removing the complexity and moving towards the simplicity. Why the legacy solutions such as big data didn't really work out well, it had all the capabilities, but it was a complex environment. You need to really be, you know, knowing a lot of technical aspect of it. And your data analyst were struggling with that kind of a tool set. So with snowflake simplicity, you can bring citizen data scientists, you can bring your data scientists, you can bring your data analysts, all of them under one platform, and they can all mine the data because it's all sitting in the one environment, are >>You seeing organizations change the way they architect their data teams? And specifically, are you seeing a decentralization of data teams or you see, you mentioned citizen data scientists, are you seeing lines of business take more ownership of the data or is it still cuz again, that big data era created this data science role, the data engineering role, the data pipeline, and it was sort of an extension of the sort of EDW. We had a, a few people, maybe one or two experts who knew how to use the system and you build cubes. And it was sort of a, you know, in order of magnitude more complex than that could maybe do more, but are you seeing it being pushed out to the lines of business? >>That's a great question. And I think what we are seeing in the organization today is this time is absolutely both it and business coming together, hand in hand. It's not that, Hey, it, you do this data pipeline work. And then I will analyze this data. And then we'll, you know, share the dashboards to the CEO. We are seeing more and more cohesiveness within the organization in making a path forward in making the decision intelligence very, very rapid. So I think that's a great change. We don't need to operate in silos. I think it's coming together. And I think it's going to create a win-win combination for our >>Customers. Just to add one more point, what the one has mentioned. I think it's the world of data democratization we are talking about, you know, data is available there, insights. We need to pull it out and you know, just give it to every consumer of the organization and they're ready to consume it. They are, they are hungry. They are ready to take it. You know, that's, that's, that's something, you know, we need to look forward for. >>Well, absolutely look forward to it. And as you talked about, there's so much potential it's we see the tip of the iceberg, right? There's so much underneath that guys. I wish we had more time to continue unpacking this, but thank you so much for joining Dave and me on the program, talking about tech systems and snowflake, what you guys are doing together and what you're enabling those end customers to achieve. We appreciate your insights. >>Yeah. Thank you so much. It's an exciting time for us. And we have been, you know, partnering with snowflake on retail data cloud launch, as well as some upcoming opportunity with manufacturing and also the financial competency that we have earned. So I think it's a great time for us ahead in future. So >>Excellent. Lots to come from Texas systems guys. Thank you. We appreciate your time. Thank you. >>Appreciate it. Thank you. Let it snow. I would say let >>It snow, snow. Let it snow. I like that. You're heard of your life from hot Las Vegas for our guests and Dave ante. I'm Lisa Martin. We are live in Las Vegas. It's not snowing. It's very hot here. We're at the snowflake summit, 22 covering that stick around Dave and I will be joined where next guests in just a moment.
SUMMARY :
Welcome back everyone to the Cube's live coverage of snowflake summit 22, It, it feels like, you know, the, the reinvent fire hose yes. Great to have you on the cube. Thank you so much. The keynote this morning was not only standing room only, but there was an overflow area. We have a hard time getting in and it is unbelievable announcement that we have The innovation that has been happening at snowflake and you know, this clearly as partner has been, And we are one of the top elite partner as well. I think Christian showed it as well in terms of the amount of, of change innovation that's happened since that's the exact thing which Christian was talking about, you know, disruption, that's the that's that has been the So before the pandemic, you know, digital transformation, it was, it was sort of a thing, And most of them is going to be unstructured. in mining that dataset and bringing, you know, AI ML capabilities from descriptive a lot of potential as you talked about dung, but there's gotta be, it's gotta be a daunting task. of the iceberg we are talking about and we have just scratched little surface of it, you know, it's it's and as the one was mentioning And to start the conversation, we always, you know, go ahead and talk to the customers and, That's why those kind of, you know, work around has been built. and now we're sort of entering this, this new era, but you know, the, the, the last era was largely this big you know, knowing a lot of technical aspect of it. And it was sort of a, you know, in order of magnitude more And then we'll, you know, share the dashboards to the CEO. We need to pull it out and you know, And as you talked about, there's so much potential it's we see the And we have been, you know, partnering with snowflake on Lots to come from Texas systems guys. Let it snow. We're at the snowflake summit, 22 covering that stick around Dave and I will be
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Shai Sheva | PERSON | 0.99+ |
Dave Valante | PERSON | 0.99+ |
Frank | PERSON | 0.99+ |
2010 | DATE | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
one | QUANTITY | 0.99+ |
Shishir Shrivastava | PERSON | 0.99+ |
Shire | PERSON | 0.99+ |
Texas | LOCATION | 0.99+ |
two guests | QUANTITY | 0.99+ |
Java | TITLE | 0.99+ |
Python | TITLE | 0.99+ |
Shrivastava | PERSON | 0.99+ |
last year | DATE | 0.99+ |
2019 | DATE | 0.99+ |
Pania | PERSON | 0.99+ |
Snowflake | ORGANIZATION | 0.99+ |
90% | QUANTITY | 0.99+ |
8% | QUANTITY | 0.99+ |
both | QUANTITY | 0.98+ |
two experts | QUANTITY | 0.98+ |
one word | QUANTITY | 0.98+ |
Devang Pandya | PERSON | 0.98+ |
Caesar | PERSON | 0.98+ |
Ellen | PERSON | 0.98+ |
one platform | QUANTITY | 0.98+ |
Devon | PERSON | 0.98+ |
0.5% | QUANTITY | 0.97+ |
Snowflake Summit 2022 | EVENT | 0.97+ |
today | DATE | 0.97+ |
Christian | ORGANIZATION | 0.96+ |
day one | QUANTITY | 0.96+ |
20 25, 200 terabytes | QUANTITY | 0.94+ |
TEKsystems | ORGANIZATION | 0.92+ |
this morning | DATE | 0.91+ |
pandemic | EVENT | 0.9+ |
one environment | QUANTITY | 0.89+ |
IDC | ORGANIZATION | 0.88+ |
one more point | QUANTITY | 0.87+ |
last two years | DATE | 0.87+ |
last three years | DATE | 0.86+ |
last 10 years | DATE | 0.85+ |
TEK | PERSON | 0.84+ |
last decade | DATE | 0.8+ |
Lisa | PERSON | 0.74+ |
snowflake summit 22 | EVENT | 0.74+ |
fortune 500 customers | QUANTITY | 0.71+ |
Cube | ORGANIZATION | 0.66+ |
two days | QUANTITY | 0.61+ |
highest accredited sales | QUANTITY | 0.59+ |
petabytes | QUANTITY | 0.55+ |
Devon | ORGANIZATION | 0.52+ |
terabytes | QUANTITY | 0.52+ |
22 | QUANTITY | 0.37+ |
Christian Kleinerman, Snowflake | Snowflake Summit 2022
>>Hey everyone. Welcome back to the Cube's live coverage of snowflake summit 22. We are live at Caesar's forum in Vegas, Lisa Martin, with Dave ante, excited to welcome a VIP fresh from the keynote stage, the SAP, a product at snowflake Christian C Claman Christian. Thank you so much for joining us on the queue today. >>Thank you for having me very exciting. >>And thanks for bringing your energy, loved your keynote. I thought, wow. He is really excited about all of the announcements jam packed. We, and we didn't even get to see the entire keynote talk to us about, and, and for the audience, some of the things going on the product revenue in Q1 fiscal 23, 390 4 million, 85% growth, lot of momentum at snowflake. No doubt. >>So I think that the, the punch line is our innovation is if anything, gaining speed. Uh, we were over the moon excited to share many of these projects with customers and partners, cuz some of these efforts have been going on for multiple years. So, um, lots of interesting announcements across the board from making the existing workloads faster, but also we announced some new workloads getting into cyber security, getting into more transactional workloads with uni store. Um, so we're very excited. >>Well first time being back, this is the fourth summit, but the first time being back since 2019 a tremendous amount has changed for snowflake in that time, the IPO, the massive growth in customers, the massive growth in growth in customers with over 1 million in ARR, you talked about one of the things that clearly did not slow down during the last two years is innovation at snowflake. >>Yeah, that, that, that for, for sure, like, um, even though we, we had a, um, highly in the office culture, we did not miss a beat the moment that we said, Hey, let's all start doing zoom based calls. We, we did. So, uh, I dunno if you saw the, the first five minute minutes of my section in the keynote. Yeah. We, we originally talked about summarizing it and no we're gonna spend 40 minutes here. So we did a one minute clip and whatever gets flashed there. So no, the, the pace of innovation, I think it's second to none and maybe I'll highlight the something that we're very proud of. Snowflake is a single product, a single engine. So if we're making a query performance enhancement, it will help the cyber security workload and the low high concurrency, low latency workload. And eventually we're starting to see some of those enhancements all the way to uni store. So, so we get a lot of leverage out of our investments. What's >>Your favorite announcement? >>That's like picking children. Of course. Um, I think the native applications is the one that looks like, eh, I don't know about it on the surface, but it has the biggest potential to change everything like create an entire ecosystem of solutions for within a company or across companies that I don't know that we know what's possible. >>Well, I I've been saying for a while now that you have this application development stack over here, the database is kind of here and then you have the analytics and data pipeline stack. Those are those separate worlds. We, we talk about bringing data and AI and machine intelligence into applications. The only way that that is actually gonna move forward is if you bring those worlds together is a good example of that happening, um, within a proprietary framework, uh, it's probably gonna happen open source organically and you can sort of roll your own. Is that by design or is it just sort of happening? Well, >>The, the, they bring it all into a single platform obviously by design, cuz there is so much friction today on making all the pieces work together, which database do I use for transactions and how do I move data to my analytics system? And how do I keep system, uh, reference data in sync between the two? So, so it's complicated and our mission was remove all of this friction from, from, from the equation. Uh, the open source versus not the way we think about it is opensourcing open formats or even open APIs it's does it help us deliver the solution that we want for our customer? Does it help us solve their problems? In certain instances, it has done in the past and we've opened source frameworks in, in others. We mentioned at the keynote today, the, the integration of iceberg tables, that's an strong embrace of open technologies, but that does not mean that we want to continue to innovate in our formats. A lot of what you see in the open formats is because snowflake proprietary, uh, innovation. So, uh, we have a very clear philosophy around this. Well >>Like any cloud player, you have to bring open source tools in and make them available for your application developers. But take us through an example of, of uni store and specifically how you're embracing transaction data. What's a customer gonna actually do take us paint a picture >>For us. I I'm gonna give you a very simple use case, but I love it because it, it shows the power of the scenario today. When people are ingesting data into snowflake, you wanna do some book capping associating with those loads. So imagine I have, I dunno, a million files. How many of those files have I loaded? Imagine that one of those loads fail, how do you keep in sync? Whether the data made or not with your bookkeeping today, if you had to do it with a separate transactional database for the bookkeeping and the loading in, in snowflake, it is a lot of complexity for you to know what's where with uni store, you can just say, I'm gonna do the bookkeeping with these new table. It's called hybrid tables. The lows are transactional and all of this is a single transaction. So for, for anyone that has dealt with inconsistencies in database world, this is like a godsend. >>Okay. So my interpretation of that's all about what happens when something goes wrong >><laugh> which is a lot of the, everything about transactions. Yeah. It's what happens when goes wrong and goes wrong. Doesn't mean failures like goes wrong is when you're debiting money from your bank account, not having enough balance that counts as go wrong and the transactions should be aborted. So yes, transactions are all about conflict management and we're simplifying that in a broader set of use cases >>And, and in recovery. So you're, you're in fast recovery. So you're, you're the, the business impact of what you're doing is to sort of simplify that process. Is that the easy way to >>Boil down? Pretty much everything we do is about simplification. Like we, we we've seen organizations are large focusing on wrestling infrastructure as opposed to what are the business problems for a Frank who reference something that, that, that I believe very much in like, which is mission alignment. We are working on helping our customers achieve what they're set out to achieve, not giving them more technology for them to their goal to become, to wrestle the infrastructure. So it's all about ease of use all about simplification removal, friction, >>Just so if I may, so mission alignment, you know, you always hear about technology companies that, you know, provide infrastructure or a service, and then the customer takes that and, and, you know, monetizes it pretty much on their own. What the big change that I'm discerning from these announcements is you're talking about directly monetizing and participating in that monetization as a technology partner, but also the marketplace as well. >>Correct. And I would say in some ways this is not new. This has been happening for the last couple of years with data. Like if you just saw our industry data cloud launches, the financial services cloud, it comes with data providers that help you achieve specific outcomes on a specific industry. Mm-hmm <affirmative> what we're doing now is saying, it's not just data. Maybe it's some business logic, maybe it's some machine learning, maybe it's some user interface. So I think we're just turning the knob on collaboration and it's a continuation of what we've been doing. >>Talk a little bit more about mission alignment. When I heard Frank, Sweetman talk about that this morning. I always love that when I hear cultural alignment with organizations, but as you just said, it's really about enabling our customers to deliver outcomes to their customers as the SVP product. Can you, uh, talk a little bit about how the customers are influencing the product roadmap, the innovations and the speed with which things are coming out at snowflake? >>Yeah, so great question. We have several organizations at snowflake that are organized by vertical by industry. So the, the major sales organization is part of ed that the marketplace business development team is organized like that. We have a separate team that provides top leadership by industry vertical, um, globally. And then even within our solution engineering, there is verticals. So we have a longitudinal view of all the different functions and what do we need to do to achieve a set of use cases in a vertical? And all of those functions are in con constant communication with us on this is where the product is, um, seeing an opportunity or could do better for that vertical. So yeah, I can tell you, and obviously we love when, when there's alignment between those, but that's not always the case. You heard us talk about clean rooms now for some time, clean rooms are applicable to almost any industry, but it's red hot for media and advertising, third party, cookie deprecation, and all of that. So we, we get to, to see that lens, that our innovation is informed by industries. >>So we, we're seeing, obviously the evolution of snowflake we talked about in the keynotes today, you guys talked about 2019 and, you know, pre 2019, even it was to me anyway, your first phase was, Hey, we got a simpler EDW. You know, we're gonna pick that off and put it in the cloud and make it elastic and separate compute from storage, all that kind of cool stuff. And then during the pandemic, it was really IPO, but also the data cloud concept, you sort of laid that vision out. And now you're talking about application development, monetization, what I call the super cloud that layer. Right. Okay. So I, are >>You determin it best? >>Yes. You talk about this, uh, these announcements, how they fit into that larger vision where you're >>Going. Great question. The, the, the notion of the data cloud has not changed one bit. The data cloud thesis is that we want to provide amazing technology for our customers, but also facilitate collaboration and content exchange VR platform. And all that we did today is expand what that content can be. It's not just data or little helper function, it's entire applications, entire experiences. That is the, the summing up the, the, the impact of our announcements today. That, that that's the end of it. So it's still about the data cloud. >>So what is impressive to me is that you guys wouldn't couldn't have a company without the hyperscalers, right? It would be a lot different, right? So you built on top of that and, and now you have your customers building their own super clouds. I call it, I get a lot of grief for that term it's but the, the, the big area of criticism I get is, ah, that's just SAS. And I'm like, no, it's not, no, uh, I, I is everybody public who's announcing stuff. I, I better be careful, but you have customers that are actually building services, taking their data, their tooling, their proprietary information, and putting it on the snowflake data cloud and building their own clouds. Yeah. That's different. Then that's not multi-cloud, which is I can run on a different cloud and it's not, is it sass? If it feels like it's something new from a, from your perspective, is, is it different? >>I, I, I love that you called out that running on all clouds is not what we do right. This days, everyone is multi-cloud, you, you run on a VM or a container, and I multi-cloud check, no, we have a single platform that does multi-region multi-cloud but also cross region cross cloud globally, that that is the essence of what we're doing. So it, it is enabling new capabilities. >>I've I've also said, you know, in many respects, the super cloud hides, the underlying complexity, you think about things like exploiting graviton and a developer. Doesn't need to worry about that. You're gonna worry about that. Uh, but at the same time, they, the, as you get into the develop, the world of application development, some of your developers may want access to some of those cloud primitives. Are you providing both? What's the strategy there? >>Generally not in some areas, we, we, we, I would say bleed through some details that are material, but think of the reality of someone that wants to build a solution, it's really difficult to build an awesome solution in one cloud, Hey, you need to do this. What's the latest instance, and is gravity tank gonna help you or not all of that. Now do it for another one and then do it for another one. And I can tell you it's really difficult because we go through that exercise. Snowflake pouring to a new cloud is somewhere between one and two years of effort and not, not a small number of people because you're looking at security models and storage models. So that's the value that we give to anyone know, wants to build a solution and target customers in all three clouds. I >>Mean, people are still gonna do it themselves, but they're gonna spend a lot more and they're gonna lose their focus on what their real business is. And there'll still be that. I think that D DIY market is enormous for you guys, huge >>Opportunity. And there's also the question on what is the cost of that analysis and that effort. And can we amortize it on behalf of all of our customers? Like we talk about graviton, we have not talked about the many things that we evaluated that were not better price performance for our customers. That evaluation happened. That value was delivered by not moving there. >>And when you do it yourself, the curve looks like, okay, Hey, we can do it ourselves. We can make it pretty Inex. And then, and then the costs are gonna decline, but what really happens, like developing a mobile app, you gotta maintain it. And then if you don't have the scale and you don't have the engineering resources, you're just, the, the costs are gonna continue to go through the roof. I, >>I, I love that you compare it to mobile apps. Like, yeah. I still don't understand why every company that wants to build an app has to build two <laugh>. They got it. Yeah. There is no super cloud for the phone. >>Right. >>That's sort of our, our, our broad vision. Not yet. Not, not the phone, but the super cloud. Yeah, >>Yeah, absolutely. >>You >>Get it. This is, and you look out the ecosystem here. I mean, what a difference that you've been pointing this out, Lisa from, from, from 2019, a lot of buzz, it's all about innovation. You see this at, at thing at the reinvent is like the super bowl obviously. And you see that and it used to be, oh, how is, how is AWS gonna compete with snowflake and separate compute with stores? That's I, I feel like in a large way, that's all gone. It's like, okay, how do we like rise the whole, the whole industry? And that's really where the innovation is. >>We have an amazing partnership with AWS and they benefit from what we do. Yes. There's some competitive elements, but we're changing so many things creating so much opportunity that we're more aligned than not. Yeah. >>Last question for you is continuing on the part AWS partnership front, how does a partner like AWS and other partners, how do they fit into the data cloud narrative that you're talking about to customers? >>I would say that other than the one or two teams that are directly competitive, the rest of their teams are part of in data cloud. Like, uh, our relationship with SageMaker as an example is amazing. And a lot of what we wanna deliver to our customers is choice around machine learning, frameworks and tools. And they're part of the data cloud. We're working with them on how do you push down computation to avoid getting data out, to reinforce governance? So I, I would say that and, and go look at it that they have a hundred and something teams. So if two teams out of hundreds, uh, are, are the competitive element, we are largely aligned. And they're part of data cloud. >>Yeah. I mean, you, your customers consume a lot of compute and storage for, >>For a lot. Yes. >>AWS and, and also, you know, increasingly Azure and, and Google. I mean, it's, um, pretty amazing times, uh, Christian, I want to ask you about, um, couple of terms. Uh, one term that came up a couple of times today in Frank's keynote, he said, I'm not gonna call it a data mesh out kind of out of respect for the purists, which is cool, I thought, but then you had a customer stand up Geico and said, we're building a data. Mesh JPMC is, is speaking at this event, building a data mesh. And I look at things through that prism and say, okay, data mesh is about, you know, decentralization. Some, I I'd be curious as to whether or not you tick that box, but it's about building data products. It's about, uh, uh, self-service infrastructure. And it's about automated computational governance. You are actually tipping a lot of the ticking, a lot of those boxes and, and Mike, I guess the big one is, are, are you building a bigger walled garden? But I, I think you would say, no, it's a, it's a giant distributed network, but, but what, what, what do you say to that? We, >>The latter, the latter, yeah, giant distributed, open cloud and open in the sense that we want anyone to plug in and, and someone can say, well, but I cannot read your file formats. Sure. You can with what we announced today, but it's not about that. Our APIs are open. We have rest APIs. We have JDC ODC, probably most popular interfaces ever. Um, and we want everyone to be part of it. If anything, there's lots of areas that we would not want to go into ourselves cause we want partners and customers to go in there. So, no, we we're looking at a very broad ecosystem. We win based on the value created on top of the platform. Yeah. >>And I makes total sense to me. I mean, I think the imaculate conception of data mesh might be a purely open source version of snowflake. I just don't see that happening anytime soon. And so I, I think you're gonna, you are, I wrote about this creating a defacto standard and >>Exactly, and, and I don't like to get into the terminology that, oh, is the data measure? Not, no go look at the concepts like people used to say, but snowflake is not a data lake. Okay. What is the data lake? It's just a pattern. And if you follow the pattern and you can do it, that's fine. Then there's the, uh, emotional quasi-religious overlay open versus not, I think that's a choice. Not necessarily the concept, >>It's a moving target. I mean, I Unix used to be open. You know, that was the, I agree. Now, the reason why I do think the data mesh conversation is important is because Shaak Dani, when she defined data mesh, she pointed out in my view. Anyway, the problems of getting value outta data is that you go through these hyper specialized teams and they're they're blockers in the organization. And I think you in many respects are attacking that. And it's an organizational issue. >>The, the insights in the pattern are a hundred percent value and aligned with what we do, which is they, you want some amount of centralization, some amount of decentralization living in harmony. Uh, yeah. I have no problem with, with terminology. >>And the governance piece is, is, is massive. Especially it's the, the picture's becoming much more clear. Um, whatever's in the data cloud is a first class citizen, right? And you give all these wonderful benefits. I mean, the interesting thing, what you're doing with Dell and, and pure, I, I asked you that on the analyst call, it's a start. You know, I, I, I mean, >>And I said it briefly in, in, in the keynote this morning, we're publishing a set of standard conformance tests. So any storage system can plug into data cloud. >>Yeah. >>And by the way, it's based on S three APIs, another defect of standard. Like it's not a standard, but everyone is emulating that. And we're plugging >>Into that. Yeah. Nobody's complaining against, against S3 API >>About it is a, oh, it's not a Apache project. We shouldn't, who cares. Everyone has standard horizon net. That's it? >>Well, we've seen the mistakes of the past with this. I mean, look at, look at Hadoop, right? There was this huge battle between, you know, Cloudera and Horton works and map, oh, map bar is proprietary. Oh, Horton works is purely open. Cloudera is open. They're, they're all gone now. I mean, not gone, but they're just, they didn't have it. Right. You know, they, they got unfocused. I go back to Frank's book. They were trying to do too much to, to too many of those, the, the, the zoo animals and you can't fund it all >>To be effective for us. It's very important. I can give you, I don't know, 20 announcements or 50 announcements from the conference, but they're all going a singular goal. And it's, this do not trade off governance of data with the ability to get value out of data. That's everything we do. >>And that's critical for every company in every industry these days that has to be a data company to be, to survive, to be competitive, to be able to extract value from data. If data's currency, how do I leverage a tool like snowflake to be able to extract insights from it that I can act on and create value for my organization, Geico was on stage this morning. Everyone knows Geico and their beloved, um, gecko. Yeah. Is there another customer that you had that you think really articulates the value of the data cloud and to Dave's point how snowflake is becoming that defacto standard data platform? >>Well, we had Goldman Goldman Sachs on stage as well today. And he, he, he, he mentioned it that people think of Goldman as investment banking and all of that, but no, at the heart of what they do, there's a lot of data. And how do they make better decisions? So I think we could run through 20 different examples cuz your premise is the most important. Everything is a data problem. If it is not a data problem, you're not collecting the right data and getting the sense that you could be getting. >>These guys are public, right. >>Adobe. >>Yeah. Right. Adobe's doing it. Yeah. I dunno if the other one is, I don't wanna say, I'll have to ask you off camera, but the other financial firm building a super cloud, right. <laugh> yeah. I call it super cloud. So let be taking advantage of uni store. Yeah. To bring different data types in and monetize it. That's to me, that's the future of data. That's that's been the holy grail, right. >>We, we tried to emphasize that this is, is not a, Hey six, six months ago. We decided to do this. No, this is years in the making mm-hmm <affirmative>, which is why we were so excited to finally share it. Cuz you don't wanna say three years from now, we're gonna have something. No, it was the, now we have it. We have it in preview and it's working at it is as close to the holy grail as it gets. >>Yeah. I mean, look, pressure's on Kristin. Let's face it. Enterprise data warehouse failed to live up to the promises. Uh, certainly the data lakes fail to deliver master data management, all that's a Hadoop, all that stuff. There was a lot of hype around that. And a lot of us got really excited. Me included and then customers spent and they were underwhelmed. Yeah. So you know, you, you, you gotta deliver, you say it, you gotta do it. >>And correct. And then the, the other thing is I would say all of those waves of technology, there was no real better choice. >>Right. They added value. I wouldn't >>Debate that. You have to give it a shot. Like when you've bought 20 different appliances and you have all these silos and someone sells you, Hey, Hadoop will unify it. It sounds good. Just didn't do it. >>Yeah. And no debate that it brought some value for those that were agree. Sophisticated enough to deploy it. And I agree. Yeah. But, but this is a whole different ball game. >>Oh, everything we want to do is democratize and simplify mm-hmm <affirmative> yeah. We could go build something that I don't know. 10 companies in the world could use. That's not the sweet spot. Like how do we advance like the, the state of value generation in the world? That's the scale that we're talking about is go make it easy, accessible for everyone. >>Governed >>Governance and imperative this these days it's law. Yes. So >>Yeah, you have to, but it's not, it's, that's a, that's a ch really difficult challenge to create what I'll call automated or computational governance in a federated manner. That's not trivial. >>And that's our thesis. Everything we're doing is snow park, big announcement today. Python. I I've had people tell me well, but Python should be easy to host the Python run time. Like you can do it. Like I think in a week it took us years. Why? Oh, secure. Oh, details a lot. And <inaudible> mentioned it like securing. That is no easy, uh, feed >>Christian. Thank you so much for joining Dave and me bringing your energy from the keynote stage to the cube, set, breaking down some of the major announcements that have come out today. There's no doubt that the flywheel of innovation at snowflake is alive well and moving quickly, >>Innovation is, uh, at an all time hat snowflake. Thank you for having me. All >>Right. Our pleasure Christian from our guest, Dave ante, Lisa Martin here live in Las Vegas at Caesar's forum covering snowflake summit 22. We right back with our next guest.
SUMMARY :
Thank you so much for joining us on the queue today. of the announcements jam packed. Uh, we were over the moon excited to share the massive growth in customers, the massive growth in growth in customers with over 1 million not miss a beat the moment that we said, Hey, let's all start doing zoom based calls. eh, I don't know about it on the surface, but it has the biggest potential to stack over here, the database is kind of here and then you have the analytics A lot of what you see in the open formats is Like any cloud player, you have to bring open source tools in and make them available for your application developers. is a lot of complexity for you to know what's where with uni store, bank account, not having enough balance that counts as go wrong and the transactions the business impact of what you're doing is to sort of simplify that process. infrastructure as opposed to what are the business problems for a Frank who reference Just so if I may, so mission alignment, you know, you always hear about technology companies that, the financial services cloud, it comes with data providers that help you achieve I always love that when I hear cultural alignment with organizations, but as you just said, is part of ed that the marketplace business development team is organized like that. it was really IPO, but also the data cloud concept, you sort of laid that vision out. where you're And all that we did today is expand what that content can be. So what is impressive to me is that you guys wouldn't couldn't have a company without the I, I, I love that you called out that running on all clouds is not what we do right. Uh, but at the same time, they, the, as you get into the develop, And I can tell you it's really difficult because we go for you guys, huge And can we amortize it on behalf of all of our customers? And then if you don't have the scale and you don't have the engineering resources, I, I love that you compare it to mobile apps. Not, not the phone, but the super cloud. And you see that and it used to be, oh, how is, how is AWS gonna compete with snowflake creating so much opportunity that we're more aligned than not. And a lot of what we wanna deliver to our customers is choice around machine learning, For a lot. I guess the big one is, are, are you building a bigger walled garden? The latter, the latter, yeah, giant distributed, open cloud and open in the sense that we And I makes total sense to me. And if you follow the pattern and you can do it, that's fine. And I think you in many respects are attacking that. The, the insights in the pattern are a hundred percent value and aligned with what we do, I mean, the interesting thing, what you're doing with Dell and, And I said it briefly in, in, in the keynote this morning, And by the way, it's based on S three APIs, another defect of standard. Into that. About it is a, oh, it's not a Apache project. There was this huge battle between, you know, Cloudera and Horton works and map, And it's, this do had that you think really articulates the value of the data cloud and to Dave's point how getting the sense that you could be getting. I dunno if the other one is, I don't wanna say, I'll have to ask you off camera, it. Cuz you don't wanna say three years from now, we're gonna have something. So you know, you, you, you gotta deliver, And then the, the other thing is I would say all of those waves of technology, there was I wouldn't You have to give it a shot. And I agree. That's the scale that we're talking about is go make it easy, accessible for So Yeah, you have to, but it's not, it's, that's a, that's a ch really difficult challenge to create what Like you can do it. There's no doubt that the flywheel of innovation at snowflake is alive well and moving quickly, Thank you for having me. We right back with our next
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Goldman | ORGANIZATION | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
50 announcements | QUANTITY | 0.99+ |
20 announcements | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
Christian Kleinerman | PERSON | 0.99+ |
Frank | PERSON | 0.99+ |
2019 | DATE | 0.99+ |
40 minutes | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
two teams | QUANTITY | 0.99+ |
Lisa | PERSON | 0.99+ |
Vegas | LOCATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Geico | ORGANIZATION | 0.99+ |
one minute | QUANTITY | 0.99+ |
Adobe | ORGANIZATION | 0.99+ |
85% | QUANTITY | 0.99+ |
two years | QUANTITY | 0.99+ |
10 companies | QUANTITY | 0.99+ |
Python | TITLE | 0.99+ |
Mike | PERSON | 0.99+ |
Shaak Dani | PERSON | 0.99+ |
two teams | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
Kristin | PERSON | 0.99+ |
hundreds | QUANTITY | 0.99+ |
first time | QUANTITY | 0.99+ |
JPMC | ORGANIZATION | 0.99+ |
20 different examples | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
pandemic | EVENT | 0.99+ |
20 different appliances | QUANTITY | 0.99+ |
Goldman Goldman Sachs | ORGANIZATION | 0.98+ |
first phase | QUANTITY | 0.98+ |
S three | TITLE | 0.98+ |
Christian | PERSON | 0.98+ |
over 1 million | QUANTITY | 0.98+ |
S3 | TITLE | 0.98+ |
Christian C Claman Christian | PERSON | 0.98+ |
ORGANIZATION | 0.98+ | |
fourth summit | QUANTITY | 0.98+ |
hundred percent | QUANTITY | 0.97+ |
six months ago | DATE | 0.97+ |
single product | QUANTITY | 0.97+ |
one term | QUANTITY | 0.96+ |
single transaction | QUANTITY | 0.96+ |
second | QUANTITY | 0.95+ |
first five minute minutes | QUANTITY | 0.95+ |
single platform | QUANTITY | 0.95+ |
SageMaker | ORGANIZATION | 0.95+ |
single engine | QUANTITY | 0.95+ |
this morning | DATE | 0.94+ |
Horton | ORGANIZATION | 0.94+ |
390 4 million | QUANTITY | 0.94+ |
Apache | ORGANIZATION | 0.93+ |
Snowflake Summit 2022 | EVENT | 0.93+ |
SAP | ORGANIZATION | 0.91+ |
Q1 fiscal 23 | DATE | 0.91+ |
a hundred | QUANTITY | 0.9+ |
Cube | ORGANIZATION | 0.9+ |
Katie Laughlin, IQVIA & Prasanna Krishnan, Snowflake | Snowflake Summit 2022
(upbeat music) >> Hey everyone. Welcome back to the show floor in Las Vegas Snowflake Summit 22 with 7,000 plus folks here, Lisa Martin with Dave Vellante. Great to be back in person. We're excited to welcome a couple of guests that join us next. Persona Christian is here. The director of product for collaboration and Snowflake marketplace. Katie Laughlin joins us as well. The Global Head Offerings, Human Data Science Cloud at Customer IQVIA. Ladies, welcome to the program. >> Thank you. >> Thank you for having us. >> Dave: All right. Thanks for coming on. >> Katie, let's go ahead and start with you. Give the audience an overview of IQVIA. What you guys do, your mission, what you deliver? >> Yeah, sure. So, IQVIA is a healthcare focused data analytics and clinical research organization. We have 82,000 employees. We operate in a hundred countries and we have tens of thousands of data deliverables that we curate for our customers and deliver to them on a monthly basis. So, we're 100% healthcare focused, whether it's clinical research, helping our customers support their clinical trials, real world evidence, how are medicines operating in the market or commercial aspects. You know, how is your company performing overall in the market? >> How long have you been a customer of Snowflake's? >> A few years. Yeah. >> A few years, okay. Persona, tremendous growth going on right now. There's a rocket ship. You could even feel kind of like the whiplash from the keynote and all the announcements going on, but looking at the first quarter 23, fiscal 23 results, product revenue, 384 million, 85% growth tremendous momentum going on, big growth in customers. Talk to us about IQVIA, its partnership with Snowflake and the data driver award program. They, they just won. >> Yeah, absolutely. I'll start with a little bit about the Snowflake collaboration capabilities, which enable these thousands of customers to really collaborate on the data cloud to be able to break down silos between data and drive business decisions based on data and applications that live outside your own four walls as well. And this is where IQVIA, as a leader in healthcare data, bringing together data to enable healthcare organizations to be more data driven and to really drive insights. One, the data for good award, which we are really excited with for the partnership and really excited to have IQVIA be the winner of the award. >> And what does that mean? The data for good. We always love talking about that, Katie. >> Katie: Sure. What does that mean? How is that embodied at IQVIA? >> Can you say the last part? >> Yeah. How is that embodied at IQVIA? >> That's a great question. I think everyone that works at IQVIA believes in the mission, which is really to drive healthcare forward. We're really proud of a lot of the things that we do. So, with the advent of COVID, for example, we really had to pivot and help our customers. How do we keep executing on clinical trials? We supported a lot of the COVID trials that came forward and helped our customers understand how is this affecting patients in the real world? And how is it affecting your commercial operations? So, being in Vegas with tens of thousands of people around and almost nobody wearing masks, I think to myself, I'm part of the organization an organization that helped make that possible. >> So Frank Slootman today, Katie talked about compress. He talked about one pharmaceutical compressing from nine years to seven years, you guys have done a lot of obviously contract research over the years. So, what has that Snowflake journey been like? What's been the business impact of of working with that and the collaboration? >> Yeah. So my focus is really around our data as a service offering, which is where we're enabling our customers to ingest their data in modern ways. So if you imagine, you know, we've done everything from paper to big tapes of data for over 60 years of of our company being in business, now to VPN, SFTP, making multiple hops of data from one end to the other. I was just learning about one of our use cases where we're able to cut down processing time for our customers for two weeks. They data share some data with us. We do some additional processing on that. We serve it back to them and we're saving them two weeks of time to gain time to insights. >> Right. And Prasanna, collaboration transcends data sharing, right? It's almost like it's, that's, that's sort of the the first, the core of the concentric circle, right? >> Prasanna: Yeah. >> Talk about what else is embodied in collaboration. >> Yeah, that's a great question. So the first problem that we solved was getting access to data through our core sharing technology. And as you were talking about Katie, replacing FTPs and having to build APIs, which were cumbersome, and instead being able to access data on the data cloud without having to copy or move anything. That was the core sharing technology. But that solves the first problem, which is the access problem. The second problem is how do I discover what what's out there? How do I better understand it? How do I evaluate it? How do I try it and buy it? And those are all the problems that we're solving with the marketplace, which is now home to both data and applications that you can discover, try, and buy. >> Katie, talk to us about what IQVIA was doing before Snowflake? What was that life like before? How were you enabling customers to leverage data to make data driven decisions? >> Yeah, so we, as I said, we're a data and analytics company. So we provide some native analytics capabilities to our customers, but most customers, most of the large customers I would say, they're building their own data lakes. They have their own ecosystems. Some of them are adopting Snowflake and we really needed to partner with them on being able to get the data to them as quickly as possible. So like, I, I was just describing a minute ago we would have multiple hops where we deliver to a location, customer ingests it, customer does their QC. Then they process it and then it appears in their data warehouse. And now we're able to adopt their QC protocols within our own platform and deliver the data to them much more quickly. >> And what does that enable to your business from an outcomes perspective? If you look at overall Snowflake as an engine what is it enabling and empowering IQVIA to accomplish? >> So it helps us partner with our customers in modern ways. So I'm saying we've been in the data business for 60 years. So it's sometimes it's a legacy behemoth that you need to bring along to modern times. And I think for us, the shift has been night and day in terms of Snowflake's capabilities. >> So you will build data based apps in the Snowflake data cloud? Is that, is that where you're headed? >> Yes. So we have several applications that we built natively on Snowflake that we offer to our customers. >> And what will that bring you that you kind of couldn't do before? >> That we couldn't do before? I think the the ability to, we talk a lot about how you spend 80% of your time cooking the data, right? Getting it ready for insights and only 20% of your time being able to to bring those insights forward and Snowflake, it really helps us flip that ratio so that we don't have to worry so much about the scaling and the infrastructure and the data sourcing. We can focus more on driving those insights and innovations. >> So Prasanna, we talk a lot about, you have this application stack over here and it sends a database over here and then you have an analytics stack. It seems like you're enabling those worlds to come together. Is that, is that by design? Is that more organic? Can you talk about that? >> Yeah. I mean, that is essential to our our mission and our value prop is to bring it together. It's one product, it's seamless and lets you do more with your data. Benoit talked today in the opening keynote about running multiple workloads on your data and the way you do that is by having one product that allows you to to run your data, data queries but also build applications that can run against that data. >> Katie, can you share a little bit about the partnership? We'll say collaboration that IQVIA has with Snowflake in terms of your ability to influence the roadmap in the direction. We heard a lot of customer stories in the keynote and they talked a lot about Frank Slootman did, Benoit, Christian. We are listening to our customers. Do you feel that as a, a customer for the last few years? >> Yeah, absolutely. So we have a really broad partnership with Snowflake. We're a customer. We have OEM licensing where we're building applications on top of Snowflake. We're an SI partner where we're marrying our data healthcare expertise along with Snowflake technology expertise and helping customers build and utilize the data internally and as well as just, if nothing else, the Snowflake data share in order to deliver the data into their environment. >> Prasanna, what do you look for in a data driver winner? Like what stood out about IQVIA and others that aspire to that, what should they be focused on? >> Yeah, I mean, you know, we ultimately think that in every business you have business needs that you're trying to solve and business is inherently collaborative. You never solve problems with just what you have within your own four walls. And IQVIA is an example of someone that's really enabling outcomes for healthcare companies to be much faster through live access to data. Which is what we want to accomplish for the data cloud, help our company, help our customers solve business needs. >> Every company has to be a data company these days, right? There's no, you have no choice. We talked about, you know, software eating the world a few years. Now we're talking about data eating the world. For organizations, it's in any any vertical healthcare, life sciences, retail, finance. It's essential to not just have data, live data access to it, to be able to extract insights from it that you can act on. Talk about what you are doing at Snowflake as a differentiator? Is that goal of becoming the defacto standard data platform and what that enables partners like IQVIA to accomplish? >> Yeah. It starts with our fundamental architecture, which allows you to collaborate and access data without creating copies of it or sending around copies and built on top of that now, the ability to build applications and to monetize them really enables our customers to do more with their data and to monetize it and to be able to distribute it without having to deal with all the plumbing. >> That's nice. That saves you a lot of time. What do you think when you, Katie, if you talk to people that are your peers in either healthcare or other industries, what are like the top couple of recommendations that you would have for them? We have a data problem. It's all a data problem. How do we actually leverage value from this fast so we can be competitive? >> Yeah. So I think if I were to advise someone who is thinking about commercializing their data set, when if they haven't before, you know, you have to think about good data governance protocols, good data cataloging. Make sure you're, you know, conforming to all of the privacy rules that you need to and overseeing the management of that data, any changes in the data, you know, delivering that both to internal and external customers. But I think, just a quick plug for Snowflake, what I would say on a personal level is that their partner first mentality really is a pleasure, makes it a pleasure to work with them and makes it really easy for us to enable our services through, through Snowflake. >> Frank Slootman talked about mission alignment this morning, kind of a mission I thought of, of aligning on with the missions of their customers and partners. It sounds like that's what Katie's talking about from a cultural perspective. You've got that alignment here? >> Yes, absolutely. You know, we work with our partners to enable our customers to drive business value and solve the needs of their industry. >> What are some of the things that you are excited about? Fourth Annual Summit. We, I, I said 7,000 plus people we'll get numbers kind of later on. What are you excited about finally being back in person? >> Yes, of course. >> Being able to access this hugely growing population of customers and partners, what excites you about this Summit 22? >> What excites me most is the fact that we are now enabling our customers to do more, to build applications which has been a big theme at Summit, but also to be able to distribute and monetize this. So as Frank talked about this morning, helping customers drive value and more value from, from their data. >> Critical. Katie, last question for you. If we look at all the,it was a very technical keynote this morning. You talked about the great partnership, the synergies the alignment that IQVIA has with Snowflake. What are you excited about in terms of hearing and seeing and feeling and touching this week at Summit? >> Well, yesterday we won an award for Data Marketplace. Marketplace Partner of the year for healthcare and life sciences. That was really exciting for us. It was great recognition for us in terms of how we've been able to modernize on the cloud. But I'm really excited to see how much the Snowflake business has grown as well. Our General Manager for information management was telling me, he said, when I come to this conference a couple of years ago it was only a few thousand people and now it's really, it's really grown and really taken off. And it's really exciting to see how many of the different partnerships are interacting and and that we're able to take advantage of as well. >> Yeah, I think we heard earlier this morning that the first summit four years ago was a couple thousand people. Now here we are eight, eight to ten. We've also seen, Persona, I mentioned some of the product revenue numbers for fiscal 23 Q1. I also noticed that in the last four years, the number percentage of customers with a million plus ARR is grown over 1200%. Number of customers is growing, the high value customers are growing. It seems like you're on a rocket ship here with Snowflake. Would you agree? >> Yeah. We're excited with all the value that we're bringing to our customers and the growth we're seeing. >> Dave: Yeah. Way to amp it up. >> Yeah, absolutely. >> Excellent. Ladies, thank you so much for joining us talking about the partnership with IQVIA and Snowflake. Congratulations again. >> Katie: Thank you. >> Katie, on IQVIA winning the data driver award, Data for good >> Great to hear what you're doing together and how you're enabling organizations in the healthcare industry to maximize the value of data. We appreciate your insights. >> Thank you. >> Dave: Thank you guys. >> Thanks. >> For our guests, Dave Vellante, I'm Lisa Martin. You're watching the Cube's live coverage from Las Vegas of Snowflake Summit 22. Stick around, Dave and I will be right back with our next guest.
SUMMARY :
Great to be back in person. Thanks for coming on. What you guys do, your in the market or commercial aspects. Yeah. and the data driver award program. of customers to really And what does that mean? is that embodied at IQVIA? of the things that we do. and the collaboration? of time to gain time to insights. the first, the core of the Talk about what else is and applications that you most of the large customers I would say, legacy behemoth that you that we built natively on Snowflake that and the data sourcing. and then you have an analytics stack. and the way you do that is in the direction. in order to deliver the what you have within your own four walls. from it that you can act on. the ability to build applications to people that are your of the privacy rules that you need to on with the missions of and solve the needs of their industry. What are some of the things that enabling our customers to do You talked about the great partnership, Marketplace Partner of the year that the first summit four the value that we're bringing talking about the partnership in the healthcare industry to from Las Vegas of Snowflake Summit 22.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Katie | PERSON | 0.99+ |
Frank Slootman | PERSON | 0.99+ |
Katie Laughlin | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Frank | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
IQVIA | ORGANIZATION | 0.99+ |
Benoit | PERSON | 0.99+ |
two weeks | QUANTITY | 0.99+ |
80% | QUANTITY | 0.99+ |
Prasanna | PERSON | 0.99+ |
100% | QUANTITY | 0.99+ |
Vegas | LOCATION | 0.99+ |
Prasanna Krishnan | PERSON | 0.99+ |
Snowflake | ORGANIZATION | 0.99+ |
nine years | QUANTITY | 0.99+ |
60 years | QUANTITY | 0.99+ |
85% | QUANTITY | 0.99+ |
first problem | QUANTITY | 0.99+ |
eight | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
second problem | QUANTITY | 0.99+ |
82,000 employees | QUANTITY | 0.99+ |
one product | QUANTITY | 0.99+ |
384 million | QUANTITY | 0.99+ |
fiscal 23 Q1 | DATE | 0.99+ |
yesterday | DATE | 0.99+ |
over 60 years | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
ten | QUANTITY | 0.99+ |
7,000 plus folks | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
Snowflake Summit 22 | EVENT | 0.99+ |
Summit 22 | EVENT | 0.98+ |
four years ago | DATE | 0.98+ |
seven years | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
over 1200% | QUANTITY | 0.98+ |
COVID | OTHER | 0.98+ |
couple | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
Christian | PERSON | 0.97+ |
a minute ago | DATE | 0.97+ |
Snowflake Summit 2022 | EVENT | 0.97+ |
Snowflake | EVENT | 0.97+ |
20% | QUANTITY | 0.97+ |
Snowflake | TITLE | 0.97+ |
first | QUANTITY | 0.97+ |
Sunil Senan, Infosys & Chris Degnan, Snowflake | Snowflake Summit 2022
>>mhm. >>Good morning. Live from Las Vegas. That snowflake Summit 22. Lisa Martin With Day Volonte David's Great. We have three wall to wall days of coverage at Snowflake Summit 22 this year. >>Yeah, it's all about data and bringing data to applications. And we've got some big announcements coming this week. Super exciting >>collaboration around data. We are excited to welcome our first two guests before the keynote. We have seen Nielsen in S V. P of data and Analytics Service offering head at emphasis. And Chris Dignan alumni is back with us to chief revenue officer at stuff like guys. Great to have you on the programme. Thanks for having us. Thank you very much. So he'll tell us what's going on with emphasis and snowflake and the partnership. Give us all that good stuff. >>Yeah, No, I think with the convergence of, uh, data digital and computing economy, um, you know that convergence is creating so much possibilities for for customers, uh, snowflake and emphases working together to help our customers realise the vision and these possibilities that are getting driven. We share a very strategic partnership where we are thinking ahead for our customers in terms of what, uh, we can do together in order to build solutions in order to bring out the expertise that is needed for such transformations and also influencing the thinking, Um, and the and the point of view in the market together so that, you know there is there is cohesive approach to doing this transformation and getting to those business outcomes. So it's a It's a partnership that's very successful and its strategic for for our customers, and we continue to invest for the market. >>Got some great customer. Some of my favourite CVS, Nike, William Sanoma. Gotta love that one. Chris talked to us about the snowflake data cloud. What makes it so unique and compelling in the market? >>Well, I think our customers, really they are going through digital transformation today, and they're moving from on premise to the cloud and historically speaking, there just hasn't been the right tool set to help them do that. I think snowflake brings to the table an opportunity for them to take all of their data and take it and and allow it to go from one cloud to the other so they can sit on a W s it can sit on Azure can sit on G, C, P and I can move around from cloud to cloud, and they can do analytics on top of that. >>So data has been traditionally really hard. And we saw that in the big data movement. But we learned a lot. Uh, and AI has been, you know, challenging. So what are you seeing with with customers? What are they struggling with? And how are you guys helping them? >>Yeah. So if you look at the customer journey, they have invested in a number of technologies in the past and are now at a juncture where they need to transform that landscape. They have the challenges of legacy debt that they need to, you know, get rid of or transform. They have the challenges of really bringing, you know, a cohesive understanding within the enterprise as to what these possibilities are for their business. Given the strategy that they are pursuing, um, business and I t cycles are not necessarily aligned. Um, you have the challenge of very fragmented data landscape that they have created over a period of time. How do you, you know, put all these together and work with a specific outcome in mind so that you're not doing transformation for the purpose of transformation. But to be able to actually drive new business models, new data driven products and services ability for you to collaborate with your partners and create unique competitive advantage in the market. And how do you bring those purposes together with the transformation that that's really happening? And and that's where you know our our customers, um, you know, grapple with the challenges of bringing it together. So, >>Chris, how do you see? Because it was talking about, uh, legacy that I think technical debt. Um, you kind of started out making the data warehouse easier. Then this data cloud thing comes out. You're like, Oh, that's an interesting vision and all of a sudden it's way more than vision. You get this huge ecosystem you're extending, we're gonna hear the announcements this morning. We won't. We won't spill the beans, but but really expanding the data cloud. So it's hard to keep up with with where you're at. So I think modernisation, right? So how do you think about modernisation? How are your customers thinking about it? And what's the scope of Snowflake. >>Well, you know, I think historically, you asked about AI and Ml and, you know, in the A I world historically, they've lacked data, and I think because we're the data cloud, we're bringing data, you know, and making it available and democratising it for everybody. And then, you know, partners like emphasis are actually helping us bring, you know, applications and new business models to to the table to our customers and their innovating on top of the data that we already have in the Snowflake Data Club. >>Chris, can you talk about some of the verticals where you guys are successful with emphasis that the three that I mentioned are retailers, But I know that finance, healthcare and life sciences are are huge for smooth, like talk to me, give us a perspective of the verticals that are coming to you. Guys saying help us out with transport. >>You know, I'll give you just an example. So So in the in the retail space, for example, Kraft Heinz is a is a joint customer of ours. And, you know, they've been all in on on snowflakes, Data Cloud and one of our big customers as well it is is Albertsons, and Albertans realises, Oh my gosh, I have all this information around the consumer in in the grocery stores and Kraft Heinz. They want access to that, and they actually can make supply chain decisions a lot faster if they have access to it. So with snowflakes data sharing, we can actually allow them to share data. Albertans share data directly with Kraft, Heinz and Kraft. Heinz can actually make supply chain decisions in real time so that these are some of the stuff that emphasis and stuff like help our customers self. >>So traditionally, the data pipeline goes through some very highly specialised individuals, whether the data engineer, the data scientists and data analyst. So that example that you just gave our organisation you mentioned before democratisation. So democratisation needs to be as a businessperson, I actually can get access to the data. So in that example that you gave between Kraft, Heinz and and and Albertson, is it the the highly hyper specialised teams sharing that data? Or is it actually extending into the line of business focus? >>That's so that's the interesting part for us is I think, snowflake, we just recently reorganise my sales team this year into verticals, and the reason we did that is customers no longer want to talk to us about speeds and feeds of how fast my database goes. They want to actually talk about business outcomes. How do I solve for demand forecasting? How do I supply fix my supply chain issues? Those are things. Those are the. That's how we're aligning with emphasis. So well is they've been doing this for a long time, Can only we haven't. And so we need their help on getting us to the next level of of the sales motion and talking to our customers on solving these business challenges in >>terms of that next level. So no question for you. Where are the customer conversations happening? At what level? I mean, we've seen such dramatic changes in the market in the last couple of years. Now we're dealing with inflation rising interest rates. Ukraine. Are you seeing the conversations in terms of building data platforms rising up the C suite? As every company recognises, we're going to be a data company. We're not gonna be a business. >>Absolutely. And I think all the macroeconomic forces that you talked about that's working on the enterprises globally is actually leading them to think about how to future proof their business models. Right? And there are tonnes of learning that they've hired in the last two or three years and digitising in embracing more digital models. The conversation with the customers have really pivoted towards business outcome. It is a C suite conversation. It is no longer just an incremental change for the for the companies they recognise. That data has been touted as a strategic asset for a long time, but I think it's taking a purpose and a meaning as to what it does for for the customers, the conversations are around industry verticals. You know, what are the specific challenges and opportunities that the the enterprises have, uh, and how you realise those and these cuts across multiple different layers. You know, we're talking about how your democratised data, which in our point of view, is absolute, must in terms of putting a foundation that doesn't take super specialised people to be able to run every operation and every bit of data that you process we have invested in building autonomous data and a state that can process data as it comes in without any manual intervention and take it all the way to consumption but also investing in those industry solutions. Along with snowflake, we launched the healthcare and life Sciences solution. We launched the only channel for retail and CPG. And these are great examples of how Snowflake Foundation enables democratisation on one side but also help solve business problems. In fact, with Snowflake, we have a very, uh, special partnership because our point of view on data economy is about how you connect with the network partners externally, and snowflake brings native capabilities. On this, we leverage that to Dr Exchanges for our customers and one of the services company in the recycling business. Uh, we're actually building and in exchange, which will allow the data points from multiple different sources and partners to come together. So they have a better understanding of their customers, their operations, the field operations and things >>like building a data ecosystem. Yes. Alright, They they Is it a two sided market place where you guys are observers and providing the the technology and the process, you know, guidance. What's your role in that? >>Yeah. So, um, we were seeing their revolution coming? Uh, two stages. Maybe even more. Um, customers are comfortable building an ecosystem. That's kind of private for them. Which means that they know who they are sharing data with. They know what the data is getting used for. And how do you really put governance on this? So that on one side you can trust it on the other side. There is a good use of that data, Uh, and not, uh, you know, compromise on their quality or privacy and some of the other regulations. But we do see this opening up to the two sided market places as well. Uh, some of the industry's lend themselves extremely well for that kind of play. We have seen that happening in trading area. We've seen that happen. And, uh, you know, the credit checks and things like that which are usually open for, you know, those kind of ecosystem. But the conversations and the and the programmes are really leading towards towards that in the market. >>You know, Lisa, one of things I wrote about this weekend is I was decided to come to stuff like summit and and see one of the, you know, thesis I have is that we're going to move not just beyond analytics, including analytics, but also building data products that can be monetised and and I'm hoping we're going to see some of that here. Are you seeing that Christian in the customer? It's It's >>a great question, David. So So we have You know, I just thought of it as as he was talking about. We have a customer who's a very large customer of ours who's in the financial services space, and they handle roughly 40% of the credit card transactions that happen in the US and they're coming to us and saying they want to go from zero in data business today to a $2 billion business over the next five years, and they're leaning on us to help them do that. And one of the things that's exciting for me is they're coming to us not saying Hey, how do you do it? You know, they're saying, Hey, we want to build a consumption model on top of snowflake and we want to use you as the delivery mechanism and the billing mechanism to help us actually monetise that data. So yes, the answer is. You know, I I used to sell to, you know, chief Data Officers and and see IOS. Now I'm talking to VPs of sales and I'm talking to chief operating officers and I'm talking to CEOs about how do we actually create a new revenue stream? And that's just I mean, it's exhilarating to have those conversations. That's >>data products. They don't have to worry about the infrastructure that comes from the cloud. They don't have to worry about the governance, as Senior was saying, Just put >>it in stuff like Just >>put stuff like that. So I call it The super cloud is kind of a, you know, a funny little tongue in cheek. But it's happening. It's this layer. It's not just multiple clouds. You see a lot of your critical competitors adjacent competitors saying, Hey, we're now running in in Google or we're running in Azure. We've been running on AWS. This is different. This is different, isn't it? It's a cloud that floats above the The infrastructure of the hyper scale is, and that's that's a new era. I think >>it's a new error. I think they're you know, I think the hyper scholars want to, you know, keep us as a as a data warehouse and and we're not. The customers are not letting them so So I think that's you know where emphasis kind of saw the light early on. And they were our innovation partner of the year, uh, this past year and they're helping us in our customers innovate, >>but you're uniquely qualified to do that where? I don't think it's the hyper scholars agenda. At least I never say never with the hyper scale is, but yeah, they have focused on providing infrastructure. And, yeah, they have databases and other tools. But that that cross cloud that continuum to your point, talking to VPs of sales and how do you generate revenue? That maybe, is a conversation that they have, but not explicitly as to how to actually do it in a data >>cloud. That's right. I mean, those and those are the Those are the fun conversations because you're you're saying, Hey, we can actually create a new revenue stream. And how can we actually help you solve our joint customers problems? So, yes, it is. Well, >>that's competitive differentiation for businesses. I mean, this is, as I mentioned Every company has to be a data company. If they're not, they're probably not going to be around much longer. They've got to be able to to leverage a data platform like snowflake, to find insights, be able to act on them and create value new services, new products to stay competitive, to stay ahead of the competition. That's no longer nice to have >>100%. I mean, I think they're they're all scared. I mean, you know, like if you look in the financial services space, they look at some of the fintech, as you know, the giant £800 gorillas look at the small fintech has huge threats to the business, and they're coming to us and say, How can we innovate our business now? And they're looking at us as the the innovator, and they're looking at emphasis to help them do that. So I think these are These are incredible times. >>So the narrative on Wall Street, of course, this past earnings season was consumption and who has best visibility and and they they were able to snowflake had a couple of large customers dial down consumption, some consumer facing. Here's the thing. If you're selling a data product for more than it costs you to make. If you dial down consumption in the future, you're gonna dial down revenue. So that's it's going to become less and less discretionary over time. And that, to me, is the next error. That's really exciting. >>The key, The key there is understanding the unit of measure. I think that's the number. One question that we get from customers is what is the unit of measure that we care about, that we want to monetise because to your point, it costs you more to make the product. You're not going to sell it right? And so I think that those are the things that the energy that we're spending with customers today is advising them, jointly advising them on how to actually monetise the specific, you know, unit of measure that they care >>about because when they get the Amazon bill or the snowflake bill, the CFO starts knocking the door. The answer has to be well, look at all the revenue that we generated and all the operating profit and the free cash flow that we drove, and then it's like, Oh, I get it. Keep doing it well, if I'm >>if I'm going on sales calls with the VP of sales and his their sales team, fantastic, right generated helping them generate revenue, right? That's a great conversation >>dynamic. And I think the adoption is really driven through the value, uh, that they can drive in their ecosystem. Their products are similar to products and services that these companies sell. And if you're embedding data inside Syria into your products services, that makes you that much more competitive in the market and drive value for your stakeholders. And that's essentially the future business model that we're talking about. On one side, the other one is the agility. Things aren't remaining constant, they are constantly changing, and we talked about some of those forces earlier. All of this is changing. The landscape is changing the the needs in the economy and things like that, and how you adapt to those kind of models in the future and pivoted on data capabilities that lets you identify new opportunities and and create new value. >>Speaking of creating new value last question guys, before we wrap, what's the go to market approach here between the two companies working customers go to get engaged. I imagine both sides. >>Yeah. I mean, the way that partnership looks good to me is is sell with co selling. So So I think, you know, we look at developing joint solutions with emphasis. They've done a wonderful job of leading into our partnership. So, you know, Sue Neill and I have a regular cadence where we talked every quarter, and our sales teams and our partner teams are are all leaning in and co selling. I don't know if you >>have Absolutely, um, you know, we we proactively identify, you know, the opportunities for our customers. And we work together at all levels within, you know, between the two companies to be able to bring a cohesive solution and a proposition for the customers. Really help them understand how to, you know, what is it that they can, um, get to and how you get that journey actually executed. And it's a partnership that works very seamlessly through that entire process, not just upstream when we're selling, but also downstream and we're executing. And we've had tremendous success together and look forward to more. >>Congratulations on that success, guys. Thank you so much for coming on talking about new possibilities with data and AI and sharing some of the impact that the technologies are making. We appreciate your insights. >>Thank you. Thank >>you. Thank you So much >>for our guests and a Volonte. I'm Lisa Martin. You're watching the Cube live in Las Vegas from Snowflake Summit 22 back after the keynote with more breaking news. Mhm, mhm.
SUMMARY :
We have three wall to wall days of coverage Yeah, it's all about data and bringing data to applications. Great to have you on the programme. Um, and the and the point of view in the market together so that, you know there is there is cohesive Chris talked to us about the snowflake data cloud. I think snowflake brings to the table an opportunity for them to Uh, and AI has been, you know, challenging. And and that's where you know our our customers, um, you know, grapple with the challenges So how do you think about modernisation? and I think because we're the data cloud, we're bringing data, you know, and making it available and democratising Chris, can you talk about some of the verticals where you guys are successful with emphasis that the three that I mentioned are And, you know, they've been all in on on So in that example that you gave between Kraft, of the sales motion and talking to our customers on solving these business challenges in Are you seeing the conversations in terms and opportunities that the the enterprises have, uh, and how you realise those you know, guidance. Uh, and not, uh, you know, compromise on their quality or privacy and some and and see one of the, you know, thesis I have is that we're going to move not just me is they're coming to us not saying Hey, how do you do it? They don't have to worry about the infrastructure that comes from the cloud. So I call it The super cloud is kind of a, you know, a funny little tongue in cheek. I think they're you know, I think the hyper scholars want to, you know, keep us as a as a data warehouse talking to VPs of sales and how do you generate revenue? And how can we actually help you solve our joint customers problems? I mean, this is, as I mentioned Every company has to be a data company. space, they look at some of the fintech, as you know, the giant £800 gorillas look at the small fintech If you dial down consumption in the future, on how to actually monetise the specific, you know, unit of measure that they care The answer has to be well, look at all the revenue that we generated and all the operating profit and the free and how you adapt to those kind of models in the future and pivoted on data Speaking of creating new value last question guys, before we wrap, what's the go to market approach here between the two companies So So I think, you know, we look at developing joint solutions with emphasis. have Absolutely, um, you know, we we proactively identify, and AI and sharing some of the impact that the technologies are making. Thank you. Thank you So much Summit 22 back after the keynote with more breaking news.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
David | PERSON | 0.99+ |
Chris | PERSON | 0.99+ |
Sue Neill | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Kraft | ORGANIZATION | 0.99+ |
$2 billion | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Chris Degnan | PERSON | 0.99+ |
two companies | QUANTITY | 0.99+ |
Nike | ORGANIZATION | 0.99+ |
Heinz | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Kraft Heinz | ORGANIZATION | 0.99+ |
Chris Dignan | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Snowflake Foundation | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
Syria | LOCATION | 0.99+ |
US | LOCATION | 0.99+ |
IOS | TITLE | 0.99+ |
One question | QUANTITY | 0.99+ |
£800 | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
Snowflake Summit 22 | EVENT | 0.99+ |
Infosys | ORGANIZATION | 0.99+ |
Snowflake Summit 22 | EVENT | 0.99+ |
first two guests | QUANTITY | 0.99+ |
this week | DATE | 0.98+ |
Snowflake | ORGANIZATION | 0.98+ |
one side | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
Snowflake Summit 2022 | EVENT | 0.98+ |
Albertsons | ORGANIZATION | 0.98+ |
this year | DATE | 0.97+ |
two sided | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
40% | QUANTITY | 0.97+ |
Ukraine | LOCATION | 0.96+ |
Sunil Senan | PERSON | 0.96+ |
ORGANIZATION | 0.96+ | |
Kraft, Heinz and and and Albertson | ORGANIZATION | 0.95+ |
Albertans | ORGANIZATION | 0.92+ |
two stages | QUANTITY | 0.9+ |
three years | QUANTITY | 0.9+ |
this morning | DATE | 0.88+ |
one cloud | QUANTITY | 0.87+ |
CVS | ORGANIZATION | 0.87+ |
100% | QUANTITY | 0.86+ |
past year | DATE | 0.86+ |
snowflake | ORGANIZATION | 0.84+ |
Wall Street | LOCATION | 0.84+ |
next five years | DATE | 0.84+ |
zero | QUANTITY | 0.82+ |
last couple of years | DATE | 0.82+ |
William | ORGANIZATION | 0.76+ |
Snowflake Data Club | ORGANIZATION | 0.74+ |
two | QUANTITY | 0.69+ |
Volonte | PERSON | 0.69+ |
Summit 22 | EVENT | 0.69+ |
Snowflake | EVENT | 0.65+ |
Albertans | OTHER | 0.61+ |
Christian | ORGANIZATION | 0.6+ |
Azure | TITLE | 0.6+ |
Nielsen | ORGANIZATION | 0.59+ |
Data Cloud | ORGANIZATION | 0.58+ |
Service | ORGANIZATION | 0.53+ |
Cube | TITLE | 0.51+ |
Sanoma | PERSON | 0.51+ |
tonnes | QUANTITY | 0.5+ |
last | DATE | 0.37+ |
Volonte David | ORGANIZATION | 0.34+ |
S V. | ORGANIZATION | 0.33+ |
Breaking Analysis: How Snowflake Plans to Make Data Cloud a De Facto Standard
>>From the cube studios in Palo Alto, in Boston, bringing you data driven insights from the cube and ETR. This is breaking analysis with Dave ante. >>When Frank sluman took service, now public many people undervalued the company, positioning it as just a better help desk tool. You know, it turns out that the firm actually had a massive Tam expansion opportunity in it. SM customer service, HR, logistics, security marketing, and service management. Generally now stock price followed over the years, the stellar execution under Slootman and CFO, Mike scar Kelly's leadership. Now, when they took the reins at snowflake expectations were already set that they'd repeat the feet, but this time, if anything, the company was overvalued out of the gate, the thing is people didn't really better understand the market opportunity this time around, other than that, it was a bet on Salman's track record of execution and on data, pretty good bets, but folks really didn't appreciate that snowflake. Wasn't just a better data warehouse that it was building what they call a data cloud, and we've turned a data super cloud. >>Hello and welcome to this. Week's Wikibon cube insights powered by ETR in this breaking analysis, we'll do four things. First. We're gonna review the recent narrative and concerns about snowflake and its value. Second, we're gonna share survey data from ETR that will confirm precisely what the company's CFO has been telling anyone who will listen. And third, we're gonna share our view of what snowflake is building IE, trying to become the defacto standard data platform, and four convey our expectations for the upcoming snowflake summit. Next week at Caesar's palace in Las Vegas, Snowflake's most recent quarterly results they've been well covered and well documented. It basically hit its targets, which for snowflake investors was bad news wall street piled on expressing concerns about Snowflake's consumption, pricing model, slowing growth rates, lack of profitability and valuation. Given the, given the current macro market conditions, the stock dropped below its IPO offering price, which you couldn't touch on day one, by the way, as the stock opened well above that and, and certainly closed well above that price of one 20 and folks express concerns about some pretty massive insider selling throughout 2021 and early 2022, all this caused the stock price to drop quite substantially. >>And today it's down around 63% or more year to date, but the only real substantive change in the company's business is that some of its largest consumer facing companies, while still growing dialed back, their consumption this past quarter, the tone of the call was I wouldn't say contentious the earnings call, but Scarelli, I think was getting somewhat annoyed with the implication from some analyst questions that something is fundamentally wrong with Snowflake's business. So let's unpack this a bit first. I wanna talk about the consumption pricing on the earnings call. One of the analysts asked if snowflake would consider more of a subscription based model so that they could better weather such fluctuations and demand before the analyst could even finish the question, CFO Scarelli emphatically interrupted and said, no, <laugh> the analyst might as well have asked, Hey Mike, have you ever considered changing your pricing model and screwing your customers the same way most legacy SaaS companies lock their customers in? >>So you could squeeze more revenue out of them and make my forecasting life a little bit easier. <laugh> consumption pricing is one of the things that makes a company like snowflake so attractive because customers is especially large customers facing fluctuating demand can dial and their end demand can dial down usage for certain workloads that are maybe not yet revenue producing or critical. Now let's jump to insider trading. There were a lot of insider selling going on last year and into 2022 now, I mean a lot sloop and Scarelli Christine Kleinman. Mike SP several board members. They sold stock worth, you know, many, many hundreds of millions of dollars or, or more at prices in the two hundreds and three hundreds and even four hundreds. You remember the company at one point was valued at a hundred billion dollars, surpassing the value of service now, which is this stupid at this point in the company's tenure and the insider's cost basis was very often in the single digit. >>So on the one hand, I can't blame them. You know what a gift the market gave them last year. Now also famed investor, Peter Linsey famously said, insiders sell for many reasons, but they only buy for one. But I have to say there wasn't a lot of insider buying of the stock when it was in the three hundreds and above. And so yeah, this pattern is something to watch our insiders buying. Now, I'm not sure we'll keep watching snowflake. It's pretty generous with stock based compensation and insiders still own plenty of stock. So, you know, maybe not, but we'll see in future disclosures, but the bottom line is Snowflake's business. Hasn't dramatically changed with the exception of these large consumer facing companies. Now, another analyst pointed out that companies like snap, he pointed to company snap, Peloton, Netflix, and face Facebook have been cutting back. >>And Scarelli said, and what was a bit of a surprise to me? Well, I'm not gonna name the customers, but it's not the ones you mentioned. So I, I thought I would've, you know, if I were the analyst I would've follow up with, how about Walmart target visa, Amex, Expedia price line, or Uber? Any of those Mike? I, I doubt he would've answered me anything. Anyway, the one thing that Scarelli did do is update Snowflake's fiscal year 2029 outlook to emphasize the long term opportunity that the company sees. This chart shows a financial snapshot of Snowflake's current business using a combination of quarterly and full year numbers in a model of what the business will look like. According to Scarelli in Dave ante with a little bit of judgment in 2029. So this is essentially based on the company's framework. Snowflake this year will surpass 2 billion in revenues and targeting 10 billion by 2029. >>Its current growth rate is 84% and its target is 30% in the out years, which is pretty impressive. Gross margins are gonna tick up a bit, but remember Snowflake's cost a good sold they're dominated by its cloud cost. So it's got a governor. There has to pay AWS Azure and Google for its infrastructure. But high seventies is a, is a good target. It's not like the historical Microsoft, you know, 80, 90% gross margin. Not that Microsoft is there anymore, but, but snowflake, you know, was gonna be limited by how far it can, how much it can push gross margin because of that factor. It's got a tiny operating margin today and it's targeting 20% in 2029. So that would be 2 billion. And you would certainly expect it's operating leverage in the out years to enable much, much, much lower SGNA than the current 54%. I'm guessing R and D's gonna stay healthy, you know, coming in at 15% or so. >>But the real interesting number to watch is free cash flow, 16% this year for the full fiscal year growing to 25% by 2029. So 2.5 billion in free cash flow in the out years, which I believe is up from previous Scarelli forecast in that 10, you know, out year view 2029 view and expect the net revenue retention, the NRR, it's gonna moderate. It's gonna come down, but it's still gonna be well over a hundred percent. We pegged it at 130% based on some of Mike's guidance. Now today, snowflake and every other stock is well off this morning. The company had a 40 billion value would drop well below that midday, but let's stick with the 40 billion on this, this sad Friday on the stock market, we'll go to 40 billion and who knows what the stock is gonna be valued in 2029? No idea, but let's say between 40 and 200 billion and look, it could get even ugly in the market as interest rates rise. >>And if inflation stays high, you know, until we get a Paul Voker like action, which is gonna be painful from the fed share, you know, let's hope we don't have a repeat of the long drawn out 1970s stagflation, but that is a concern among investors. We're gonna try to keep it positive here and we'll do a little sensitivity analysis of snowflake based on Scarelli and Ante's 2029 projections. What we've done here is we've calculated in this chart. Today's current valuation at about 40 billion and run a CAGR through 2029 with our estimates of valuation at that time. So if it stays at 40 billion valuation, can you imagine snowflake grow into a 10 billion company with no increase in valuation by the end, by by 2029 fiscal 2029, that would be a major bummer and investors would get a, a 0% return at 50 billion, 4% Kager 60 billion, 7%. >>Kegar now 7% market return is historically not bad relative to say the S and P 500, but with that kind of revenue and profitability growth projected by snowflake combined with inflation, that would again be a, a kind of a buzzkill for investors. The picture at 75 billion valuation, isn't much brighter, but it picks up at, at a hundred billion, even with inflation that should outperform the market. And as you get to 200 billion, which would track by the way, revenue growth, you get a 30% plus return, which would be pretty good. Could snowflake beat these projections. Absolutely. Could the market perform at the optimistic end of the spectrum? Sure. It could. It could outperform these levels. Could it not perform at these levels? You bet, but hopefully this gives a little context and framework to what Scarelli was talking about and his framework, not with notwithstanding the market's unpredictability you're you're on your own. >>There. I can't help snowflake looks like it's going to continue either way in amazing run compared to other software companies historically, and whether that's reflected in the stock price. Again, I, I, I can't predict, okay. Let's look at some ETR survey data, which aligns really well with what snowflake is telling the street. This chart shows the breakdown of Snowflake's net score and net score. Remember is ETS proprietary methodology that measures the percent of customers in their survey that are adding the platform new. That's the lime green at 19% existing snowflake customers that are ex spending 6% or more on the platform relative to last year. That's the forest green that's 55%. That's a big number flat spend. That's the gray at 21% decreasing spending. That's the pinkish at 5% and churning that's the red only 1% or, or moving off the platform, tiny, tiny churn, subtract the red from the greens and you get a net score that, that, that nets out to 68%. >>That's an, a very impressive net score by ETR standards. But it's down from the highs of the seventies and mid eighties, where high seventies and mid eighties, where snowflake has been since January of 2019 note that this survey of 1500 or so organizations includes 155 snowflake customers. What was really interesting is when we cut the data by industry sector, two of Snowflake's most important verticals, our finance and healthcare, both of those sectors are holding a net score in the ETR survey at its historic range. 83%. Hasn't really moved off that, you know, 80% plus number really encouraging, but retail consumer showed a dramatic decline. This past survey from 73% in the previous quarter down to 54%, 54% in just three months time. So this data aligns almost perfectly with what CFO Scarelli has been telling the street. So I give a lot of credibility to that narrative. >>Now here's a time series chart for the net score and the provision in the data set, meaning how penetrated snowflake is in the survey. Again, net score measures, spending velocity and a specific platform and provision measures the presence in the data set. You can see the steep downward trend in net score this past quarter. Now for context note, the red dotted line on the vertical axis at 40%, that's a bit of a magic number. Anything above that is best in class in our view, snowflake still a well, well above that line, but the April survey as we reported on May 7th in quite a bit of detail shows a meaningful break in the snowflake trend as shown by ETRS call out on the bottom line. You can see a steady rise in the survey, which is a proxy for Snowflake's overall market penetration. So steadily moving up and up. >>Here's a bit of a different view on that data bringing in some of Snowflake's peers and other data platforms. This XY graph shows net score on the vertical axis and provision on the horizontal with the red dotted line. At 40%, you can see from the ETR callouts again, that snowflake while declining in net score still holds the highest net score in the survey. So of course the highest data platforms while the spending velocity on AWS and Microsoft, uh, data platforms, outperforms that have, uh, sorry, while they're spending velocity on snowflake outperforms, that of AWS and, and Microsoft data platforms, those two are still well above the 40% line with a stronger market presence in the category. That's impressive because of their size. And you can see Google cloud and Mongo DB right around the 40% line. Now we reported on Mongo last week and discussed the commentary on consumption models. >>And we referenced Ray Lenchos what we thought was, was quite thoughtful research, uh, that rewarded Mongo DB for its forecasting transparency and, and accuracy and, and less likelihood of facing consumption headwinds. And, and I'll reiterate what I said last week, that snowflake, while seeing demand fluctuations this past quarter from those large customers is, is not like a data lake where you're just gonna shove data in and figure it out later, no schema on, right. Just throw it into the pond. That's gonna be more discretionary and you can turn that stuff off. More likely. Now you, you bring data into the snowflake data cloud with the intent of driving insights, which leads to actions, which leads to value creation. And as snowflake adds capabilities and expands its platform features and innovations and its ecosystem more and more data products are gonna be developed in the snowflake data cloud and by data products. >>We mean products and services that are conceived by business users. And that can be directly monetized, not just via analytics, but through governed data sharing and direct monetization. Here's a picture of that opportunity as we see it, this is our spin on our snowflake total available market chart that we've published many, many times. The key point here goes back to our opening statements. The snowflake data cloud is evolving well beyond just being a simpler and easier to use and more elastic cloud database snowflake is building what we often refer to as a super cloud. That is an abstraction layer that companies that, that comprises rich features and leverages the underlying primitives and APIs of the cloud providers, but hides all that complexity and adds new value beyond that infrastructure that value is seen in the left example in terms of compressed cycle time, snowflake often uses the example of pharmaceutical companies compressing time to discover a drug by years. >>Great example, there are many others this, and, and then through organic development and ecosystem expansion, snowflake will accelerate feature delivery. Snowflake's data cloud vision is not about vertically integrating all the functionality into its platform. Rather it's about creating a platform and delivering secure governed and facile and powerful analytics and data sharing capabilities to its customers, partners in a broad ecosystem so they can create additional value. On top of that ecosystem is how snowflake fills the gaps in its platform by building the best cloud data platform in the world, in terms of collaboration, security, governance, developer, friendliness, machine intelligence, etcetera, snowflake believes and plans to create a defacto standard. In our view in data platforms, get your data into the data cloud and all these native capabilities will be available to you. Now, is that a walled garden? Some might say it is. It's an interesting question and <laugh>, it's a moving target. >>It's definitely proprietary in the sense that snowflake is building something that is highly differentiatable and is building a moat around it. But the more open snowflake can make its platform. The more open source it uses, the more developer friendly and the great greater likelihood people will gravitate toward snowflake. Now, my new friend Tani, she's the creator of the data mesh concept. She might bristle at this narrative in favor, a more open source version of what snowflake is trying to build, but practically speaking, I think she'd recognize that we're a long ways off from that. And I also think that the benefits of a platform that despite requiring data to be inside of the data cloud can distribute data globally, enable facile governed, and computational data sharing, and to a large degree be a self-service platform for data, product builders. So this is how we see snow, the snowflake data cloud vision evolving question is edge part of that vision on the right hand side. >>Well, again, we think that is going to be a future challenge where the ecosystem is gonna have to come to play to fill those gaps. If snowflake can tap the edge, it'll bring even more clarity as to how it can expand into what we believe is a massive 200 billion Tam. Okay, let's close on next. Week's snowflake summit in Las Vegas. The cube is very excited to be there. I'll be hosting with Lisa Martin and we'll have Frank son as well as Christian Kleinman and several other snowflake experts. Analysts are gonna be there, uh, customers. And we're gonna have a number of ecosystem partners on as well. Here's what we'll be looking for. At least some of the things, evidence that our view of Snowflake's data cloud is actually taking shape and evolving in the way that we showed on the previous chart, where we also wanna figure out where snowflake is with it. >>Streamlet acquisition. Remember streamlet is a data science play and an expansion into data, bricks, territory, data, bricks, and snowflake have been going at it for a while. Streamlet brings an open source Python library and machine learning and kind of developer friendly data science environment. We also expect to hear some discussion, hopefully a lot of discussion about developers. Snowflake has a dedicated developer conference in November. So we expect to hear more about that and how it's gonna be leveraging further leveraging snow park, which it has previously announced, including a public preview of programming for unstructured data and data monetization along the lines of what we suggested earlier that is building data products that have the bells and whistles of native snowflake and can be directly monetized by Snowflake's customers. Snowflake's already announced a new workload this past week in security, and we'll be watching for others. >>And finally, what's happening in the all important ecosystem. One of the things we noted when we covered service now, cause we use service now as, as an example because Frank Lupin and Mike Scarelli and others, you know, DNA were there and they're improving on that service. Now in his post IPO, early adult years had a very slow pace. In our view was often one of our criticism of ecosystem development, you know, ServiceNow. They had some niche SI uh, like cloud Sherpa, and eventually the big guys came in and, and, and began to really lean in. And you had some other innovators kind of circling the mothership, some smaller companies, but generally we see sluman emphasizing the ecosystem growth much, much more than with this previous company. And that is a fundamental requirement in our view of any cloud or modern cloud company now to paraphrase the crazy man, Steve bomber developers, developers, developers, cause he screamed it and ranted and ran around the stage and was sweating <laugh> ecosystem ecosystem ecosystem equals optionality for developers and that's what they want. >>And that's how we see the current and future state of snowflake. Thanks today. If you're in Vegas next week, please stop by and say hello with the cube. Thanks to my colleagues, Stephanie Chan, who sometimes helps research breaking analysis topics. Alex, my is, and OS Myerson is on production. And today Andrew Frick, Sarah hiney, Steven Conti Anderson hill Chuck all and the entire team in Palo Alto, including Christian. Sorry, didn't mean to forget you Christian writer, of course, Kristin Martin and Cheryl Knight, they helped get the word out. And Rob ho is our E IIC over at Silicon angle. Remember, all these episodes are available as podcast, wherever you listen to search breaking analysis podcast, I publish each week on wikibon.com and Silicon angle.com. You can email me directly anytime David dot Valante Silicon angle.com. If you got something interesting, I'll respond. If not, I won't or DM me@deteorcommentonmylinkedinpostsandpleasedocheckoutetr.ai for the best survey data in the enterprise tech business. This is Dave Valante for the insights powered by ETR. Thanks for watching. And we'll see you next week. I hope if not, we'll see you next time on breaking analysis.
SUMMARY :
From the cube studios in Palo Alto, in Boston, bringing you data driven insights from the if anything, the company was overvalued out of the gate, the thing is people didn't We're gonna review the recent narrative and concerns One of the analysts asked if snowflake You remember the company at one point was valued at a hundred billion dollars, of the stock when it was in the three hundreds and above. but it's not the ones you mentioned. It's not like the historical Microsoft, you know, But the real interesting number to watch is free cash flow, 16% this year for And if inflation stays high, you know, until we get a Paul Voker like action, the way, revenue growth, you get a 30% plus return, which would be pretty Remember is ETS proprietary methodology that measures the percent of customers in their survey that in the previous quarter down to 54%, 54% in just three months time. You can see a steady rise in the survey, which is a proxy for Snowflake's overall So of course the highest data platforms while the spending gonna be developed in the snowflake data cloud and by data products. that comprises rich features and leverages the underlying primitives and APIs fills the gaps in its platform by building the best cloud data platform in the world, friend Tani, she's the creator of the data mesh concept. and evolving in the way that we showed on the previous chart, where we also wanna figure out lines of what we suggested earlier that is building data products that have the bells and One of the things we noted when we covered service now, cause we use service now as, This is Dave Valante for the insights powered
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Stephanie Chan | PERSON | 0.99+ |
Cheryl Knight | PERSON | 0.99+ |
Peter Linsey | PERSON | 0.99+ |
Christian Kleinman | PERSON | 0.99+ |
Kristin Martin | PERSON | 0.99+ |
Sarah hiney | PERSON | 0.99+ |
Dave Valante | PERSON | 0.99+ |
Salman | PERSON | 0.99+ |
Alex | PERSON | 0.99+ |
Mike Scarelli | PERSON | 0.99+ |
Frank | PERSON | 0.99+ |
Vegas | LOCATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
April | DATE | 0.99+ |
Scarelli | PERSON | 0.99+ |
Walmart | ORGANIZATION | 0.99+ |
May 7th | DATE | 0.99+ |
Andrew Frick | PERSON | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
2029 | DATE | 0.99+ |
30% | QUANTITY | 0.99+ |
40 billion | QUANTITY | 0.99+ |
84% | QUANTITY | 0.99+ |
Snowflake | ORGANIZATION | 0.99+ |
75 billion | QUANTITY | 0.99+ |
2 billion | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
55% | QUANTITY | 0.99+ |
10 billion | QUANTITY | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
21% | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
January of 2019 | DATE | 0.99+ |
November | DATE | 0.99+ |
19% | QUANTITY | 0.99+ |
40% | QUANTITY | 0.99+ |
Tani | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Mike | PERSON | 0.99+ |
68% | QUANTITY | 0.99+ |
54% | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
200 billion | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
80% | QUANTITY | 0.99+ |
15% | QUANTITY | 0.99+ |
5% | QUANTITY | 0.99+ |
6% | QUANTITY | 0.99+ |
last week | DATE | 0.99+ |
7% | QUANTITY | 0.99+ |
20% | QUANTITY | 0.99+ |
Boston | LOCATION | 0.99+ |
Frank Lupin | PERSON | 0.99+ |
83% | QUANTITY | 0.99+ |
Next week | DATE | 0.99+ |
next week | DATE | 0.99+ |
Today | DATE | 0.99+ |
Frank sluman | PERSON | 0.99+ |
2.5 billion | QUANTITY | 0.99+ |
Slootman | PERSON | 0.99+ |
16% | QUANTITY | 0.99+ |
73% | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
2022 | DATE | 0.99+ |
Friday | DATE | 0.99+ |
1970s | DATE | 0.99+ |
two hundreds | QUANTITY | 0.99+ |
130% | QUANTITY | 0.99+ |
Christian Wiklund, unitQ | CUBE Conversation
>>Welcome everyone to this cube conversation featuring unit Q. I'm your host, Lisa Martin. And we are excited to be joined by Christian Vickle, the founder and CEO of unit Q Christian. Thank you so much for joining me today. >>Thank you so much, Lisa pleasure to be here. >>Let's talk a little bit about unit Q. You guys were founded in 2018, so pretty recent. What is it that unit Q does. And what were some of the gaps in the market that led you to founding the company? >>Yep. So me and my co-founder Nick, we're actually doing our second company now is the unit Q is number two, and our first company was called scout years ago. We were back ES wicks and it was very different from unit Q. It's a social network for meeting people. And it was really during that experience where we saw the impact that quality of the experience quality of the product can have on your growth trajectory and the challenges we faced. How do we test everything before we ship it? And in reality, a modern company will have, let's say, 20 languages supported you support Android, Iowas, web big screen, small screen, you have 20 plus integrations and you have lots of different devices out there that might run your binary a little differently. So who is the ultimate test group of all of these different permutation and that's the end user. >>And we, we saw the, the big gap in the market, sort of the dream platform for us was unit queue. So if, if this would've existed back in the day, we would've been a, a happy purchaser and customer, and it really comes down to how do we, how do we harness the power of user feedback? You know, the end user, that's testing your product every single day in all different configurations. And then they're telling you that, Hey, something didn't work for me. I got double build or the passive recent link didn't work, or I couldn't, you know, when music, when the ad is finished playing on, on my app, the music doesn't resume. So how do we capture those signals into something that the company and different teams can align on? So that's where, you know, unit Q the, the vision here is to build a quality company, to help other companies build higher quality products. >>So really empowering companies to take a data driven approach to product quality. I was looking on your website and noticed that Pandora is one of your customers, but talk to me a little bit about a customer example that you think really articulates the value of what Q unit he was delivering. >>Right? So maybe we should just go back one little step and talk about what is quality. And I think quality is something that is, is a bit subjective. It's something that we live and breathe every day. It's something that can be formed in an instant first impressions. Last it's something that can be built over time that, Hey, I'm using this product and it's just not working for me. Maybe it's missing features. Maybe there are performance related bots. Maybe there is there's even fulfillment related issues. Like we work with Uber and hello, fresh and, and other types of more hybrid type companies in addition to the Pandoras and, and Pinterest and, and Spotify, and these more digital, only products, but the, the end users I'm producing this data, the reporting, what is working and not working out there in many different channels. So they will leave app produce. >>They will write into support. They might engage with a chat support bot. They will post stuff on Reddit on Twitter. They will comment on Facebook ads. So like this data is dispersed everywhere. The end user is not gonna fill out a perfect bug report in a form somewhere that gets filed into gr like they're, they're producing this content everywhere in different languages. So the first value of what we do is to just ingest all of that data. So all the entire surface area of use of feedback, we ingest into a machine and then we clean the data. We normalize it, and then we translate everything into English. And it was actually a surprise to us when we started this company, that there are quite a few companies out there that they're only looking at feedback in English. So what about my Spanish speaking users? What about my French speaking users? >>And when, when, when that is done, like when all of that data is, is need to organized, we extract signals from that around what is impacting the user experience right now. So we break these, all of this data down into something called quality monitors. So quality monitor is basically a topic which can be again, passive reset, link noting, or really anything that that's impacting the end user. And the important part here is that we need to have specific actionable data. For instance, if I tell you, Hey, Lisa music stops playing is a growing trend that our users are reporting. You will tell me, well, what can I do with that? Like what specifically is breaking? So we deploy up to 1500 unique quality monitors per customer. So we can then alert different teams inside of the organization of like, Hey, something broke and you should take a look at it. >>So it's really breaking down data silos within the company. It aligns cross-functional teams to agree on what should be fixed next. Cause there's typically a lot of confusion, you know, marketing, they might say, Hey, we want this fixed engineering. They're like, well, I can't reproduce, or that's not a high priority for us. The support teams might also have stuff that they want to get fixed. And what we've seen is that these teams, they struggle to communicate. So how do we align them around the single source of truth? And I think that's for unit two is early identification of stuff. That's not working in production and it's also aligning the teams so they can quickly triage and say, yes, we gotta fix this right before it snowballs into something. We say, you know, we wanna, we wanna cap catch issues before you go into crisis PR mode, right? So we want to get this, we wanna address it early in the cycle. >>Talk to me about when you're in customer conversations, Christian, the MarTech landscape is competitive. There's nearly 10,000 different solutions out there, and it's growing really quickly quality monitors that you just described is that one of the key things that, that you talk to customers about, that's a differentiator for unit Q. >>Yeah. So I mean, it, it, it comes down to, as you're building your product, right, you, you have, you have a few different options. One is to build new features and we need to build new features and innovate and, and, and that's all great. We also need to make sure that the foundation of the product is working and that we keep improving quality and what, what we see with, with basically every customer that we work with, that, that when quality goes up, it's supercharges the growth machine. So quality goes up, you're gonna see less support tickets. You're gonna see less one star reviews, less one star reviews is of course good for making the store front convert better. You know, I, I want install a 4.5 star app, not a 3.9 star app. We also see that sentiment. So for those who are interested in getting that NPS score up for the next time we measure it, we see that quality is of course a very important piece of that. >>And maybe even more importantly, so sort of inside of the product machine, the different conversion steps, let's say sign up to activate it to coming back in second day, 30 day, 90 day, and so forth. We see a dramatic impact on how quality sort of moves that up and down the retention function, if you will. So it, it really, if you think about a modern company, like the product is sort of the center of the existence of the company, and if the product performs really well, then you can spend more money in marketing because it converts really good. You can hire more engineers, you can hire, you can hire more support people and so forth. So it's, it's really cool to see that when quality improves its supercharges, everything else I think for marketing it's how do you know if you're spending into a broken product or not? >>And I, and I, I feel like marketing has, they have their insights, but it's, it's not deep enough where they can go to engineering and say, Hey, these 10 issues are impacting my MPS score and they're impacting my conversion and I would love for you to fix it. And when you can bring tangible impact, when you can bring real data to, to engineering and product, they move on it cause they also wanna help build the company. And, and so I think that's, that's how we stand out from the more traditional MarTech, because we need to fix the core of, of sort of this growth engine, which is the quality of the product >>Quality of the product. And obviously that's directly related to the customer experience. And we know these days, one of the things I think that's been in short supply the last couple of years is patience. We know when customers are unhappy with the product or service, and you talked about it a minute ago, they're gonna go right to, to Reddit or other sources to complain about that. So being able to, for uniq, to help companies to improve the customer experience, isn't I think table stakes for businesses it's mission critical these days. Yeah, >>It is mission critical. So if you look at the, let's say that we were gonna start a, a music app. Okay. So how do we, how do we compete as a music app? Well, if you, if you were to analyze all different music apps out there, they have more or less the same features app. Like they, the feature differentiation is minimal. And, and if you launch a new cool feature than your competitor will probably copy that pretty quickly as well. So competing with features is really hard. What about content? Well, I'm gonna get the same content on Spotify as apple SD. So competing with content is also really hard. What about price? So it turns out you'll pay 9 99 a month for music, but there's no, there's no 1 99. It's gonna be 9 99. So quality of the experience is one of the like last vectors or areas where you can actually compete. >>And we see consistently that if you' beating your competition on quality, you will do better. Like the best companies out there also have the highest quality experience. So it's, it's been, you know, for us at our last company, measuring quality was something that was very hard. How do we talk about it? And when we started this company, I went out and talked to a bunch of CEOs and product leaders and board members. And I said, how do you talk about quality in a board meeting? And they were, they said, well, we don't, we don't have any metrics. So actually the first thing we did was to define a metrics. We have, we have this thing called this unit Q score, which is on our website as well, where we can base it's like the credit score. So you can see your score between zero and a hundred. >>And if your score is 100, it means that we're finding no quality issues in the public domain. If your score is 90, it means that 10% of the data we look at refers to a quality issue. And the definition of a quality issue is quite simple. It is when the user experience doesn't match the user expectation. There is a gap in between, and we've actually indexed the 5,000 largest apps out there. So we're then looking at all the public review. So on our website, you can go in and, and look up the unit Q score for the 5,000 largest products. And we republish these every night. So it's an operational metric that changes all the time. >>Hugely impactful. Christian, thank you so much for joining me today, talking to the audience about unit Q, how you're turning qualitative feedback into pretty significant product improvements for your customers. We appreciate your insights. >>Thank you, Lisa, have a great day. >>You as well, per Christian Lin, I'm Lisa Martin. You're watching a cube conversation.
SUMMARY :
And we are excited to be joined by Christian Vickle, the founder and CEO of And what were some of the gaps in the market that led you to founding the company? the challenges we faced. So that's where, you know, unit Q the, So really empowering companies to take a data driven approach to product quality. So maybe we should just go back one little step and talk about what is quality. So the first value of what we do And the important part here is that we need to have specific actionable data. So how do we align them around the single source of truth? that you just described is that one of the key things that, that you talk to customers about, that's a differentiator for unit the next time we measure it, we see that quality is of course a very important piece of that. and if the product performs really well, then you can spend more money in marketing because it converts And when you can bring tangible And we know these days, one of the things I think that's been in short supply the last couple of years is So quality of the experience is one of the like So actually the first thing we did was to So it's an operational metric that changes all the time. Christian, thank you so much for joining me today, talking to the audience about unit Q, You as well, per Christian Lin, I'm Lisa Martin.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
2018 | DATE | 0.99+ |
Christian Wiklund | PERSON | 0.99+ |
3.9 star | QUANTITY | 0.99+ |
10% | QUANTITY | 0.99+ |
Nick | PERSON | 0.99+ |
Christian Vickle | PERSON | 0.99+ |
4.5 star | QUANTITY | 0.99+ |
Christian | PERSON | 0.99+ |
one star | QUANTITY | 0.99+ |
Pandora | ORGANIZATION | 0.99+ |
10 issues | QUANTITY | 0.99+ |
90 day | QUANTITY | 0.99+ |
second company | QUANTITY | 0.99+ |
Pandoras | ORGANIZATION | 0.99+ |
Lisa | PERSON | 0.99+ |
Uber | ORGANIZATION | 0.99+ |
90 | QUANTITY | 0.99+ |
30 day | QUANTITY | 0.99+ |
100 | QUANTITY | 0.99+ |
Christian Lin | PERSON | 0.99+ |
20 languages | QUANTITY | 0.99+ |
second day | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
first company | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
Spotify | ORGANIZATION | 0.99+ |
English | OTHER | 0.99+ |
ORGANIZATION | 0.99+ | |
today | DATE | 0.99+ |
MarTech | ORGANIZATION | 0.98+ |
one | QUANTITY | 0.98+ |
20 plus integrations | QUANTITY | 0.98+ |
Spanish | OTHER | 0.98+ |
Android | TITLE | 0.97+ |
ORGANIZATION | 0.97+ | |
ORGANIZATION | 0.97+ | |
9 99 | QUANTITY | 0.97+ |
5,000 largest apps | QUANTITY | 0.96+ |
apple | ORGANIZATION | 0.96+ |
unit Q | ORGANIZATION | 0.96+ |
first value | QUANTITY | 0.95+ |
first impressions | QUANTITY | 0.95+ |
9 99 a month | QUANTITY | 0.94+ |
One | QUANTITY | 0.94+ |
5,000 largest products | QUANTITY | 0.93+ |
scout | ORGANIZATION | 0.86+ |
nearly 10,000 different solutions | QUANTITY | 0.85+ |
single source | QUANTITY | 0.85+ |
up to 1500 unique quality monitors | QUANTITY | 0.85+ |
Iowas | LOCATION | 0.84+ |
a minute ago | DATE | 0.84+ |
unit two | QUANTITY | 0.82+ |
ES wicks | ORGANIZATION | 0.8+ |
French | OTHER | 0.78+ |
years ago | DATE | 0.75+ |
one little | QUANTITY | 0.75+ |
zero and | QUANTITY | 0.75+ |
a hundred | QUANTITY | 0.73+ |
1 99 | QUANTITY | 0.72+ |
single day | QUANTITY | 0.7+ |
last couple of years | DATE | 0.68+ |
number two | OTHER | 0.62+ |
unit | ORGANIZATION | 0.61+ |
uniq | ORGANIZATION | 0.55+ |
Krishna Doddapaneni and Frank Reichstein | Aruba & Pensando Announce New Innovations
>>Hey, welcome to this continuing coverage of the H P E Aruba. Pensando announcement. I'm lisa martin. Hopefully you've seen by now the announcement from john and Antonio, we're going to get into some technical details. Now I've got two guests joining me. Please welcome Krishna Otopeni, the VP of engineering at Pensando and frank Reich stein, senior Director platform engineering from HP Aruba guys welcome to the program. >>Hi lisa. >>Hi lisa. Thanks for having us. >>Sure. So we're going to, we're going to dig in here. You guys are tasked with bringing these two worlds together, christian. Let's go ahead and start with you talk to me about the announcement why this is so significant and then we'll dig into the technical details. >>Yeah. So as you know, right, Pensando has been in the market for a couple of years right now. Um, and we heard a lot of success with the cloud providers and we're also working with be a million project Montreat. Um, so what we learned in the last couple of years, we're trying to take all the lessons and I was a little bit going to what, what we learned with the crop, your providers. So we took a dsC card, which is a B C, a form factor, the customer takes dsC card inserts into the, into server with various forces and hypervisors. So it's really exciting that the BSE is in production with some of the providers already and some of them were taking to production in this calendar quarter and we also have in connection with that first generation BSC cards a couple of years and some of the biggest banks and storage platform providers. So, so this is kind of a big deal for us because we are starting with what we call a D P U. Uh that Pensando is bailing which is the latest generation of it is called code named Alba which delivers the software in silicon program ability while matching the performance of hardware. So internally the DPU has the tight integration between special purpose processors that consent of what we call mps and a general purpose processor like arm course where we do the management and control software and with tied together with offload engines like encryption and compression. The key takeaway from this platform. Their consent of belt. It's it's programmable at all layers Either by Pensando or our customers whether it's in data plane using P four or control and management plane. All right. So what we learned while developing this platform and taking this production with the public cloud providers, we realize that the platform and architecture is not only very highly scalable with very high performance with respect to, you know, packets per second or stable connections per second or NBA me I ops but it's also adaptable like a very rapid paced. And another key lesson that we learn from our cloud partners is that the new devoPS model operations is as important as functionality. For example, the importance of creating the DPU pipeline the subsequent guarantees or providing Hatch uh first fateful connections so that in some cases the component fails, there is hardware or software customer doesn't have any disruption in his network or storage operations. So we took all the ski lessons that we learned over the last few years. And then we are building a new platform partnering with Aruba team which is very high scale with very high performance at the same time, tied with very good operations um that you know it comes the best of both both platforms from the pew side and from the Aruba side frank they want to add on the Aruba platform side. >>Sure, yeah. So the Aruba networking team has been building network switches for the past 25 years and we've been following all of the trends and evolutions over that time frame. And as we've gone through a few years ago we decided to make an evolution of our operating system to scale it up for the modern needs of the modern world. And this included doing things like designing with a micro services oriented architecture to provide for a high degree of resiliency throughout the product line. And then being able to extend that single network operating system from the core to the edge of the network. As we've been partnering with Pensando, it came very clear that the evolution of the network the next step was this form of a deep, you integrated into that top of rack switch to provide a deeper and richer feature set and what has traditionally been available in your top of rack switch. And so this partnership has enabled us to leapfrog but has been traditional top of rack functionality and add to it. Things that previously were not attainable in that layer of the network >>frank. Continuing on with you. Talk to me about some of the technology requirements and challenges of designing and engineering and delivering the industry's first distributed service switch. What were some of those? >>Sure, sure. So a lot of the challenges around integrating this type of solution come down to how to ensure that you have the highest performance possible and maintaining high speed of performance when you're now introducing an additional pay hop within the network topology inside of the switch, a lot of that came down to integrating the background and skill setting capabilities that come along with osc x that were made it quick for us to enable a new piece of functionality within the architecture and then a lot of credit has to go to the Pensando team for the richness of the feature setting capability set that they have within that DPU product as it stands >>christian, let's go ahead and dig through some of those core features and capabilities that are really going to be benefiting customers. >>Yeah, so basically right, uh taking a little bit of step back, we started with the dsc market from Pensando perspective where we wanted to put gPU in every survey and we obviously have success in enterprise customers and cloud customers that we discussed earlier. But we also learned a few lessons while deploying DSC and enterprise markets in the sense that enterprise markets do not need the performance of every DSC at 200 G full duplex network services for every survey. And also you know what makes historic key is that you know, there are a lot of brownfield service in current enterprise data centers where customers do not want to open up a server to put the DSC in. So we wanted to give a product with the form factor that frank is talking about and technology that's very familiar to every IT department given the Aruba Lois uh in a deployment in data centers. And also as I said earlier, what we lessons that we learned, we came up with this taking this production very deep you software and hardware which is deployed in public clouds. And combined with those features that that have been rapidly evolving uh through multiple Aruba releases into enterprise data centers in a switch form factors. So what we think is by doing this taking the best of both worlds. We're creating a new product category that is not that is for the features and capabilities are not available in the market from any vendor specifically providing state full services at every tour without the complexity of the service redirection because today's data centers if you want to install services. It's a it's a lot of effort operator to bring in those services. This obviously also has a great operational model, great TCO and the functionality that customers that you never see in tar before. For example, in the first release we are providing state full firewall with the visibility at every floor level that goes through the tower which never existed in the market before. >>New product category. That's a big deal christian. Talk to me a little bit about how long you guys have been at this, you were in stealth mode crack that open for us. >>I mean it has been a less than a year but of development that both teams have been doing and we work very closely together and we meet I mean for sure at least more than a week uh you know, more than once the once a week between uh frank's team and you know, and send it to them and there's a coordination between the sales team and the marketing team and the go to market team and then how we sell it and the manufacturing team, there's a lot goes on in building this product. I mean we believe this is the fastest uh tard new generational product that we built because because we could do that because the experience of both the teams trying they want anything more to this one. >>Yeah, I think that that really goes to the point here. The capabilities and maturity of the deep you solution that Pensando was bringing into the solution really allowed for a very fast and seamless integration on top of that Aruba, OsC X and the platform that we built there with automated Api generation and integration with our Aruba fabric composer orchestration layer really created the capability to make things go as fast as possible for this development effort And so to really take a new product and define a new product space within a 12 month time frame has been a really exciting and impressive feat by both teams. >>Very impressive considering the challenges and the dynamics in the market and the global market that we've had frank. How big of a lead do you think you have on incumbents here? >>I think we have a substantial lead on the incumbents here. I think what we're doing is a fundamentally different take on how you do a top of rack switch and the capabilities that we're bringing to bear at the top of rack are fundamentally new and differentiated from what the competition has been thinking about. So I believe we have a substantial lead on the competition. >>Excellent chris to talk to me about what's next? What's the future? I have some secret sources that tell me that john and Antonio are meeting regularly pushing you guys, what does the future hold. >>Yeah. So I mean obviously this is the start of an exciting journey. There's a first platform you're bringing to the market jointly and obviously we like a bunch of form factors without upcoming road map. So additionally I mean the software in silicon performance that with all the services that we deliver a software means that scope and scale of the state will services that we can deliver and evolve over time whether you talk about security or encryption or state flat or load balancing or d does all of the services and then you know hybrid connectivity. So obviously you know there's a lot that we can do with this platform that will be driven by with the partnership with our customers. We also see that you know the market of all where you know all the customers we'll have some customers will have deep us in the service and some customers will use the new platform that we're bringing together. So we won't have all the management start to make sure all of them can be managed uniformly and any time you know you this is a major step for a new category of platform and architecture we're developing jointly with the rubber and I believe this will be a huge opportunity for both the companies and our customers and this is exciting times ahead for us >>and talk to me both of your opinions here where can customers go to find more information, how can they get started frank will go ahead and start with you. >>Yeah you can jump straight to Aruba networks dot com and dig into the feature sets and packages that we have available with the Aruba 10-K product line direct from there. >>Fantastic christian anything to add >>that is correct actually. So we are treating it as one product coming from both the companies. All the documentation is where you know, frank pointed out in Aruba website, we put all the documentation at the same place and we're supporting it as one unified product from both the companies. >>Are you seeing any? We've seen so much change in the last year and a half. Last question. I'm just wondering if if either of the HPV riverside or the pence underside is seeing any industries that might be really prime to take advantage of knowing how many industries all have been affected by the events of the last year and a half christian any thoughts there? >>Yeah, I mean if you look at it right and obviously all of us are working from home and now everything happens, you know, mostly at the edge, right? You know, and we are in that this platform will help us get there where we get security to the edge and we get more visibility and more services to the edge. Right? So I mean that's what you know Pensando is all about and hoping that you know, this is uh this journey that we started with the D. P us, we go with this platform and it will ever all and it will help customers, our customers and our partners leverage all the functionality that, you know, Pensando and the rubber can bring together. >>Well guys, congratulations on an enormous feat accomplished in not just a 12 month time period, but a very challenging 12 month time period. We appreciate you guys breaking down the HP Aruba Pensando announcement and more technical detail. Those can go to learn more information and again, congratulations. >>Thank you. >>Thank you very much lisa >>for my guests. I'm lisa martin. You're watching this HP Aruba Pensando announcement. Thanks for watching. >>Mhm >>mm.
SUMMARY :
the VP of engineering at Pensando and frank Reich stein, senior Director platform Thanks for having us. Let's go ahead and start with you talk to me about the announcement why this is so significant and then we'll dig tied with very good operations um that you know it comes the best of both So the Aruba networking team has been building network switches for the past 25 and engineering and delivering the industry's first distributed service switch. So a lot of the challenges around integrating this type in the first release we are providing state full firewall with the visibility at every floor level Talk to me a little bit about how long you guys have been at this, team and the marketing team and the go to market team and then how we sell it and the manufacturing team, maturity of the deep you solution that Pensando was bringing into the solution really How big of a lead do you think you have on incumbents here? So I believe we have a substantial lead on the competition. that john and Antonio are meeting regularly pushing you guys, what does the future hold. So additionally I mean the software in silicon performance that with all the services how can they get started frank will go ahead and start with you. and packages that we have available with the Aruba 10-K product line direct from there. So we are treating it as one product coming from both the companies. events of the last year and a half christian any thoughts there? know, this is uh this journey that we started with the D. We appreciate you guys breaking down the HP Aruba Thanks for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Frank Reichstein | PERSON | 0.99+ |
Krishna Otopeni | PERSON | 0.99+ |
lisa | PERSON | 0.99+ |
Pensando | ORGANIZATION | 0.99+ |
frank Reich stein | PERSON | 0.99+ |
Antonio | PERSON | 0.99+ |
Aruba | ORGANIZATION | 0.99+ |
john | PERSON | 0.99+ |
12 month | QUANTITY | 0.99+ |
two guests | QUANTITY | 0.99+ |
lisa martin | PERSON | 0.99+ |
frank | PERSON | 0.99+ |
both | QUANTITY | 0.99+ |
Krishna Doddapaneni | PERSON | 0.99+ |
both teams | QUANTITY | 0.99+ |
less than a year | QUANTITY | 0.99+ |
first platform | QUANTITY | 0.99+ |
one product | QUANTITY | 0.99+ |
first release | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
both worlds | QUANTITY | 0.98+ |
both platforms | QUANTITY | 0.98+ |
last year and a half | DATE | 0.98+ |
D. P | ORGANIZATION | 0.97+ |
HP Aruba | ORGANIZATION | 0.97+ |
two worlds | QUANTITY | 0.97+ |
first | QUANTITY | 0.97+ |
once a week | QUANTITY | 0.97+ |
BSE | ORGANIZATION | 0.96+ |
chris | PERSON | 0.96+ |
200 G | QUANTITY | 0.96+ |
today | DATE | 0.95+ |
H P E Aruba | ORGANIZATION | 0.95+ |
first generation | QUANTITY | 0.94+ |
more than a week | QUANTITY | 0.94+ |
uh frank | ORGANIZATION | 0.93+ |
Aruba | LOCATION | 0.93+ |
single | QUANTITY | 0.93+ |
OsC X | TITLE | 0.89+ |
more than once | QUANTITY | 0.88+ |
Montreat | ORGANIZATION | 0.84+ |
second | QUANTITY | 0.83+ |
few years ago | DATE | 0.83+ |
first distributed service switch | QUANTITY | 0.81+ |
last couple of years | DATE | 0.79+ |
HP Aruba Pensando | ORGANIZATION | 0.78+ |
Pensando | LOCATION | 0.77+ |
this calendar quarter | DATE | 0.76+ |
years | DATE | 0.76+ |
christian | PERSON | 0.71+ |
every survey | QUANTITY | 0.66+ |
couple of years | QUANTITY | 0.65+ |
last | DATE | 0.61+ |
Alba | ORGANIZATION | 0.61+ |
25 years | QUANTITY | 0.6+ |
rubber | ORGANIZATION | 0.58+ |
NBA | ORGANIZATION | 0.54+ |
-K | COMMERCIAL_ITEM | 0.53+ |
product | QUANTITY | 0.51+ |
10 | QUANTITY | 0.48+ |
few lessons | QUANTITY | 0.45+ |
Micah Coletti & Venkat Ramakrishnan | KubeCon + CloudNativeCon NA 2021
>>Mhm Welcome back to Los Angeles. The Cubans live, I can't say that enough. The Cubans live. We're at cu con cloud Native Con 21. We've been here all day yesterday and today and tomorrow talking with lots of gas. Really uncovering what's going on in the world of kubernetes, lisa martin here with Dave Nicholson. We've got some folks. Next we're gonna be talking about a customer use case, which is always one of my favorite things to talk about. Please welcome Michael Coletti, the principal platform engineer at CHG Healthcare and then cat from a christian VP of products from port works by pure storage. Guys, welcome to the program, Thank you. Happy to be here. Yeah. So Michael, first of all, let's go ahead and start with you, give the audience an overview of CHG healthcare. >>Yeah, so CHG Healthcare were a staffing company so we sure like a locum pen and so our clients are doctors and hospitals, so we help staff hospitals with temporary doctors or even permanent placing. So we deal with a lot of doctors, a lot of nursing and we're were a combination of multiple companies to see if she is the parents. So and uh yeah, we're known in the industry is one of the leaders in this, this field and providing uh hospitals with high quality uh doctors and nurses and uh you know, our customer services like number one and one of these are Ceos really focused on is now how do we make that more digital, how we provide that same level of quality of service, but a digital experience as rich for >>I can imagine there was a massive need for that in the last 18 months alone. >>Covid definitely really raised that awareness out for us and the importance of that digital experience and that we need to be out there in the digital market. >>Absolutely. So your customer report works by pure storage, we're gonna get into that. But then can talk to us about what's going on. The acquisition of port works by peer storage was about a year ago I talked to us about your VP of product, what's going on? >>Yeah, I mean, you know, first of all, I think I could not say how much of a great fit for a port works to be part of your storage. It's uh uh Pure itself is a very fast moving large start up that's a dominant leader in a flash and data center space. And you know, pure recognizes the fact that Cuban it is is the new operating system of the cloud is now how you know, it's kind of virtualizing the cloud itself and there is a, you know, a big burgeoning need for data management in communities and how you can kind of orchestrate work lords between your on prem data centers in the cloud and back. So port books fits right into the story as complete vision of data management for our customers and uh spend phenomenal or business has grown as part of being part of Pure and uh you know, we're looking at uh launching some new products as well and it's all exciting times. >>So you must have been pretty delighted to be acquired as a startup by essentially a startup because because although pure has reached significant milestones in the storage business and is a leader in flash storage still, that, that startup mindset is there, that's unique, that's not, that's not the same as being acquired by a company that's been around for 100 years seeking to revitalize >>itself. Can >>you talk a little bit about that >>aspect? So I think it will uh, Purest culture is highly innovation driven and it's a very open flat culture. Right? I mean everybody impure is accessible, it can easily have a conversation with folks and everybody has his learning mindset and Port works is and has always been in the same way. Right? So when you put these teams together, if we can create wonders, I mean we, right after that position, just within a few months we announced an integrated solution that Port works orchestrates volumes and she file shares in Pure flash products and then delivers as an integrated solution for our customers. And Pure has a phenomenal uh, cloud based monitoring and management system called Pure one that we integrated well into. Now we're bringing the power of all of the observe ability that Purest customers are used to for all of the partners customers and having super happy, you know, delivering that capability to our customers and our customers are delighted now they can have a complete view all the way from community is an >>app to the >>flash and I don't think any one company on the planet can even climb, they can do that. >>I think, I think it's fair to acknowledge that pure one was observe ability before observe ability was a word. Exactly one used regularly. So that's very interesting. >>I could talk to us about obviously you are a customer CHD as a customer of court works now Port works by peer storage. Talk to us about the use case, what what was the compelling? It was their compelling event and from a storage perspective that that led you to Port works in the >>first so we be, they began this our Ceo basically in the vision, we we need to have a digital presence, we need and hazards and this was even before Covid, so they brought me on board and my my manager read uh glass or he we basically had this task to how are we going to get out into the cloud, how we're going to make that happen And we we chose to follow very much cloud native strategy and the platform of choice. I mean it just made sense with kubernetes and so when we were looking at kubernetes, we're starting to figure out how we're doing, we knew that data is going to be a big factor, you know, um being to provide data, we're very much focused on an event driven, were really pushing to event driven architecture. So we leverage Kafka on top of kubernetes, but at the time we were actually leveraging Kafka with M S K down out in a W S and that was just a huge cost to us. So I came on board, I had experienced with poor works prior company before that and I basically said we need to figure out a great storage away overlay. And the only way to do is we gotta have high performance storage, we've got to have secure, we gotta be able to back up and recover that storage and the poor works was the right match and that allowed us to have a very smooth transition off of M S K onto kubernetes, saving us, it's a significant amount of money per month and just leverage that already existing hardware that are existing, compute memory and just in the and move right to port works, >>leveraging your existing investments. >>Exactly which is key. Very, very key. So, >>so been kept, how common are the challenges that when you guys came together with the HD, how common are the challenges? It's actually, >>that's a great question, you know, this is, I'll tell you the challenges that Michael and his team are running into is what we see a lot in the, in the industry where people pay a ton of money, you know, to, you know, to to other vendors or especially in some cases use some cloud native services, but they want to have control over the data. They want to control the cost and they want higher performance and they want to have, you know, there's also governance and regulatory things that they need to control better. So they want to kind of bring these services and have more control over them. Right? So now we will work very well with all of our partners including the cloud providers as well as uh, you know, an from several vendors and everybody but different customers are different kinds of needs and port works gives them the flexibility if you are a customer who want, you know, have a lot of control over your applications, the performance of the agency and want to control cars very well in leveraging existing investments board works can deliver that for you in your data center right now you can integrate it with pure slash and you get a complete solution or you won't run it in cloud and you still want to have leverage the agility of the cloud and scale for books delivers a solution for you as well. So it kind of not only protects their investment in future proves their architecture, you get future proving your architecture completely. So if you want to tear the cloud or burst the cloud, you have a great solution that you can continue to leverage >>when you hear a future proof and I'm a marketer. So I always go, I love to know what it means to different people, what does that mean to you in your environment? >>My environment. So a future proof means like one of the things we've been addressing lately, that's just a real big challenge and I'm sure it's a challenge in the industry, especially Q and A's is upgrading our clusters ability to actually maintain a consistent flow with how fast kubernetes is growing, you know, they they're out I think yes, we leverage eks so it's like 1 21 or 1 22 now, uh that effort to upgrade a cluster, it can be a daunting one with port works. We actually were able to make that to where we could actually spin up a brand new cluster and with port work shift, all our application services, data migrated completely over poor works, handles all that for us and stand up that new cluster in less than a day. And that effort, it would take us a week, two weeks to do so not even man hours the time spent there, but just the reliability of being able to do that and the cost, you know, instead of standing up a new cluster and configuring it and doing all that and spending all that time, we can just really, we move to what we call blue green cut over strategy and port works is an essential piece of that. >>So is it fair to say that there are a variety of ways that people approach port works from a, from a value perspective in terms of, I I know that one area that you are particularly good in is the area of backups in this environment, but then you get data management and there's a third kind of vector there. What is the third vector? >>Yeah, it's all of the data services. Data services, like for example, database as a service on any kubernetes cluster paid on your cloud or you're on from data centers, which >>data, what kind of databases >>you were talking about? Anything from Red is Kafka Postgres, my sequel, you know, council were supporting, we just announced something called port books, data services offering that essentially delivers all these databases as a service on any kubernetes cluster uh that that a customer can point to unless than kind of get the automated management of the database on day one to day three, the entire life cycle. Um you know, through regular communities, could curdle experience through Api and SDK s and a nice slick ui that they can, you know, just role based access control and all of that, that they can completely control their data and their applications through it. And, you know, that's the third vector of potatoes Africans >>like a question for you. So what works has been a part of peer storage? You've known it since obviously for several years before you were a c h G, you brought up to see H G, you now know it a year into being acquired by a fast paced startup. Talk to me about the relationship and some of the benefits that you're getting with port works as a part of pure storage. >>Well, I mean one of the things, you know, when, when I heard about the accusation, my first thing was I was a little bit concerned is that relationship going to change and when we were acquiring, when we're looking at a doctor and Poor works, One thing I would tell my management is poor works is not just a vendor that wants to throw a solution on you and provide some capability there, partner, they want to partner with you and your success in your journey and this whole cloud native journey to provide this rich digital experience for not only our platform engineering team, but our dev teams, but also be able to really accelerate the development of our services so we can provide that digital portal for our end users and that didn't change. If anything that accelerated that that relationship did not change. You know, I came to the cat with an issue we just, we're dealing with, he immediately got someone on the phone call with me and so that has not changed. So it's really exciting to see that now that they've been acquired that they still are very much invested in the success of their customers and making sure we're successful. You know, it's not all of a sudden I was worried I was gonna have to do a whole different support process and it's gonna go into a black hole didn't happen. They still are very much involved with their customers. And >>that sounds kind of similar to what you talked about with the cultural alignment I've known here for a long time and they're very customer centric. Sounds like one of the areas in which there was a very strong alignment with port works. >>Absolutely important works has always taken pride in being customer. First company. Our founders are heavily customer focused. Uh, you know, they are aligned. They want, they have always aligned uh, the portraits business to our customers needs. Uh Pure is a company that's men. I actually focused on customers, right? I mean, that's all, you know, purist founder cause and everybody care about and so, you know, bringing these companies together and being part of the pure team. I kind of see how synergistic it is. And you know, we have, you know, that has enabled us to serve our customers customers even better than before. >>So, I'm curious about the two of you personally, in terms of your histories, I'm going to assume that you didn't both just bounce out of high school into the world of kubernetes, right? So like lisa and I your spanning the generations between the world of, say, virtualization based on X 86 architecture and virtualization where you can have microservices, you have a full blown operating system that you're working with, that kind of talk about, you know, Michael with you first talk about what that's been like navigating that change. We were in the midst of that, Do you have advice for others that are navigating that change? >>Don't be afraid of it, you know, a lot of people want to, you know, I call it, we're moving from where we're uh naming, we still have cats and dogs, they have a name, the VMS either whether or not their physical boxes or their VMS to where it's more like it's a cattle, you know, it's like we don't own the Os and not to be afraid afraid of that because change is really good. You know, the ability for me to not have to worry about patching and operating system is huge, you know, where I can rely on someone like the chaos and and the version and allow them to, if CV comes out, they let me know I go and I use their tools to be able to upgrade. So I don't have to literally worry about owning that Os and continues the same thing. You know, you, you, you know, it's all about being fault tolerant, right? And being able to be changed where you can actually brought a new version of a container, a base image with a lot of these without having to go and catch a bunch of servers, I mean patch night was held, I'm sorry if I could say that, but it was a nightmare, you know, but this whole world has just been a game changer >>with that. So Van cut from your perspective, you were coming at it, going into a startup, looking at the landscape in the future and seeing opportunity, um what what what's that been like for you? I guess the question for you is more something lisa and I talk about this concept of peak kubernetes, where are we in the wave, is this just is this just the beginning, are we in the thick of it? >>Yeah, I think I would say we're kind of transitioning from earlier doctors too early majority face in the whole, you know, um crossing the chasm analogy. Right, so uh I would say we're still the early stages of this big wave that's going to transform how infrastructure is built, apps are, apps are built and managed and run in production. Um I think some of the uh pieces, the key pieces are falling in place and maturing, uh there are some other pieces like observe ability and security, uh you know, kind of edge use cases need to be, you know, they're kind of going to get a lot more mature and you'll see that the cloud as we know today and the apps as we know today, they're going to be radically different and you know, if you're not building your apps and your business on this modern platform, on this modern infrastructure, you're gonna be left behind. Um, you know, I, my wife's birthday was a couple of days ago. I was telling this story a couple of friends is that I r I used another flowers delivery website. Uh they missed delivering the flowers on the same day, right? So when they told me all kinds of excuses, then I just went and looked up, you know, like door dash, which delivers uh, you know, and then, you know, like your food, but there's also flower delivery, indoor dash and I don't do it, I door dash flowers to her and I can track the flower does all the way she did not eat them, okay, You need them. But my kids love the chocolates though. So, you know, the case in point is that you cannot be, you know, building a modern business without leveraging the moral toolchain and modern toolchain and how the business is going to be delivered. That that thing is going to be changing dramatically. And those kind of customer experience, if you don't deliver, uh, you're not gonna be successful in business and communities is the fundamental technology that enables these containers. It's a fundamental piece of technology that enables building new businesses, you know, modernizing existing businesses and the five G is gonna be, there's gonna be new innovations that's going to get unleashed. And uh, again, communities and containers enable us to leverage those. And so we're still scratching the surface on this, it's big now, it's going to be much, much bigger as we go to the next couple of years. >>Speaking of scratching the surface, Michael, take us out in the last 30 seconds or so with where CHG healthcare is on its digital transformation. How is port works facilitating that? >>So we're right in the thick of it. I mean we are we still have what we call the legacy, we're working on getting those. But I mean we're really moving forward um to provide that rich experience, especially with inventing driven platforms like Kafka and Kubernetes and partnering with port works is one of the key things for us with that and a W s along with that. But we're, and I remember I heard a talk and I can't, I can't remember me but he he talked about how, how kubernetes just sort of like 56 K. Modem, You're hearing it, see, but it's got to get to the point where it's just there, it's just the high speed internet and Kelsey Hightower, That's who Great. Yeah, and I really like that because that's true, you know, and that's where we're on that transition, where we're still early, it's still that 50. So you still want to hear a note, you still want to do cube Cto, you want to learn it the hard way and do all that fun stuff, but eventually it's gonna be where it's just, it's just there and it's running everything like five G. I mean stripped down doing Micro K. It's things like that, you know, we're gonna see it in a lot of other areas and just proliferate and really accelerate uh the industry and compute and memory and, and storage and >>yeah, a lot of acceleration guys, thank you. This has been a really interesting session. I always love digging into customer use cases how C H. G is really driving its evolution with port works Venkat. Thanks for sharing with us. What's going on with port works a year after the acquisition. It sounds like all good stuff. >>Thank you. Thanks for having us. It's been fun, our >>pleasure. Alright for Dave Nicholson. I'm lisa martin. You're watching the cube live from Los Angeles. This is our coverage of Yukon cloud native Con 21 mhm
SUMMARY :
So Michael, first of all, let's go ahead and start with you, high quality uh doctors and nurses and uh you know, importance of that digital experience and that we need to be out The acquisition of port works by peer storage was about a year ago I talked to us of Pure and uh you know, we're looking at uh launching some new products as well and it's you know, delivering that capability to our customers and our customers are delighted now they can have a complete view I think, I think it's fair to acknowledge that pure one was observe ability before observe ability I could talk to us about obviously you are a customer CHD as a customer of court works now Port works by peer storage. you know, um being to provide data, we're very much focused on an event driven, Very, very key. you know, have a lot of control over your applications, the performance of the agency and want to control cars what does that mean to you in your environment? with how fast kubernetes is growing, you know, they they're out I think yes, good in is the area of backups in this environment, but then you get data Yeah, it's all of the data services. and SDK s and a nice slick ui that they can, you know, for several years before you were a c h G, you brought up to see H G, you now know it a Well, I mean one of the things, you know, when, when I heard about the accusation, that sounds kind of similar to what you talked about with the cultural alignment I've known here for a long time And you know, we have, you know, So, I'm curious about the two of you personally, in terms of your histories, Don't be afraid of it, you know, a lot of people want to, you know, I call it, I guess the question for you is more something lisa and I talk about this concept of peak kubernetes, they're going to be radically different and you know, if you're not building your Speaking of scratching the surface, Michael, take us out in the last 30 seconds or so with where CHG Yeah, and I really like that because that's true, you know, and that's where we're on that transition, What's going on with port works a year after the acquisition. It's been fun, our This is our coverage of Yukon cloud native Con 21
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Michael | PERSON | 0.99+ |
Michael Coletti | PERSON | 0.99+ |
Dave Nicholson | PERSON | 0.99+ |
Micah Coletti | PERSON | 0.99+ |
Los Angeles | LOCATION | 0.99+ |
CHG Healthcare | ORGANIZATION | 0.99+ |
two weeks | QUANTITY | 0.99+ |
lisa martin | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
lisa | PERSON | 0.99+ |
a week | QUANTITY | 0.99+ |
tomorrow | DATE | 0.99+ |
Venkat Ramakrishnan | PERSON | 0.99+ |
less than a day | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
yesterday | DATE | 0.99+ |
Ceos | ORGANIZATION | 0.99+ |
first thing | QUANTITY | 0.99+ |
Purest | ORGANIZATION | 0.98+ |
KubeCon | EVENT | 0.98+ |
both | QUANTITY | 0.98+ |
50 | QUANTITY | 0.97+ |
pure | ORGANIZATION | 0.97+ |
Red | ORGANIZATION | 0.97+ |
Cubans | PERSON | 0.97+ |
One | QUANTITY | 0.96+ |
CloudNativeCon | EVENT | 0.96+ |
one | QUANTITY | 0.96+ |
CHG | ORGANIZATION | 0.96+ |
Kelsey Hightower | PERSON | 0.96+ |
big | EVENT | 0.95+ |
next couple of years | DATE | 0.94+ |
Pure | ORGANIZATION | 0.91+ |
Api | TITLE | 0.91+ |
about a year ago | DATE | 0.9+ |
last 18 months | DATE | 0.9+ |
Venkat | ORGANIZATION | 0.9+ |
Kafka | TITLE | 0.9+ |
third vector | QUANTITY | 0.87+ |
one area | QUANTITY | 0.87+ |
CHG healthcare | ORGANIZATION | 0.87+ |
First company | QUANTITY | 0.86+ |
M S K | TITLE | 0.86+ |
21 mhm | QUANTITY | 0.84+ |
NA 2021 | EVENT | 0.83+ |
1 | OTHER | 0.83+ |
couple of days ago | DATE | 0.83+ |
five G | ORGANIZATION | 0.82+ |
a year | QUANTITY | 0.82+ |
one company | QUANTITY | 0.82+ |
couple | QUANTITY | 0.79+ |
day three | QUANTITY | 0.79+ |
Kafka Postgres | ORGANIZATION | 0.78+ |
friends | QUANTITY | 0.78+ |
a year | QUANTITY | 0.77+ |
100 years | QUANTITY | 0.77+ |
Yukon cloud native Con | EVENT | 0.76+ |
last 30 seconds | DATE | 0.76+ |
wave | EVENT | 0.73+ |
Covid | ORGANIZATION | 0.72+ |
day | QUANTITY | 0.71+ |
Kubernetes | TITLE | 0.7+ |
cu con cloud | ORGANIZATION | 0.69+ |
Modem | PERSON | 0.67+ |
1 22 | OTHER | 0.67+ |
third kind | QUANTITY | 0.66+ |
K. | COMMERCIAL_ITEM | 0.65+ |
SDK | TITLE | 0.62+ |
21 | OTHER | 0.62+ |
Os | COMMERCIAL_ITEM | 0.61+ |
C H. G | COMMERCIAL_ITEM | 0.6+ |
a ton of money | QUANTITY | 0.6+ |
Dan Boyd, Merck & Bill Engle, CGI | UiPath FORWARD IV
>>From the Bellagio hotel in Las Vegas, it's the cube covering UI path forward for brought to you by UI path. >>Welcome back to Las Vegas. Lisa Martin, with Dave Vellante at UI path forward for, we have had it all today. Lots of great guests. We've had weather, we've had rain. We are outside and lots of great conversations going on. Next up, we're going to be talking about automation at healthcare giant. Merck. Joining us from merch is Dan Boyd automation leader, and from CGI partner of UI paths, bill angles, senior automation architect, guys, welcome to the program. >>Thanks for having us. >>So Dan, we'll go ahead and start with you. Let's talk about Merck and the implement and the adoption of automation, such a history company. >>Yeah. Thank you. Um, our journey started about two years ago and started with the small team and has evolved ever since we started just the handful of folks we've evolved, uh, from the size of our team, matured, operationally and expanded our capabilities along that journey to where we are today. And it continues to evolve as the technology changes. And it's been exciting to see the adoption at Merck over, you know, across the enterprise. Um, it's been an educational process, but it's been exciting just to see that understanding of the power that automation can deliver to them. And they see the value in making it real to them has been key. Um, then once it's real and they get excited and the word spreads and they appreciate the value right before their eyes and bill, are you, >>Uh, industry specialized or more automation specialist? >>Yeah. Yeah. So I'm more, uh, automation specialized, but uh, you know, CGI, we partner with our industry experts to identify use cases for automation and I help kind of, you know, solution the best approach to automation. Uh, and you know, so I actually started, you know, with, with Merck a little bit earlier before it was really formalized and, uh, just CGI is a large partner of merch and embedded within various areas of business. And, you know, I, I ended up educating, uh, CGI on automation and here's what to look for, you know, in a, in a, in a great use case for automation and, you know, really, we started to drum up some internal excitement and then came up with some actual real use cases within Merck, proved it out early. And then we began to partner with, uh, Dan and his team. >>Can you share a little bit about some of those use cases? Yes. >>So, you know, the ones that, uh, we've worked on are really specific within, uh, various areas, uh, within the division. So Dan, you want to talk about some of the >>You're working on yeah, I'll share one use case within a specific market of merch, and it's a commercial area where they were embarking on a revision in their customer engaged engagement approach in this market and where the, they had a problem. They, they needed to get the invoices out of SAP for customers. So that was on the one side of the process on the other was a customer portal where the customers needed access near real time to those invoices. So when they came to us, they had the invoices kind of set up to be emailed out of SAP. So they had that process set up. The problem is how do they get them over here into this customer portal? Say the backup plan was to have a temporary workers come on and do that manually handle the open emails with the invoices attachments and get them loaded. >>So we came in, uh, they called us in, in the 11th hour and we were able to, fortunately that the process was straightforward, uh, whereas invoices were coming through, uh, an email attachment and that was set up. So basically we automated the reading of the emails, the processing of the PDF attachments and saved them into a shared drive where there was another process to load them into SAP. So the volume was really large on a daily basis. Initially it was estimated at approximately 2,500 emails per day with these invoices. Um, so that would estimate it would take about 125 hours of people time to do that manually. Um, so that's what we automated. And in the end it was the averages it's over 3000 a day. So, um, the solution really came in and, and we were able to deliver that. And it's been a really, they were, they were static with what they could do, and then they saw the art of the possible with, with this automation. So it's a good success story. And, um, it's exciting to see, and they were thrilled >>And it's not an uncommon story, right. Where you're automating mundane tasks that was pushing a lot of paper, a lot of copy and pasting. Um, do you see how far away, and maybe we're there already? You think about mark it's it's uh, in a, in a unique industry, we've got, got highly skilled scientists too in serious R and D high risk trials. You got partners, you do some organic, some inorganic, you've got the manufacturing components. So a lot of different parts to the business. And when you think about saving time, as you think about some of the, the scientists that are working on various pipeline products, highly paid, if you can save more of their time, wow. That even drops more to the bottom line. Are we at that point yet? We heard the stats this morning. It was 2% or some single digit percentage of our processes are automated. How far away are we from attacking those types of automations? Are we there today? >>Uh, we do automations for all the, all the functions across Merck. Um, in some places adoption is farther along than others in their journey, but yeah, um, from the shop floor and the manufacturing sites, we found opportunities to, to introduce automation there. And even in the, in the labs in various capacities, see the use cases continue to grow and the adoption continue. We see that growing as well. >>Do you find that the, the highly skilled, uh, automations targeted at highly skilled folks are, are harder to sort of get your hands around, but they give you bigger ROI? Or is it not the case? Is it all sort of earn and burn? >>Yeah, from my perspective, I think it's, you know, use case by use case. Like if it's a, a complex use case, it requires, you know, more advanced capabilities, uh, you know, machine learning models, you know, leveraging, uh, you know, AI center within UI path, uh, you know, those they can, you know, provide, you know, fairly sizeable ROI, but I think is for those highly skilled workers, I'll give one example is, you know, out in, out in the labs, we, we helped, you know, automate some things that, you know, just made their life easier, right. Uh, you know, tests running overnight, if something failed, uh, with, with a test that was happening, then, you know, they, they wouldn't know about it and they lose critical data for, for these early tests that they're doing in, in the, in the preclinical cycle. So we actually put in a UI path robots to, to monitor and send alerts and provide recovery to make their lives a lot easier. Uh, so they don't have to worry about things, you know, failing in the middle of the night, you have a UI path robot, you know, supporting them in that map, that aspect, >>What's an automation, architecture look like we, where do we start architecting automation? >>Well, I think the journey, uh, so where do you start with an automation? Right. It's really understanding the use case. It comes down to what is the, the end to end process, and then where, where can we automate, uh, within that process and what is the right set of automation capabilities? So, you know, RPA is great for, you know, um, where we get, where we need to interact with user interfaces. But if we can, uh, you know, interact with API APIs, we would do that. You know, preferably over a UI is, is to keep, keep it more of a seamless integration. But I think it's about understanding the process, laying out the right solution, uh, if there's an opportunity to improve the process prior to automating it, you know, if there's, if there is that ability, then we'll look to do that. And we've done that. We may change that process, uh, up a little bit, just to make automation more efficient, more effective. Uh, and so, and then it just, we built it and we deploy it and they start to realize the value >>Hard. Is it dental prove the, on the versus just automating what's, what's known. In other words, you've got dependencies and there are complexities there w what's your experience in terms of how you approached it >>From my experience and what we found to be best practice and bill touched on it. But every use case is of course different than the, the corresponding process. Very, very varied, but really what's key, I think, is to right upfront, understand the end to end process. And a lot of cases, my team it's new to us, right. But the process owners, they live it every day. So understanding, partnering with them to really understand the end to end solution in the form of like a process map. So you can kind of echo back your understanding of their process and get that nod of the head from them and say, yes, you understand that this is an accurate representation. Then we can with the spirit of trying to get it right the first time. And, but it really, I think is incumbent upon us to really get that in-depth understanding upfront. And a lot of cases, if there's time sensitivity in the end, it's just more efficient and saves a lot of rework. So, >>So working backwards, sorry, at least working backwards from the known existing process and then implementing an automation is probably the best starting point, as opposed to trying to work backwards from some kind of the outcome that you envision. But, but I would think there's attractiveness in the, in the ladder. Right. So that you're not just repeating a process that may be outdated. >>Yeah. So your, uh, it comes down to a couple of things. So when you're initially looking at a process, you know, should we automate this or not? And how complex is it? You need to understand what is the potential benefit. So, you know, how much, uh, you know, how much time am I able to, uh, you know, have those workers reinvest into other areas of work, right. Or what other, what are some other benefits? Uh, you know, there, there may be some, uh, you know, compliance fines that were experienced through automation, we're able to, you know, to make sure we're meeting SLS and so on. Uh, so you is a lot to, you know, defining the benefits, the automation, putting a value to that. And then the process of going through the actual process, understand the complexity, right? And then you can come up with, you know, here's, here's what it's gonna take to build this thing. Here's the potential value. And then we have ways where we track, you know, what's, how has that ROI trending once it's in production? Uh, so we'll be, that gives us more insight. >>Dan, I've got a question for you. One of the conversations that Dave and I had earlier on the program was about automation as a boardroom topic. I'd love to get your perspectives. Merck is a history organization, been around for a long time. Cultural change is incredibly challenging, but I'd love to get your perspective on where is automation at Merck's board. Is that something that is really key to transformation? >>I'd say automation falls under our strategic initiative, just around digital digital transformation, right? So it's a sub pillar of that. So that is a strategic imperative and very important. And just being a more efficient and, and leveraging technology effectively, um, just to make merch more efficient and, and, and optimized and RPA and automation plays a part in that. I mean, >>That's what I suspected Lisa this morning when we have in that conversation, it seems to me that you wouldn't necessarily create an automation stove pipe at the board meeting. You might want to report on how these automations have affected, whether it's the income statement or the health of the company, et cetera. But it seems to me to be a fundamental part of the digital transformation, um, which involves a lot of different things, data and cloud and strategy and it et cetera. So is that pretty >>Common bill? Yeah, I, yes, it is. I mean, when, when an organization is looking to automate there's, you know, various angles are coming out, they're coming from the top-down approach where, you know, management saying, Hey, we need to, we need to automate what's, let's look across all the divisions and, and figure out where, where we should go. But then it's also, you know, bottom up where, you know, folks out in, out within the various lines of business know, they, they know the problems. They know, they know the business processes. So there's a couple of different angles where, you know, you you're able to discover new opportunities to automate. Uh, but those also those smaller ones opened the door to understanding, you know, much larger processes where we can look, you know, automate more of the upstream or downstream in that process. Are there variations of the process? So >>Was, was merch more bottom-up or top-down or middle out? I wouldn't say it's >>Started bottoms up. That's really out there. It came from the top-down. So as bill touched on, I think it's really key that we do have, uh, from, from this coming from the top, from our leadership is endorsing it and advocating it, but also we're on the, on the ground floor and educating. So the people with the hands-on doing the process, they understand it and the word is spreading. They see we've, we've made it real for them. Now it's real for them, and they can appreciate the value. And they're happy to be able to do more, to be freed up from the tedious tasks and do more interesting work. >>So we did start in the department, there was a champion with a budget who said, Hey, I'm going to try this and then look what I got. Yeah, >>Yeah. You definitely need the champion. So part of that is creating champions out in the different business lines to truly own the pipeline and understand the opportunities are out there and say, yeah, this is a good opportunity. This, this one let's look at it later. So you definitely have to have those folks out there that, that understand the technology, but also understand the business. >>How has that changed in the last 18 months with healthcare care undergoing such? I mean, my goodness, the things that have happened in a healthcare organization, how has that accelerated the need for things like automation, Christian, for both of you and for mark as well? Yeah. >>Yeah. So mark initiated, uh, like most companies that digital transformation, three, three plus years ago, and this just became an extension of that. And, and it's, it's a, it's a must, right? Just to stay up with the, the digital transformation and everything that's happening in this world. And, and obviously, uh, COVID accelerated, helped accelerate it in certain areas and made it real for a lot of people and appreciate the value and the need for it. >>Yeah. W within CGI, just across all of our clients, it's automation is really towards the top of the list of strategic priorities. So it's, so we've seen this massive just acceleration of, of needing to automate more and more and more, you know, which is, which is great. >>What's it like inside a merch these days, you guys must be really excited with all that. I mean, I know it's early days and nothing has been fully blessed yet, but I mean, you know, some of the big has got a lot of headlines and obviously, you know, we've been taking jabs, et cetera, but, but now here's Merck in the headlines. It's, it's gotta be an exciting time for you guys. >>Yeah. It's, it's great to be part of a company whose mission is to save and improve lives and right. It's um, with today, it's, it's really becoming real and more relevant, uh, of that mission and vision. So it's exciting. >>There were any gotchas when you go into this, I'm sure there are into this automation journey. What kinds of things would you advise people, Hey, make sure that you deal with these, whether it's an audit scope, consideration or things that you definitely don't want to do, or do you want to do? >>Yeah. It just comes down to the, you know, choosing the right use case to start with. Right. Making sure that you, if you're just starting out in your automation journey, you know, start with those use cases that you can quickly prove value for and then tackle the more complex ones. That's good >>For folks to know where to start, especially when there's still such a tumultuous environment that we're living in. Dan and bill. Thank you for joining Dave and Manet, talking about automation, the innovation that you're doing at Merck partnering with CGI really appreciate >>Your time. Thanks for having us >>For Dave Volante. I'm Lisa Martin, coming to you from windy, chilly Las Vegas. We are at UI path forward for stick around Dave and I will be right back with our next guest.
SUMMARY :
UI path forward for brought to you by UI path. Welcome back to Las Vegas. So Dan, we'll go ahead and start with you. been exciting to see the adoption at Merck over, you know, across the enterprise. and you know, so I actually started, you know, with, with Merck a little bit earlier Can you share a little bit about some of those use cases? So, you know, the ones that, uh, we've worked on are really specific within, So that was on the one side of the process on the other was a customer portal where the customers needed So the volume was So a lot of different parts to the business. see the use cases continue to grow and the adoption continue. Uh, so they don't have to worry about things, you know, failing in the middle of the night, you have a UI path robot, So, you know, RPA is great for, you know, um, where we get, there w what's your experience in terms of how you approached it So you can kind of echo back your understanding outcome that you envision. And then we have ways where we track, you know, what's, how has that ROI trending once it's in production? One of the conversations that Dave and I had earlier on the program was about automation So that is a strategic That's what I suspected Lisa this morning when we have in that conversation, it seems to me that you wouldn't necessarily you know, bottom up where, you know, folks out in, out within the various lines of business So the people with So we did start in the department, there was a champion with a budget who said, Hey, I'm going to try this and then look what I got. So you definitely have to have those folks out there that, that understand the technology, for things like automation, Christian, for both of you and for mark as well? Just to stay up with the, of, of needing to automate more and more and more, you know, which is, which is great. and obviously, you know, we've been taking jabs, et cetera, but, but now here's Merck in So it's exciting. What kinds of things would you advise people, Hey, make sure that you deal with these, you know, start with those use cases that you can quickly prove value for and then tackle the more complex ones. Thank you for joining Dave and Manet, talking about automation, the innovation that you're doing at Merck partnering Thanks for having us We are at UI path forward for stick around Dave and I will be right back with our next guest.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Dan | PERSON | 0.99+ |
Merck | ORGANIZATION | 0.99+ |
Dan Boyd | PERSON | 0.99+ |
Manet | PERSON | 0.99+ |
2% | QUANTITY | 0.99+ |
CGI | ORGANIZATION | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Lisa | PERSON | 0.99+ |
Dave Volante | PERSON | 0.99+ |
11th hour | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
Bill Engle | PERSON | 0.98+ |
bill | PERSON | 0.98+ |
mark | ORGANIZATION | 0.98+ |
over 3000 a day | QUANTITY | 0.98+ |
this morning | DATE | 0.96+ |
one example | QUANTITY | 0.95+ |
about 125 hours | QUANTITY | 0.95+ |
UI paths | ORGANIZATION | 0.95+ |
first time | QUANTITY | 0.95+ |
Bellagio | ORGANIZATION | 0.94+ |
one side | QUANTITY | 0.93+ |
UI path | ORGANIZATION | 0.92+ |
one | QUANTITY | 0.92+ |
single | QUANTITY | 0.92+ |
Christian | ORGANIZATION | 0.92+ |
One | QUANTITY | 0.92+ |
merch | ORGANIZATION | 0.89+ |
approximately 2,500 emails per day | QUANTITY | 0.87+ |
about two years ago | DATE | 0.86+ |
three | DATE | 0.84+ |
plus years ago | DATE | 0.77+ |
SLS | ORGANIZATION | 0.76+ |
last 18 months | DATE | 0.75+ |
SAP | ORGANIZATION | 0.74+ |
SAP | TITLE | 0.7+ |
UiPath | ORGANIZATION | 0.58+ |
case | QUANTITY | 0.51+ |
three | QUANTITY | 0.49+ |
COVID | ORGANIZATION | 0.41+ |