mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-22 07:33:19 +00:00
ff632b1c4b
* feat(docker-compose): Add `docker-compose.yml` #100 Signed-off-by: Ryan Russell <git@ryanrussell.org> * docs(build-from-source): Include build from source Signed-off-by: Ryan Russell <git@ryanrussell.org>
34 lines
753 B
Markdown
34 lines
753 B
Markdown
<p align="center">
|
|
<a href="https://dragonflydb.io">
|
|
<img src="https://raw.githubusercontent.com/dragonflydb/dragonfly/main/.github/images/logo-full.svg"
|
|
width="284" border="0" alt="Dragonfly">
|
|
</a>
|
|
</p>
|
|
|
|
|
|
# Quick Start
|
|
|
|
The easiest way to get started with Dragonfly is with Docker.
|
|
|
|
## Deployment Method
|
|
|
|
First, choose a deployment method.
|
|
|
|
If you are new to Dragonfly, we recommend the [DragonflyDB Docker Quick Start Guide](/docs/quick-start/)
|
|
|
|
Other options:
|
|
|
|
### - [Docker Compose](/contrib/docker/)
|
|
|
|
### - [Helm Chart for Kubernetes](/contrib/charts/dragonfly/)
|
|
|
|
|
|
# Learn About DragonflyDB
|
|
## [FAQ](/docs/faq.md)
|
|
|
|
## [Differences Between DragonflyDB and Redis](/docs/differences.md)
|
|
|
|
## [API Command Status](/docs/api_status.md)
|
|
|
|
|