Why Couchbase?
Couchbase is an award-winning distributed NoSQL developer database platform that delivers unmatched versatility, performance, scalability, and financial value for your critical applications. Couchbase embraces AI with coding assistance for developers, plus AI services for building applications that include RAG-powered agents, real-time analytics, and cloud-to-edge vector search.
High performance lowers TCO
Couchbase offers impressive memory-first performance at a lower cost for your critical applications. Workloads can be performance-tuned for each application to dramatically lower operating costs even further.
Read more about TCO
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 data platform
Couchbase Capella™ DBaaS combines the schema flexibility of JSON documents with the ease of AI-assisted coding to help developers build distributed, transactional, analytical, mobile, and AI applications in their favorite languages.
Read more about Capella iQ
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, text and vector search, graph, time series, eventing, agent creation, and columnar analytics. This simplifies your data architecture without sacrificing features for your AI-powered agentic applications.
Read the AI blog
// 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);
AI services for agentic applications
Capella takes the stress out of building AI agents with new services for secure model hosting, vectorization, preparing unstructured data, and reusing agents from a catalog. These services complement Capella’s support for vector storage and search, and make agent creation and validation a reality.
Read the AI blog
p = provider.get_prompt_for("helping users to find
flights")
my_prompt, my_tools = p.prompt, p.tools
# ...for use in your agent!
for s in react_agent.stream({"messages": [{"content":
my_prompt, "type": "system"}]},
stream_mode="values"):
print(s["messages"])
Comprehensive platform services for critical apps
Couchbase is taking a holistic approach as we deepen our support for data management across a single Capella platform. We’re making it easier for customers to create and deploy their most critical applications and incorporate the AI-powered agentic functions that will transform their businesses.
Transactional services
Process distributed operational data swiftly, safely, and reliably using in-memory services for ACID transactions, key-value data, SQL++ query, GSI indexing, text search, geo search, vector search, and eventing.
Analytic services
Use Capella Columnar to easily analyze real-time JSON data and write back to your transactional services by taking advantage of zero-ETL ingestion, SQL++ queries, massive compute and data scalability, plus integrations with Power BI and Tableau.
Mobile services
Build AI-powered apps that are always fast and available, with or without the internet. Our mobile services are developer friendly and AI ready, with SQL support, built-in sync, and vector search from cloud to edge.
AI services
Build high-performance agentic applications, host models, preprocess unstructured data, vectorize data in real time, and reuse agent functionality from the same platform that runs your operational applications.
High-performance NoSQL data platform
Develop high-performance AI-powered applications faster, deploy them anywhere using your favorite tools and languages.
In-memory database cluster services
Get exceptional performance from powerful features like caching, workload isolation, and auto-sharding.
Multipurpose access and storage services
Access comprehensive services for transactional, operational, analytical, mobile, and AI agentic workloads in a single platform with Capella DBaaS.
Data distribution services
Manage clusters, replicate across regions, synchronize with devices, support ACID transactions, ingest data with zero ETL, and streamline AI workflows.
Secure deployment anywhere
Choose your ideal deployment options, including DBaaS, Kubernetes clouds, on premises, edge, and mobile.
Developer tools and SDKs
Develop faster and more productively with SQL++ JSON queries, Couchbase Shell, object-relational mappers, AI frameworks, 12+ languages, and more.
Integrate smoothly with our cloud partners
Easily deploy and manage your cloud strategy with the leading public cloud providers and services.
What’s new in AI
Couchbase Capella™ AI Services private preview
Capella AI Services help enterprises tackle AI data challenges and includes:
- Model services
- Unstructured data services
- Vectorization services
- AI agent catalog services
- Capella AI functions