www.couchbase.com Open in urlscan Pro
2a02:26f0:480:d::210:f15f  Public Scan

Submitted URL: https://info.couchbase.com/rs/302-GJY-034/images/Hero
Effective URL: https://www.couchbase.com/
Submission: On January 09 via api from ZA — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

 * Products
   
   * * * PRODUCTS
         
          * Capella Couchbase as a service
          * Server Our self-managed NoSQL database offering
          * MobileEmbedded NoSQL on your device, anywhere
          * Autonomous OperatorContainerized Couchbase
     
     * * WHY COUCHBASE?
         
         Developers and enterprises choose Couchbase for their mission-critical
         applications.
         
         See Why
         
         SEE HOW CAPELLA STACKS UP
         
         Capella, Atlas, DynamoDB evaluated on 40 critieria.
         
         Compare
 * Solutions
   
   * * * BY INDUSTRY
         
          * Energy & Utilities
          * Gaming
          * Healthcare
          * Entertainment
          * Retail
          * Travel & Hospitality
          * See all industries
     
     * * BY USE CASE
         
          * Application Performance
          * Distributed Workloads
          * Application Flexibility
          * Mobile, IoT, & Edge
          * Developer Productivity
          * High Cost Of Operations
          * See all use cases
     
     * * WHY NOSQL
         
         WHAT IS NOSQL AND WHY CHOOSE IT?
         
         Why successful enterprises rely on NoSQL
         
         Learn more
 * Developers
   
   * * * POPULAR DOCS
         
          * Capella Overview
          * Server Overview
          * Mobile & Edge Overview
          * Connecting Apps (SDKs)
          * Tutorials & Samples
          * Docs Home
     
     * * BY DEVELOPER ROLE
         
          * Backend
          * Full Stack
          * Mobile
          * Ops / DBA
          * Developers Home
     
     * * DEVELOPER PLAYGROUND
         
         START A CAPELLA SESSION
         
         Try Couchbase Capella in a sandbox.
         
         Start a Capella session
 * Resources
   
   * * * RESOURCE CENTER
         
          * Blogs
          * Webcasts & Events
          * Videos & Presentations
          * Whitepapers
          * See all resources
     
     * * EDUCATION
         
          * Academy
          * Certification
          * Forums
          * Support Login
          * Documentation
     
     * * CERTIFICATION EXAMS 2023
         
         GET COUCHBASE CERTIFIED
         
         As of August 1, 2023, all certification exams are available without the
         requirement for a proctor.
         
         Explore
 * Company
   
   * * * ABOUT
         
          * About Us
          * Leadership
          * Customers
          * Investors
          * Blog
          * Newsroom
          * Careers
     
     * * PARTNERSHIPS
         
          * Find a Partner
          * Become a Partner
          * Register a Deal
     
     * * OUR SERVICES
         
          * Professional Services
          * Enterprise Support
     
     * * PARTNERS: REGISTER A DEAL
         
         READY TO REGISTER A DEAL WITH COUCHBASE?
         
         Let us know your partner details and more about the prospect you are
         registering.
         
         Start here
         
         MARRIOTT
         
         Marriott chose Couchbase over MongoDB and Cassandra for their reliable
         personalized customer experience.
         
         Learn more
 * Pricing
 * Try Free
 * Sign In
 * search


NEW COLUMNAR SERVICE TO ENABLE REAL-TIME ANALYTICS


ELIMINATE LATENCY GAP BETWEEN ANALYTICS & OPERATIONS

Sign Up For The Preview Read the blog



BOOST PERFORMANCE. SLASH COMPLEXITY.


THE CLOUD DATABASE FOR MODERN APPLICATIONS

Try Free



NEW COLUMNAR SERVICE TO ENABLE REAL-TIME ANALYTICS


ELIMINATE LATENCY GAP BETWEEN ANALYTICS & OPERATIONS

Sign Up For The Preview Read the blog



BOOST PERFORMANCE. SLASH COMPLEXITY.


THE CLOUD DATABASE FOR MODERN APPLICATIONS

Try Free

 * 1
 * 2

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

BLOG

NEW: FURTHER STREAMLINE CAPELLA DBAAS AUTOMATION WITH TERRAFORM.

Read The Blog
STARTER KIT

GET A CAPELLA STARTER KIT TO DRIVE HIGH PERFORMANCE IN YOUR ADAPTIVE APPS

