An Open LakeHouse Format for Big Data Analytics, ML & AI
The TrinityLake format defines the objects in a LakeHouse and provides a consistent and efficient way for accessing and manipulating these objects. It offers the following key features:
BEGIN
and COMMIT
semanticsMANAGED
and EXTERNAL
as well as federation-based access patterns.For more details about the format specification, and how to get started and use it with various open engines such as Apache Spark, please visit trinitylake.io.
The project website is built using the mkdocs-material framework with a few other plugins.
python3 -m venv env
source env/bin/activate
pip install mkdocs-material
pip install mkdocs-awesome-pages-plugin
source env/bin/activate
mkdocs serve