---
title: Embedding etcd in a Go Application
weight: 3562
description: Use etcd `embed` go package to run an etcd server within your application
---

The etcd `embed` go package provides a simple way to embed an etcd server directly into your application.

For more details, see the [embed package documentation](https://pkg.go.dev/go.etcd.io/etcd/server/v3/embed).