Get It Now
Product

CHECK OUT IQ, OUR GENERATIVE AI-POWERED CODING ASSISTANT

Learn More
Webcast

WEBCAST | HOW DBAAS GIVES DEVS MORE QUALITY TIME - FEATURING CEO OF QUANTIC

Register Now
BLOG

NEW: FURTHER STREAMLINE CAPELLA DBAAS AUTOMATION WITH TERRAFORM.

Read The Blog
STARTER KIT

GET A CAPELLA STARTER KIT TO DRIVE HIGH PERFORMANCE IN YOUR ADAPTIVE APPS

Get It Now
 * 1
 * 2
 * 3
 * 4


WHY COUCHBASE?

Couchbase is an award-winning distributed NoSQL cloud database that delivers
unmatched versatility, performance, scalability, and financial value for all of
your cloud, mobile, AI, and edge computing applications. And now, Couchbase
Capella includes generative AI coding assistance to help developers be even more
productive.

HIGH PERFORMANCE TO LOWER TCO

Couchbase offers impressive memory-first performance for your important
applications. And, workloads can be performance-tuned for each application which
can dramatically lower operating costs.

Read more about TCO
Copy Code


const bucket = cluster.bucket('travel.sample');
const collection = bucket.defaultCollection();
await collection.upsert('user_1024', {
    'name' : 'Don Chamberlin',
    'tags' : ['SQL', 'SQL++']
})
const result = await collection.get('user_1024');
console.log(result);


DEVELOPER-FRIENDLY

Couchbase Capella combines the schema flexibility of JSON documents with the
ease of AI-assisted coding to help developers build distributed, transactional
applications in their favorite languages.

Read more about Capella iQ
Copy Code


SELECT
    a.name,
    COUNT(r.airline) AS numberOfRoutes
FROM 'travel-sample'. inventory.route AS r
JOIN 'travel-sample'. inventory.route AS a ON KEYS r.airlineid 
WHERE a.country = "United States"
GROUP BY a.name
ORDER BY numberOfRoutes DESC;


VERSATILITY WITHOUT COMPLEXITY

Couchbase does the work of multiple databases, including key-value, JSON, SQL,
search, time-series, eventing, and analytics. This simplifies your data
architecture without sacrificing features for your AI-powered application.

Read the blog
Copy Code


// key/value
await collection.upsert('destination:1000', { name: 'Paris' });
// full text search
const result =  await cluster.searchQuery("travel-fts-index",
    couchbase.SearchQuery.match('Eiffel Tower'), { limit: 10 }
);
// SQL++
const sqlQuery = 'SELECT name FROM `travel` WHERE country = "France"';
const sqlResult = await cluster.query(sqlQuery);



Why Couchbase


DISTRIBUTED DATABASE ARCHITECTURE

User-centric, modern applications have unique requirements including the need
for multiple data access patterns that reduce architectural complexity, offer
mobility, and superior distributed performance across your favorite cloud.

COUCHBASE ENTERPRISE SERVER

Robust, high-performance, transactional NoSQL database with SQL for JSON.



Explore Couchbase Server

COUCHBASE CAPELLA WITH IQ

Fully managed DBaaS with AI-powered code assistance.



Explore Couchbase Capella

COUCHBASE MOBILE WITH APP SERVICES

Mobile database and edge sync services.



Explore Couchbase Mobile

CLOUD DEPLOYMENT ON YOUR TERMS

Choose your cloud and choose who manages the database.



Explore Autonomous Operator


DEVELOPMENT TEAMS HAVE SPECIAL USE CASES TO SOLVE

Developers and architects hate complex, unscalable data architectures because
they slow down applications, increase costs, and crush productivity. Couchbase
helps developers address these use case issues from every angle.

FIX SLOW APPLICATION PERFORMANCE

Increase application responsiveness to users and server-side systems.

Learn more

REDUCE THE COST OF OPERATIONS

Consolidate technology, optimize performance, and speed up development.

Learn more

CREATE MOBILE, EDGE, AND IOT APPS

Save and modify data with or without an internet connection.

Learn more

IMPROVE APPLICATION FLEXIBILITY

Easily adapt JSON schema during development and after deployment.

Learn more

ENABLE DISTRIBUTED WORKLOADS

Global clustering to offer high availability and performance.

Learn more

BOOST PRODUCTIVITY

