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. BOUNTY
    9 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 lo...

    Read More
  2. 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...

    Read More
  3. USE CASE
    4 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…...

    Read More
  4. BOUNTY
    2 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 fi...

    Read More
  5. 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 s...

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

    Read More
  7. TECHNICALGOLANG
    10 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 ...

    Read More
  8. 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 sm...

    Read More
  9. VIDEO
    1 min read

    Getting Started with Privileges Video

    We recently landed users and privileges in Dolt. This video shows how to get started using them in your own database! If you need any additional help to get set up, or just want to chat, head over to our Discord !

    Read More
  10. VIDEODOLTLAB
    1 min read

    Getting Started with DoltLab Video

    We recently launched our latest product DoltLab , the self-hosted version of DoltHub . In the announcement blog I detailed the instructions for getting up and running with DoltLab on a Linux host and today's video demonstrates just how qu...

    Read More
  11. WEB
    4 min read

    Lessons learned building mobile pages

    For those new to Dolt and DoltHub , Dolt is Git for data. Git versions files. Dolt versions SQL tables. DoltHub is a place on the internet to share Dolt repositories. Just a bit of context We've been working on making DoltHub more mob...

    Read More
  12. BOUNTY
    2 min read

    $15,000 US Hospital Price Transparency Bounty

    At DoltHub we never like to go a day without a bounty. Having just wrapped up our US Housing Prices Bounty we announce without further ado... $15,0000 US Hospitals Bounty: "third time's the charm" If you haven't been following us, our ...

    Read More
  13. FEATURE RELEASESQL
    6 min read

    Introducing Users and Privileges

    Dolt is a SQL database with Git-style versioning. Today, we're proud to announce that we've implemented users and privileges! As we're aiming to be a drop-in replacement for MySQL, it is very important that we get our security model correct, and ...

    Read More
  14. TECHNICAL
    5 min read

    Analyzing Data with Dolt and R

    Dolt is Git for data – it's a SQL database that lets you clone, branch, diff, merge, and fork your data just like you can with files in Git. R is a programming language designed for statistical computing and data visualization. This blog post ...

    Read More
  15. RELEASEDOLTLAB
    3 min read

    Announcing DoltLab v0.2.0

    Download the latest DoltLab here and head over to https://docs.dolthub.com/guides/doltlab for the latest documentation About a month ago we announced the release of our latest product, DoltLab , the self-hosted version of DoltHub . Thi...

    Read More
  16. VIDEO
    1 min read

    Working with DoltHub to Create Pull Requests

    Introduction Dolt is git for data, the world's only SQL database that you can branch and merge, clone and fork, push and pull just like a git repository. It's like Git and MySQL had a baby. To make dolt familiar, we gave it the same comm...

    Read More
  17. TECHNICAL
    3 min read

    Introducing Spatial Types

    Dolt is a SQL database with Git-style versioning. With every release of Dolt, we approach our goal of being a complete drop-in replacement for MySQL. In our latest release, we added a beta implementation of spatial types, and in this blog post I'll...

    Read More
  18. FEATURE RELEASESQL
    3 min read

    SQL Vertical Output Format

    Dolt is a database that has Git-like version control features and MySQL-like database handling features. Every day we come closer to achieving full functionality of both Git and MySQL. We support the main features of Git including branch, merge, ...

    Read More
  19. GOLANGTECHNICAL
    6 min read

    Debugging Deadlocks in Dolt

    Here at DoltHub we're 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, we're continually improving its stability and reliability....

    Read More
  20. VIDEO
    1 min read

    Utilize Branches on DoltHub

    Dolt brings branch semantics to databases. Just like git , you can checkout a new branch, commit changes, and merge branches. DoltHub is a visual editor for Dolt and a place where you can share Dolt databases on the web. Creating branc...

    Read More
JOIN THE DATA EVOLUTION

Get started with Dolt

Or join our mailing list to get product updates.