dolt logo

dolt

dolthub/dolt

Git for Data

GraphCanon updated 2d · GitHub synced 2d

24k stars860 forksLast push 2d Go Apache-2.0

Decision brief

`dolt` merges version control principles from Git with SQL database capabilities to manage data versions effectively.

Good fit when

  • Use `dolt` when you need a system that treats your data like source code, allowing for branching, merging, and rollback operations similar to software development practices.
  • Prefer `dolt` if your workflows involve collaboration on datasets where changes made by different users must be tracked and merged, akin to how Git handles collaborative coding projects.

Avoid when

  • If a simple, monolithic relational database with no need for historical data versioning is sufficient, then `dolt` might introduce unnecessary complexity.
  • Avoid using `dolt` if your primary requirement is real-time transaction processing without the overhead of maintaining multiple versions of your dataset.

Observed Jul 11, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (0d since push)
As of 2d
Provenance
Not a fork · Organization account
As of 2d
Security (OSV)
No lockfile
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

go get github.com/dolthub/dolt
pkg.go.dev

How it fits your stack(6)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

Dolt is a version-controlled database system that combines the functionalities of Git and SQL, enabling data version control similar to source code.

Capability facts

Languages
go

Source: github.language · Aug 19, 2026

Categories

Tags

README

Installation

Dolt is a single ~103 megabyte program.

dolt $ du -h /Users/timsehn/go/bin/dolt
103M	/Users/timsehn/go/bin/dolt

It's really easy to install. Download it and put it on your PATH. We have a bunch of ways to make this even easier for most platforms.


Credits and License

Dolt relies heavily on open source code and ideas from the Noms project. We are very thankful to the Noms team for making this code freely available, without which we would not have been able to build Dolt so rapidly.

Dolt is licensed under the Apache License, Version 2.0. See LICENSE for details.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.