lake-pulse 0.1.0

A Rust library for analyzing data lake table health across multiple formats and storage providers.
Documentation
![Lake Pulse Logo](../lake-pulse-logo.svg)

A Rust library for analyzing data lake table health — *checking the pulse* — across multiple formats (Delta Lake, Apache Iceberg, Apache Hudi, Lance) and storage providers (AWS S3, Azure Data Lake, GCS, Local).

# Documentation

This directory contains documentation resources for Lake Pulse.

## Supported Formats

[![Delta Lake][delta-badge]][delta-link]
[![Apache Iceberg][iceberg-badge]][iceberg-link]
[![Apache Hudi][hudi-badge]][hudi-link]
[![Lance][lance-badge]][lance-link]

[delta-badge]: badges/delta-lake.svg
[delta-link]: https://github.com/delta-io/delta
[iceberg-badge]: badges/apache-iceberg.svg
[iceberg-link]: https://github.com/apache/iceberg
[hudi-badge]: badges/apache-hudi.svg
[hudi-link]: https://github.com/apache/hudi
[lance-badge]: badges/lance.svg
[lance-link]: https://github.com/lancedb/lance

## Examples

See the [examples](../examples/) directory for more detailed usage examples.

## Cloud Storage Documentation

For detailed information on configuration options, refer to the `object_store` crate documentation:
- [AWS S3 Configuration]https://docs.rs/object_store/latest/object_store/aws/enum.AmazonS3ConfigKey.html
- [Azure Configuration]https://docs.rs/object_store/latest/object_store/azure/enum.AzureConfigKey.html
- [GCP Configuration]https://docs.rs/object_store/latest/object_store/gcp/enum.GoogleConfigKey.html

## License

See LICENSE files for details.