xx789633 commented on code in PR #1587: URL: https://github.com/apache/fluss/pull/1587#discussion_r2329510182
########## website/docs/streaming-lakehouse/integrate-data-lakes/lance.md: ########## @@ -0,0 +1,98 @@ +--- +title: Lance +sidebar_position: 1 +--- + +# Lance + +[Lance](https://lancedb.github.io/lance/) is a modern table format optimized for machine learning and AI applications. +To integrate Fluss with Lance, you must enable lakehouse storage and configure Lance as the lakehouse storage. For more details, see [Enable Lakehouse Storage](maintenance/tiered-storage/lakehouse-storage.md#enable-lakehouse-storage). + +## Introduction + +To configure Lance as the lakehouse storage, you must configure the following configurations in `server.yaml`: +```yaml +# Lance configuration +datalake.format: lance + +datalake.lance.warehouse: /tmp/lance + +# To use S3 as Lance storage backend, you need to specify the following properties Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
