go-mysql-server VS mergestat-lite

Compare go-mysql-server vs mergestat-lite and see what are their differences.

go-mysql-server

A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go. (by dolthub)

mergestat-lite

Query git repositories with SQL. Generate reports, perform status checks, analyze codebases. 🔍 📊 (by mergestat)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
go-mysql-server mergestat-lite
23 10
2,145 3,415
37.2% 0.3%
9.9 6.5
6 days ago 19 days ago
Go Go
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

go-mysql-server

Posts with mentions or reviews of go-mysql-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-09.

mergestat-lite

Posts with mentions or reviews of mergestat-lite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-12.
  • SQLite Doesn't Use Git
    2 projects | /r/programming | 12 Sep 2022
    You can query git with this: https://github.com/mergestat/mergestat if you like the idea.
  • A SQLite extension for reading large files line-by-line
    8 projects | news.ycombinator.com | 30 Jul 2022
    Hey, author here, happy to answer any questions! Also checkout this notebook for a deeper dive into sqlite-lines, along with a slick WASM demonstration and more thoughts on the codebase itself https://observablehq.com/@asg017/introducing-sqlite-lines

    I really dig SQLite, and I believe SQLite extensions will push it to another level. I rarely reach for Pandas or other "traditional" tools and query languages, and instead opt for plain ol' SQLite and other extensions. As a shameless plug, I recently started a blog series on SQLite and related tools and extensions if you want to learn more! Next week I'll be publishing more SQLite extensions for parsing HTML + making HTTP requests https://observablehq.com/@asg017/a-new-sqlite-blog-series

    A few other SQLite extensions:

    - xlite, for reading Excel files, in Rust https://github.com/x2bool/xlite

    - sqlean, several small SQLite extensions in C https://github.com/nalgeon/sqlean

    - mergestat, several SQLite extensions for developers (mainly Github's API) in Go https://github.com/mergestat/mergestat

  • Show HN: Contribution Graph as a Git Command
    3 projects | news.ycombinator.com | 27 May 2022
  • Exploring Git Repos With MergeStat 🔬
    2 projects | dev.to | 15 Feb 2022
    mergestat is an open-source tool that allows users to run SQL queries on the contents and history of git repositories.
  • The world of PostgreSQL wire compatibility
    3 projects | news.ycombinator.com | 10 Feb 2022
    Thanks for this write up! I've been really interested in postgres compatibility in the context of a tool I maintain (https://github.com/mergestat/mergestat) that uses SQLite. I've been looking for a way to expose the SQLite capabilities over a more commonly used wire-protocol like postgres (or mysql) so that existing BI and visualization tools can access the data.

    This project is an interesting one: https://github.com/dolthub/go-mysql-server that provides a MySQL interface (wire and SQL) to arbitrary "backends" implemented in go.

    It's really interesting how compatibility with existing protocols has become an important feature of new databases - there's so much existing tooling that already speaks postgres (or mysql), being able to leverage that is a huge advantage IMO

  • Go library for printing human readable, relative time differences 🕰️
    3 projects | /r/programming | 3 Feb 2022
    timediff is a Go package for printing human readable, relative time differences. Output is based on ranges defined in the Day.js JavaScript library, and can be customized if needed. It's currently used by the mergestat command-line interface.
  • Askgit: Command-line tool for running SQL queries on Git repositories
    1 project | /r/CKsTechNews | 27 Nov 2021
    1 project | news.ycombinator.com | 27 Nov 2021
  • Semantic Git Commit Messages
    2 projects | news.ycombinator.com | 27 Sep 2021
    Assuming committers adhere to it, there could be some interesting use cases when combined with a tool like AskGit (https://github.com/askgitdev/askgit) for understanding what "categories" of work is being done in a codebase.

    Maybe even what directories/files tend to see `fix` or `refactor` more frequently (signs of a poorly design or "hot" area?)

  • Git as a NoSql Database
    9 projects | news.ycombinator.com | 5 Apr 2021
    I've been very curious to explore this type of use case with askgit (https://github.com/augmentable-dev/askgit) which was designed for running simple "slice and dice" queries and aggregations on git history (and change stats) for basic analytical purposes. I've been curious about how this could be applied to a small text+git based "db". Say, for a regular json or CSV dumps.

    This also reminds me of Dolt: https://github.com/dolthub/dolt which I believe has been on HN a couple times

What are some alternatives?

When comparing go-mysql-server and mergestat-lite you can also consider the following projects:

vitess-sqlparser - simply SQL Parser for Go ( powered by vitess and TiDB )

git-xargs - git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.

alasql - AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.

crux - General purpose bitemporal database for SQL, Datalog & graph queries. Backed by @juxt [Moved to: https://github.com/xtdb/xtdb]

sqlite-parser - JavaScript implentation of SQLite 3 query parser

flan - A tasty tool that lets you save, load and share postgres snapshots with ease

grammars-v4 - Grammars written for ANTLR v4; expectation that the grammars are free of actions.

sqlite-plus - The ultimate set of SQLite extensions

zetasql - ZetaSQL - Analyzer Framework for SQL

csv-sql - Command-line tool to load csv and excel (xlsx) files and run sql commands

lakeFS - lakeFS - Data version control for your data lake | Git for data

datasette-lite - Datasette running in your browser using WebAssembly and Pyodide