Blog

PRODUCTS

KEYWORDS

0 matching articles.
  1. In recent months, we've had a number of customers reach out to us in Discord telling us they're interested in exploring Dolt for their company, but feel uncomfortable pushing their company's private data to Do…

    10 min read
    Read More
  2. Why Would You Build a New Database? Building a database is a notoriously hard problem. MySQL and other traditional databases have a reputation for being solid, functional, and historically well-performing. …

    1 min read
    Read More
  3. DoltHub is a place on the internet to share, discover, and collaborate on Dolt databases. It's been our goal to add more features to make it easy to add and edit data on DoltHub. As a part of this roadmap, …

    6 min read
    Read More
  4. Dolt in Docker Tutorial

    Dolt in Docker Tutorial Docker is a container runtime environment that some developers use to standardize dependency management. A "Dockerized" app has three lifecycle stages: Dockerfile: static depend…

    1 min read
    Read More
  5. SHAQ Bounty Retrospective

    Dolt is the world's first version controlled database. DoltHub is the place on the internet to share Dolt databases. About a year ago, we launched data bounties. Data bounties use Dolt's cell lineage featur…

    3 min read
    Read More
  6. We just finished SHAQ, one of our most competitive bounties ever. And off the heels of that, comes an even more ambitious project: tracking the US housing market. Every. Single. Sale. Let's track housing sa…

    3 min read
    Read More
  7. Dolt is Git for data and DoltHub is our web application that houses Dolt databases. We use Cypress.io as our end-to-end testing solution for DoltHub. To learn more about our journey with Cypress, check out our…

    5 min read
    Read More
  8. Introduction Dolt is git for data, the world's only SQL database that you can branch and merge, clone and fork, push and pull just like a git repository. It's like Git and MySQL had a baby. To make do…

    1 min read
    Read More
  9. A Prolly-Tree for Christmas Scary, we know. A few days before Christmas even. Who doesn’t love a scary story, though? Tim shares a story from his career of a database error that Dolt could have prevented o…

    1 min read
    Read More
  10. Doltpy Self-Guided Tutorial

    Doltpy Tutorial Doltpy is a library that makes it easier to execute Dolt commands in a Python environment. These features include: Convert Python functions to equivalent Dolt CLI shell commands. Tr…

    1 min read
    Read More
  11. So you want Git SQL?

    Dolt is like Git and MySQL had a baby. Learn about the different tools to version SQL queries and databases in a Git manner. Dolt is a SQL database that you can clone, branch, merge, diff, and log just like a …

    6 min read
    Read More
  12. The bad old days of software development If you're under 40, you've probably heard tell of a time, way far back in the mists of ancient history, when software developers didn't commonly use source control…

    10 min read
    Read More
  13. Let's Build a Database Everyone loves a good origin story. In this video, our CEO Tim Sehn tells you DoltHub's story from Day 1. You'll learn why we called the company Dolt, our first product, and where we …

    1 min read
    Read More
  14. DoltHub is a web-based UI built in React to share, discover, and collaborate on Dolt databases. We've recently been adding more features to make it easier to add and change data in your Dolt database on th…

    8 min read
    Read More
  15. DoltHub makes Schema Changes Easy This video will you show how to add columns to your Dolt database. It will also walk you through how to drop and add primary keys. This is all done online at Dolthub.com. W…

    1 min read
    Read More
  16. Optimizing A 60 Hour IN Expression

    A customer recently experienced performance issues with a query similar to this: SELECT a.*, b.x, c.y from c INNER JOIN b ON b.id = c.id INNER JOIN a ON a.id = c.id WHERE a.x in {str_iterable_tos…

    5 min read
    Read More
  17. Dolt is a version controlled database. Dolt uses the Git-model of source control and applies it to the data and schema of a SQL database. That makes Dolt the first and only SQL database you can branch and merg…

    6 min read
    Read More
  18. Make your Senior Engineers More Productive with Dolt Operating on your database is a high risk because your application or even your whole company could go down. It only makes sense that senior engineers or…

    1 min read
    Read More
  19. Hey there, everyone! My name is Kathleen, and this is my first blog. A year ago I started my journey as a software developer, after spending the last decade of my life in the entertainment industry. During tha…

    3 min read
    Read More
  20. Data Input on DoltHub is Easy In this video, we walk through how to add data to your Dolt database using DoltHub's online SQL feature and the edit like a spreadsheet option. If you need help getting startin…

    1 min read
    Read More
  21. Tim Sehn

    Tim's Weekly DoltHub Update

    Stay in the loop and join the community on Discord