- REFERENCE9 min read
So you want Database Versioning?
Here at DoltHub, we've had a lot of success with our "So you want..." series of blog posts helping people find Dolt when they are looking for it. Dolt is a lot of things. Dolt is a version controlled database, a Git database, Git for data, data…
Read More
- SQL1 min read
Hitting 99% Correctness for our SQL Database
Dolt is a SQL database with Git-style versioning. One of our biggest priorities is ensuring that Dolt is a drop in replacement for any MySQL database. That means any query that can be run on a MySQL database must run correctly on a Dolt as well. ...
Read More - 5 min read
The Search for Dolt Adopters and the Ideal Customer Profile
Hi, I'm New Here So for those of you that are new here too and I hope there are many of you, Dolt is a database with Git-like features. In Marvel terms, we took your standard base and gave it superpowers. You can branch, merge, and collabora...
Read More - INTEGRATION8 min read
Versioning Google Sheets With Dolt and GitHub Actions
Introduction We will learn how to version control Google Sheets data using Dolt and GitHub Actions today. This is intended for teams who might benefit from a Pull-Request process for managing Google Sheets data changes, complete with strong t...
Read More - SQL6 min read
Copying all of MySQL's dumbest decisions
Dolt is Git for data, a SQL database that you can fork, clone, branch, and merge. Those are the features you won't find in any other SQL database. But what about the features you can find in any other database? What if you need those to wor...
Read More - INTEGRATION8 min read
Change Data Capture With Kedro and Dolt
Introduction We are pleased to introduce a Kedro-Dolt plugin, a collaboration between Quantum Black Labs and DoltHub designed to expand the data versioning abilities of data scientists and engineers. You will find this useful if you are...
Read More - INTEGRATION11 min read
Better Data with Great Expectations + Dolt
Background An explosion of data driven products and business processes is creating an urgent need for best practices to ensure data reaching end users is high quality. This data could be in the form of machine learning models, combining upstr...
Read More - 6 min read
Dolt is a Database
Aaron, Brian and I founded DoltHub as Liquidata in 2018. Our mission was to add liquidity to the data market. How could we get more data shared? Our main hypothesis was adding branch/merge functionality as in source code to data would facilitate…
Read More - INTEGRATION6 min read
Django and Dolt
DoltHub was started in 2018 to create a place on the internet to access interesting, maintained data. That vision drove us to build Dolt, a versioned, syncable data format. It's "Git for Data" . This year we launched data bounties as the logic...
Read More - 6 min read
DoltHub's Office Return
DoltHub has an office again. We're here on 2nd street in downtown Santa Monica. Whether or not to return to the office seems to be a topic of interest in the technology community. This blog entry is our take on remote vs in office work developed fo...
Read More - INTEGRATION8 min read
Upleveling Flyte’s Data Lineage Using Dolt
Introduction Dolt and Flyte joined forces to build two data integrations. Dolt is a SQL database that supports Git Versioning. Flyte is a workflow orchestrator for creating and evolving machine learning processes and mission-critical data. Wh...
Read More - BOUNTY5 min read
Hospital Price Transparency V2 Bounty Retrospective
Last Wednesday, May 27, we completed our fifth data bounty and first V2 bounty. The focus of the bounty was US hospital prices . We had run a bounty for hospital prices that ended March 1 . We loved the results and wanted to see what we could d...
Read More - BOUNTY3 min read
Data Bounty for Police Data Accessibility Project
PDAP are early Dolt adopters. Their open data mission aligns with DoltHub's and we're sponsoring a bounty to help get their project off the ground. This post goes through the mission, the bounty and ways you can contribute. The problem P...
Read More - WEB9 min read
Improving DoltHub's Web Query Performance
One of my favorite things about DoltHub is that users can navigate to any public database it hosts and run real time SQL queries against it. Where other open data sites only provide documentation about the data with a link to download ZIP ...
Read More - 3 min read
Services and Support For Dolt
Background Dolt is a SQL database with Git-like version control features. We recently published a handful of case studies illustrating how companies are making use of Dolt in production settings. Of the companies that are using Dolt in pro...
Read More - FEATURE RELEASESQL6 min read
Transactions in a Database with Branches
Dolt is Git for data, a SQL database that you can fork, clone, branch, and merge. Today we're excited to announce the alpha release of SQL transactions! This blog will cover how transactions work in Dolt and how this differs from more traditio...
Read More - USE CASE6 min read
Dolt Powered Bartender
I've always enjoyed working on hardware projects. Some past projects include a dual analog controller that worked with my iPhone, a "Make it Rain" machine that threw out a real dollar bill every time you swiped on your phone, and a pixel art painti...
Read More - 3 min read
Brian goes CRM shopping
After spending 12 years at my previous company in multiple sales and sales leadership roles, I decided it was time for a change when Tim approached me about being the first full time sales person at his new database company. Who’s Tim? The CEO…
Read More - 9 min read
Dolt and Fuzz Testing
Dolt is a SQL database with Git-style versioning. With each new version of Dolt , we increase the number of supported SQL features, moving toward our goal of being a complete drop-in replacement for MySQL, while adding all of the versioning fe...
Read More - USE CASE4 min read
Dolt Case Studies
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 blog post zeros in on some specific exa...
Read More - FEATURE RELEASEWEB2 min read
DoltHub got a makeover
DoltHub 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 detail the background, motivation and...
Read More