Vanlightly / table-formats-tlaplus

TLA+ specs for table formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table formats TLA+ and Fizzbee

A repository of TLA+ and Fizzbee specifications for table formats, and other related code.

So far:

  • Apache Hudi (TLA+)
    • v5 Hudi spec. Copy-On-Write tables, multi-writer, no tables services.
  • Delta Lake (TLA+)
    • Basic Copy-on-write tables, multi-writer.
  • Apache Paimon (Fizzbee)
    • Multi-writers, compaction.
  • Apache Iceberg (Fizzbee)
    • v2 spec. Copy-on-write, merge-on-read, multi-writer, compaction.

About

TLA+ specs for table formats

License:MIT License


Languages

Language:TLA 90.9%Language:Python 6.3%Language:Shell 2.8%