---
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/release/7.6/modules/develop/pages/intro.adoc
  xref: xref:7.6@server:develop:intro.adoc[]
---

[Consult the llms.txt file for a full list of contents](/llms.txt)
[View original HTML](/server/7.6/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 Server.

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

## Connect

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

* [Connect to Couchbase Server](../guides/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 Search

Vector Search builds on the Search Service to provide support for vector indexes. You can use vector indexes with existing Large Language Models to develop AI applications.

* [Use Vector Search for AI Applications](../vector-search/vector-search.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](../analytics/introduction.md)

## SDKs

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

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

## Integrations

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

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