This Golang Project That Every Data Scientist Should Use

Manpreet Singh
2 min readJun 26, 2022

Welcome back! Golang is an awesome programming language with a ton of capability, if you’re new to Golang, check out the link below to learn more about it:

So, let’s take a look at an awesome Golang project that every data scientist should use! This specific project is called Dolt, and it’s essentially Git for data! If you want to check out their GitHub repository, here is a link to it:

This specific project is essentially a SQL database that allows us to fork, merge, push and even pull just like a Git repository! Making it much easier to see manage our changes within a database! From this project documentation page, we can see that all os the Git commands work exactly the same for Dolt! Here are a few different commands that are available:

--

--