Skip to content

Commit 7cebf19

Browse files
Create start-here.adoc for Couchbase introduction
This document introduces Couchbase as a multipurpose NoSQL database, detailing its capabilities for transactional, analytical, mobile, and AI applications. It includes sections on getting started, SDKs, analytics, and developing for mobile and edge.
1 parent 2cb5c23 commit 7cebf19

File tree

1 file changed

+176
-0
lines changed

1 file changed

+176
-0
lines changed
Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
= Get Started with Couchbase
2+
:page-layout: landing-page-capella
3+
:page-rank: 75
4+
:!sectids:
5+
6+
7+
include::partial$info-banner.adoc[]
8+
9+
10+
11+
= Get Started with Couchbase
12+
13+
14+
The Developer Data Platform for Critical Applications in Our AI World.
15+
16+
Couchbase is a multipurpose NoSQL database for transactional, analytical, mobile, and AI applications.
17+
Our operational and analytical databases can be deployed self-managed or fully-managed as a service offering.
18+
Offline-first mobile takes Couchbase to the edge, and can be synced via App Services in the cloud, or a self-managed Sync Gateway deployment.
19+
AI Services (currently in private preview) simplify building agentic apps.
20+
21+
22+
23+
24+
25+
[.centered.card-container]
26+
== A Multipurpose NoSQL Platform for Transactional, Analytical, Mobile / Edge, and AI Applications
27+
28+
[.card-box]
29+
=== icon:rocket[] Transactional Workloads -- in the Cloud or Your Datacenter
30+
31+
Explore {sqlpp}, or the fast CRUD interface of the Data Service.
32+
33+
https://cloud.couchbase.com/sign-up[Sign Up to Capella^] for the quickest start.
34+
Follow along with the built-in tutorial, or discover a xref:sdk.adoc[Couchbase Operational SDKs] in your favorite programming language:
35+
36+
xref:c-sdk:hello-world:start-using-sdk.adoc[C]
37+
| xref:cxx-sdk:hello-world:start-using-sdk.adoc[{cpp}]
38+
| xref:dotnet-sdk:hello-world:start-using-sdk.adoc[.NET]
39+
| xref:go-sdk:hello-world:start-using-sdk.adoc[Go]
40+
| xref:java-sdk:hello-world:start-using-sdk.adoc[Java]
41+
| xref:kotlin-sdk:hello-world:start-using-sdk.adoc[Kotlin]
42+
| xref:nodejs-sdk:hello-world:start-using-sdk.adoc[Node.js]
43+
| xref:php-sdk:hello-world:start-using-sdk.adoc[PHP]
44+
| xref:python-sdk:hello-world:start-using-sdk.adoc[Python]
45+
| xref:ruby-sdk:hello-world:start-using-sdk.adoc[Ruby]
46+
| xref:rust-sdk:hello-world:start-using-sdk.adoc[Rust]
47+
| xref:scala-sdk:hello-world:start-using-sdk.adoc[Scala]
48+
49+
50+
[.card-box]
51+
=== icon:rocket[] Real Time Analytics with Analytics SDKs
52+
53+
xref:enterprise-analytics:intro:intro.adoc[Enterprise Analytics] brings the power of NoSQL to the world of analytics -- self-managed, or in Capella.
54+
55+
56+
[.card-box]
57+
=== icon:rocket[] Develop for Mobile and the Edge
58+
59+
Build your app in Couchbase Lite (CBL) for offline-first connectivity, then sync to Couchbase Server with Capella App Services (or self-managed Sync Gateway) -- or run peer-to-peer.
60+
61+
62+
* Couchbase Lite for xref:couchbase-lite:android:quickstart.adoc[Android in Java or Kotlin] |
63+
xref:couchbase-lite:swift:quickstart.adoc[iOS Swift]
64+
and xref:couchbase-lite:objc:quickstart.adoc[iOS Objective-C] |
65+
xref:couchbase-lite:c:quickstart.adoc[Edge devices in C] |
66+
xref:couchbase-lite:csharp:quickstart.adoc[C# .NET] |
67+
xref:couchbase-lite:java:quickstart.adoc[Java] |
68+
xref:couchbase-lite:javascript:quickstart.adoc[JavaScript -- Ionic and React]
69+
* Sync your data with:
70+
** xref:cloud:mobile-guides:intro.adoc[Capella App Services]
71+
** xref:sync-gateway::introduction.adoc[Self-managed SyncGateway]
72+
** xref:couchbase-edge-server:introduction:intro.adoc[Edge Server]
73+
** xref:couchbase-lite:android:p2psync-websocket.adoc[peer-to-peer]
74+
75+
76+
[.card-box]
77+
=== icon:rocket[] Develop RAG and Agentic AI Applications
78+
79+
Vector Query facilitates RAG applications speedily and at scale.
80+
Vector Search Service offers the ability to combine searches with our sophisticated Search API.
81+
82+
* xref:cloud:vector-search:vector-search.adoc[Vector Search in Capella Operational]
83+
* xref:server:vector-search:vector-search.adoc[Vector Search in self-managed Couchbase Server]
84+
85+
Explore AI Services and build Agentic Apps (https://info.couchbase.com/capella-ai-services-signup[currently in Private Preview]).
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
////
96+
[.centered.card-container]
97+
== A Multipurpose NoSQL Platform for Transactional, Analytical, Mobile / Edge, and AI Applications
98+
99+
[.card-box]
100+
=== icon:rocket[] Transactional Workloads -- in the Cloud or Your Datacenter
101+
102+
Explore {sqlpp}, or the fast CRUD interface of the Data Service.
103+
104+
105+
* Capella Operational --
106+
** https://cloud.couchbase.com/sign-up[Sign Up to Capella^]
107+
** xref:cloud:get-started:intro.adoc[Read the Capella Docs]
108+
** https://docs.couchbase.com/cloud/develop/intro.html[Develop for Capella]
109+
* Self-managed xref:server:getting-started:start-here.adoc[Couchbase Server]
110+
** xref:operator::overview.adoc[Couchbase Autonomous Operator for Kubernetes]
111+
** xref:7.6@develop:develop:intro.adoc[Develop for Couchbase Server]
112+
** xref:server:tutorials:couchbase-tutorial-student-records.adoc[NoSQL for RDBMS users]
113+
* xref:sdk.adoc[Operational SDKs]:
114+
+
115+
xref:c-sdk:hello-world:start-using-sdk.adoc[C]
116+
| xref:cxx-sdk:hello-world:start-using-sdk.adoc[{cpp}]
117+
| xref:dotnet-sdk:hello-world:start-using-sdk.adoc[.NET]
118+
| xref:go-sdk:hello-world:start-using-sdk.adoc[Go]
119+
| xref:java-sdk:hello-world:start-using-sdk.adoc[Java]
120+
| xref:kotlin-sdk:hello-world:start-using-sdk.adoc[Kotlin]
121+
| xref:nodejs-sdk:hello-world:start-using-sdk.adoc[Node.js]
122+
| xref:php-sdk:hello-world:start-using-sdk.adoc[PHP]
123+
| xref:python-sdk:hello-world:start-using-sdk.adoc[Python]
124+
| xref:ruby-sdk:hello-world:start-using-sdk.adoc[Ruby]
125+
| xref:rust-sdk:hello-world:start-using-sdk.adoc[Rust]
126+
| xref:scala-sdk:hello-world:start-using-sdk.adoc[Scala]
127+
* xref:cloud:third-party:integrations.adoc[Integrations, Connectors, and Tools]
128+
// * Multi-Document ACID Transactions
129+
// * xref:cloud:develop:intro.adoc[Capella Operational Developer Intro]
130+
131+
132+
133+
[.card-box]
134+
=== icon:rocket[] Real Time Analytics with Analytics SDKs
135+
136+
Enterprise Analytics brings the power of NoSQL to the world of analytics -- self-managed, or in Capella.
137+
138+
* xref:enterprise-analytics:intro:intro.adoc[Enterprise Analytics]
139+
** xref:home::analytics-sdk.adoc[Enterprise Analytics SDK pages]
140+
* xref:analytics:intro:intro.adoc[Capella Analytics]
141+
** xref:home::columnar-sdk.adoc[Capella Analytics SDK pages]
142+
* xref:server/current/analytics/introduction.adoc[CBAS] -- traditional row-based analytics in the operational database
143+
** xref:java-sdk:howtos:analytics-using-sdk.adoc[CBAS from the SDK]
144+
145+
146+
[.card-box]
147+
=== icon:rocket[] Develop for Mobile and the Edge
148+
149+
Build your app in Couchbase Lite (CBL) for offline-first connectivity, then sync to Couchbase Server with Capella App Services (or self-managed Sync Gateway) -- or run peer-to-peer.
150+
151+
152+
* Couchbase Lite for xref:couchbase-lite:android:quickstart.adoc[Android in Java or Kotlin] |
153+
xref:couchbase-lite:swift:quickstart.adoc[iOS Swift]
154+
and xref:couchbase-lite:objc:quickstart.adoc[iOS Objective-C] |
155+
xref:couchbase-lite:c:quickstart.adoc[Edge devices in C] |
156+
xref:couchbase-lite:csharp:quickstart.adoc[C# .NET] |
157+
xref:couchbase-lite:java:quickstart.adoc[Java] |
158+
xref:couchbase-lite:javascript:quickstart.adoc[JavaScript -- Ionic and React]
159+
* Sync your data with:
160+
** xref:cloud:mobile-guides:intro.adoc[Capella App Services]
161+
** xref:sync-gateway::introduction.adoc[Self-managed SyncGateway]
162+
** xref:couchbase-edge-server:introduction:intro.adoc[Edge Server]
163+
** xref:couchbase-lite:android:p2psync-websocket.adoc[peer-to-peer]
164+
165+
166+
[.card-box]
167+
=== icon:rocket[] Develop RAG and Agentic AI Applications
168+
169+
Vector Query facilitates RAG applications speedily and at scale.
170+
Vector Search Service offers the ability to combine searches with our sophisticated Search API.
171+
172+
* xref:cloud:vector-search:vector-search.adoc[Vector Search in Capella Operational]
173+
* xref:server:vector-search:vector-search.adoc[Vector Search in self-managed Couchbase Server]
174+
175+
Explore AI Services and build Agentic Apps (https://info.couchbase.com/capella-ai-services-signup[currently in Private Preview]).
176+
////

0 commit comments

Comments
 (0)