Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiebao committed Apr 8, 2024
1 parent e696088 commit 1322f59
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/how-to-use-relational-entity-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ This software is licensed under the Apache License version 2."

## Introduction

Gravitino supports using `Relational Entity Storage` to store metadata after version `0.5.0`. Currently, you can use `MySQL` as the jdbc backend for `Relational Entity Storage`.
Gravitino supports using `Relational Entity Storage` to store metadata after version `0.5.0`.

#### Target users
`Relational Entity Storage` is mainly aimed at users who are accustomed to using RDBMS to store data or lack available KV storage
to help them better to use Gravitino.

#### Advantages
With `Relational Entity Storage`, you can quickly deploy Gravitino in a production environment and take advantage of relational
storage to view and manage metadata.
Currently, you can use `MySQL` as the jdbc backend for `Relational Entity Storage`.

## Steps for usage

Expand All @@ -22,7 +31,7 @@ Gravitino supports using `Relational Entity Storage` to store metadata after ver
You need `download` and `unzip` the distribution package firstly, please see: [How to install Gravitino](how-to-install.md).
Then you can get the initialization script in the directory:
```text
${distribution_package_directory}/scripts/relational-entity-store/jdbc/mysql/
${distribution_package_directory}/scripts/relational-entity-store/mysql/
```
The script names like `schema-{version}-mysql.sql`, and the `version` depends on your Gravitino version.
For example, if your Gravitino version is `0.5.0`, then you should choose the `schema-0.5.0-mysql.sql` script.
Expand Down

0 comments on commit 1322f59

Please sign in to comment.