Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions content/community_edition.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,34 @@ title: "CedarDB Community Edition"
weight: 5
---

CedarDB is a SQL database system designed for modern data management needs.
{{< tabs items="Docker,Local Install,Cloud Setup" >}}
{{< tab >}}
```shell
docker pull cedardb/cedardb
```
...and visit our [**Run With Docker**](../get_started/install_with_docker) guide for more details.
{{< /tab >}}
{{< tab >}}
```
curl https://get.cedardb.com | bash
```
...and visit our [**Local Install**](../get_started/install_locally) guide for more details.
{{< /tab >}}
{{< tab >}}
Visit [**Operate in the Cloud**](../get_started/operate_in_cloud) for more details.
{{< /tab >}}
{{< /tabs >}}

<br>

## Community Edition
---

The **CedarDB Community Edition**
- is free forever
- requires no signup
- is ready to run on any machine.

It is the right choice for everything from solo projects to small-scale production workloads. No strings attached!
It is **the right choice** for everything from solo projects to small-scale production workloads. No strings attached!


{{% callout type="info" %}}
Expand Down