You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC-11702: IA Phase 2 — Backport IA refresh to server (#175)
* Fix various missed N1QL→SQL++
* Convert guide titles to actions
* Rearrange the global index reference
* Update titles for SQL++ reference pages
* Update nav for JavaScript UDFs
* Create combined nav for Query
* Update pagination for select query guides
* Update pagination for import guide
* Update Advanced Query Features landing page
* Update service descriptions
* Move Index Consistency from Queries and Results to Index Availability and Performance.
* Move Index Building from Queries and Results to Index Lifecycle
* Updating Query page with Dina's suggestions
* Update Query Concepts page with Dina's suggestions
* Fix pagination for Index Advisor guide
* Update landing pages
* Add Query Admin section; move System Information and Manage Indexes sections into it
* Update System Info page with Dina's suggestions
* Query Service Landing Page
* Run Queries
* Driveby fix for SELECT guide
* Correct example snippets in Guides
* Update transactions overview and guide
* Delete and redirect unused landing pages
* Add Developer Intro landing page; delete and redirect Guides landing page
* Add integrations page from Server; update Developer Intro page
* Fix up KV operations devex guides
* AV-61582 style fix (use of we)
* Add LangChain and Terraform to new integrations page and delete original
* Remove guides intro page
* Update combined nav for Connect and Data
* Update search nav: promote everything one step in hierarchy
* Add signpost partial with component logos
* Add signpost partial and escape hatch to pages for consistency
* Add signpost and enable escape hatch for Work with Your Data
* Enable escape hatch for Import and Export Data
* Replace escape hatch with component signpost in Developer Intro
* Replace other guide link with component signpost
* Remove escape hatch and other guide partials
* SQL++ landing page is a reference
* Update admin landing page for Server
* Add the CBQ, manage and monitoring pages to the Query nav — hide auditing and backfill pages for now
* Add Manage Documents page to KV nav
* Relocate JavaScript UDFs
* Add Vector Search to Developer Intro
* Update title of Connect guide
* No need to call it a language reference
* Settings as separate section
* Add backfill and auditing to admin
* Add sequence expressions to SQL++ overview
* Delete unused import / export nav link
* Update title of Flex Indexes: action first
* Update Manage Documents link
* Put settings and parameters back under Admin.
* Update component signpost partial, use no-escape-hatch attrib
* Minor formatting changes for auditing and backfill
* GSI overview page: add query without index, ADVISE
* Fix link to Data on Developer Intro page
* flag-devex-escape-hatch covers entire signpost
* Make server logo blue
* Fix page alias in Developer Intro
* Add Query icon for language signpost
These how-to guides walk you through common tasks for Couchbase Server development, such as storing, retrieving, and querying documents.
36
+
Choose how you want to connect your app to Couchbase Server.
37
37
38
-
* xref:guides:intro.adoc[Developer Guides]
38
+
* xref:guides:connect.adoc[]
39
39
40
-
== SDKs
40
+
== Data
41
41
42
-
Couchbase offers numerous software development kits (SDKs) that provide programmatic access to Couchbase Server.
42
+
Use the Data Service for key-value (CRUD) operations and to import or export data.
43
43
44
-
* xref:home:ROOT:sdk.adoc[]
44
+
* xref:guides:data.adoc[]
45
45
46
-
== Starter Kits
46
+
== Query
47
47
48
-
Starter kits are repositories containing example code to get you started with various development projects.
48
+
Use the Query Service and the Index Service to issue {sqlpp} queries to extract and manipulate data.
49
49
50
-
* xref:getting-started:starter-kits.adoc[]
50
+
* xref:n1ql:query.adoc[]
51
51
52
-
== Query Service Information
52
+
== Vector Search
53
53
54
-
The Query Service enables you to issue queries to extract data from Couchbase clusters.
55
-
You can also issue queries for defining indexes and data manipulation.
54
+
Vector Search builds on the Search Service to provide support for vector indexes.
55
+
You can use vector indexes with existing Large Language Models to develop AI applications.
56
56
57
-
* xref:n1ql:query.adoc[]
57
+
* xref:vector-search:vector-search.adoc[]
58
58
59
-
== Search Service Information
59
+
== Search
60
60
61
-
The Search Service (Full Text Search or FTS) enables you to create and manage full-text indexes, and provides extensive capabilities for natural-language and geospatial queries.
61
+
Use the Search Service for full-text search with natural language processing across multiple data types and languages.
62
+
Use custom text analysis, Geospatial search, and more.
62
63
63
-
* xref:fts:fts-introduction.adoc[]
64
+
* xref:search:search.adoc[]
64
65
65
-
== Eventing Service Information
66
+
== Eventing
66
67
67
-
The Eventing Service provides near real-time handling of changes to data.
68
-
It enables you to execute code either in response to mutations, or as scheduled by timers.
68
+
Use the Eventing Service to respond to changes to your data in near real-time.
69
+
Execute custom code in response to mutations, or as scheduled by timers.
69
70
70
71
* xref:eventing:eventing-overview.adoc[]
71
72
72
-
== Analytics Service Information
73
+
== Analytics
74
+
75
+
Use the Analytics Service for online analytical processing (OLAP) for large datasets, with complex analytical or ad hoc queries.
76
+
77
+
* xref:analytics:introduction.adoc[]
78
+
79
+
== SDKs
80
+
81
+
Couchbase offers numerous software development kits (SDKs) that provide programmatic access to Couchbase Server.
82
+
83
+
* xref:home:ROOT:sdk.adoc[]
84
+
85
+
== Integrations
73
86
74
-
The Analytics Service is a parallel data management capability for Couchbase Server, designed to run ad-hoc, analytical queries efficiently over many records.
87
+
Integrations that Couchbase or partners have developed to enhance Couchbase Server and partner services --
88
+
a vital tool for many larger development projects.
75
89
76
-
* xref:analytics:introduction.adoc[Introduction to Analytics]
0 commit comments