feat: expose catalog metadata api for python (#306)
6 files changed
tree: c29825209cd1e7fd3b59f50ea19aceef109a72e7
  1. .cargo/
  2. .devcontainer/
  3. .github/
  4. bindings/
  5. crates/
  6. dev/
  7. docs/
  8. scripts/
  9. .asf.yaml
  10. .gitattributes
  11. .gitignore
  12. .licenserc.yaml
  13. Cargo.toml
  14. CONTRIBUTING.md
  15. copyright.txt
  16. deny.toml
  17. DEPENDENCIES.rust.tsv
  18. LICENSE
  19. Makefile
  20. NOTICE
  21. README.md
  22. rust-toolchain.toml
  23. rustfmt.toml
README.md

Apache Paimon Rust   Build Status Latest Version

The rust implementation of Apache Paimon.

Issue Tracker

See Tracking issues of 0.1.0 version for Apache Paimon Rust

Contributing

Apache Paimon Rust is an exciting project currently under active development. Whether you're looking to use it in your projects or contribute to its growth, there are several ways you can get involved:

Documentation

The project documentation is built with MkDocs. See docs/README.md for details.

pip3 install mkdocs-material
cd docs && mkdocs serve

Getting help

Submit issues for bug report or asking questions in discussion.

License

Licensed under Apache License, Version 2.0.