pgweb
go-mysql
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.
pgweb
-
Ask HN: What apps have you created for your own use?
Built Pgweb (Postgres GUI) some time ago since I could not find a good minimalistic database explorer.
https://github.com/sosedoff/pgweb
The app is super simple, made with Go + jQuery and I still use it almost every day, and has brought it to every single company I've been with.
- Slashbase: A modern in-browser database IDE & CLI for your dev & data workflows. Supports PostgreSQL & MongoDB.
- Slashbase: The open-source in-browser database IDE & CLI for your dev/data workflows written in Golang. Supports: PostgreSQL & MongoDB.
-
A nice front end for reading mysql or postgres data?
For postgresql, pgweb is perfect.
go-mysql
-
Stream MySQL changes
I like maxwell but I've used this as well. https://github.com/go-mysql-org/go-mysql
What are some alternatives?
rqlite - The lightweight, user-friendly, distributed relational database built on SQLite.
tidb - TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
Dotsql - A Golang library for using SQL.
cockroach - CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
InfluxDB - Scalable datastore for metrics, events, and real-time analytics
sqlhooks - Attach hooks to any database/sql driver
dgraph - The high-performance database for modern applications
ledisdb - A high performance NoSQL Database Server powered by Go
goose
tiedot - A rudimentary implementation of a basic document (NoSQL) database in Go