This is an automated email from the ASF dual-hosted git repository.
jerryshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 5759fa1f49 docs: mention MariaDB in README feature list (#11217)
5759fa1f49 is described below
commit 5759fa1f49f82eedcc4d4c7e3e691bcd7bc99884
Author: Robert Silén <[email protected]>
AuthorDate: Tue May 26 13:55:29 2026 +0300
docs: mention MariaDB in README feature list (#11217)
## Summary
Adds MariaDB to the README example list of metadata sources Gravitino
can manage. The project already supports `jdbc:mariadb` URLs (e.g. in
`JdbcUrlUtils`); the README listed Hive, MySQL, HDFS, and S3 but not
MariaDB.
Documentation only; no code or deployment changes.
## Test plan
- [x] README only
Co-authored-by: Cursor <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 56288fafc8..940f319ae9 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Apache Gravitino is a high-performance, geo-distributed, and
federated metadata
## 🚀 Key Features
-- **Unified Metadata Management**: Manage diverse metadata sources through a
single model and API (e.g., Hive, MySQL, HDFS, S3).
+- **Unified Metadata Management**: Manage diverse metadata sources through a
single model and API (e.g., Hive, MySQL, MariaDB, HDFS, S3).
- **End-to-End Data Governance**: Features like access control, auditing, and
discovery across all metadata assets.
- **Direct Metadata Integration**: Changes in underlying systems are
immediately reflected via Gravitino’s connectors.
- **Geo-Distribution Support**: Share metadata across regions and clouds to
support global architectures.