Blog
PRODUCTS
KEYWORDS
Background Dolt is a SQL database with Git-like version control features for both data and schema. This makes Dolt useful in a wide variety of applications while possessing a novel set of features. This blo…
4 min readRead MoreDoltHub is a place on the internet to host and collaborate on Dolt databases. TLDR: DoltHub provides a SQL first interface for interacting with your Dolt database. DoltHub got a makeover! This post will det…
3 min readRead MoreIt's that time for our April dataset spotlight here at DoltHub. For new folks, Dolt is a SQL database with git-like versioning and DoltHub is a place on the internet to share Dolt databases. This monthly featu…
2 min readRead MoreDoltHub is a place on the internet to share, discover, and collaborate on Dolt databases. We have a series about how we built DoltHub, which goes deeper into our system and front-end architecture. If you're c…
8 min readRead MoreDolt is an SQL database with Git versioning. We have come a long way since initially committing to 100% MySQL compatibility, and today we introduce our latest step in that journey: check constraints. What…
4 min readRead MoreToday, I’m thrilled to announce a second round of the Hospital Price Transparency Bounty. Our first pass was very elucidating; we learned a lot about the “shape” of the data and we’re excited to let our Di…
3 min readRead MoreIntroduction Dolt and DVC are often compared because of because of DVC's name, Data Version Control. Dolt also does "data version control". So what's the difference? Well, DVC is a version controlled mac…
10 min readRead MoreDolt is a tool built for collaboration and data distribution, it's Git for Data. Git versions files, Dolt versions tables. We've built Dolt to support the MySQL query dialect, with the goal of becoming a dr…
5 min readRead MoreNote: this blog post appeared on previously on Medium and represents a collaboration with the Metaflow maintainers at Netflix. Background This post details how to use Metaflow with Dolt. Metaflow is a fr…
13 min readRead MoreDolt is a SQL database with Git-style versioning. We've been working hard to make Dolt fully compatible with MySQL. An important test for compatibility is support for MySQL editors. These editors provide us…
3 min readRead MoreDolt is an open source database that supports Git-style versioning. DoltHub is a place on the internet to share Dolt databases. Dolt is collectively our team's first major open source endeavor. We're learning …
3 min readRead MoreIt's that time. Our March dataset spotlight here at DoltHub. For new folks, Dolt is a SQL database with git-like versioning and DoltHub is a place on the internet to share Dolt databases. This monthly feature …
2 min readRead MoreDolt is a SQL database with Git-style versioning. DoltHub is Dolt's GitHub. A few weeks ago, we made private repositories free up to 1GB and announced it on Twitter. Private Repos are Free Tweet This …
2 min readRead More"Open Data" is quickly attaining the hype and ambiguity of previous tech crazes like "Big Data" and "Block Chain". The motivation behind Open Data is easy to understand: data is one of the most valuable but …
6 min readRead MoreIntroduction Dolt is Git for data. It's a SQL database that you can clone, fork, branch, merge, push and pull like a Git repository. We're committed to supporting 100% of the functionality offered by Git…
7 min readRead MoreDolt is a version-controlled SQL database. For data science (DS) workflows, specifically, Dolt uses data versioning primitives to implement unique flavors of reproducibility. DataFrames are a common inter…
7 min readRead MoreShould you use DoltHub Bounties for your data-wrangling needs? Our bounty partners wanted to assemble a “master” catalog of all the college courses taught in the United States. For them, it was an easy riddl…
4 min readRead MoreDolt is a SQL database that supports Git-like features, including branch, diff, merge, clone, push and pull. Dolt's SQL functionality is built on top of a SQL engine written in Golang. We've previously bl…
6 min readRead MoreIn the first part of this two part blog we covered concurrent connection handling within dolt sql-server. We learned about session state, how to commit changes, and how to persist those changes across sessio…
8 min readRead MoreUpdate 2021-08-02: Dolt now supports SQL transactions with COMMIT, ROLLBACK, SAVEPOINT and the other MySQL transaction primitives, so it's now safe to run the SQL server out of the box with multiple readers an…
14 min readRead More
Tim's Weekly DoltHub Update
Stay in the loop and join the community on Discord