This is an automated email from the ASF dual-hosted git repository.

shaofengshi 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 e95745c844 [#9496] docs: Add doc for daft-connector (#9497)
e95745c844 is described below

commit e95745c8441bca5c4763bdfbcc88a3ce2a1b85e7
Author: Shaofeng Shi <[email protected]>
AuthorDate: Wed Dec 17 14:14:34 2025 +0800

    [#9496] docs: Add doc for daft-connector (#9497)
    
    ### What changes were proposed in this pull request?
    
    Add a new folder for Daft connector, just as other connectors (Flink,
    Spark, etc). Then add a new page in it, make some introduction on this
    function, and link to Daft website.
    
    ### Why are the changes needed?
    
    Daft community just announced its 0.7.0 release, which includes a
    connector for Apache Gravitino. So I'd like to update Gravitino document
    to add this information.
    
    Fix: #9496
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Preview in local
---
 docs/daft-connector/daft-connector.md | 53 +++++++++++++++++++++++++++++++++++
 docs/index.md                         |  6 ++++
 docs/overview.md                      |  4 +--
 3 files changed, 61 insertions(+), 2 deletions(-)

diff --git a/docs/daft-connector/daft-connector.md 
b/docs/daft-connector/daft-connector.md
new file mode 100644
index 0000000000..b792b97dbc
--- /dev/null
+++ b/docs/daft-connector/daft-connector.md
@@ -0,0 +1,53 @@
+---
+title: "Daft connector"
+slug: /daft-connector
+keyword: daft connector
+license: "This software is licensed under the Apache License version 2."
+---
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+# Daft Connector
+
+## What is Daft?
+
+[Daft](https://docs.daft.ai/) is a distributed dataframe library for Python, 
designed for complex data workflows on large datasets. It provides a familiar 
DataFrame API while offering powerful distributed computing capabilities for 
processing data at scale.
+
+## Daft Connector for Gravitino
+
+The Daft connector enables seamless integration between Daft and Apache 
Gravitino's unified metadata management system. This connector allows Daft 
users to:
+
+- Access tables and filesets managed by Gravitino
+- Leverage Gravitino's unified metadata layer across different data sources
+- Benefit from automatic credential management for cloud storage systems
+
+## Documentation
+
+For complete documentation on installation, configuration, usage examples, and 
API reference, please visit:
+
+**[Daft Gravitino Connector 
Documentation](https://docs.daft.ai/en/latest/connectors/gravitino/)**
+
+The official Daft documentation provides comprehensive guidance on:
+
+- Installation and setup instructions
+- Authentication configuration
+- Complete API reference
+- Usage examples and best practices
+- Compatibility information and limitations
\ No newline at end of file
diff --git a/docs/index.md b/docs/index.md
index 6df8459863..7e8b7e0f53 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -177,6 +177,12 @@ Gravitino provides a Flink connector to manage metadata in 
a unified way. To use
 
 * [Gravitino Flink connector](./flink-connector/flink-connector.md): a 
complete guide to using the Gravitino Flink connector.
 
+#### Daft connector
+
+Gravitino provides a Daft connector to access Gravitino metadata from Daft 
dataframes. To use the Daft connector, see:
+
+* [Gravitino Daft connector](./daft-connector/daft-connector.md): an 
introduction to the Gravitino Daft connector.
+
 
 ### Server administration
 
diff --git a/docs/overview.md b/docs/overview.md
index e5f1dd5ac1..161ca15cc1 100644
--- a/docs/overview.md
+++ b/docs/overview.md
@@ -60,8 +60,8 @@ Gravitino supports different query engines to access the 
metadata. Currently, it
 [Trino](https://trino.io/), users can use Trino to query the metadata and data 
without needing to
 change the existing SQL dialects.
 
-In addition, Gravitino has expanded its support to include [Apache 
Spark](https://spark.apache.org/)
-and [Apache Flink](https://flink.apache.org/), among other query engines. 
Further enhancements and
+In addition, Gravitino has expanded its support to include [Apache 
Spark](https://spark.apache.org/),
+[Apache Flink](https://flink.apache.org/), and [Daft](https://docs.daft.ai/), 
among other query engines. Further enhancements and
 additions to the supported query engines are also on the roadmap.
 
 ### AI asset management

Reply via email to