Blog

PRODUCTS

KEYWORDS

0 matching articles.
  1. 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 hash…

    4 min read
    Read More
  2. 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 s…

    7 min read
    Read More
  3. 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, replicat…

    5 min read
    Read More
  4. 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_REPLICAT…

    6 min read
    Read More
  5. 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…

    4 min read
    Read More
  6. 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…

    8 min read
    Read More
  7. 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 Dol…

    5 min read
    Read More
  8. 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 …

    5 min read
    Read More
  9. 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 ann…

    5 min read
    Read More
  10. 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, obvious…

    8 min read
    Read More
  11. Edit like a Spreadsheet V1

    DoltHub is a place on the internet to share, discover, and collaborate on Dolt databases. For about a year we've been working on adding more ways to edit data on DoltHub. Edit like a spreadsheet has been one…

    4 min read
    Read More
  12. Dolt is a version controlled database. How would one use such a thing? Do you gather data from a bunch of sources? Is data quality an issue? Do you detect defects at ingestion or do defects manifest downs…

    5 min read
    Read More
  13. Today we are announcing that with the release of Dolt v0.30.0, both the Dolt CLI and DoltHub will initialize branch main instead of branch master. This change is backwards compatible, so using this Dolt versio…

    2 min read
    Read More
  14. Somebody Click Me

    demo blog image Dolt is a MySQL compatible database with Git-like versioning semantics. Dolt is fast becoming a complete drop-in replacement for MySql. More specifically, this is what Dolt adds to a fami…

    4 min read
    Read More
  15. Announcing Nautobot + Dolt

    Last month we published the second blog in a series about running Django on Dolt. Using Dolt as an application-backing store is a new direction for the product. It represents a shift in thinking from "Dolt i…

    5 min read
    Read More
  16. How To Use Dolt SQL Remotes

    TLDR We recently introduced a new Dolt feature: interacting with remotes from SQL server sessions. Dolt is a modern relational database that supports Git style fetch, pull, and push semantics. Although…

    4 min read
    Read More
  17. Our $10,000 US Schools bounty just completed. We assembled a cleaned, free database of US schools. Please use it and let us know what you think. How did we do? This bounty was a little strange because it…

    2 min read
    Read More
  18. So you want Database Version Control?

    Understand Database Version Control - definitions, methods, and tools. Add version control to your database schema and data. The Dolt database versions data and schema in a Git-like way.

    8 min read
    Read More
  19. DoltHub is a Next.js application written in Typescript and backed by a GraphQL server. We use Apollo's built-in integration with React to manage our GraphQL data within our React components. If you want to…

    10 min read
    Read More
  20. Announcing Janky Hosted DoltHub Databases

    We all know that self-hosting a database is a challenging and daunting task. The hosting environment needs to have all the database's dependencies, must have the proper user/group permissions, and requires a s…

    6 min read
    Read More
  21. Tim Sehn

    Tim's Weekly DoltHub Update

    Stay in the loop and join the community on Discord