---
title: Developer Intro
description: This section contains tutorials, how-to guides, and information
  about Couchbase Services to help you develop applications.
pubDate: 2026-08-17T09:53:44.266Z
antora:
  editUrl: https://github.com/couchbaselabs/docs-devex/edit/capella/modules/develop/pages/intro.adoc
  xref: xref:cloud:develop:intro.adoc[]
---

[Consult the llms.txt file for a full list of contents](/llms.txt)
[View original HTML](/cloud/develop/intro.html)

# Developer Intro

This section contains tutorials, how-to guides, and information about Couchbase Services to help you develop applications. It also provides links to the documentation for software development kits and other integrations.

## Developer Tutorial

This tutorial provides an introductory worked example for developers, showing how to use a software development kit with a simple database.

* [Developer Tutorial: Student Record System](../tutorials/couchbase-tutorial-student-records.md)

## Migration Tutorial

This tutorial demonstrates how to migrate your data from a MySQL server over to Couchbase Capella.

* [Migration Tutorial: Migrate your Data from MySQL to Couchbase Capella](../tutorials/migration-tutorial-capella/sql-migration-tutorial-capella.md)

## Connect

Choose how you want to connect your app to Couchbase Capella.

* [Connect To Your Cluster](../get-started/connect.md)

## Data

Use the Data Service for key-value (CRUD) operations and to import or export data.

* [Work with Your Data](../guides/data.md)

## Query

Use the Query Service and the Index Service to issue SQL++ queries to extract and manipulate data.

* [Query Data with SQL++](../n1ql/query.md)

## Vector Indexes

The Query Service, the Index Service, and the Search Service provide support for vector indexes. You can use vector indexes with existing Large Language Models to develop AI applications.

* [Use Vector Indexes for AI Applications](../vector-index/vectors-and-indexes-overview.md)

## Search

Use the Search Service for Full-Text Search with natural language processing across multiple data types and languages. Use custom text analysis, geospatial search, and more.

* [Add Search to Your Application](../search/search.md)

## Eventing

Use the Eventing Service to respond to changes to your data in near real-time. Execute custom code in response to mutations, or as scheduled by timers.

* [Run a Function on Data Change](../eventing/eventing-overview.md)

## Analytics

Use the Analytics Service for online analytical processing (OLAP) for large datasets, with complex analytical or ad hoc queries.

* [Analyze Large Datasets](../clusters/analytics-service/analytics-service.md)

## Mobile

Use App Services in combination with Couchbase Mobile to develop mobile apps.

* [Build Mobile Apps](../mobile-guides/intro.md)

## SDKs

Couchbase offers numerous software development kits (SDKs) that provide programmatic access to Couchbase Capella.

* [SDKs & Connectors](../../home/sdk.md)

## Integrations

Integrations that Couchbase or partners have developed to enhance Couchbase, Capella, and partner services — a vital tool for many larger development projects.

* [Integrations, Connectors, and Tools](../third-party/integrations.md)