1. REFERENCE
    9 min read

    So you want Database Versioning?

    Tim Sehn|

    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
Found 20 matching articles.
  1. USE CASEINTEGRATION
    5 min read

    Dolt + Nautobot: Version Control for Configuration

    Dolt is a version controlled database . How would one use such a thing? Do you build an application to collect configuration data? Is data quality an issue? Do you detect defects when data changes or do defects manifest downstream a...

    Read More
  2. FEATURE RELEASE
    4 min read

    Hosted Dolt

    Yesterday we quietly rolled out a preview of hosted Dolt . You can visit any of your databases on DoltHub , and click a button to get a cloud instance running Dolt sql server. Don't have a database? You can create a new one, or fork an exist...

    Read More
  3. 11 min read

    Writing zsh completions for CLIs with subcommands

    Dolt is a SQL database with git-like version control capabilities, the only SQL database you can branch and merge, clone and fork, push and pull like a git repository. Very early in the development lifecycle, we committed to copying git's workflo...

    Read More
  4. GOLANG
    6 min read

    Programming the Stack: Golang Patterns for Performance

    If you haven't heard, DoltHub is building a database . Dolt is the only SQL database you can branch, merge, diff and clone. It's a MySQL compatible database with version control . As Dolt matures into a fully-featured relational database, a maj...

    Read More
  5. SQL
    6 min read

    Update Join

    Dolt is a SQL database that you can clone, fork, branch, and merge. In previous posts we've discussed the implementation of joins with primitives such as join planning and index accesses . We've taken another step in join compatibility by impl...

    Read More
  6. 5 min read

    DoltHub is the Figma of Databases

    DoltHub is a web-based UI to share, discover, and collaborate on Dolt databases. We use Figma , a popular collaborative interface design tool, to work with our designer Jan on designs for our website. Before we started using Figma our des...

    Read More
  7. DATASET
    6 min read

    Updating FBI Crime Data on DoltHub

    A little over a year ago I blogged about publishing the FBI NIBRS Crime Data on DoltHub . In that blog, I describe the dataset the FBI publishes and discuss some of the challenges of working with large amounts of data in the standard CSV format. ...

    Read More
  8. BOUNTY
    2 min read

    US Businesses Bounty Retrospective

    This guest blog post is by Spacelove, a top performer of several of our former bounties and winner of many thousands of dollars in prize money. He agreed to be the coordinator and judge for the US Businesses data bounty. Our $10,000 bounty of U...

    Read More
  9. BOUNTY
    3 min read

    $10,000 Basketball Statistics Bounty

    It's that time again. We just finished the US businesses bounty so it's time for a new bounty. We are launching a $10,000 bounty to build SHAQ . S hared H oops Database for A ccessible Q uerying. We had some Dolt-curious...

    Read More
  10. GOLANG
    6 min read

    Error handling with errgroups

    Here at DoltHub, we write a lot of software in Go . We've previously blogged a little bit about error handling and errgroup in particular , but today I wanted to share two patterns regarding errgroups that came up recently in some code changes....

    Read More
  11. 3 min read

    Dolt Performance in the Wild

    Dolt is a version controlled database. In order to offer full, robust, Git-style version control for both schema and data, Dolt makes some performance trade offs. Each write needs to be stored to disk and hashed for easy comparison against what i...

    Read More
  12. SQL
    7 min read

    Dolt v. MySQL on the TPC-C benchmark

    Dolt is a SQL database that you can clone, fork, branch, merge, push and pull like a git repository. Its storage engine is built from the ground up to make these operations possible, but over the wire it speaks MySQL, and should be a drop-in...

    Read More
  13. 3 min read

    Finding Dolt

    Finding Dolt Dolt is a version controlled database. Dolt is the only database that offers complete Git versioning for data. Dolt databases are MySQL compliant but can be created and edited locally, replicated to remote servers, and incrementa...

    Read More
  14. 6 min read

    Availability With Dolt Read Replicas

    TL;DR: Today we're excited to introduce read replication for Dolt! Read replication is a common way to scale read-heavy applications by copying data from a source server to replicas. Setting DOLT_REPLICATE_TO_REMOTE and DOLT_READ_REPLICA...

    Read More
  15. WEB
    3 min read

    Public DoltHub Issues

    DoltHub is a place on the internet to share, discover, and collaborate on Dolt databases. The source code for DoltHub is private, and we recently decided to make a public repository for DoltHub issues while we work on making DoltHub open so...

    Read More
  16. REFERENCE
    8 min read

    Speeding Up Commit Graph Walks with Materialized Ancestor Closures

    Dolt is a version controlled SQL database — a database where users and their applications can branch, merge, push, pull and clone the value of their database. It works on a similar model to git , where commits referring to a snapshot of a valu...

    Read More
  17. 4 min read

    How to Publish Winget and Chocolatey Packages with Github Actions

    Greetings! Today we are excited to share that we now publish Dolt releases on both winget and Chocolatey , making Dolt even easier to install for our Windows users. Prior to this, Windows users had to visit Dolt's releases page to downlo...

    Read More
  18. USE CASE
    4 min read

    Dolt. The database for...

    The genesis for DoltHub the company was a persistent question starting in 2013. Why is there no place on the internet to get access to interesting, maintained data? DoltHub's thesis was adding branch/merge to data in some way similar to what we had...

    Read More
  19. FEATURE RELEASE
    5 min read

    Comparing Dolt Backups with Remotes

    Whether due to clumsiness, physical damage, or malicious actors, the worst thing that can happen to your data is irretrievable loss. But this is a feature release, not a postmortem, and we are excited to announce Dolt backups! The CLI now includ...

    Read More
  20. 5 min read

    Dolt roadmap retrospective

    A few months ago I got interviewed by a substack on open source development about Dolt. One of the questions I was glad to answer was what motivates me to contribute to Dolt. Well there's the money, obviously. But more than that, it's being part...

    Read More
JOIN THE DATA EVOLUTION

Get started with Dolt

Or join our mailing list to get product updates.