1. AIREFERENCE
    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 the...

    Read More
0 matching articles.
  1. FEATURE RELEASEWEB
    5 min read

    Uploading Files to DoltHub

    Dolt is Git for data and DoltHub is our web application that houses Dolt repositories. A few weeks ago I wrote about merging pull requests on DoltHub and our roadmap for "edit on the web". We're working on reducing friction for collaborating on data ...

    Read More
  2. 6 min read

    A REST Service for Versioning DataFrames

    We originally built Dolt because we thought that existing data distribution formats were broken. In particular, we believed that consumers of data should not have to parse various formats (CSV, JSON, etc.), write ingestion logic and decide on update ...

    Read More
  3. DATASET
    11 min read

    Debunking an election fraud claim using open data and Dolt

    After four years of incredibly rancorous discourse about whether the US President was illegitimately elected with the help of foreign interference, it should surprise no one that the 2020 presidential election is mired in similar claims of illegitima...

    Read More
  4. FEATURE RELEASESQL
    4 min read

    Supporting AUTO_INCREMENT

    Dolt is a database built for collaboration and data distribution. It's "Git for Data," a SQL database you can branch, merge, diff, clone, fork, push and pull. We intend to become a fully MySQL compatible database. Today, we're announcing support for ...

    Read More
  5. PYTHON
    8 min read

    Doltpy: Dolt in Python

    Dolt is a SQL database with Git-like version control features. It presents a familiar SQL interface while exposing Git-like primitives for versioning tables and their data. Doltpy is a Python API for interacting with Dolt in Python. This post details...

    Read More
  6. DATASET
    3 min read

    October 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
  7. SQL
    10 min read

    Pushing down filters to make queries faster

    Dolt is Git for Data, a SQL database you can branch, merge, clone, fork, sync, push and pull. Today we're excited to announce the release of a new optimization in the query planner: pushing down filters! What's a pushdown? Pushdown is a query optim...

    Read More
  8. 8 min read

    Asynchronous Sorting in Go

    When we began working on Dolt we made the decision to build on top of Noms. Noms stores data in a content addressable DAG, and has countless applications. It was a great starting point for us to build Dolt, and it let us hit the ground running. Once ...

    Read More
  9. WEB
    6 min read

    Testing Login using Cypress

    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.

    Read More
  10. 5 min read

    We are Hiring

    Dolt 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 get head start from open source projects like...

    Read More
  11. FEATURE RELEASE
    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
  12. USE CASEINTEGRATION
    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
  13. 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
  14. FEATURE RELEASEWEB
    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
  15. REFERENCEWEB
    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
  16. FEATURE RELEASESQL
    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
  17. DATASET
    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
  18. 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
  19. 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
  20. 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
JOIN THE DATA EVOLUTION

Get started with Dolt

Or join our mailing list to get product updates.