Blog
PRODUCTS
KEYWORDS
We use Cypress to write integration tests against DoltHub in production. Learn how we set up tests that log in a user so that we can test against authenticated pages.
6 min readRead MoreDolt is a SQL database with Git-style versioning. DoltHub is a place on the internet to share Dolt databases. It takes a strong technical team to build a database from the storage engine up even when you ge…
5 min readRead MoreDolt is a tool built for collaboration and data distribution. It's "Git for Data," a SQL database you can branch, merge, diff, clone, fork, push and pull. Today, we're announcing support for garbage collecti…
4 min readRead MoreDolt is Git for data, a SQL database with Git-style versioning. DoltHub is a place on the internet to store and share Dolt databases. Python is the language of data science. As such, we created Doltpy, a Pytho…
3 min readRead MoreAt DoltHub we are building Dolt, a relational database with Git-like version control features. Naturally we are interested in measuring the performance profile of Dolt, and we would also like to make it easy f…
6 min readRead MoreDolt is Git for data and DoltHub is our web application that houses Dolt repositories. Our goal is to make it easier to collaborate on data, and pull requests, or proposed changes to a repository, are an essen…
4 min readRead MoreDolt is a SQL database with Git-like functionality, including clone, fork, push, pull, branch, and merge. DoltHub is a place on the internet for hosting, publishing, sharing and collaborating on Dolt datab…
5 min readRead MoreDolt is Git for Data, a SQL database you can branch, merge, clone, fork, sync, push and pull. Today we're excited to announce a major new SQL feature: support for triggers! What's a trigger? Triggers a…
7 min readRead MoreEvery month we highlight some interesting datasets on DoltHub. The focus is on new or updated datasets but sometimes we shed fresh light on a classic. For those new to Dolt and DoltHub, Dolt is Git for data…
3 min readRead MoreDolt is Git for data. Git versions files, Dolt versions tables. Dolt comes with a SQL engine built in, which lets you run SQL queries against any version of the data you've committed. Our goal is to become …
4 min readRead MoreToday, we are changing our company name to DoltHub Inc. It's the end of the Liquidata era. We will be changing our emails and all our company branding to reflect the name change. DoltHub Liquidata Origin…
3 min readRead MoreDolt is Git for data. Git versions files, Dolt versions tables. Dolt comes with a SQL engine built in, which lets you run SQL queries against any version of your data you've committed. Dolt's SQL engine is …
6 min readRead MoreDolt is a relational database with Git-like version control features. In particular the underlying data storage format is a commit graph, and each commit represents the complete state (schema and data) of the …
6 min readRead MoreToday, DoltHub released forks. It is the same system that Github uses for collaboration on over 100 million repositories contributed to by their 40+ million users. For the first time there is a general platfo…
6 min readRead MoreDolt is a SQL database with Git-style versioning. DoltHub is a place on the internet to share Dolt databases. We recently adopted Discord as a low friction way to interact with our customers. It's been a re…
3 min readRead MoreDolt is a SQL database with Git-like functionality. It allows you to branch, merge, diff and clone data sets, by combining the data structures and algorithms of a relational database with a distributed ve…
4 min readRead MoreDolt is a SQL database with Git-style versioning. With each new version of Dolt, we increase the number of supported SQL features, moving toward our goal of being a complete drop-in replacement for MySQL, whi…
7 min readRead MoreDolt is a SQL database with Git-like functionality, including branch, merge and diff and push and pull to remotes. This is a post in a series of posts about the internal workings of some of the core algorit…
7 min readRead MoreDolt is a SQL database with Git-style versioning. Dolt ships with a MySQL compatible server that you can start on a repository using dolt sql-server. Once started, you can then connect to the running server us…
5 min readRead MoreDolt is a version controlled SQL database. What that looks like in practice is a SQL engine sitting on top of a commit graph like storage format. Dolt SQL is a superset of MySQL that provides access to the dat…
3 min readRead More
Tim's Weekly DoltHub Update
Stay in the loop and join the community on Discord