Couchbase is Bringing Five F’s to All Things Open 2022

By Matthew D. Groves

I’m happy to report that Couchbase is returning to one of my favorite conferences, All Things Open in 2022. I hope you come by the booth for some swag, developer, and database conversations, like you always do.

The most exciting thing that I’d like to introduce you to is Couchbase Capella, which is a fully managed cloud database-as-a-service (DBaaS) now being offered from Couchbase. You can sign up for a free trial (no credit card needed) and check it out. Here’s what you can expect:

  • Flexible: Couchbase is a NoSQL JSON document database. This allows you, the developer, to be in control of data structures, match them up to objects in your code, and make changes to your data structures without having to change/alter schemas in your database.
  • Fast: Couchbase’s memory-first architecture is one of the key aspects of Couchbase that can give you low-latency data access. Tooling like index advisor, cost-based optimization, memory-optimized indexes also give you options to help speed up complex queries.
  • Familiar: Couchbase’s query language is SQL++, a backwards compatible implementation of SQL for JSON. This includes joins, CTEs, transactions, user-defined functions, and more. Get ramped up to the benefits of NoSQL more quickly. Make sure to check out my session “Putting the SQL back in NoSQL” at the conference for more details.
  • Affordable: Okay, so the second letter is an “f”, close enough. Couchbase Capella offers a free trial as well as affordable discounts on credits, as well as some of the best performance in the industry in terms of dollars per operation.
  • Future-proof: Couchbase is a multi-model NoSQL database. On a single pool of data, you can execute SQL queries, perform fast key-value lookups, run powerful text and geolocation search, query workload-isolated analytics for reporting (HTAP/HOAP), and use automatic mobile synchronization, and more. If you just need a fast cache or user profile now, but want to explore more advanced database use cases later, Couchbase can grow with you.

I hope you have a great experience at All Things Open 2022. On behalf of Couchbase, I’m proud that we’re once again supporting this great event. I’ll see you there!

SQL++ (SQL for JSON)

Flexible JSON data

The Featured Blog Posts series will highlight posts from partners and members of the All Things Open community leading up to the conference in the fall.