1 dépôt
Consistent APIs that allow diverse compute engines to read and write shared data tables.
Distinguishing note: No candidate addresses the cross-engine interoperability of reading and writing tables.
Explore 1 awesome GitHub repository matching data & databases · Multi-Engine Table Interfaces. Refine with filters or upvote what's useful.
Delta is a lakehouse table format that brings ACID transactions and data warehouse consistency to large scale data lakes on cloud object storage. It serves as an ACID transaction manager, coordinating atomic commits and serializable isolation for concurrent reads and writes across distributed compute engines. The project provides a multi-engine interoperability layer that uses format translation to allow diverse SQL engines and processing frameworks to read and write the same tables. It functions as a data versioning system, utilizing a transaction log to enable time travel, historical snapsh
Provides a consistent set of APIs for interacting with data tables across different compute engines and storage systems.