- 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
- 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 - DATASET1 min read
April Dataset Spotlight
It'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 feature keeps you updated on Data Bo...
Read More - WEB8 min read
Using Apollo Client to Manage GraphQL Data in our Next.js Application
DoltHub 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 curious about our architecture or...
Read More - FEATURE RELEASESQL4 min read
Dolt Now Supports Check Constraints
Dolt 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 Are Check Constraints? Check const...
Read More - BOUNTY3 min read
Hospital Price Transparency Bounty Revisited
Today, 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 Discord lovelies take a second crack at it...
Read More - INTEGRATION11 min read
Data Version Control and Dolt Reproducibility
Introduction 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 machine learning workflow manager and Dolt...
Read More - FEATURE RELEASESQL5 min read
JSON Support in Dolt
Dolt 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 drop-in replacement for MySQL. Currentl...
Read More - INTEGRATION14 min read
Introducing Dolt + Metaflow
Note : 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 framework for defining data scien...
Read More