なぜCouchbaseなのか?
Couchbaseは、受賞歴のある分散型NoSQL開発者データベースプラットフォームであり、お客様の重要なアプリケーションに比類のない汎用性、パフォーマンス、スケーラビリティ、財務的価値を提供します。Couchbaseは、開発者のためのコーディング支援、ハイパースケールベクトルインデックス、さらにRAGを搭載したエージェント、リアルタイム分析、モバイルベクトルサーチを備えたクラウドからエッジまでのAIアプリケーションを含むアプリケーション構築のためのAIサービスにより、AIを受け入れています。
高性能がTCOを削減
Couchbaseは、お客様の重要なアプリケーションのために、低コストで印象的なメモリファーストのパフォーマンスを提供します。AIワークロードはアプリケーションごとにパフォーマンスチューニングが可能で、運用コストをさらに劇的に下げることができます。
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);
Unified AI database platform
Couchbase Capella™ DBaaS combines the schema flexibility of JSON documents with billion-scale vector indexes to help teams build distributed, operational, analytical, mobile, and AI applications in their favorite languages.
Read more about Capella
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;
複雑さを排除した多用途性
Couchbase does the work of multiple databases, including key-value, JSON, SQL, hyperscale vectors, text and geo-search, graph, time series, eventing, agent creation, and real-time analytics. This simplifies your data architecture without sacrificing features for your AI-powered agentic applications.
新聞を手に入れる
// 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
AI Services enables enterprises to build, deploy, and govern agentic AI applications with the security, performance, and reliability required at scale. Teams get data management, model integration, and governance in a single unified platform that eliminates the complexity and fragmentation that is holding back GenAI apps.
Read about AI Services
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"])
重要なアプリケーションのための包括的なプラットフォームサービス
Couchbaseは、単一のCapellaプラットフォームでAIを中心としたデータ管理のサポートを深め、全体的なアプローチを取っています。私たちは、お客様が最も重要なアプリケーションを作成・展開し、ビジネスを変革するAIを活用したエージェント機能を組み込むことを容易にします。
運営サービス
ACIDトランザクション、ベクトル・インデックス、キー・バリュー・データ、SQL++クエリ、GSIインデックス、テキスト検索、ジオ検索、ベクトル検索、イベント処理のためのインメモリ・サービスを使用して、分散された業務データを迅速、安全、確実に処理します。
AIサービス
Move beyond multiple disparate tools that result in complex architectures, high latency, unneeded management tasks, trust issues, and extra cost. Build, scale, and govern more easily with Couchbase.
モバイルサービス
インターネットの有無にかかわらず、常に高速で利用可能なAI搭載モバイルアプリを構築できます。当社のモバイルサービスは、SQLサポート、ビルトイン同期、ユーザーの指先でのデバイス上のベクトル検索など、開発者に優しく、AIに対応しています。
分析サービス
Couchbase Analyticsを使用して、簡単にリアルタイムのJSONデータを分析し、ゼロETLインジェスト、自然言語SQL + +クエリ、大規模な計算とデータのスケーラビリティ、さらにPower BIとTableauとの統合を利用して、トランザクションサービスに書き戻します。
高性能NoSQLデータ・プラットフォーム
高性能なAI搭載アプリケーションをより速く開発し、お気に入りのツールや言語を使ってどこにでもデプロイできます。
どこでも安全な配備
DBaaS、Kubernetesクラウド、オンプレミス、エッジ、モバイルなど、理想的な導入オプションを選択できます。
インメモリデータベースクラスターサービス
キャッシング、ワークロード分離、ベクトル検索、自動シャーディングなどの強力な機能により、卓越したパフォーマンスを実現します。.
多目的アクセスと保管サービス
トランザクション、運用、分析、モバイル、AIエージェントのワークロードのための包括的なサービスを、Capella DBaaSの単一プラットフォームで利用できます。
データ配信サービス
クラスタの管理、リージョン間のレプリケーション、デバイスとの同期、ACIDトランザクションのサポート、ETLゼロでのデータ取り込み、AIワークフローの合理化。
開発者ツールとSDK
Develop faster and more productively with natural language SQL++ JSON queries, Couchbase Shell, object-relational mappers, AI frameworks, 12+ languages, and more.