Sanjeev Mohan, SanjMo | MongoDB World 2022
>>Mhm. Mhm. Yeah. Hello, everybody. Welcome to the Cubes. Coverage of Mongo db World 2022. This is the first Mongo live mongo DB World. Since 2019, the Cube has covered a number of of mongo shows actually going back to when the company was called Engine. Some of you may recall Margo since then has done an i p o p o in 2017, it's It's been a rocket ship company. It's up. It'll probably do 1.2 billion in revenue this year. It's got a billion dollars in cash on the balance sheet. Uh, despite the tech clash, it's still got a 19 or $20 million valuation growing above 50% a year. Uh, company just had a really strong quarter, and and there seems to be hitting on all cylinders. My name is Dave Volonte. And here to kick it off with me as Sanjeev Mohan, who was the principal at Sanremo. So great to see you. You become a wonderful cube contributor, Former Gartner analyst. Really sharp? No, the database space in the data space generally really well, so thanks for coming back on >>you. You know, it's just amazing how exciting. The entire data space is like they used to say. Companies are All companies are software companies. All companies are data >>companies, >>so data has become the the foundation. >>They say software is eating the world. Data is eating software and a little little quips here. But this is a good size show. Four or 5000 people? I don't really know exactly. You know the numbers, but it's exciting. And of course, a lot of financial services were here at the Javits Centre. Um, let's let's lay down the basics for people of Mongo, DB is a is a document database, but they've been advancing. That's a document database as an alternative to R D. B M s. Explain that, but explain also how Mongo has broadened its capabilities and serving a lot more use cases. >>So that's my forte is like databases technology. But before even I talk about that, I have to say I am blown away by this mongo db world because mongo db uh, in beckons to all of us during the pandemic has really come of age, and it's a billion dollar company. Now we are in this brand new Javits Centre That's been built during the pandemic. And and now the company is holding this event the high 1000 people last year. So I think this company has really grown. And why has it drawn is because its offerings have grown to more developers than just a document database document databases. Revolution revolutionised the whole DBM s space where no sequel came up. Because for a change, you don't need a structured schema. You could start bringing data in this document model scheme, uh, like varying schema. But since then, they've added, uh, things like such. So they have you seen such? They added a geospatial. They had a time series last year, and this year they keep adding more and more so like, for example, they are going to add some column store indexes. So from being a purely transactional, they are now starting to address analytical. And they're starting to address more use cases, like, you know, uh, like what? What was announced this morning at keynote was faceted search. So they're expanding the going deeper and deeper into these other data >>structures. Taking Lucy made a search of first class citizens, but I want to ask you some basic questions about document database. So it's no fixed schemes. You put anything in there? Actually, so more data friendly. They're trying to simplify the use of data. Okay, that's that's pretty clear. >>What are the >>trade offs of a document database? >>So it's not like, you know, one technology has solved every problem. Every technology comes with its own tradeoffs. So in a document, you basically get rid of joining tables with primary foreign keys because you can have a flexible schemer and so and wouldn't sing single document. So it's very easy to write and and search. But when you have a lot of repeated elements and you start getting more and more complex, your document size can start expanding quite a bit because you're trying to club everything into a single space. So So that is where the complexity goes >>up. So what does that mean for for practitioner, it means they have to think about what? How they how they are ultimately gonna structure, how they're going to query so they can get the best performances that right. So they're gonna put some time in up front in order to make it pay back at the tail end, but clearly it's it's working. But is that the correct way of thinking about >>100% in, uh, the sequel world? You didn't care about the sequel. Analytical queries You just cared about how your data model was structured and then sequel would would basically such any model. But in the new sequel world, you have to know your patterns before you. You invest into the database so it's changed that equation where you come in knowing what you are signing up. >>So a couple of questions, if I can kind of Colombo questions so to Margo talks about how it's really supporting mission critical applications and at the same time, my understanding is the architecture of mongo specifically, or a document database in general. But specifically, you've got a a primary, uh, database, and you and that is the sort of the master, if you will, right and then you can create secondaries. But so help me square the circle between mission critical and really maybe a more of a focus on, say, consistency versus availability. Do customers have to sort of think about and design in that availability? How do they do that? How a Mongol customers handling that. >>So I have to say, uh, my experience of mongo db was was that the whole company, the whole ethos was developed a friendly. So, to be honest, I don't think Mongo DB was as much focused on high availability, disaster, recovery, even security. To some extent, they were more focused on developer productivity. >>And you've experienced >>simplicity. Make it simple, make the developers productive as fast as you can. What has really, uh, was an inflexion point for Mongo DB was the launch of Atlas because the atlas they were able to introduce all of these management features and hide it abstracted from the end users. So now they've got, you know, like 2014 is when Atlas came out and it was in four regions. But today they're in 100 regions, so they keep expanding, then every hyper scale cloud provider, and they've abstracted that whole managed. >>So Atlas, of course, is the managed database as a service in the cloud. And so it's those clouds, cloud infrastructure and cloud tooling that has allowed them to go after those high available application. My other question is when you talk about adding search, geospatial time series There are a lot of specialised databases that take time series persons. You have time series specialists that go deep into time series can accompany like Mongo with an all in one strategy. Uh, how close can they get to that functionality? Do they have to be? You know, it's kind of a classic Microsoft, you know, maybe not perfect, but good enough. I mean, can they compete with those other areas? Uh, with those other specialists? And what happens to those specialists if the answer is yes. What's your take on that? If that question >>makes sense So David, this is not a mongo db only issue This is this is an issue with, you know, anytime serious database, any graph database Should I put a graph database or should I put a multifunctional database multidimensional database? And and I really think there is no right or wrong answer. It just really comes down to your use case. If you have an extremely let's, uh, complex graph, you know, then maybe you should go with best of breed purpose built database. But more and more, we're starting to see that organisations are looking to simplify their environment by going in for maybe a unified database that has multiple data structures. Yeah, well, >>it's certainly it's interesting when you hear Mongo speak. They don't They don't call out Oracle specifically, but when they talk about legacy r d m r d B m s that don't scale and are complex and are expensive, they're talking about Oracle first. And of course, there are others. Um, And then when they talk about, uh, bespoke databases the horses for courses, databases that they show a picture of that that's like the poster child for Amazon. Of course, they don't call out Amazon. They're a great partner of Amazon's. But those are really the sort of two areas that mangoes going after, Um, now Oracle. Of course, we'll talk about their converged strategy, and they're taking a similar approach. But so help us understand the difference. There is just because they're sort of or close traditional r d B M s, and they have all the drawbacks associated with that. But by the way, there are some benefits as well. So how do you see that all playing >>out? So you know it. Really, uh, it's coming down to the the origins of these databases. Uh, I think they're converging to a point where they are offering similar services. And if you look at some of the benchmark numbers or you talk to users, I from a business point of view, I I don't think there's too much of a difference. Uh, technology writes. The difference is that Mongo DB started in the document space. They were more interested in availability rather than consistency. Oracle started in the relation database with focus on financial services, so asset compliance is what they're based on. And since then they've been adding other pieces, so so they differ from where they started. Oracle has been in the industry for some since 19 seventies, so they have that maturity. But then they have that legacy, >>you know, I love. Recently, Oracle announced the mongo db uh, kpi. So basically saying why? Why leave Oracle when you can just, you know, do the market? So that, to me, is a sign that Mongo DB is doing well because the Oracle calls you out, whether your workday or snowflake or mongo. You know, whoever that's a sign to me that you've got momentum and you're stealing share in that marketplace, and clearly Mongo is they're growing at 50 plus percent per year. So thinking about the early I mentioned 10 gen Early on, I remember that one of the first conferences I went to mongo conferences. It was just It was all developers. A lot of developers here as well. But they have really, since 2014, expanded the capabilities you talk about, Atlas, you talked about all these other you know, types of databases that they've added. If it seems like Mongo is becoming a platform company, uh, what are your thoughts on that in terms of them sort of up levelling the message there now, a billion dollar plus company. What's the next? You know, wave for Mongo. >>So, uh, Oracle announced mongo db a p i s a W s has document d. B has cost most db so they all have a p. I compatible a p. I s not the source code because, you know, mongo DB has its own SPL licence, so they have written their own layer on top. But at the end of the day, you know, if you if you these companies have to keep innovating to catch up with Mongo DB because we can announce a brand new capability, then all these other players have to catch up. So other cloud providers have 80% or so of capabilities, but they'll never have 100% of what Mongo DB has. So people who are diehard Mongo DB fans they prefer to stay on mongo db. They are now able to write more applications like you know, mongo DB bought realm, which is their front end. Uh, like, you know, like, if you're on social media kind of thing, you can build your applications and sink it with Atlas. So So mongo DB is now at a point where they are adding more capabilities that more like developers like, You know, five G is coming. Autonomous cars are coming, so now they can address Iot kind of use cases. So that's why it's becoming such a juggle, not because it's becoming a platform rather than a single document database. >>So atlases, the near the midterm future. Today it's about 60% of revenues, but they have what we call self serve, which is really the traditional on premise stuff. They're connecting those worlds. You're bringing up the point that. Of course, they go across clouds. You also bring up the point that they've got edge plays. We're gonna talk to Verizon later on today. And they're they've got, uh, edge edge activity going on with developers. I I call it Super Cloud. Right, This layer that floats above. Now, of course, a lot of the super Cloud concert says we're gonna hide the underlying complexity. But for developers, they wanna they might want to tap those primitives, so presumably will let them do that. But But that hybrid that what we call Super Cloud that is a new wave of innovation, is it not? And do you? Do you agree with that? And do you see that as a real opportunity from Mongo in terms of penetrating a new tan? >>Yes. So I see this is a new opportunity. In fact, one of the reasons mongo DB has grown so quickly is because they are addressing more markets than they had three pandemic. Um, Also, there are all gradations of users. Some users want full control. They want an eye as kind of, uh, someone passed. And some businesses are like, you know, we don't care. We don't want to deal with the database. So today we heard, uh, mongo db. Several went gear. So now they have surveillance capability, their past. But if you if you're more into communities, they have communities. Operator. So they're addressing the full stack of different types of developers different workloads, different geographical regions. So that that's why the market is expected. >>We're seeing abstraction layers, you know, throughout the started a physical virtual containers surveillance and eventually SuperClubs Sanjeev. Great analysis. Thanks so much for taking your time to come with the cube. Alright, Keep it right there. But right back, right after this short break. This is Dave Volonte from the Javits Centre. Mongo db World 2022. Thank you. >>Mm.
SUMMARY :
So great to see you. like they used to say. You know the numbers, but it's exciting. So they have you seen such? Taking Lucy made a search of first class citizens, but I want to ask you So it's not like, you know, one technology has solved every problem. But is that the correct way of thinking about But in the new sequel world, you have to know your patterns before you. is the sort of the master, if you will, right and then you can create secondaries. So I have to say, uh, my experience of mongo db was was that the So now they've got, you know, like 2014 is when Atlas came out and So Atlas, of course, is the managed database as a service in the cloud. let's, uh, complex graph, you know, then maybe you should go So how do you see that all playing in the industry for some since 19 seventies, so they have that So that, to me, is a sign that Mongo DB is doing well because the Oracle calls you out, db. They are now able to write more applications like you know, mongo DB bought realm, So atlases, the near the midterm future. So now they have surveillance We're seeing abstraction layers, you know, throughout the started a physical virtual containers surveillance
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Verizon | ORGANIZATION | 0.99+ |
Four | QUANTITY | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
1.2 billion | QUANTITY | 0.99+ |
2017 | DATE | 0.99+ |
Sanjeev Mohan | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
80% | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
$20 million | QUANTITY | 0.99+ |
Mongo | ORGANIZATION | 0.99+ |
Margo | PERSON | 0.99+ |
100% | QUANTITY | 0.99+ |
Lucy | PERSON | 0.99+ |
2014 | DATE | 0.99+ |
this year | DATE | 0.99+ |
19 | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
5000 people | QUANTITY | 0.99+ |
100 regions | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
four regions | QUANTITY | 0.98+ |
pandemic | EVENT | 0.98+ |
Today | DATE | 0.97+ |
Margo | ORGANIZATION | 0.97+ |
first | QUANTITY | 0.97+ |
1000 people | QUANTITY | 0.97+ |
about 60% | QUANTITY | 0.97+ |
one technology | QUANTITY | 0.97+ |
2019 | DATE | 0.95+ |
first conferences | QUANTITY | 0.95+ |
above 50% a year | QUANTITY | 0.94+ |
single space | QUANTITY | 0.94+ |
Atlas | TITLE | 0.94+ |
mongo DB | TITLE | 0.93+ |
two areas | QUANTITY | 0.93+ |
single document | QUANTITY | 0.93+ |
atlases | TITLE | 0.92+ |
19 seventies | DATE | 0.92+ |
this morning | DATE | 0.91+ |
Atlas | ORGANIZATION | 0.9+ |
Mongo DB | TITLE | 0.89+ |
billion dollar | QUANTITY | 0.86+ |
one strategy | QUANTITY | 0.85+ |
Mm. | PERSON | 0.84+ |
50 plus percent per year | QUANTITY | 0.84+ |
Javits Centre | LOCATION | 0.83+ |
>100% | QUANTITY | 0.82+ |
couple | QUANTITY | 0.81+ |
Mongo db World 2022 | EVENT | 0.81+ |
single document database | QUANTITY | 0.79+ |
Gartner | ORGANIZATION | 0.77+ |
mongo db | TITLE | 0.77+ |
10 gen | DATE | 0.77+ |
three | QUANTITY | 0.77+ |
Mongo DB | ORGANIZATION | 0.74+ |
billion dollars | QUANTITY | 0.74+ |
mongo db | TITLE | 0.72+ |
Sanremo | LOCATION | 0.72+ |
MongoDB World 2022 | EVENT | 0.69+ |
Jerome Lecat and Chris Tinker | CUBE Conversation 2021
>>and welcome to this cube conversation. I'm john for a host of the queue here in Palo alto California. We've got two great remote guests to talk about, some big news hitting with scalability and Hewlett Packard enterprise drill, MCAT ceo of sexuality and chris Tinker, distinguished technologist from H P E. Hewlett Packard enterprise U room chris, Great to see you both. Cube alumni's from an original gangster days. As we say Back then when we started almost 11 years ago. Great to see you both. >>It's great to be back. >>So let's see. So >>really compelling news around kind of this next generation storage, cloud native solution. Okay. It's a, it's really kind of an impact on the next gen. I call, next gen devops meets application, modern application world and some, we've been covering heavily, there's some big news here around sexuality and HP offering a pretty amazing product. You guys introduced essentially the next gen piece of it are pesca, we'll get into in a second. But this is a game changing announcement you guys announces an evolution continuing I think it's more of a revolution but I think you know storage is kind of abstraction layer of evolution to this app centric world. So talk about this environment we're in and we'll get to the announcement which is object store for modern workloads but this whole shift is happening jerome, this is a game changer to storage, customers are gonna be deploying workloads. >>Yeah skeleton. Really I mean I personally really started working on Skele T more than 10 years ago 15 now And if we think about it I mean cloud has really revolutionized IT. and within the cloud we really see layers and layers of technology. I mean we all started around 2006 with Amazon and Google and finding ways to do initially we was consumer it at very large scale, very low incredible reliability and then slowly it creeped into the enterprise and at the very beginning I would say that everyone was kind of wizards trying things and and really coupling technologies together uh and to some degree we were some of the first wizard doing this But we're now close to 15 years later and there's a lot of knowledge and a lot of experience, a lot of schools and this is really a new generation, I'll call it cloud native, you can call it next year and whatever, but there is now enough experience in the world, both at the development level and at the infrastructure level to deliver truly distributed automate systems that run on industry standard service. Obviously good quality server deliver a better service than the service. But there is now enough knowledge for this to truly go at scale and call this cloud or call this cloud native. Really the core concept here is to deliver scalable I. T at very low cost, very high level of reliability. All based on software. We've we've been participated in this solution but we feel that now the draft of what's coming is at the new level and it was time for us to think, develop and launch a new product that specifically adapted to that. And chris I will let you comment on this because customers or some of them you can add a custom of you to that. >>Well, you know, you're right. You know, I've been in there have been like you have been in this industry for uh, well a long time, a little longer to 20, years. This HPV and engineering and look at the actual landscape has changed with how we're doing scale out, suffered to find storage for particular workloads and were a catalyst has evolved. Here is an analytic normally what was only done in the three letter acronyms and massively scale out politics name, space, file systems, parallel file systems. The application space has encroached into the enterprise world where the enterprise world needed a way to actually take a look at how to help simplify the operations. How do I actually be able to bring about an application that can run in the public cloud or on premise or hybrid. Be able to actually look at a workload off my stat that aligns the actual cost to the actual analytics that I'm going to be doing the work load that I'm going to be doing and be able to bridge those gaps and be able to spin this up and simplify operations. And you know, and if you if you are familiar with these parallel fossils, which by the way we we actually have on our truck. I do engineer those. But they are they are they are they have their own unique challenges. But in the world of enterprise where customers are looking to simplify operations, then take advantage of new application, analytic workloads, whether it be sparred may so whatever it might be right. If I want to spend the Mongol BB or maybe maybe a last a search capability, how do I actually take those technologies embrace a modern scale out storage stack that without without breaking the bank but also provide a simple operations. And that's that's why we look for object storage capabilities because it brings us this massive parallelization. Thank you. >>Well, before we get into the product, I want to just touch on one thing from you mentioned and chris you, you brought up the devoPS piece, next gen, next level, whatever term you use it is cloud Native. Cloud Native has proven that deVOPS infrastructure as code is not only legit being operationalized in all enterprises, add security in there. You have def sec ops this is the reality and hybrid cloud in particular has been pretty much the consensus. Is that standard. So or de facto saying whatever you want to call it, that's happening. Multi cloud on the horizon. So these new workloads have these new architectural changes, cloud on premises and edge, this is the number one story and the number one challenge, all enterprises are now working on how do I build the architecture for the cloud on premises and edge. This is forcing the deVOPS team to flex and build new apps. Can you guys talk about that particular trend and is and is that relevant here? >>Yeah, I, I not talk about uh really storage anywhere and cloud anywhere. And and really the key concept is edged to go to cloud. I mean we all understand now that the Edge will host a lot of data and the edges many different things. I mean it's obviously a smartphone, whatever that is, but it's also factories, it's also production, it's also, you know, moving uh moving machinery, trains, playing satellites, um that that's all the Edge cars obviously uh and a lot of that, I will be both produced and processed there. But from the Edge you will want to be able to send that uh for analysis for backup for logging to a court. And that core could be regional maybe not, you know, one call for the whole planet, but maybe one corporate region uh state in the US. Uh and then from there, you will also want to push some of the data to probably cloud. Uh One of the things that we see more and more is that the the our data center, the disaster recovery is not another physical data center, it's actually the cloud and that's a very efficient infrastructure, very cost efficient. Especially so really it's changing the padding on how you think about storage because you really need to integrate these three layers in a consistent approach, especially around the topic of security because you want the data to be secure all along the way and the data is not just data data and who can access the data, can modify the data. What are the conditions that allow modification or automatically ratios that are in some cases it's super important that data be automatically raised 10 years and all this needs to be transported fromage Co two cloud. So that that's one of the aspects, another aspect that resonates for me with what you said is a word you didn't say but it's actually crucial this whole revolution. It's kubernetes mean Cuban it isn't now a mature technology and it's just, you know, the next level of automaticity operation for distributed system Which we didn't have five or 10 years ago and that is so powerful that it's going to allow application developers to develop much faster system that can be distributed again edge to go to crowd because it's going to be an underlying technology that spans the three layers >>chris your thoughts. Hybrid cloud, I've been, I've been having conscious with the HP folks for got years and years on hybrid clouds now here. >>Well, you know, and it's exciting in a layout, right? So if you look at like a whether it be enterprise virtualization that is a scale out gender purpose fertilization workload. Whether the analytic workloads, whether we know data protection is a paramount to all of this orchestration is paramount. Uh if you look at that depth laptops absolutely you mean securing the actual data. The digital last set is absolutely paramount. And if you look at how we do this, look at the investments we're making we're making. And if you look at the collaborative platform development which goes to our partnership with reality it is we're providing them an integral aspect of everything we do. Whether we're bringing as moral which is our suffer be used orchestration. Look at the veneer of its control plane controlling kubernetes being able to actually control the african area clusters in the actual backing store for all the analytics. And we just talked about whether it be a web scale out That is traditionally using politics. Name space has now been modernized to take advantage of newer technologies running an envy me burst buffers or 100 gig networks with slingshot network at 200 and 400 gigabit. Looking at how do we actually get the actual analytics the workload to the CPU and have it attached to the data at rest? Where is the data? How do we land the data and how do we actually align essentially locality, locality of the actual asset to the compute. This is where, you know, we can leverage whether it be a juror or google or name your favorite hyper scaler, leverage those technologies leveraging the actual persistent store and this is where scale it is with this object store capability has been an industry trend setter, uh setting the actual landscape of how to provide an object store on premise and hybrid cloud running into public cloud but be able to facilitate data mobility and tie it back to and tie it back to an application. And this is where a lot of things have changed in the world of the, of analytics because the applications, the newer technologies that are coming on the market have taken advantage of this particular protocol as three so they can do web scale massively parallel concurrent workloads, >>you know what, let's get into the announcement, I love cool and relevant products and I think this hits the Mark Scaletta you guys have are Tesco which is um, just announced and I think, you know, we obviously we reported on it. You guys have a lightweight, true enterprise grade object store software for kubernetes. This is the announcement, Jerome. Tell us about it. >>What's the big >>deal? Cool and >>relevant? Come on, >>this is cool. All right, tell us >>I'm super excited. I'm not sure that it did. That's where on screen, but I'm super, super excited. You know, we, we introduced the ring 11 years ago and this is our biggest announcements for the past 11 years. So yes, do pay attention. Uh, you know, after after looking at all these trends and understanding where we see the future going, uh, we decided that it was time to embark block. So there's not one line of code that's the same as the previous generation product. They will both could exist. They both have space in the market, uh, and artist that was specifically this design for this cloud native era. And what we see is that people want something that's lightweight, especially because it had to go to the edge. They still want the enterprise grade, the security is known for and it has to be modern. What we really mean by modern is uh, we see object storage now being the primary storage for many application more and more applications and so we have to be able to deliver the performance that primary storage expects. Um this idea of skeletons serving primary storage is actually not completely new When we launched guilty 10 years ago, the first application that we were supporting West consumer email for which we were and we are still today the primary story. So we have we know what it is to be the primary store, we know what's the level of reliability you need to hit. We know what, what latest thinking and latency is different from fruit, but you really need to optimize both. Um, and I think that's still today. We're the only object storage company that protects that after both replication and the red recording because we understand that replication is factor the recording is better and more larger file were fast in terms of latency doesn't matter so much. So we, we've been bringing all that experience but really rethinking a product for that new generation that really is here now. And so we're truly excited against a little bit more about the product. It's a software was guilty is a software company and that's why we love to partner with HP who's producing amazing service. Um, you know, for the record and history, the very first deployment of skeleton in 2000 and 10 was on the HP service. So this is a, a long love story here. Um, and so to come back to artistic, uh, is lightweight in the sense that it's easy to use. We can start small, we can start from just one server or 11 VM instance. I mean start really small. Can grow infinitely. The fact that we start small, we didn't, you know, limit the technology because of that. Uh, so you can start from one too many. Um, and uh, it's contaminated in the sense that it's completely Cuban, it is compatible. It's communities orchestrated. It will deploy on many Cuban distributions. We're talking obviously with Admiral, we're also talking with Ponzu and with the other in terms of uh, communities distribution will also be able to be run in the cloud. I'm not sure that there will be many uh, true production deployment of artists in the club because you already have really good object storage by the cloud providers. But when you are developing something and you want to test their, um, you know, just doing it in the cloud is very practical. So you'll be able to deploy our discount communities cloud distribution and it's modern object storage in the sense that its application century. A lot of our work is actually validating that our storage is fit for a single purpose application and making sure that we understand the requirement of this application that we can guide our customers on how to deploy. And it's really designed to be the primary storage for these new workloads. >>The big part of the news is your relationship with Hewlett Packard Enterprises? Some exclusivity here as part of this announced, you mentioned, the relationship goes back many, many years. We've covered your relationship in the past chris also, you know, we cover HP like a blanket. Um, this is big news for h P E as >>well. >>What is the relationship talk about this? Exclusivity could you share about the partnership and the exclusivity piece? >>Well, the partnership expands into the pan HPV portfolio. We look we made a massive investment in edge IOT devices. Uh, so we actually have, how do we align the cost to the demand for our customers come to us wanting to looking at? Uh think about what we're doing with green, like a consumption based modeling, they want to be able to be able to consume the asset without having to do a capital outlay out of the gate uh, number to look at, you know, how do you deploy? Technology really demand? It depends on the scale. Right? So in a lot of your web skill, you know, scale out technologies, uh, putting them on a diet is challenging, meaning how skinny can you get it getting it down into the 50 terabyte range and then the complexities of those technologies at as you take a day one implementation and scale it out over, you know, you know, multiple iterations of recorders. The growth becomes a challenge. So, working with scalability, we we believe we've actually cracked this nut. We figured out how to a number one, how to start small but not limited customers ability to scale it out incrementally or grotesquely grotesque. A you can depending on the quarters the month, whatever whatever the workload is, how do you actually align and be able to consume it? Uh So now, whether it be on our edge line products are D. L. Products go back there. Now what the journalist talking about earlier, you know, we ship a server every few seconds. That won't be a problem. But then of course into our density optimized compute with the Apollo product. Uh This where uh our two companies have worked in an exclusivity where the, the scaly software bonds on the HP ecosystem. Uh and then we can of course provide you our customers the ability to consume that through our Green link financial models or through a complex parts of >>awesome. So jerome and chris who's the customer here? Obviously there's an exclusive period talk about the target customer. And how do customers get the product? How do we get the software? And how does this exclusivity with HP fit into it? >>Yeah. So there's really three types of customers and we really, we've worked a lot with a company called use design to optimize the user interface for each of the three types of customers. So we really thought about each uh customer role and providing with each of them the best product. Uh So the first type of customer application owners who are deploying application that requires an object storage in the back end. They typically want a simple objects to of one application. They wanted to be temple and work. I mean yesterday they want no freedom to just want an object store that works and they want to be able to start as small as they start with their application. Often it's, you know, the first department, maybe a small deployment. Um, you know, applications like backup like female rubric or uh, analytics like Stone Carver, tikka or false system now available as a software. Uh, you know, like Ceta does a really great department or nass that works very well. That means an object store in the back end of high performance computing. Wake up file system is an amazing file system. Um, we also have vertical application like broad peak, for example, who provides origin and view the software, the broadcasters. So all these applications, they request an object store in the back end and you just need a simple, high performance, working well object store and I'll discuss perfect. The second type of people that we think will be interested by artists. Uh essentially developers who are currently developing some communities of collaborative application your next year. Um and as part of their development stack, um it's getting better and better when you're developing a cloud native application to really target an object storage rather than NFS as you're persistently just, you know, think about generations of technologies and um, NFS and file system were great 25 years ago. I mean, it's an amazing technology. But now when you want to develop a distributed scalable application, objects toys a better fit because it's the same generation and so same thing. I mean, you know, developing something, they need uh an object so that they can develop on so they wanted very lightweight, but they also want the product that they're enterprise or their customers will be able to rely on for years and years on and this guy is really great for today. Um, the third type of customer are more architecture with security architects that are designing, uh, System where they're going to have 50 factories, 1000 planes, a million cars are going to have some local storage, which will they want to replicate to the core and possibly also to the club. And uh, as the design is really new generation workloads that are incredibly distributed. But with local storage, uh, these guys are really grateful for that >>and talk about the HP exclusive chris what's the, how does that fit into? They buy through sexuality. Can they get it for the HP? Are you guys working together on how customers can procure >>place? Yeah. Both ways they can procure it through security. They can secure it through HP. Uh, and it is the software stack running on our density, optimized compute platforms which you would choose online does. And to provide an enterprise quality because if it comes back to it in all of these use cases it's how do we align up into a true enterprise step? Um bringing about multi Tennessee, bringing about the fact that, you know, if you look at like a local racial coding, uh one of the things that they're bringing to it so that we can get down into the deal 3 25. So with the exclusivity, uh you actually get choice and that choice comes into our entire portfolio, whether it be the edge line platform, the D. L 3:25 a.m. B. Processing stack or the intel deal three eighties or whether whether it be the Apollo's or Alexa, there's there's so many ample choices there that facilitates this and it just allows us to align those two strategies >>awesome. And I think the kubernetes pieces really relevant because, you know, I've been interviewing folks practitioners um and kubernetes is very much maturing fast. It's definitely the centerpiece of the cloud native, both below the line, if you will under the hood for the, for the infrastructure and then for apps, um they want to program on top of it. That's critical. I mean, jeremy, this is like this is the future. >>Yeah. And if you don't mind, like to come back for a minute on the exclusive with HP. So we did a six month exclusive and the very reason we could do this is because HP has suffered such wrath of server portfolio and so we can go from, you know, really simple, very cheap, you know, HDD on the L 3 80 means a machine that retails for a few $4. I mean it's really like Temple System 50 terabyte. Uh we can have the dl 3 25. That uh piece mentioned there is really a powerhouse. All envy any uh slash uh all the storage is envy any uh very fast processors or uh you know, dance large large system like the Apollo 4500. So it's a very large breath of portfolio. We support the whole portfolio and we work together on this. So I want to say that you know, one of the reasons I want to send kudos to HP for for the breath of the silver lining rio as mentioned, um Jessica can be ordered from either company, hand in hand together. So anyway you'll see both of us uh and our field is working incredibly well together. >>We'll just on that point, I think just for clarification, uh was this co design by scalability and H P E. Because chris you mentioned, you know, the configuration of your systems. Can you guys quickly talk about the design, co design >>from from from the code base? The software entirely designed and developed by security from a testing and performance. So this really was a joint work with HP providing both hardware and manpower so that we could accelerate the testing phase. >>You know, chris H P E has just been doing such a great job of really focused on this. And you know, I've been Governor for years before it was fashionable the idea of apps working no matter where it lives. Public Cloud data center Edge, you mentioned. Edge line has been around for a while. You know, apps centric, developer friendly cloud first has been an H P E. Kind of guiding first principle for many, many years. >>But it has and you know, you know as our our ceo internal areas cited by 2022 everything will be able to be consumed as a service in our portfolio. Uh And then this stack allows us the simplicity and the consume ability of the technology and degranulation of it allows us to simplify the installation, simplify the actual deployment bringing into a cloud ecosystem. But more importantly for the end customer, they simply get an enterprise quality product running on identity optimized stack that they can consume through a orchestrated simplistic interface. That's that's cos that's what they're warning for today is where they come to me and asked hey how do I need a, I've got this new app new project and you know it goes back to who's actually coming, it's no longer the I. T. People who are actually coming to us, it's the lines of business. It's it's that entire dimension of business owners coming to us going this is my challenge and how can you HP help us And we rely on our breath of technology but also a breath of partners to come together and are of course reality is hand in hand and are collaborative business unit are collaborative storage product engineering group that actually brought this market. So we're very excited about this solution >>chris thanks for that input. Great insight, Jerome, congratulations on a great partnership with H. P. E. Obviously um great joint customer base congratulations on the product release here. Big moving the ball down the field as they say new functionality, clouds cloud native object store, phenomenal um So wrap wrap wrap up the interview. Tell us your vision for scalability in the future of storage. >>Yeah. Yeah I start I mean skeleton is going to be an amazing leader is already um but yeah so you know I have three themes that I think will govern how storage is going and obviously um Mark Andrews had said it software is everywhere and software is eating the world so definitely that's going to be true in the data center in storage in particular. Uh But the free trends that are more specific. First of all I think that security performance and agility is now basic expectation. It's not you know, it's not like an additional feature. It's just the best table, stakes, security performance and a job. Um The second thing is and we've talked about it during this conversation is edged to go you need to think your platform with Edge Co and cloud. You know you don't want to have separate systems separate design interface point for edge and then think about corn and think about clouds and then think about the divers. All this needs to be integrated in the design. And the third thing that I see as a major trend for the next 10 years is that a sovereignty uh more and more. You need to think about where is the data residing? What are the legal challenges? What is the level of protection against who are you protected? What what is your independence uh strategy? How do you keep as a company being independent from the people? You need to be independent. And I mean I say companies, but this is also true for public services. So these these for me are the three big trends. I do believe that uh software find distributed architecture are necessary for these tracks. But you also need to think about being truly enterprise grade. And there has been one of our focus with the design of a fresca. How do we combine a lot with product With all of the security requirements and that our sovereignty requirements that we expect to have in the next 10 years? >>That's awesome. Congratulations on the news scale. D Artois ca the big release with HP exclusive um, for six months, chris tucker, distinguished engineer at H P E. Great to ceo, jeremy, katz, ceo sexuality. Great to see you as well. Congratulations on the big news. I'm john for the cube. Thanks for watching. >>Mhm. >>Yeah.
SUMMARY :
from H P E. Hewlett Packard enterprise U room chris, Great to see you both. So let's see. but I think you know storage is kind of abstraction layer of evolution to this app centric world. the infrastructure level to deliver truly distributed And you know, Well, before we get into the product, I want to just touch on one thing from you mentioned and chris you, So that that's one of the aspects, another aspect that resonates for me with what you said Hybrid cloud, I've been, I've been having conscious with the HP folks for got locality of the actual asset to the compute. this hits the Mark Scaletta you guys have are Tesco which is um, this is cool. So we have we know what it is to be the primary store, we know what's the level of reliability you in the past chris also, you know, we cover HP like a blanket. number to look at, you know, how do you deploy? And how do customers get the product? I mean, you know, and talk about the HP exclusive chris what's the, how does that fit into? So with the exclusivity, uh you actually get choice And I think the kubernetes pieces really relevant because, you know, I've been interviewing folks all the storage is envy any uh very fast processors or uh you know, scalability and H P E. Because chris you mentioned, you know, the configuration of your from from from the code base? And you know, and asked hey how do I need a, I've got this new app new project and you know it goes back Big moving the ball down the field as they say new functionality, What is the level of protection against who are you protected? Great to see you as well.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jerome | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
HP | ORGANIZATION | 0.99+ |
Chris Tinker | PERSON | 0.99+ |
two companies | QUANTITY | 0.99+ |
Hewlett Packard | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Jessica | PERSON | 0.99+ |
Mark Andrews | PERSON | 0.99+ |
US | LOCATION | 0.99+ |
1000 planes | QUANTITY | 0.99+ |
2000 | DATE | 0.99+ |
jeremy | PERSON | 0.99+ |
200 | QUANTITY | 0.99+ |
50 factories | QUANTITY | 0.99+ |
Jerome Lecat | PERSON | 0.99+ |
Tesco | ORGANIZATION | 0.99+ |
six months | QUANTITY | 0.99+ |
100 gig | QUANTITY | 0.99+ |
three types | QUANTITY | 0.99+ |
jerome | PERSON | 0.99+ |
katz | PERSON | 0.99+ |
six month | QUANTITY | 0.99+ |
chris | PERSON | 0.99+ |
50 terabyte | QUANTITY | 0.99+ |
next year | DATE | 0.99+ |
10 years | QUANTITY | 0.99+ |
$4 | QUANTITY | 0.99+ |
20 | QUANTITY | 0.99+ |
chris tucker | PERSON | 0.99+ |
both | QUANTITY | 0.99+ |
Hewlett Packard Enterprises | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
each | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
Palo alto California | LOCATION | 0.99+ |
10 years ago | DATE | 0.99+ |
First | QUANTITY | 0.99+ |
11 years ago | DATE | 0.99+ |
Edge Co | ORGANIZATION | 0.99+ |
chris Tinker | PERSON | 0.99+ |
third thing | QUANTITY | 0.99+ |
a million cars | QUANTITY | 0.98+ |
15 years later | DATE | 0.98+ |
L 3 80 | COMMERCIAL_ITEM | 0.98+ |
two strategies | QUANTITY | 0.98+ |
one application | QUANTITY | 0.98+ |
25 years ago | DATE | 0.98+ |
second thing | QUANTITY | 0.98+ |
first application | QUANTITY | 0.98+ |
second | QUANTITY | 0.98+ |
third type | QUANTITY | 0.98+ |
2022 | DATE | 0.98+ |
one server | QUANTITY | 0.98+ |
first department | QUANTITY | 0.97+ |
five | DATE | 0.97+ |
three themes | QUANTITY | 0.97+ |
one thing | QUANTITY | 0.97+ |
three letter | QUANTITY | 0.97+ |
Both ways | QUANTITY | 0.97+ |
one line | QUANTITY | 0.97+ |
today | DATE | 0.96+ |
Apollo 4500 | COMMERCIAL_ITEM | 0.96+ |
H P E. | ORGANIZATION | 0.96+ |
11 VM | QUANTITY | 0.96+ |
Raj Verma, MemSQL | CUBEConversation, August 2020
>>From the cube studios in Palo Alto in Boston, connecting with thought leaders all around the world. This is a cute conversation. Welcome to this cube conversation. I'm Lisa Martin pleased to be joined once again by the co CEO of mem sequel, Raj Verma, Raj, welcome back to the program. >>Thank you very much, Lisa. Great to see you as always. >>It's great to see you as well. I always enjoy our conversations. So why don't you start off because something that's been in the news the last couple of months besides COVID is one of your competitors, snowflake confidentially filed IPO documents with the sec a couple months ago. Just wanted to get your perspective on from a market standpoint. What does that signify? >>Yeah. Firstly, congratulations to the snowflake team. Uh, you know, I've, I have a bunch of friends there, you know, John McMahon, my explosives on the board. And I remember having a conversation with him about seven years ago and it was just starting off and I'm just so glad for him and Bob Mobileye. And, and as I said, a bunch of my friends who are there, um, they're executed brilliantly and, uh, I'm thrilled for that. So, um, we are hearing as to what the outcomes are likely to be. And, uh, it just seems like, uh, you know, it's going to be a great help. Um, and I think what it signifies is firstly, if you have a bit technology and if you execute well, good things happen and there's enough room for innovation here. So that is one, the second aspect is I think, and I think more importantly, what it signifies is a change of thought in the database market. >>If you really see, um, and know if my memory serves me right in the last two decades or probably two and a half buckets, we just had one company go public in the database space and that was Mongo. And, um, and that was in, I think October, 2017 and then, uh, two and a half years. So three years we've seen on other ones and uh, from the industry that we know, um, you know, there are going to be a couple that are going to go out in the next 18 months, 24 months as well. So the fact is that we had a, the iron grip on the database market for almost, you know, more than two decades. It was Oracle, IBM that a bit of Sybase and SAP HANA. And now there are a bunch of companies which are helping solve the problems of tomorrow with the technology of the month. >>And, uh, and that is, um, that is snowflake is a primary example of that. Um, so that's a, that's good change. God is good. I do think the incumbents are gonna find it harder and harder going forward. And also if you really see the evolution of the database market, the first sort of workloads that moved to the cloud with the developer workloads and the big benefactor that that was the no secret movement and one company that executed in my opinion, the best was Mongol. And they were the big benefactor of that, that sort of movement to the cloud. The second was the very large, but Moisey database data warehouse market, and a big benefactor of that has been snowflake big queries, the other one as well. However, the biggest set of tsunami of data that's we are seeing move to the cloud is the operational data, which is the marriage of historical data with real time data to give you real time insights as, or what we call the now are now. >>And that's going to be much, much bigger than, uh, than both the, you know, sequel or the developer data movement and the data warehouse. And we hope to be a benefactor of that. And then the shake up that happens in the database market and the change that's happening there, isn't a vendor take on market anymore, and that's good because you don't then have the stranglehold that Oracle had and you know, some of the ways that are treated as customers and help them to run some, et cetera, um, yeah. And giving customers choice so that they can choose what's best for the business is going to be, it's going to be great. And me are going to see seven to 10 really good database companies in large, in the next decade. And we surely hope them secret as one of them of, we definitely have the, have the potential to be one of them. >>You have the market, we have the product, we have the customers. So, you know, as I tell my team, it's up to us as to what we make of it. And, um, you know, we don't worry that much about competition. You did mention snowflake being advantage station. We, yeah, sure. You know, we do compete on certain opportunities. However, their value proposition is a little more single-threaded than ours. So they are more than the Datavail house space are. Our vision of the board is that, uh, you know, you should have a single store for data, whether it's database house, whether it's developer data or whether it's operational data or DP data. And, uh, you know, watch this space from orders. We make somebody exciting announcements. >>So dig into that a little bit more because some of the news and the commentary Raj in the last, maybe six weeks since the snowflake, um, IPO confidential information was released was, is the enterprise data warehouse dead. And you just had a couple of interesting things we're talking about now, we're seeing this momentum, huge second database to go public in two and a half bigots. That's huge, but that's also signifying to a point you made earlier. There's, there's a shift. So memes SQL isn't, we're not talking about an EDW. We're talking about operational real time. How do you see that if you're not looking in the rear view mirror, those competitors, how do you see that market and the opportunities? >>Yeah, I, I don't think the data warehouse market is dead at thought. I think the very fact that, you know, smoke makers going out at whatever valuation they go out, which is, you know, tens of billions of dollars is, um, is a testimony to the fact that, you know, it's a fancy ad master. This is what it is. I mean, data warehouses have existed for decades and, uh, there is a better way of doing it. So it's a fancy of mousetrap and, and that's great. I mean, that's way to money and it's clearly been demonstrated. Now what we are saying is that I think that is a better way to manage the organization's data rather than having them categorized in buckets of, you know, data warehouse, data developer, data DP, or transactional data, you know, uh, analytical data. Is there a way to imagine the future where there is one single database that you can quit eat, or data warehouse workloads for operational workloads, for OLTB work acknowledge and gain insights. And that's not a fancier mousetrap that is a data strategy reimagine. And, uh, and that's our mission. That's our purpose in life right now and are very excited about it's going to be hard. It's not, it's not a given it's a hard problem to solve. Otherwise, if you can solve it before we have the, uh, we have the goods to deliver and the talent, the deliberate, and, um, we are, we are trying it out with some very, very marquee customers. So we've been very excited about, >>Well, changing of the guard, as you mentioned, is hard. The opposite is easy, the opposite, you know, ignoring and not wanting to get out of that comfort zone. That's taken the easy route in my opinion. So it seems like we've got in the market, this, this significant changing of the guard, not just in, you know, what some of your competition is doing, but also from a customer's perspective, how do you help customers, especially institutions that have been around for decades and decades and decades pivot quickly so that the changing of the guard doesn't wipe them out. >>Yeah. Um, I actually think slightly differently. I think changing of the guard, um, wiping out a customer is if they stick or are resistant to the fact that there is a change of God, you know, and if they, if they hold on to, as we said in our previous conversation, if you stick onto the decisions of yesterday, you will not see the Sundays of tomorrow. So I do think that, uh, you know, change, you have a, God is a, is a symbolism, not even a symbolism as a statement to our customers to say, there is a better way of doing, uh, what you are doing to solve tomorrow's problem. And then doesn't have to be the Oracles and the BB tools and the psychosis of the world. So that's, that's one aspect of it. The second thing is, as I've always said, you're not really that obsessed about, uh, competition. >>The competition will do what they do. Uh, we are really very focused on having an impact in the shortest period of time on our customers and, uh, hopefully a positive impact. And if you can't do it, then, you know, I've had conversations with a few of them saying, maybe be not the company for you. Uh, it's not as if I have to sort of, software's a good one. I supply to the successful customers in the bag to do the unsuccessful with customers. The fact is that, you know, in certain, certain places there isn't an organizational alignment and you don't succeed. However, we do have young, we have in the last 14 months or so made tremendous investments into really ease of use of flexibility of architecture, which is hybrid and tactile, and that shrinking the total time to value for our customers. Because if I, if I believe you, if you do these three things, you will have an impact, a positive impact on the customer, in the sharpest, uh, amount of time and your Lindy or yourself. And I think that is more important than worrying needlessly about competition. And then the competition will do what they do. But if you keep your customers happy by having a positive impact, um, successes, only amount of time, >>Customers and employees are essential to that. But I like that you talked about customer obsession because you see it all over the place. Many people use it as descriptors of themselves and their LinkedIn profiles, for example, but for it actually to be meaningful, you talked about the whole objective is to make an impact for your customers. How do you define that? So that it's not just, I don't want to say marketing term, but something that everyone says they're customer obsessed showing it right within the pudding. >>It's easy to say we are customer obsessed. I mean, this organization is going to say we don't care about our customer. So, you know, of course we all want our customers to be successful. How do you, that's easy, you know, having a cultural value that we put our customers first is, was easy, but we didn't choose to do that. What we said is how do you have an impact on your customer in the shortest amount of time, right? That is, that is what you have. I'm sequel and Lee have now designed every process in mem sequel to align with that word. If, if that is a decision that we have to make a B essentially lenses through the fact of what is in the best interest of our customer and what will get us to have an impact, a positive impact on the customer in the shortest amount of time, that is a decision, which is a buy decision for us to make. >>A lot of times it's more expensive. It's a, a lot duffel. It stresses the, um, the, the, the organization, um, and the people in it. But that's, uh, that's what you have to do if you are. Um, if you are, you know, as, as they say, customer obsessed, um, it is, it's just a term which is easy to use, but very difficult to put here too. And we want to be a tactic. It right to be, we are going to continue to learn. It's a, it's not a destination, it's a journey. And we continue to take decisions and refine our processes do, as I said, huh, impact on our customers in the shortest amount of time. Now, obsessiveness, a lot of times is seen as a negative in the current society that we live in. And there's a reason for that because the, they view view obsession, but I view obsession and aggression is that is a punishing expression, which is really akin to just being cruel, you know, leading by fear and all the rest of it, which is as no place in any organization. >>And I actually think that in society at large, nothing, I believe that doesn't have any place in society. And then there's something which I dumb as instrumentalists, which is, this is where we were. This is where we are. This is where we are going and how do we track our progress on a daily, weekly, monthly basis? And if we, aren't sort of getting to that level that we believe we should get to, if our customers, aren't seeing the value of dramas in the shortest amount of time, what is it that we need to do better? Um, is that obsession, our instrumental aggression is, is, is what we are all about. And that brings with it a level of intensity, which is not what everyone, but then when you are, you know, challenging the institutions which have, uh, you know, the also has to speak for naked, it's gonna take a Herculean effort to ask them. And, uh, you know, the, the basically believed that instrumental aggression in terms of the, uh, you know, having an impact on customer in the shop to smile at time is gonna get us there. And a, and B are glad to have people who actually believe in that. And, uh, and that's why we've made tremendous progress over the course of last, uh, two years. >>So instrumental aggression. Interesting. How you talked about that, it's a provocative statement, but the way that you talk about it almost seems it's a prescriptive, very strategic, well thought out type of moving the business forward, busting through the old guard. Cause let's face it, you know, the big guys, the Oracles they're there, they're not easy for customers to rip and replace, but instrumental aggression seems to kind of go hand in hand with the changing of the guard. You've got to embrace one to be able to deliver the other, right. >>Yeah. So ducks, I think even a fever inventing something new. Um, I mean, yeah, it just requires instrumental aggression, I believe is a, uh, uh, anchor core to most successful organizations, whether in IP or anywhere else. That is a, that is a site to that obsession. And not, I'm not talking about instrumental aggression here, but I'm really talking about the obsession to succeed, uh, which, uh, you know, gave rise to what I think someone called us brilliant jerks and all the rest of it, because that is the sort of negative side of off obsession. And I think the challenge of leadership in our times is how do you foster the positivity of obsession, which needs to change a garden? And that's the instrumental aggression as a, as a tool to, to go there. And how do you prevent the negative side of it, which says that the end justifies the means and, and that's just not true. >>Uh, there is, there is something that's right, and there's something that's wrong. And, uh, and if that is made very clear that the end does not justify the meanings, it creates a lot of trust between, um, Austin, our customers, also not employees. And when their inherent trust, um, happens, then you foster, as I said, the positive side of obsession and, um, get away from the negative side of obsession that you've seen in certain very, very large companies. Now, the one thing that instrumental aggression and obsession brings to a company is that, uh, it makes a lot of people uncomfortable, and this is what I continue to tell. Um, our, our employees and my audience is, um, you know, be comfortable being uncomfortable because what you're trying to do is odd. And it's going to take a, as I say, a Herculean effort. So let's, uh, let's be comfortable being uncomfortable, uh, and have fun doing it. If there's, uh, how many people get a chance to change, uh, industry, which was dominated by a few bears and have such a positive impact, not only on our estimates, but society at large. And, uh, I think it's a privilege. Pressure is a privilege. And, uh, I'm grateful for the opportunity that's been afforded to me and to my colleagues. And, uh, >>It's a great way. Sorry. That's a great way of looking at it. Pressure is a privilege. If you think about, I love what you said, I always say, get, you know, get comfortably uncomfortable. It is a heart in any aspect, whether it's your workouts or your discipline, you know, working from home, it's a hard thing to do to your point. There's a lot of positivity that can come from it. If we think of what's happening this week alone and the U S political climate changing of the old guard, we've got Kamala Harris as our first female VP nominee and how many years, but also from a diversity angle, from a women leadership perspective, blowing the door wide open. >>It's great to see that, um, you know, we have someone that my daughter's going to look up to and say that, uh, you know, yes, there is, there is a place for us in society and we can have a meaningful contribution to society. So I actually think that San Antonio versus nomination is, um, you know, it's a simple ism of change of God, for sure. Um, I have no political agendas, um, at all. Then you can see how it pans out in November, but the one thing is for sure, but it's going to make a lot of people uncomfortable, a change of God, or this makes a lot of people. And, and, uh, and you know, I was reflecting back on something else and in everything that I've actually achieved, which is, is something I'm proud of. I had to go through a zone, but I was extremely uncomfortable. >>Uh, Gould only happens when you have uncomfortable, um, girl to happens in your conference room. And, um, whether it's, um, you know, running them sequel, uh, or are having a society change, uh, if you stick to your comfort zone, you stick to your prejudices and viruses because it's just comfortable there, there's a, uh, wanting to be awkward. And, uh, and, and I think that that's that essential change of God. As I said, at the cost of repeating myself will make a lot of people uncomfortable, but I honestly believe will move the society forward. And, uh, yeah, I, um, I couldn't be more proud of, uh, having a California San Diego would be nominated and it's a, she brings diversity multicultural. And what I loved about it was, you know, we talk about culture and all the rest of it. And she, she was talking about how our parents who were both, uh, uh, at the Berkeley when she was growing up, we were picking up from and she be, you know, in our, in our prime going to protests and Valley. >>And so it was just, uh, it was ingrained in her to be able to challenge the status school and move the society forward. And, uh, you know, she was comfortable being uncomfortable when she was in that, you know, added that. And that's good. Maybe not. I think we sort of, uh, yeah, I, yeah, let's see, let's see what November brings to us, but, um, I think just a nomination has, uh, exchanged a lot of things and, uh, if it's not this time, it can be the next time, but at the time off the bat, but you're going to have a woman by woman president in my lifetime. Um, that's um, I minced about them, uh, and that's just great. >>Well, I should hope so too. And there's so many, I know we've got to wrap here, but so many different data points that show that that technology company actually, companies, excuse me, with women in leadership position are significantly 10, 20% more profitable. So the changing of the guard is hard as you said, but it's time to get uncomfortable. And this is a great example of that as well as the culture that you have at mem sequel Raja. It's always a pleasure and a philosophical time talking with you. I thank you for joining me on the cube today. >>Thank you me since I'm just stay safe, though. >>You as well for my guest, Raj Burma, I'm Lisa Martin. Thank you for watching this cube conversation.
SUMMARY :
From the cube studios in Palo Alto in Boston, connecting with thought leaders all around the world. It's great to see you as well. uh, it just seems like, uh, you know, it's going to be a great help. from the industry that we know, um, you know, there are going to be a couple that are going to go out in the next 18 months, And also if you really see the evolution of the database market, you know, sequel or the developer data movement and the data warehouse. And, uh, you know, watch this space from orders. in the rear view mirror, those competitors, how do you see that market and the opportunities? is, um, is a testimony to the fact that, you know, it's a fancy ad master. Well, changing of the guard, as you mentioned, is hard. So I do think that, uh, you know, And if you can't do it, then, you know, I've had conversations with a few of them saying, maybe be not the company for you. But I like that you talked about customer obsession because you see it So, you know, of course we all want our customers to be successful. that is a punishing expression, which is really akin to just being cruel, you know, aggression in terms of the, uh, you know, having an impact on customer in the shop to smile at time is gonna you know, the big guys, the Oracles they're there, they're not easy for customers to rip and replace, which, uh, you know, gave rise to what I think someone called us brilliant jerks and all the rest our, our employees and my audience is, um, you know, be comfortable being uncomfortable because what you know, working from home, it's a hard thing to do to your point. It's great to see that, um, you know, we have someone that my daughter's And, um, whether it's, um, you know, running them sequel, uh, or are having a society uh, you know, she was comfortable being uncomfortable when she was in that, you know, added that. I thank you for joining me on the cube today. Thank you for watching this cube conversation.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Raj Burma | PERSON | 0.99+ |
Bob Mobileye | PERSON | 0.99+ |
Raj Verma | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
John McMahon | PERSON | 0.99+ |
October, 2017 | DATE | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
August 2020 | DATE | 0.99+ |
Kamala Harris | PERSON | 0.99+ |
seven | QUANTITY | 0.99+ |
Lisa | PERSON | 0.99+ |
Lee | PERSON | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
November | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
three years | QUANTITY | 0.99+ |
Raj | PERSON | 0.99+ |
yesterday | DATE | 0.99+ |
next decade | DATE | 0.99+ |
ORGANIZATION | 0.99+ | |
second thing | QUANTITY | 0.99+ |
today | DATE | 0.98+ |
one company | QUANTITY | 0.98+ |
two years | QUANTITY | 0.98+ |
first | QUANTITY | 0.98+ |
second aspect | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
two and a half years | QUANTITY | 0.98+ |
Sundays | DATE | 0.98+ |
tomorrow | DATE | 0.98+ |
Firstly | QUANTITY | 0.98+ |
second | QUANTITY | 0.98+ |
tens of billions of dollars | QUANTITY | 0.97+ |
Mongo | ORGANIZATION | 0.97+ |
three things | QUANTITY | 0.97+ |
two and a half buckets | QUANTITY | 0.96+ |
San Antonio | LOCATION | 0.96+ |
more than two decades | QUANTITY | 0.96+ |
this week | DATE | 0.96+ |
Boston | LOCATION | 0.95+ |
single store | QUANTITY | 0.94+ |
second database | QUANTITY | 0.94+ |
one aspect | QUANTITY | 0.93+ |
24 months | QUANTITY | 0.93+ |
decades | QUANTITY | 0.93+ |
10, 20% | QUANTITY | 0.92+ |
seven years ago | DATE | 0.92+ |
Raja | TITLE | 0.92+ |
two and a half bigots | QUANTITY | 0.91+ |
Berkeley | LOCATION | 0.9+ |
Oracles | ORGANIZATION | 0.9+ |
SAP HANA | TITLE | 0.88+ |
couple | QUANTITY | 0.88+ |
Moisey | ORGANIZATION | 0.88+ |
last couple of months | DATE | 0.86+ |
firstly | QUANTITY | 0.86+ |
couple months ago | DATE | 0.86+ |
one single database | QUANTITY | 0.83+ |
six weeks | QUANTITY | 0.83+ |
SQL | TITLE | 0.81+ |
Sybase | ORGANIZATION | 0.8+ |
California San Diego | LOCATION | 0.8+ |
God | PERSON | 0.8+ |
10 really good database companies | QUANTITY | 0.79+ |
last 14 months | DATE | 0.79+ |
U | LOCATION | 0.78+ |
first female VP | QUANTITY | 0.75+ |
Lindy | ORGANIZATION | 0.74+ |
OLTB | ORGANIZATION | 0.73+ |
single | QUANTITY | 0.73+ |
Austin | ORGANIZATION | 0.72+ |
one thing | QUANTITY | 0.7+ |
next 18 months | DATE | 0.68+ |
COVID | ORGANIZATION | 0.67+ |
last two decades | DATE | 0.63+ |
MemSQL | ORGANIZATION | 0.6+ |
about | DATE | 0.56+ |
Mongol | ORGANIZATION | 0.44+ |
Partha Seetala & Radhesh Menon, Robin.io | CUBEconversations, March 2019
>> from our studios in the heart of Silicon Valley, Palo Alto, California It is a cute conversation >> universe. And welcome to another cube conversation from our wonderful Palo Alta Studios in beautiful Palo Alto, California. As we do with every cute conversation, we're gonna talk about an important topic with smart people that can provide some good clues and guidance as to how the industry's gonna be forward. We're gonna do that today, too. Specifically, what we're gonna talk about is that there has been an enormous amount of interest in kubernetes is a technology for making possible the whole micro service's approached application development. But one of the challenges that kubernetes has been specifically built to be stateless, which means that it's not necessarily aware of its underlying data. Now that is okay for certain classes of application. But the typical enterprise does want to ensure that its data can remain state full. That does have a level of protection required, et cetera, which creates a new need within the industry for how do we marry state full capabilities, staple storage capabilities with kubernetes and have that conversation? We've got great guests here. Part of Ayatollah is a co founder and C t o of robin dot io and radish men on is the CMO Robin. I owe partner Radish. Welcome to the Cube. >> Great to be here. >> All right, so, reddish one, we start with you. Why don't you give us a quick update on Robin Donna? >> Sure. Robin. Daughter, You, as you were alluding to, is addressing super important problem that is in front of us, which is that you've got cloud. Native technologies, especially containers. And community is becoming the default way in which enterprises are choosing to innovate. But at the same time, there's a >> whole swath >> of applications which were architected just five years ago, which all need to get the same benefits off agility, portability and efficiency of cloud native technologies. Robin helps bridge that, and I hope to talk more about that. >> Excellent. So part of let's start with you and talk about this problem this impedance mismatch between applications that require some state full assurance about the data and kubernetes, which tends to be stateless. How does that How does that impact the way applications get built and deployed? >> Sure. So if you look at me as you mentioned that communities is a platform that has started our originated for stateless workloads, and people have adopted the fastest growing open source project. We know about that, but when you look at a stateless work lord, it actually depends on state from somewhere. It's basically computing something right. It's computing state that's coming either, for the network ordered. Is computing on state that store brother inside, big data data, data leak or inside a database? Now, if you look at the problem itself, developers have gotten used to the agility benefits that communities has to offer the mostly infrastructure as a court kind of construct centered offers, however, the agility is not complete if you do not bring the state full workload workloads also into the communities for so as an example, think about somebody who's trying to build on entire pipeline right across the in. Just process so visualized by plane. If you're saying that you know what, in order to put this entire stock together, our entire pipeline together are to still do something that is non agile by going out sorry communities and then marry that with something inside communities. That's not true, actually. So more and more we're seeing developers and the develops teams basically saying that. Okay, I want to have the entire stock developed on deployed on a child platform, like open these. And of course, that comes with a bunch of challenges that need to be addressed and hoping you talk about that today. >> Well, if we have a zoo said the state has to be maintained somewhere, state may be maintained somewhere up in the cloud, But there are gonna be circumstances where because of data locality issues on, you know you want local control. You have ah, Leighton. See, considerations a number of other issues that you want to be ableto locate state in the closer close to the kubernetes. Is that really what we're talking about here? >> That's one aspect of it which is essentially around the performance and maybe you in governance reasons why you want to call a Kate State and stateless, Right? But the other reason I was saying is, if you want to deploy a stack, stack is comprised of many too many competent, stateless as well estate full. And you're talking about the birth of an entire application that the developer is gonna push under this platform right, so there. It's not about just the data locality and all that. It's also that just enabling the entire stock to be deployed in one shot. >> So you just you just you want a simpler, more manageable stats at all, right? So what's the solution? What people, what people have to do to get access to both those performance more more performance state Full application. Cubans clusters that record, have some degree of day locality concerns or to sustain that dream of increasingly simple stacks. What has to happen differently? >> Sure, and there are two aspects to this. The 1st 1 I would say, is that a the platform that is going to offer this on top of communities has to guarantee the persistency needs, whether it is in terms of reliability, dumps of performances. Selous, it has to guarantee does so you have to get those onto the platform first. But beyond that, if you look at other issues talking about many, there are many, many data platforms or data applications of workloads that predict board docker and communities. Now, if you don't really bring them into the Ford, you really are not solving the real business challenges that people have today, right? So beyond just providing persistency layer to communities pods, you need to have a way in which you can take complex platforms such as Mongol, Cassandra Elastic, such article rack. Cloudera these kind of workload and bring them onto a platform that has architected for Microsoft. Just communities, right? Because these platforms are not. These workers are not designed for micro service's workloads. So how do you marry them onto a platform such as communities that is designed as a micro service's platform? So you go to solve that, and that is exactly what Robin has done. So we have taken this approach where you can take complex workloads, rear platforms and then make them run on on a Microsoft this platform like abilities, starting with the storage subsystem, which is where one of our course fences. >> So I could conceivably imagine an Oracle database being rendered as a container with inside a cougar and he's cluster and position as a service have been orchestrated by by that kubernetes instance. What >> if I could jump in? You don't have to imagine we have customers in production there. They have Oracle Rack as a service offered on robin right now. One thing I want to contextualize is that our roots are in problem solving this hard problem off applications that I haven't been designed for containers contain arising them and being able to manage that gracefully in carbonated right. It just gave the example off Oracle Rack as a service. Or we also have customers with, let's say, multiple petabytes of data with her new bastard service, um, covering big large enterprises as well. Now from that lineage. Now, what've you also offering is that there is a set of customers who, already picked, Committed is already right might be open shift. It might be P K, as it might be g k to do its customers. We also have an offering called Robbins Storage, which brings powerful data management capabilities right. So to offering the platform offering, which is communities plus storage plus networking. Bless application bundles for some of the demanding workloads. But we just talked about, and then Robin Storage is a new offering which can add the magic of data management and advanced data management capabilities to any community. Is that you? >> Well, let's talk about that just for one second the uh, when I think of data management capabilities, I'm thinking not just a Iot being written back and forth between some media and some application. I'm thinking in terms of, oh, data protection and security. So are there Give us a sense of the scope of the service? Is that our part off this solution that you're talking? >> Yeah, I'll start in part like and chime in as well. So the first context you need to have is that all these data management capabilities are in the context of a hybrid being the normed implementation, right? Nine or 10 customers are looking at implementing on Prem with Public Cloud, right? So in that context, any of the cable release that we're talking about being being able to take snapshots or being able to take, you know, move that snap short to be offer as a back up in the cloud or ability, the clone and rehydrate applications, these air own capabilities that need to operate in a hybrid cloud context, that's number one. The second thing is, rather than just solve the storage level problem off taking snapshots, being able to bring application and data together is a big game changer in partner. Can you add a little bit more on the apple is data? >> Absolutely. Because, I mean, if you look at the the dinner service is the radish doctor board snapshots and clones and things living backups. Those constructs have existed in the storage industries for almost three decades. So there's nothing new about dark, right? But if you look at applying them for work Lord that are running in communities, you gotta uplevel that, because when you look at a story little snapshot, it is still a volume orelon level snapshot. But what a developer develops team needs is the ability to take an entire workload. That's a Mongo TB cluster and the only snap, short and dark cluster. I want to keep different states, even if the topology of the application is changing. Correct. And that is something that Robin has innovated on because we recognized. And I come from a storage bag when I was a distinguishing. Jenna very does have Bean fortunate to be building many data platforms there on be recognized that just leaving that storage does not deliver the promise of agility that communities offers. They were uplevel it into applications and for the very first time. In fact, we're introducing concepts such as you go to a Mongo classroom. You say I want to go snapshot this cluster. We understand the apology that this cluster has. How many shards depositor for offering these things. The service is under Langston the volumes and we dark forms a snapshot. That's an application. Little snapshot of the benefit of application will snap Shirt is that if another developer wants to go clone and run queries on that, you don't have to go Dr Storage Admin inside. Just give me clones of these large volumes. They'll say, Just clone this Mongol Devi cluster on. Then within minutes, you have an up and running long body be cluster fully functional. You can start readies life. Exactly. Other thing would be draw the stock double portability. So you have this snapshot taken periodic snapshots. So let's say that you run out of capacity nor deer center, and you would like to go bust into a different cloud. That's your on premises, and you want to go and run a clone in geeky because that's where the capacities, our snapshots and the baby, a implemented and architect of this allow you to port an entire application along with topology? Medea on data so that he can go and stand up Fully functional, ready to use. That's among Would he be cluster and geeky in the club? >> Now you talk about UK a Google kubernetes engine on G C P Google Cloud Platform. Obviously, that's when you think about kubernetes. That's kind of the mother ship. When you come right down to it. How does your platform and G K E G. C P work together? >> So the first thing is >> that we have, ah, partnership, which is led by engineering to engineering engagement, that >> part eyes front, ending around a standard set of AP eyes whereby the advanced data management capabilities that we're talking about can be brought into communities world itself and, of course, geeky as the implementation footprint. Right? So that's one area that we've been collaborating on. The second is from, ah, Google perspective. The preferred storage for running enterprise workloads or state full workloads or the data intensive work clothes that be talking about is Robin Storage and that's ah that we definitely are pretty excited by the fact that through rigorous technical evaluation, after rigorous technical evaluation, Google is chosen Robyn stories as the preferred storage for these demanding workloads. So from both these standpoints off moving the state of the art of what does it mean to provide data management capabilities to communities, to providing a solution that works today for customers who are embracing G K both on Prem in in the cloud to be able to bring state full workloads? We're working with Google and pretty excited about that part. Anyone add further color on the engineering partnership? >> He absolutely, I think, as a radish mentioned. So Google perform. We are the purport storage solution for that. Now can we just rewind back a little bit there? About 25 30 different stories? When does providing stories for communities? Right. So what is this? I think that this move is something special that let us tow this thing at this point, right. We took a very fundamentally different approach when we when we saw this problem for G k r for communities you could have started with several open source story solutions, are there and build on top of that. When their companies that take barter effects, for example, pity orifice and build on that. The companies that takes seven belong there, right? Be formally said that. Listen, if you want to elevate the experience from storage onto applications, that the example that I took earlier off taking a snatcher, a mongo migrating and if your story, it's stackers underwear off the application, which means that the stories track is unaware of the topology of the application. Can you really do application consistent snapshots? You can't. All he can do is begin to snapshot individual Williams. Correct. Now, if the stories stock is not a rare off the application to polish, can you actually the application level quality? Also, this. If you can't do that, can you really guarantee noisy neighbor elimination? You had to >> do all >> those things right? If you really wanna run data platforms, those are the core things that you need to do right and Soviet took an approach is that it doesn't know it will not cut it if you build a story. Stack on top of border defense, for example, are on set, so we do a ground up approach and he said, Look, if you wanna build a story, started this cloud native communities native. How would that look like? And how would the perimeters exposed so that it can deliver the entire experienced applications? So architectural leave yard very superior compared to the other players out there, it's proof is that we've got picked. Now that's one aspect. The other aspect is the approach that were taken to expose these primitives, their own snapshots and backup on a portability and all that was very clean. Right on. Very pragmatic how it works with both the born in the cloud as well as the the prior boatloads right on. Because of that, we're also collaborating with the Google engineers is to come up with a set off a P eyes that were planning to standardize right around community so that you could have a very standard set off a p I through which you can trigger these data management calls. Right? So that's that's other like no other stock Borden engineering to engineering collaboration. So that's the other thing that we're collaborating on to create the stana riser of FBI's based on the knowledge that we have had, because we have have we have feel deployments off like rubbish. Talked about right article rack. We have field the Prime Minster. People are deploying multiple petabytes off starting in the single communities. Robin, cluster. Right? So all that learning all the experience that we have had its contributed towards this joint Engineering to engineering. Afford that you're going to create the standardized data management. >> So we've got Robin. I owe has delivered a piece of technology for handling state full kubernetes clusters that has been validated by Google I o. Today or you know, so that can be used now. And is the basis for further engineering work to move this Maur into the mainstream for the future? That's good. Very exciting stuff, Partha. Right, Dash. Thanks very much for being here in the Cube. Thank you. Thank you. And once again, I want to thank part uh Chautala, Who is the co founder and CEO of Robin I owe and radish men on Who's the CMO Robin don I owe once again. I'm Peter Bursts. Thanks very much for watching this cube conversation until next time
SUMMARY :
But one of the challenges that kubernetes has been specifically built to be stateless, Why don't you give us a quick update on Robin Donna? And community is becoming the default that, and I hope to talk more about that. So part of let's start with you and talk about this problem this impedance And of course, that comes with a bunch of challenges that need to be addressed and hoping you talk about that today. that you want to be ableto locate state in the closer close to the kubernetes. It's also that just enabling the entire stock to be deployed in one shot. So you just you just you want a simpler, more manageable stats at all, right? So we have taken this approach where you can take complex workloads, rear platforms and then make by by that kubernetes instance. You don't have to imagine we have customers in production there. Well, let's talk about that just for one second the uh, when I think of data management capabilities, So the first context you need to have is that So let's say that you run out of capacity nor deer center, That's kind of the mother ship. on Prem in in the cloud to be able to bring state full workloads? from storage onto applications, that the example that I took earlier off taking a snatcher, So all that learning all the experience that we have had its contributed towards And is the
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
March 2019 | DATE | 0.99+ |
Radhesh Menon | PERSON | 0.99+ |
FBI | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Nine | QUANTITY | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Robin | PERSON | 0.99+ |
Palo Alto, California | LOCATION | 0.99+ |
robin dot io | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
10 customers | QUANTITY | 0.99+ |
Ford | ORGANIZATION | 0.99+ |
one second | QUANTITY | 0.99+ |
five years ago | DATE | 0.99+ |
Williams | PERSON | 0.99+ |
one | QUANTITY | 0.99+ |
Peter Bursts | PERSON | 0.99+ |
seven | QUANTITY | 0.99+ |
Chautala | PERSON | 0.99+ |
apple | ORGANIZATION | 0.98+ |
second | QUANTITY | 0.98+ |
one shot | QUANTITY | 0.98+ |
two aspects | QUANTITY | 0.98+ |
Partha Seetala | PERSON | 0.98+ |
one aspect | QUANTITY | 0.98+ |
second thing | QUANTITY | 0.98+ |
first time | QUANTITY | 0.97+ |
Today | DATE | 0.97+ |
Kate State | PERSON | 0.97+ |
Oracle | ORGANIZATION | 0.97+ |
Palo Alta Studios | ORGANIZATION | 0.97+ |
Jenna | PERSON | 0.96+ |
One | QUANTITY | 0.96+ |
today | DATE | 0.96+ |
first thing | QUANTITY | 0.96+ |
1st | QUANTITY | 0.96+ |
G C P | TITLE | 0.95+ |
About 25 30 different stories | QUANTITY | 0.95+ |
Mongo | ORGANIZATION | 0.94+ |
UK | LOCATION | 0.93+ |
Palo Alto, California | LOCATION | 0.93+ |
radish | ORGANIZATION | 0.93+ |
single | QUANTITY | 0.92+ |
Robin Storage | ORGANIZATION | 0.91+ |
Robbins Storage | ORGANIZATION | 0.9+ |
first | QUANTITY | 0.88+ |
first context | QUANTITY | 0.87+ |
one area | QUANTITY | 0.86+ |
Google Cloud Platform | TITLE | 0.85+ |
Dash | PERSON | 0.81+ |
Robin Donna | PERSON | 0.8+ |
Leighton | PERSON | 0.79+ |
three decades | QUANTITY | 0.69+ |
Cube | LOCATION | 0.68+ |
Soviet | ORGANIZATION | 0.66+ |
G K E | TITLE | 0.65+ |
Langston | LOCATION | 0.63+ |
Ayatollah | PERSON | 0.62+ |
Rack | TITLE | 0.61+ |
Mongol | TITLE | 0.61+ |
Mongol Devi | ORGANIZATION | 0.59+ |
Borden | ORGANIZATION | 0.59+ |
Oracle Rack | ORGANIZATION | 0.59+ |
Cassandra Elastic | TITLE | 0.58+ |
Cube | ORGANIZATION | 0.57+ |
Selous | PERSON | 0.55+ |
petabytes | QUANTITY | 0.55+ |
Radish | PERSON | 0.54+ |
C P | TITLE | 0.54+ |
Partha | ORGANIZATION | 0.52+ |
Cubans | OTHER | 0.51+ |
Public Cloud | TITLE | 0.51+ |
Cloudera | ORGANIZATION | 0.5+ |