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. RELEASEDOLTLAB
    3 min read

    Announcing DoltLab v0.3.1

    Today we are excited to announce the release of DoltLab v0.3.1, the product that lets you self-host your own DoltHub! Hopefully you've been following along with our DoltLab announcements and related blog posts, but if this is your first time hearing...

    Read More
  2. TECHNICALGOLANG
    9 min read

    Generics and Value Types in Golang

    Go 1.18 has been released and along with it comes long-awaited support for Generics! Generics are the most significant change to the language in years. They add a new dimension to what is otherwise a minimalist type system. From the very beginning, G...

    Read More
  3. SQL
    4 min read

    Dolt and SQLAlchemy: A tale of growth

    Introduction We have been working hard towards making Dolt a production-grade, MySQL compatible database. Last year, we discussed MySQL compatibility in the form of SQLLogictests where we hit 99% correctness. Now, we are very focused on compatibilit...

    Read More
  4. REFERENCEDOLTGRES
    5 min read

    Have Postgres. Want Dolt.

    Note: We released a Postgres version of Dolt called DoltgreSQL. Dolt is the first version controlled SQL database. DoltHub is a place on the internet to share Dolt databases. DoltLab is a self-hosted version of DoltHub. Dolt brings Git-style versi...

    Read More
  5. VIDEO
    2 min read

    What Can You Do with a Version Control Database?

    Version Control your Existing Database One of the best use cases to get started using Dolt is to version control your existing database in Dolt. This is additive to your existing environment and won't require changes to your existing infrastructure....

    Read More
  6. SQL
    8 min read

    Dolt Diff Magic: Part 1 – The dolt_diff system table

    Here at DoltHub, we’re building Dolt DB – a new type of distributed, versioned database that gives you all the power and expressivity of a SQL relational database, combined with the ability to time travel through your data to understand exactly when,...

    Read More
  7. USE CASE
    8 min read

    A Database of One's Own

    The software development world vs. the database admin world Why is the way we make changes to software so different from the way we make changes to databases? It's impossible not to notice. In one world we have source control and a whole constellati...

    Read More
  8. REFERENCE
    7 min read

    So you Want an Immutable Database?

    Immutable databases come in three flavors: ledgers, blockchains, and version controlled databases. This is a survey of immutable databases, excluding blockchains. Dolt is an immutable SQL database with version control.

    Read More
  9. WEB
    10 min read

    Migrating our Monorepo to Yarn 2

    DoltHub is a web-based UI built in React to share, discover, and collaborate on Dolt databases. We recently migrated our monorepo to Yarn 2 (or Yarn Modern). It took us some extra steps to make Yarn 2 work with our monorepo and other infrastructure. ...

    Read More
  10. VIDEO
    1 min read

    Version Control your Database with Dolt

    One of the best use cases to get started using Dolt is to version control your existing database in Dolt. This is going to be very additive to your existing environment and won't require changes to your existing infrastructure. Once you have stored 2...

    Read More
  11. DOLTLAB
    12 min read

    Deploying a Production Ready DoltLab Instance, An Example

    This year we launched DoltLab the self-hosted version of DoltHub. In February, we released the latest version of DoltLab, version v0.2.0, which included a number of features and bug fixes. We are actively working on DoltLab's next release which is fo...

    Read More
  12. SQL
    3 min read

    Improving Dolt's First Hour Experience

    Introduction Dolt is on its way to becoming a production grade version-controlled MySQL database. Most developers associate "production grade" software with performance, but to us, it includes user experience (UX). Our current UX challenge is gettin...

    Read More
  13. BOUNTY
    10 min read

    What did we learn from our housing prices home run?

    About this bounty For our latest bounty we've been pretty ambitious. We asked our community to go out and scrape as many housing sales records as they can find, and after the bounty finished, we topped out at 50 GB of sales data. That is a lot of sa...

    Read More
  14. TECHNICALGOLANG
    8 min read

    Debugging strange http.Response Read() behavior in Golang

    With Dolt, you can push and pull a local MySQL compatible database to and from a remote. Remotes can be managed with the dolt remote CLI command and it supports many types of remotes. You can use a separate directory as a Dolt remote, an s3 bucket, o...

    Read More
  15. USE CASE
    5 min read

    Dolt for Military Applications

    If any of you are like me, you've been distracted for the past couple weeks with the Russian invasion of Ukraine. This event has fundamentally changed the perspectives of many in the world. I foresee a bigger focus and investment on defense in the We...

    Read More
  16. BOUNTY
    3 min read

    US Housing Prices Bounty Retrospective

    US Housing Prices Bounty Retrospective A year ago we launched DoltHub data bounties. If you're unfamiliar, we use Dolt to create open databases that don't exist anywhere else on the internet. We use Dolt's cell ancestry capability to figure out who ...

    Read More
  17. VIDEO
    1 min read

    Using Dolt with Tableplus

    About At DoltHub we are laser focused on improving Dolt's UX across the database stack. A key part of this is integrating with SQL Editors that offer an elegant SQL reading and writing experience. Below is a video that teaches you how to setup Dolt ...

    Read More
  18. SQL
    4 min read

    Eliminating SQL Engine Redundancies

    We aim to make Dolt 100% MySQL compliant, but we are also committed to making Dolt fast. My colleagues are hard at work adding new optimizations to our storage layer — inlining functions, minimizing memory allocations, dovetailing cache locality, eli...

    Read More
  19. TECHNICALGOLANG
    11 min read

    Dolt Storage Layer Memory Optimizations and Pushing a 1TB Dolt Database

    Dolt is an open-source version-controlled database. It lets you push and pull databases just like you can push and pull source code with git. You can make changes on a local clone, commit, and then dolt push them to a remote with a single CLI command...

    Read More
  20. DOLTLAB
    8 min read

    DoltLab 101: Services Overview and 2022 Roadmap

    We launched our latest product DoltLab earlier this year to provide users who don't want to push their data to the public internet a self-hosted DoltHub. Since DoltLab's launch, we've been working to make deploying and operating DoltLab smooth and e...

    Read More
JOIN THE DATA EVOLUTION

Get started with Dolt

Or join our mailing list to get product updates.