1. REFERENCE
    11 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 versi...

    Read More
0 matching articles.
  1. 3 min read

    Hey, what's up with all these videos?

    Hey there, everyone! My name is Kathleen, and this is my first blog. A year ago I started my journey as a software developer, after spending the last decade of my life in the entertainment industry. During that time I wore many hats; actor, writer, a...

    Read More
  2. VIDEO
    1 min read

    How to Add Data to your Dolt Database on DoltHub

    Data Input on DoltHub is Easy In this video, we walk through how to add data to your Dolt database using DoltHub's online SQL feature and the edit like a spreadsheet option. If you need help getting starting on DoltHub.com or creating your first dat...

    Read More
  3. 5 min read

    Contributing to Dolt

    whoami Hello world! My name is James, and this is my first blog at my first full-time job. I graduated from UCSD a couple months ago with a B.S. in CS, and then got hired as a Software Engineer here at DoltHub. At heart, I'm an engineer; I love to l...

    Read More
  4. FEATURE RELEASESQL
    4 min read

    Dolt now supports dump

    Dolt is a database with Git-style version control features. In order to provide features like diff and merge at database scale, we wrote a whole new database storage engine. This means in order to use Dolt you have to import your data into it. Dolt...

    Read More
  5. VIDEO
    1 min read

    5 Signs you're Wasting Developer Time On Your Databases

    Five Signs You're Wasting Developer Time Dolt gives you the technology to do rapid deployments and instant roll backs for when there is a problem. If you are avoiding database changes and only doing them when absolutely necessary, it's time to look ...

    Read More
  6. TECHNICALSQL
    10 min read

    Journey On Improving Indexes

    Dolt is a SQL database with Git-style versioning. We are a drop-in replacement for MySQL, making it very easy to use Dolt. The versioning features of Dolt bring many clear advantages over using MySQL, however there is one area where we fall behind: p...

    Read More
  7. VIDEO
    1 min read

    How to Create a Database on DoltHub

    How to Create a Database on DoltHub In this video, we walk through how to sign up for a DoltHub.com account and create a Dolt database on the DoltHub GUI. DoltHub is easy to use. Even a non-technical user can create a database and get the benefits o...

    Read More
  8. WEB
    7 min read

    Adding Pagination and Search to our Gatsby Blog

    DoltHub is a place on the internet to share, discover, and collaborate on Dolt databases. Our blog is a separate Gatsby application. Each page is created from a markdown file, which includes metadata that can be queried through the GraphQL API from o...

    Read More
  9. REFERENCE
    5 min read

    So you want a Git Database?

    Dolt is a Git database. Learn what Git Database means and the different options versioning data and schema like Git does with code. The Dolt database versions data and schema with full audit history, diffs, and rollbacks.

    Read More
  10. SQL
    3 min read

    Persisting Dolt Configs

    Database configuration isn't the most exciting topic. Developers dislike prolonged onboarding, preferring to dive straight into application building. Because Dolt marries the concepts of Git And MySQL, we maintain two sets of configurations. Unfortun...

    Read More
  11. VIDEO
    1 min read

    Dolt, The Developer Friendly Database

    Dolt, The Developer Friendly Database Dolt is a version controlled database. With Dolt, you get all the convenience of Git-style source code control in your database, for both data and schema. Imagine your database supercharged with the ability to b...

    Read More
  12. FEATURE RELEASESQL
    6 min read

    Creating multiple databases in Dolt

    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. Until very recently, Dolt was lacking a very basic ability that almost every other...

    Read More
  13. USE CASEINTEGRATION
    7 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 as production error...

    Read More
  14. 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 existing public ...

    Read More
  15. 12 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 workflow an...

    Read More
  16. GOLANG
    7 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 major focus...

    Read More
  17. 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 implementing...

    Read More
  18. 6 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 design workflow...

    Read More
  19. DATASET
    7 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. I als...

    Read More
  20. BOUNTY
    3 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 US bus...

    Read More
JOIN THE DATA EVOLUTION

Get started with Dolt

Or join our mailing list to get product updates.