You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

quick-start.md 589 B

123456
  1. There are some ways to set up Sedna, depends on your use case:
  2. - If you have none Kubernetes environment and don't want to install Kubernetes manually, you can follow [the instruction](./all-in-one.md) to install all-in-one Sedna environment.
  3. - Else you can follow [this instruction](./install.md) to install Sedna on existing Kubernetes cluster.
  4. - Also [there is a local up script](./local-up.md) which is mainly used for developing Sedna, it boots a local Kubernetes cluster and installs Sedna based on local Sedna repository.
  5. After set up Sedna, you can try out [examples](/examples).