This is an automated email from the ASF dual-hosted git repository.
jshao 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 357184db9 [Minor] Update README.md (#5571)
357184db9 is described below
commit 357184db9b0939cc54d22b56129b068f481d9df2
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Nov 14 15:06:26 2024 +1100
[Minor] Update README.md (#5571)
### What changes were proposed in this pull request?
Update the feature list to be more up-to-date and match the website.
### Why are the changes needed?
So people know what Gravitino does.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
N/A
---
README.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 1fe304c4b..86edc6b2e 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,12 @@ Apache Gravitino is a high-performance, geo-distributed,
and federated metadata

Gravitino aims to provide several key features:
-
-* Single source of truth for multi-regional data with geo-distributed
architecture support.
-* Unified data and AI asset management for both users and engines.
-* Security in one place, centralizing the security for different sources.
-* Built-in data management and data access management.
+* Unified Metadata Management: Gravitino provides a unified model and API to
manage different types of metadata, including relational (e.g., Hive, MySQL)
and file-based (e.g., HDFS, S3) metadata sources.
+* End-to-End Data Governance: Gravitino offers a unified governance layer for
managing metadata with features like access control, auditing, and discovery.
+* Direct Metadata Management: Gravitino connects directly to metadata sources
via connectors, ensuring changes are instantly reflected between Gravitino and
the underlying systems.
+* Geo-Distribution Support: Gravitino enables deployment across multiple
regions or clouds, allowing instances to share metadata for a global
cross-region view.
+* Multi-Engine Support: Gravitino supports query engines enabling metadata
access without modifying SQL dialects.
+* AI Asset Management (WIP): Gravitino is expanding to manage both data and AI
assets, with support for AI models and features currently in development.
## Contributing to Apache Gravitino