1. 11 min read

    So you want an AI Database?

    Tim Sehn|

    Here at DoltHub, we built the world's first version-controlled SQL database: Dolt. What do version control and databases have to do with Artificial Intelligence (AI)? It turns out, a lot. At first, we were skeptical about the AI revolution, but then...

    Read More
0 matching articles.
  1. 4 min read

    Garbage Collection in Dolt

    Dolt 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 collection in Dolt. To manage on-disk storage for D...

    Read More
  2. 3 min read

    Using Dolt with Deepnote

    Dolt 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 Python interface to Dolt. We continue to itera...

    Read More
  3. 6 min read

    Benchmarking Dolt with Sysbench

    At 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 for contributors to assess the effect of t...

    Read More
  4. 4 min read

    Announcing Merge on DoltHub

    Dolt 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 essential part of this process. Before today, ...

    Read More
  5. 5 min read

    Data Collaboration on DoltHub

    Dolt 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 databases. A few weeks ago, we announced support f...

    Read More
  6. 7 min read

    Announcing triggers

    Dolt 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 are basically little SQL code snippets that you ...

    Read More
  7. 3 min read

    September Dataset Spotlight

    Every 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. Git versions files. Dolt versions SQL tab...

    Read More
  8. 4 min read

    Uncovering MySQL's Gotchas

    Dolt 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 fully SQL compliant and compatible with MySQ...

    Read More
  9. 3 min read

    Liquidata Inc. is now DoltHub Inc.

    Today, 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 Story We started Liquidata a little over tw...

    Read More
  10. 6 min read

    Pruning 90% of Dolt's SQL server code

    Dolt 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 go-mysql-server, which we forked and then ad...

    Read More
  11. 6 min read

    Oracle Support in SQL Sync

    Dolt 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 database at a point in time. Doltpy, our ...

    Read More
  12. 6 min read

    Introducing Forks

    Today, 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 platform for data collaboration, and we hope it ...

    Read More
  13. 3 min read

    Using DoltHub for Decentralized Database Collaboration

    Dolt 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 really positive experiment. Our community is ...

    Read More
  14. 4 min read

    Tags and Data Releases in Dolt

    Dolt 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 version control system. DoltHub is a place on th...

    Read More
  15. 7 min read

    Introducing Column Defaults

    Dolt 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, while adding all of the versioning features y...

    Read More
  16. 7 min read

    Dolt Implementation Notes — Push And Pull On a Merkle DAG

    Dolt 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 algorithms that underly Dolt's implementation. The ...

    Read More
  17. 5 min read

    Dolt SQL Server MySQL Client Support

    Dolt 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 using standard MySQL clients. We now suppo...

    Read More
  18. 3 min read

    Dolt as a Data Management Service

    Dolt 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 database at every point in the commit graph....

    Read More
  19. 4 min read

    August Dataset Spotlight

    Every 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. Git versions files. Dolt versions SQL tab...

    Read More
  20. 6 min read

    Dr. Discord, or: How we Learned to Stop Worrying and Love Public Chat

    Executive summary We are a small startup team building a new database tool called Dolt, which is Git for Data. This is the story of how we chose to use Discord for our open source project. You can join our server now! The Fermi Paradox of open sour...

    Read More