Blog
PRODUCTS
KEYWORDS
Understand slowly changing dimension definitions, methods, and tools. Outlines the business benefits of using slowly changing dimension for database versioning. Introduces Dolt, the first SQL database with bui…
21 min readRead MoreThe `@@dolt_transaction_commit` system variable turns all SQL commits into Dolt commits, enabling you to have a versioned history of your data without having to explicitly call dolt_commit().
10 min readRead MoreRuntime costs and strategies for static initialization in Go
13 min readRead MoreThe database is the heart of most applications. It's where the data that drives your web applications lives. It's where your users' data is stored. The data in your database may be used in countless ways such…
5 min readRead MoreDolt's Command Line Interface is being modernized to integrate better with our SQL Server. A little history, and a plan for the future.
6 min readRead MoreIn this tutorial, learn how to define triggers in MySQL and what they're good for, with examples
8 min readRead MoreIn case you haven't heard, we're now Dolt 1.0!. However, we're not finished. In this blog, we'll go over some recent improvements to Dolt's JSON handling. Additionally, I'll go through some examples of JSON…
3 min readRead MoreIn early May we announced Dolt v1.0.0, the first stable release of Dolt, signaling that Dolt is ready for production use. Shortly thereafter we revealed that DoltHub.com now runs on Dolt. In my previous blog p…
5 min readRead MoreI'm an engineer at DoltHub, and for the past month, I've been working on matching Dolt's regular expression capabilities with MySQL. This is important for us, as Dolt is a drop-in replacement for MySQL, that …
8 min readRead MoreDolt is Git for Data. It's a MySQL compatible database with Git-style versioning and branching built in. We launched Hosted Dolt a little over a year ago and since then we've released additional metrics, imp…
4 min readRead MoreDolt is a version-controlled relational database that supports MySQL features. Today, we are excited to announce that we are adding support for MySQL Events. These are tasks that run on a specific schedule, su…
5 min readRead MoreHow to launch multiple Golang binaries from a test and attach your debugger to them
10 min readRead MoreHospital price data is pretty damn tedious to collect. There thousands of different formats for these files, which by and large contain the same kind of data, just phrased differently. That makes it expensive …
5 min readRead MoreSometimes, the most complicated solution may end up being the simplest. This sounds like a contradiction, but it depends on where a project's priorities lay. I'm an engineer here at DoltHub, and about 9 mo…
9 min readRead MoreWe have two web products for Dolt: DoltHub and Hosted Dolt. DoltHub is GitHub for Dolt and Hosted is AWS RDS for Dolt. Each product has different use cases depending on your goals, but there are also reaso…
6 min readRead MoreStruggling with a crippling addiction to YAML? You aren't alone. We can help.
8 min readRead MoreFor the past few months at DoltHub, we've been really excited about the release of Dolt 1.0. If you missed it, it dropped last Friday May 5th. Dolt 1.0 is the first stable release of Dolt and guarantees for…
18 min readRead MoreDolt is a MySQL-compatible database that allows branching, diffing, and merging database changes. In this blog post, we will discuss how Dolt is being used with a network automation solution called Nautobot an…
8 min readRead MoreThere are a bunch of ways to get started with Dolt, the word's first and only version controlled database. You can run Dolt locally as a version controlled database or as Git for Data. You can start using D…
10 min readRead More
Tim's Weekly DoltHub Update
Stay in the loop and join the community on Discord