Episode Summary
Episode Show Notes & Transcript
- Couchbase: https://www.couchbase.com/
- Perryâs LinkedIn: https://www.linkedin.com/in/perrykrug/
Transcript
Transcript
Announcer: Hello, and welcome to Screaming in the Cloud with your host, Chief Cloud Economist at The Duckbill Group, Corey Quinn. This weekly show features conversations with people doing interesting work in the world of cloud, thoughtful commentary on the state of the technical world, and ridiculous titles for which Corey refuses to apologize. This is Screaming in the Cloud.
Corey: This episode is brought to us by our friends at Pinecone. They believe that all anyone really wants is to be understood, and that includes your users. AI models combined with the Pinecone vector database let your applications understand and act on what your users want⌠without making them spell it out. Make your search application find results by meaning instead of just keywords, your personalization system make picks based on relevance instead of just tags, and your security applications match threats by resemblance instead of just regular expressions. Pinecone provides the cloud infrastructure that makes this easy, fast, and scalable. Thanks to my friends at Pinecone for sponsoring this episode. Visit Pinecone.io to understand more.
Corey: InfluxDB is the smart data platform for time series. Itâs built from the ground-up to handle the massive volumes and countless sources of time-stamped data produced by sensors, applications, and systems. You probably think of these as logs.
InfluxDB is programmable and performant, has a common API across the platform, and handles high granularity dataâat scale and with high availability. Use InfluxDB to build real-time applications for analytics, IoT, and cloud-native services, all in less time and with less code. So go aheadâturn your apps up to 11 and start your journey to Awesome for free at InfluxData.com/screaminginthecloud
Corey: Welcome to Screaming in the Cloud. Iâm Corey Quinn. Todayâs episode is a promoted guest episode brought to us by our friends at Couchbase. Now, I want to start off by saying that this week is AWS re:Invent. And there is Last Week in AWS swag available at their booth. More on that to come throughout the next half hour or so of conversation. But letâs get right into it. My guest today is Perry Krug, Director of Shared Services over at Couchbase. Perry, thanks for joining me.
Perry: Hey, Corey, thank you so much for having me. Itâs a pleasure.
Corey: So, weâre recording this before re:Invent, so the fact that we both have, you know, personality and havenât lost our voices yet should probably be a bit of a giveaway on this. But I want to start at the very beginning because unlike people who are academically successful, I tend to suck at doing the homework, across the board. Couchbase has been around for a long time. Weâve seen the company do a bunch of different things, most importantly and notably, sponsoring my ridiculous nonsense for which I thank you. But letâs start at the beginning. What is Couchbase?
Perry: Yeah, youâre very welcome, Corey. And itâs again, itâs a pleasure to be here. So, Couchbase is an enterprise database company at the very top level. We make database software and we distribute that to our customers. We have two flavors, two ways of getting your hands on it.
One is the kind of legacy, what we call self-managed, where you the user, the customer, downloads the software, installs it themselves, sets it up, manages the cluster monitoring, scaling all of that. And thatâs, you know, a big part of our business. Over the last few years weâve identified, and certainly others in the industry have, as well the desire for users to access database and other technology in a hosted Software-as-a-Service pay-as-you-go, cloud-native, buzzword, et cetera, et cetera, vehicle. And so, weâve released the Couchbase Capella, which is our fully managed, fully hosted database-as-a-service, running inâcurrentlyâAmazon and Google, soon to be Azure as well. And it wraps and extends our core Couchbase Server product into a, as I mentioned, hosted and managed platform that our users can now come to and consume as developers and build their applications while leaving all of the operational and administrationâmonitoring, managing failover expansion, all of thatâto us as the experts.
Corey: So, you folks are non-relational database, NoSQL in the common parlance, which is odd because they call it NoSQL, yet. They keep making more of them, so I feel like thatâs sort of the Hollywood model where okay, that was so good. Weâre going to do it again. Where did NoSQL come from? Because back when I was learning databases, when dinosaurs roamed the earth, it was all about relational models, like weâre going to use a relational database because when the only tool you have is an axe, every problem looks like hours of fun. What gave rise to this, I guess, Cambrian explosion that weâve seen of NoSQL options that proliferate oâer the land?
Perry: Yeah, a really, really good question, and I like the axe-throwing metaphor. So sure, 20, 30, 40 now years ago, as digital applications needed a place to store their data, the world invented relational databases. And those were used and continue to be used very well for what they were designed for, for data that follows a very strict structure that doesnât need to be served at significant scale, does not need to be replicated geographically, does not need to handle data coming in from different sources and those sources changing their formats of things all the time. And so, Iâm probably as old as you are and been around when the dinosaurs were there. We remember this term called âWeb 2.0.â Kids, youâre going to have to go look that up in the dictionary or TikTok it or something.
But Web 2.0 really was the turning point when websites became web applications. And suddenly, there was the introduction of MySpace and Facebook and Amazon and Google and LinkedIn, and a number of others, and they realized that relational databases weâre not going to meet their needs, whether it be performance, whether it be flexibility, whether it be changing of data models, whether it be introducing new features at a rapid pace. They tried; they stretched them, they added a bunch of different databases together, and really was not going to be a viable solution. So, 10 now, maybe 15 years ago, you started to see the rise of these tech giantsâalthough we didnât call them tech giants back then but they were the precursors to todayâsâinvent their own new databases.
So, Amazon had theirs, Google has theirs, LinkedIn, and a number of others. These companies had reached a level of scale and reached a level of user base, had reached a level of data requirement, had reached a level of expectation with their customers. These customers, us, the users, us consumers, we expect things to be fast, we expect them to be always available. We expect Facebook to give us our news feed in milliseconds. We expect Google to give us our website or our search results in immediate, with more and more information coming along with them.
And so, it was these companies that hit those requirements first. The only solution for them was to start from scratch and rewrite their own databases. Fast forward five, six, seven years, and we as consumers turned around and said, âLook, I really liked the way Facebook does things. I really like the way Google does things. I really like the way Amazon does things.
âBank of America, can you do the same? IRS, can you do the same? Health care vendor number one, two, three, and four, government body, can you all give me the same experience? I want my taxi to tell me exactly where itâs going to take me from one place to another, I want it to give me a receipt immediately after I finish my ride. Actually, I want to be able to change my payment method after I paid for that ride because I used the wrong one.â
All of these are expectations that we as consumers have taken from the tech giantsâApple, LinkedIn, Facebookâand turned around to nearly every other service that we interact with on a daily basis. And all of a sudden, the requirements that Facebook had, that Google had, that no other company had, you know, outside of the top five, suddenly were needed by every single industry, nearly every single company, in order to be competitive in their markets.
Corey: And thereâs no way to scale relational to get to a point where it can wind up handling those type workloads efficiently?
Perry: Correct, correct. And itâs not just that the technology cannot do itâeverything is technically feasibleâbut the cost both financially and time-to-market-wise in order to do that in a relational database was untenable. It either cost too much money, or it costs too much developers time, or cost too much of everybodyâs time to try to shoehorn something into it. And then you have the rise of cloud and containers, which relational databases, you know, never even had the inkling of a thought that they might need to be able to handle someday. And so, these requirements that consumers have been placed on everything else that they interact with really led to the rise of NoSQL as a commodity or as a database for the masses.
LinkedIn is not in the business of developing a database and then selling it to everybody else to use as a database, right? They built it for themselves, they made their service better. And so, what you see is some of those founding fathers created databases, but then had no desire to sell them to others. And then after that followed the rise of companies like Couchbase and a number of others who said, âLook, we think we can provide those capabilities, we think we can meet those requirements for everybody.â And thereby rose the plethora of NoSQL databases because everybody had a little bit different of an approach to it.
If you ask ten people what NoSQL is about, youâre going to get eleven or twelve different answers. But you can kind of distill that into two categories. One is performance and operations. So, I need it to be faster, I need it to be scalable, I need it to be replicated geographically. And thatâs what NoSQL is to me. And thatâs the right answer.
And so, you have things like Cassandra and Redis that are meant to be fast and scalable and replicated. You ask another group and theyâre going to tell you, âNo, no, no. NoSQL needs to be flexible. I need to get rid of the rigid database schemas, I need to bring JSON or other data formats in and munge all this data together and create something cool and new out of it.â And thereby you have the rise of things like MongoDB, who focused nearly exclusively on the developer experience of working with data.
And for a long time, those two were in opposite camps, where you have the databases that did performance and the databases that did flexibility. Iâm not here to say that Couchbase is the ultimate kitchen sink for everything, but weâve certainly tried to approach both of those challenges together so that you can have something that scales and performs and can be flexible enough in data model. And everybody else is trying to do the same thing, right? But all these databases are competing for that same nirvana of the best of both worlds.
Corey: And it almost feels like thereâs a convergence play in place where everything now is trying to go away from the idea of, âOh, yeah, we started off as a purpose-built database, but you can use this for everything.â And I donât necessarily know that is going to be the path that a lot of companies want to go down. What do you view Couchbase as I guess, falling down? In other words, what workloads is Couchbase inappropriate for?
Perry: Yeah, thatâs a good question. And my [crosstalk 00:10:35]â
Corey: Anyone who canât answer that one is a zealot and thatâs one of those okay, letâs be very careful and not take our eyes off you for one second, while smiling and backing away slowly.
Perry: Letâs cut to commercial. No, I mean, there certainly are workloads that you know, in the past, weâve not been good for that weâve made improvements to address. There are workloads that we had not address well today that we will try to address in the future, and there are workloads that we may never see as fitting in our wheelhouse. The biggest category group that comes to mind is Couchbase is not an archival database. We are not meant to have data put in us that you donât care about, that you donât want toâthat you just need to keep it around, but you donât ever need to access.
And there are systems that do that well, they do that at a solid total cost of ownership. And Couchbase is meant for operational data. Itâs meant for data that needs to be interacted with, read and/or written, at scale and at a reasonable performance to serve a user-facing or system-facing application. And we call ourselves a general-purpose database. Bongo and others call themselves as well. Oracle calls itself a general-purpose database, and yet, not everybody uses Oracle for everything.
So, there are reasons that youâ
Corey: Who could afford that?
Perry: Who could? Exactly. It comes down to cost, ultimately. So, Iâm not here to say that Couchbase does everything. We like to think, and weâre trying to target and strive towards an 80%, right? If we can do 80% of an application or an organizationâs workloads, there is certainly room for 20% of other workloads, other applications, other requirements that can be met or need to be met by purpose-built databases.
But if you rewind four or five years, there was this big push towards polyglot persistence. Itâs a buzzword that came and kind of has gone out of fashion, but it presented the idea that everybody is going to use 15 different databases and everybody is going to pick the right one for exactly the workload and theyâre going to somehow stitch them all together. And that really hasnât come to fruition either. So, I think thereâs some balance, where itâs not one to rule them all, but itâs also not 15 for every company. Some organizations just have a set of requirements that they want to be met and our database can do that.
Corey: Letâs continue our tour of the competitive landscape here now that weâve handled the relational side of the world. The best database, as anyone whoâs listened to this show knows, is of course, Amazonâs Route 53 TXT records stuffed into DNS, especially in the NoSQL land. Clearly, youâre all fighting for second place after that. How do you stack up against the idea of legitimately using that approach? And for those who are not in on the joke, please donât do this. It is not the right answer. But Iâm curious to get your take as to why DNS TXT records are an inappropriate NoSQL option.
Perry: Well, itâs a joke, right? And letâs be clear about that. Butâ
Corey: I have to say that because otherwise, someone tries it in production. Iâve gotten that wrong a few times, historically, so now I put a disclaimer in because yeah, itâs only funny, so long as people are in on the joke. If not, and I lead someone down the primrose path to disaster, I feel bad. So, letâs be very clear. Weâre kidding.
Perry: And Iâm laughing. Iâm laughing here behind the camera. I am. I am.
Corey: Yeah.
Perry: So, the element of truth that I think Couchbase is in a position, or Iâm in a position to kind of talk about is, 12 years ago, when Couchbase started, we were a key-value database and thatâs where we saw the best part of the market in those days, and where we were able to achieve the best scale and replication and performance, and fairly quickly realized that simple key-value, though extremely valuable and easy to manage, was not broad enough in requirements-meeting. And thatâs where we set our sights on and identified the larger, kind of, document database group, which is really just a derivative of key-value, where still everything is a key and a value; itâs just now a document that you can reason about, that you can create an index on, that you can query, that you can run full-text search on, you can do much more with the data. So, at our core, we are still a key-value database. When that value is JSON, we become a document database. And so, if Route 53 decided that they wanted to enter into the document database market, they would need to be adding things that allowed you to introspect and ask questions of the data within that text which you canât, right?
Corey: Well, not with that attitude. But yeah, I agree with you.
Perry: [laugh].
Corey: Moving up the stack, letâs talk about a much more fearsome competitor here that Iâm certain you see an awful lot of deals that you wind up closing, specifically your own open-source product. You historically have wound up selling software into environments, I believe, you referred to as your legacy offering where itâs the hosted version of your commercial software. And now of course, you also have Capella, your cloud-hosted version. But open-source looks surprisingly compelling for an awful lot of use cases and an awful lot of folks. Whatâs the distinction?
Perry: Sure. Just to correct a little bit the distinction, we have Couchbase Server, which we provide as a what we call self-managed, where you can download it and install it yourself. Now, you could do that with the open-source version or you could do that with our Enterprise Edition. What weâve then done is wrapped that Enterprise Edition in a hosted bottle, and thatâs Capella. So, the open-source version is something weâve long been supporters of; itâs been a core part of our go-to-market for the last 12 or 13 years or so and we still see it as a strong offering for organizations that donât need the added features, the added capabilities, donât need the support of the experts that wrote the software behind them.
Certainly, we contribute and support our community through our forums and Discord and other channels, but thatâs a very big difference than two oâclock in the morning, somethingâs not working and I need a ticket to track. We donât do that for our community edition. So, we see lots of users downloading that, picking it up building it into their applications, especially applications that are in their infancy or are with organizations that they simply canât afford the added cost and therefore they donât get the added benefit. Weâre not here to gouge and carve out every dollar that we can, but if you need the benefit that we can provide, we think thereâs value in that and thatâs what weâre trying to run a business as.
Corey: Oh, absolutely. It doesnât work when youâre trying to wind up charging a license fee for something that someone is doing in their spare time project for funsies just to learn the technology. Itâs like, and then you show up. Itâs like, âThatâll be $700. Surprise.â
Yeah, thatâs sort of the AWS billing model approach, whereâitâs not a viable onramp for most folks. So, the open-source direction down there make sense. Counterpoint. If youâre running a bank on top of it, âWell, weâre running it ourselves and really hoping for the best. I mean, we have access to the code and all.â Great, but there are times you absolutely want some of the best minds in the world, with respect to that particular product, able to help troubleshoot so the ATM start working again before people riot in the streets.
Perry: Yeah, yeah. And ultimately, itâs a question of core competencies. Are you an organization that wants to be in the database development market? Great, by all means, weâd love to support you in that. If you want to focus on doing what you do best be at a bank or an e-commerce website, you worry about your application, you let us worry about the database and everybody gets along very well.
Corey: Thereâs definitely something to be said for outsourcing some of the pain, some of the challenge around an awful lot of it.
Perry: Thereâs a natural progression to the cloud for that and Software-as-a-Service, database-as-a-service where youâre now outsourcing even more by running on our hosting platform. No longer do you have to download the binary and install yourself, no longer do you have to setup the cluster and watch it in case it has a blip or the statistic goes up too far. Weâre taking care of that for you. So yes, youâre paying for that service, but youâre getting the value of not having to be a database manager, let alone database developer for them.
Corey: Love how serverless helps you scale big and ship fast, but hate debugging your serverless apps? With Lumigoâs serverless observability, itâs fast and easy (and maybe a little fun, too). End-to-end distributed tracing gives developers full clarity into their most complex serverless and containerized applications, connecting every service from AWS Lambda and Amazon ECS to DynamoDB, API Gateways, Step Functions and more. Try Lumigo free and debug 3x faster, reduce error rate and speed up development. Visit snark.cloud/lumigo Thatâs snark.cloud/L-U-M-I-G-O
Corey: What is the point of distinction between Couchbase Server and Couchbase Capella? To be clear, your self-hosted versus managed cloud offerings. When is one appropriate versus the other?
Perry: Well, Iâm supposed to say that Capella is always the appropriate choice, but there are currently a number of situations where Capella is not available in particular regions or cloud providers and so downloading running the software yourself certainly in your ownâyes, there are people who still run their own data centers. I know itâs taboo and we donât like to talk about that, but there are people who have on-premise. And so, Couchbase Capella is not available for them. But Couchbase Server is the original Couchbase database and it is the core of Couchbase Capella. So, wrapping is not giving it enough credit; we use Couchbase Server to power Couchbase Capella.
And so, thereâs an enormous amount of value added around the core database, but ultimately, itâs the behind the scenes of Couchbase Capella. Which I think is a nice benefit in that when an application is connecting to either one, it gets the same experience. You can point an application at one versus the other and because itâs the same database running behind the scenes, the behavior, the data model, the query language, the APIs are all the same, so it adds a nice level of flexibility four customers that are either moving from one to another or have to have some sort of hybrid approach, which we see in the market today.
Corey: Letâs talk economics for a second. I can see scenarios where especially you have a high volume environment where youâre sending tremendous amounts of data back and forth and as soon as it crosses an availability zone boundary or a region boundary, or God forbid, goes out to the internet via standard egress fees over in AWS-land, thereâs a radically different economic modeling that comes into play as opposed to having something in the same availability zone, in the same subnet just where thatâor all traffic back and forth is free. Do you see that in your customer base, that that is a model that is driving people towards self-hosting?
Perry: No. And Iâd say no because Capella allows you to peer and run your application in the same availability zone as the as a database. And so, as long as thatâs an option for you that we have, you know, our offering in the right region, in the right AZ, and you can put your application there, then thatâs not a not an issue. We did have a customer not too long ago that didnât set that up correctly, they thought they did, and we noticed some high data transfer charges. Again, the benefit of running a hosted service, we detected that for them and were able to turn around and say, âHmm, you might want to change this to over there so that we all save some money in doing so.â
If we were not there watching it, they might not have noticed that themselves if they were running it self-managed; they might not have known what to do about it. And so, thereâs a benefit to working with us and using that hosted platform that we can keep an eye out. And we can apply all of our learning and best practices and bug fixes, we give that to everybody, rather than each person having to stumble across those hurdles themselves.
Corey: Thatâs one of those fun, weird corner-case trivia things about AWS data transfer. When youâre transferring data within the same region between availability zones, it costs a penny on the sending side and a penny on the receiving side. Everything else is one side or the other that winds up getting the charge. And what makes this especially fun is that when it shows up on your bill, if you transfer a petabyte, it shows as cross-AZ data transfer: two petabytes.
Perry: Two. Yeah.
Corey: So, it double-counts so they can bill for it appropriately, but it leads to some really weird hunting it down, like, âOkay, well, we found half of it, but whereâs the other half hiding?â Itâs always obnoxious to trace this stuff down. The fact that you see it on your bill, well, thatâs testament to the fact that yeah, theyâre using the service. Good for them and good for you. Being able to track it down on a per-customer basis that does speak to your level of insight into what exactly is going on in your environment and where. As someone who does this for a living, let me confirm that is absolutely non-trivial.
Perry: No, definitely not trivial. And you know, weâve learned over the last four or five years, weâve learned an enormous amount about how cloud providers work, how AWS works, but guess what, Google does it completely differently. And Azure does itâ
Corey: Yep.
Perry: âcompletely differently. And so, on the surface level, theyâre all just cloud providers and they give you a VM, and you put some stuff on it, but integrating with the APIs, integrating with the different systems and naming of things, and then understanding the intricacies of the ins and outs, and, yeah, these cloud providers have their own bugs as well. And so, sometimes you stumble across that for them. And itâs been a significant learning exercise that I think weâre all better off for, having Couchbase gone through it for you.
Corey: Letâs get this a little bit more germane for this week for those of you who are listening to this during re:Invent. You folks are clearly here at the showâitâs funny to talk about âhere,â even though when weâre recording this, it is not near here; weâre actually home and enjoying ourselves, but welcome to temporal dislocation; here we areâhere at the show, you folks areâamong other thingsâbeing kind enough to pass out the Last Week in AWS swag from your booth, which, thank you. So, that is obviously the primary reason that you were at the show. What are the other reasons? What are the secondary reasons that you decided to come here?
Perry: Yeah [laugh]. Well, I guess I have to think about this now since you already called out the primary reason.
Corey: Exactly. Wait, we can have more than one reason for things? My God.
Perry: Can we? Can we? AWS has long been a huge partner of ours, even before Capella itself was released. I remember sometime in, you know, five years or so ago, some 30% of our customers were running Couchbase inside of AWS, and some of our largest were some of your largest at times, like Viber, the messaging platform. And so, weâve always had a very strong relationship with AWS, and the better that we can be presenting ourselves to your customers, and our customers can feel that we are jointly supporting them, the better. And so, you know, coming to re:Invent is a testament to that long-standing and very solid partnership, and also itâs meant to get more exposure for us to let it be clear that Couchbase runs very well on AWS.
Corey: Itâs one of those areas where when someone says, âOh yeah, this is a great service offering, but it doesnât run super well on AWS.â Itâs like, âOkay, so are you bad computers or is what you have built so broken and Byzantine that it has to live somewhere else?â Or occasionally, the use case is absolutely not supported by AWS. Not to beat them up some more on their egress fees, but Iâm absolutely about to if youâre building a video streaming site, you donât want it living in AWS. It wonât run super well there. Well, itâll run well, itâll just run extortionately expensively and that means that itâs a non-starter.
Perry: Yeah, why do you think Netflix raises their fees?
Corey: Netflix, to their credit, has been really rather public about this, where they do all of their egress via their Open Connect, custom-built CDN appliances that they drop all over the place. They donât stream a single byte from AWS, and we know this from the outside because they are clearly still solvent.
Perry: [laugh].
Corey: I do the math on that. So, if I had been streaming at on-demand prices one month with my Netflix usage, I would have wound up spending four times my subscription fee just in their raw costs for data transfer. And I have it on good authority that is not just data transfer that is their only bill in the entire company; they also have to pay people and content and the analytics engine and whatnot. And itâs kind of a weird, strange world.
Perry: Real estate.
Corey: Yeah. Because itâs one of those strange stories because they are absolutely a showcase customer for AWS. Theyâve been a marquee customer trotted out year after year to talk about what theyâre doing. But if you attempt to replicate their business purely on top of AWS, it will not work. Full stop. The economics preclude that happening.
What is your philosophy these days on what historically has felt like an existential threat to most vendors that Iâve spoken to in a variety of ways: what if Amazon decides to enter your market? Iâd ask you the same thing. Do you have fears that theyâre going to wind up effectively taking your open-source offering and turning it into Amazon Basics Couchbase, for lack of a better term? Is that something that is on your threat radar, or is that not really something you concern yourselves about?
Perry: So, I mean, thereâs no arguing, thereâs no illusion that Amazon and Google and Microsoft are significant competitors in the database space, along with Oracle and IBM and Mongo and a handful of others.
Corey: Anythingâs a database if you hold it wrong.
Perry: This is true. This specific point of open-source is something that we have addressed in the same ways that others have addressed. And thatâs by choosing and changing our license model so that it precludes cloud providers from using the open-source database to produce their own service on the back of it. Let me be clear, it does not impact our existing open-source users and anybody that wants to use the Community Edition or download the software, the source code, and build it themselves. Itâs only targeted at Amazon because they have a track record of doing that to things like Elastic and Redis and Mongo, all of whom who have made similar to Couchbase moves to prevent that by the licensing of the open-source code.
Corey: So, one of the things I do see at re:Invent every year isâand I believe wholeheartedly this comes historically from a lot of AWSâs requirements for vendors on the show floor that have become public through a variety of different waysâwhere you for a long time, you are not allowed to mention multi-cloud or reference the fact that you work on any other cloud provider there. So, thereâs been a theme of this is why, for whatever it is we sell or claim to sell or hope one day to sell, AWS is the absolute best place for you to run it, full stop. And in some cases, thatâs absolutely true because people build primarily for a certain cloud provider and then when they find customers and other places, they learn to run it over there, too. If Iâm approaching this from the perspective of I have a database problemâbecause looking at my philosophy on databases is hard to imagine I donât have database problemsâthen is my experience going to be better or even materially different between any of the cloud providers if I become a Couchbase Capella customer?
Perry: Iâd like to say no. Weâve done our best to abstract and to leverage the best of all of the cloud providers underneath to provide Couchbase in the best form that they will allow us to. And as far as I can see, thereâs no difference amongst those. Your application and what you do with the data, that may be better suited to one provider or another, but itâs always been Couchbase is philosophyâsort of say, strategyâto make our software available to wherever our customers and users want to, to consume it. And that goes everything from physical hardware running in a data center, virtual machines on top of that, containers, cloud, and different cloud providers, different regions, different availability zones, all the way through to edge and other infrastructures. Weâre not in a position to say, âIf you want Couchbase, you should use AWS.â Weâre in a position to say, âIf you are using AWS, you can have Couchbase.â
Corey: I really want to thank you for being so generous with your time, and of course, your sponsorship dollars, which are deeply appreciated. Once again, swag is available at the Couchbase booth this week at re:Invent. If people want to learn more and if for some unfathomable reason, theyâre not at re:Invent, probably because they make good life choices, where can they go to find you?
Perry: couchbase.com. Thatâll to be the best place to land on. That takes you to our documentation, our resources, our getting help, our contact pages, directly into Capella if you want to sign in or login. I would go there.
Corey: And we will, of course, put links to that in the show notes. Thank you so much for your time. I really appreciate it.
Perry: Corey, itâs been a pleasure. Thank you for your questions and banter, and I really appreciate the opportunity to come and share some time with you.
Corey: Weâll have to have you back in the near future. Perry Krug, Director of Shared Services at Couchbase. Iâm Cloud Economist Corey Quinn and this is Screaming in the Cloud. If youâve enjoyed this podcast, please leave a five-star review on your podcast platform of choice, whereas if youâve hated this podcast, please leave a five-star review on your podcast platform of choice, along with an angry and insulting comment berating me for being nowhere near musical enough when referencing [singing] Couchbase Capella.
Corey: If your AWS bill keeps rising and your blood pressure is doing the same, then you need The Duckbill Group. We help companies fix their AWS bill by making it smaller and less horrifying. The Duckbill Group works for you, not AWS. We tailor recommendations to your business and we get to the point. Visit duckbillgroup.com to get started.
Announcer: This has been a HumblePod production. Stay humble.

