DoltHub (@dolthub) 's Twitter Profile
DoltHub

@dolthub

Dolt is Git for Data, a version controlled SQL database. Connect to Dolt just like any MySQL database. Join us on Discord: rb.gy/warb2r

ID: 937824466553282560

linkhttps://www.dolthub.com calendar_today04-12-2017 23:22:31

1,1K Tweet

873 Followers

398 Following

DoltHub (@dolthub) 's Twitter Profile Photo

Hosted Dolt can deploy a MySQL primary with a Dolt replica in the cloud of your choice, giving any MySQL database an immutable, queryable audit log of every transaction. This Dolt replica can be used for disaster recovery or compliance. dolthub.com/blog/2024-08-1…

DoltHub (@dolthub) 's Twitter Profile Photo

We're excited to announce that Private Deployments are now available for all Hosted Dolt users. Our blog walks through what Private Deployments are, why you might want one, and how to create and get started using one. dolthub.com/blog/2024-08-2…

DoltHub (@dolthub) 's Twitter Profile Photo

Migrating from AWS QLDB to Dolt: a sorta example. Learn how we migrated QLDB's Getting Started ledger, "vehicle-registration", to a comparable Dolt database. dolthub.com/blog/2024-08-2…

DoltHub (@dolthub) 's Twitter Profile Photo

We inherited some code from another open source project that used channels in a very clever way: it used them to send additional channels. We rewrote it but wondered how far we could go with this idea. dolthub.com/blog/2024-08-2…

DoltHub (@dolthub) 's Twitter Profile Photo

We recently had a situation where we made a working prototype for a new storage format, then scrapped it and made our final implementation from scratch. We have no regrets, and our blog explains why. dolthub.com/blog/2024-08-2…

DoltHub (@dolthub) 's Twitter Profile Photo

DoltgreSQL is improving quickly and now with proper index support, it's much easier to recommend downloading DoltgreSQL today to see if it suits your needs. If any features are missing that are critical to your workflow, let us know so we can add them. dolthub.com/blog/2024-08-2…

DoltHub (@dolthub) 's Twitter Profile Photo

This blog by Tim Sehn is about how Dolt can help Data Engineers. They typically work with data warehouses or lakes but we think Dolt would be beneficial as a data staging area or for versioned Gold tables at your company. dolthub.com/blog/2024-08-2…

DoltHub (@dolthub) 's Twitter Profile Photo

Dolt has a new mechanism which allows users to better control their Workspace. The `dolt_workspace_$tablename` system tables gives you total control to see and modify data on top of HEAD. Our blog highlights some cool use cases for it. dolthub.com/blog/2024-08-2…

DoltHub (@dolthub) 's Twitter Profile Photo

Hello Rustaceans! This blog will guide you through setting up Dolt with Diesel, showcasing some Dolt version control features in the process. dolthub.com/blog/2024-08-3…

DoltHub (@dolthub) 's Twitter Profile Photo

We've published over 750 blog articles. That's a lot of content. Which blog articles should you read? Fittingly, we blogged DoltHub blog's greatest hits. They are divided into helpful categories so you can get the lay of the land quickly. Enjoy! dolthub.com/blog/2024-09-0…

DoltHub (@dolthub) 's Twitter Profile Photo

Doltgres is a SQL database with Git-style versioning, a Postgres version of Dolt and we've been working to make it compatible with PostgreSQL by supporting workbenches. TablePlus is the first one that will now connect to Doltgres! Give it a try. dolthub.com/blog/2024-09-0…

DoltHub (@dolthub) 's Twitter Profile Photo

Dolt now counts faster than MySQL. Our blog digs into the changes we made and what we learned from this. dolthub.com/blog/2024-09-0…

DoltHub (@dolthub) 's Twitter Profile Photo

We've made enhancements to Dolt's rebase support. Our blog has examples of resolving data conflicts during rebase and how to use the `--empty parameter` to control how empty commits are handled. If you haven't tried rebasing with Dolt yet, give it a shot. dolthub.com/blog/2024-09-0…

DoltHub (@dolthub) 's Twitter Profile Photo

It's time for another installment of Dolt's monthly correctness update. We've tackled several dolt-specific issues and made improvements to long-standing trouble areas. dolthub.com/blog/2024-09-0…

DoltHub (@dolthub) 's Twitter Profile Photo

We can confidently say that if you're using MySQL with a JSON-heavy workflow, you should consider switching to Dolt. Our blog is a deep dive into why. dolthub.com/blog/2024-09-0…

DoltHub (@dolthub) 's Twitter Profile Photo

Dolt now supports `add --patch` Our blog dives into an example of how to use it. This will be very familiar to all you Git users out there. dolthub.com/blog/2024-09-1…

DoltHub (@dolthub) 's Twitter Profile Photo

The Dolt Workbench is currently a browser-based web application and we've gotten a few requests to make it a desktop app and it's in the works. This blog walks through how we have been converting the Dolt Workbench into a desktop app using Electron. dolthub.com/blog/2024-09-1…

DoltHub (@dolthub) 's Twitter Profile Photo

Some imports to Dolt spent 90% of the time reading and splitting text strings. We breakdown the source of this pitfall in Go's scanner package, and our alternative that improves Dolt's big import performance. dolthub.com/blog/2024-09-1…