trinitylake-io / trinitylake

Open LakeHouse Format for Big Data Analytics, ML & AI
https://trinitylake.io/
Apache License 2.0
4 stars 2 forks source link

TrinityLake

An Open LakeHouse Format for Big Data Analytics, ML & AI

TrinityLake Logo

Introduction

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:

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.

Project Website Development

The project website is built using the mkdocs-material framework with a few other plugins.

First time setup

python3 -m venv env
source env/bin/activate
pip install mkdocs-material
pip install mkdocs-awesome-pages-plugin

Serve website

source env/bin/activate
mkdocs serve