GeistHaus
log in · sign up

GitHub - dolthub/dolt: Dolt – Git for Data

github.com

Dolt – Git for Data. Contribute to dolthub/dolt development by creating an account on GitHub.

16 pages link to this URL
So you Want an Immutable Database?

Immutable databases come in three flavors: ledgers, blockchains, and version controlled databases. This is a survey of immutable databases, excluding blockchains. Dolt is an immutable SQL database with version control.

1 inbound link article en
Matthias Plappert

Personal website and blog of Matthias Plappert. Writing about AI, machine learning, and robotics.

0 inbound links website en
AI SQL Testing

A new paper about AI SQL testing was published by the UC Berkeley CS department. We've been working with the authors, Qiuyang Mang and Runyuan He, fixing bugs their testing tool Argus identified for over a month. This article describes the Argus approach and the bugs it found in Dolt.

1 inbound link article en
Trickster Dev

Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting

bjorn.now

careful chaos in practice

0 inbound links website en #beads#dolt#genie#3d-printing
Git for Data Applied: Comparing Git-like Tools That Separate Metadata from Data

A deep dive into the leading git-for-data tools — LakeFS, Dolt, Nessie, Neon, MotherDuck, DuckLake, and Bauplan — comparing how each implements branching, merging, snapshots, and rollbacks without duplicating data. Learn which tool fits your stack, whether you're versioning a data lake, SQL database, or analytical warehouse.

0 inbound links article en Data Engineering data pipelinesdata architecturedata lakeopen table formatdevopsmotherduckservices
How to reset beads' dolt database

When beads can’t find or create a dolt database, delete the local dolt state and reinit. The errors look like this: Error: failed to open Dolt store: database "bs" not available after CREATE DATABASE: Error 1049 (HY000): database not found: bs or: Error: failed to open database: database "bs" not found on Dolt server at 127.0.0.1:3308

0 inbound links article en beadsdolt
So you want Slowly Changing Dimension?

Understand slowly changing dimension definitions, methods, and tools. Outlines the business benefits of using slowly changing dimension for database versioning. Introduces Dolt, the first SQL database with built in slowly changing dimension.

1 inbound link article en