Let developers choose from familiar and favorite tools and languages.

Learn more



INTEGRATE SMOOTHLY WITH OUR CLOUD PARTNERS

Easily deploy and manage your cloud strategy with the leading public cloud
providers and services.

Explore Our Partners Become a partner
 * 
 * 
 * 
 * 

> “Enterprise-class boxes cost lots of money. We can scale and be highly
> available with commodity hardware.”

Thomas Vidnovic, Solutions Architect, Marriott International
4000 transactions per second
30+ million documents
Read Customer Story See all stories

> “We found that the replication technology across data centers for Couchbase
> was superior, especially for large workloads.”

Claus Moldt, CIO, FICO
<1 ms response times
24x365 application uptime
Read Customer Story See all stories

> “With less than half the servers, we can increase performance and gain a much
> better scalable architecture.”

Amir Ish-Shalom, Sr. Director of Operations, Viber
15 billion call and message events/day
60% reduction in total servers
Read Customer Story See all stories

> “Couchbase is a highly scalable distributed data store that plays a critical
> role in our caching systems.”

Michael Kehoe, Sr. Staff Site Reliability Engineer, LinkedIn
10+ million queries per second
<4 ms latency for 2.5+ billion items
Read Customer Story See all stories

> “Enterprise-class boxes cost lots of money. We can scale and be highly
> available with commodity hardware.”

Thomas Vidnovic, Solutions Architect, Marriott International
4000 transactions per second
30+ million documents
Read Customer Story See all stories

> “We found that the replication technology across data centers for Couchbase
> was superior, especially for large workloads.”

Claus Moldt, CIO, FICO
<1 ms response times
24x365 application uptime
Read Customer Story See all stories
 * 1
 * 2
 * 3
 * 4

START BUILDING

Check out our developer portal to explore NoSQL, browse resources, and take
Couchbase for a spin in our playground.

Develop now

TRY CAPELLA

Get hands-on with Couchbase in just a few clicks. Capella DBaaS is the easiest
and fastest way to get started.

Try free

TRY CAPELLA IQ

Use our generative AI-powered coding assistant to create sample data, refine it,
and build queries on the datasets.

Get started

3250 Olcott Street
Santa Clara, CA 95054
United States

[gtranslate]


COMPANY

 * About
 * Leadership
 * News & Press
 * Investor Relations
 * Careers
 * Events
 * Legal
 * Contact Us


SUPPORT

 * Developer Portal
 * Documentation
 * Forums
 * Professional Services
 * Support Login
 * Support Policy
 * Training


QUICKLINKS

 * Blog
 * Downloads
 * Online Training
 * Resources
 * Why NoSQL
 * Pricing


FOLLOW US

 * Twitter
 * LinkedIn
 * YouTube
 * Facebook
 * GitHub
 * Stack Overflow
 * Discord

© 2024 Couchbase, Inc. Couchbase, Couchbase Lite and the Couchbase logo are
registered trademarks of Couchbase, Inc.
 * Terms of Use
 * Privacy Policy
 * Cookie Policy
 * Support Policy
 * Do Not Sell My Personal Information
 * Marketing Preference Center






We use cookies to offer you a better browsing experience, analyze site traffic,
personalize content, and serve targeted advertisements. Read about how we use
cookies and how you can control them by clicking "Cookie Settings." By clicking
“Accept All Cookies”, you consent to our use of cookies.
Cookies Settings Reject All Cookies Accept All Cookies



PRIVACY PREFERENCE CENTRE




 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * TARGETING COOKIES


 * PERFORMANCE COOKIES


 * FUNCTIONAL COOKIES

YOUR PRIVACY

We may request cookies to be set on your device when you visit our website. We
use cookies to let us know when you visit our website, how you interact with us,
to enrich your user experience, and to customize your relationship with
Couchbase, including providing you with more relevant advertising. Click on the
different category headings to find out more. You can also change your cookie
preferences. Note that blocking some types of cookies may impact your experience
on our website and the services we are able to offer.

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies


These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.    They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Cookies Details‎

PERFORMANCE COOKIES

Performance Cookies


These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site.    All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies


These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages.    If you do not allow these cookies then
some or all of these services may not function properly.

Cookies Details‎
Back Button


COOKIE LIST

Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Clear
checkbox label label
Apply Cancel
Save Settings
Allow All