Skip to content

Improve README intro for first-time visitors#469

Merged
goccy merged 2 commits into
mainfrom
improve-readme-for-discoverability
May 19, 2026
Merged

Improve README intro for first-time visitors#469
goccy merged 2 commits into
mainfrom
improve-readme-for-discoverability

Conversation

@goccy

@goccy goccy commented May 19, 2026

Copy link
Copy Markdown
Owner

Summary

Reworks the top of the README so a visitor — particularly one arriving from an external link such as Hacker News — can tell what the project is and try it out within seconds.

  • Tagline — replace the flat opening lines with a single sentence that leads with what makes the project unique (the only open-source BigQuery emulator) and the pain it removes (no cloud project or credentials required).
  • Sponsor badge — add a Sponsor badge next to the existing build/GoDoc badges, giving a visible entry point to GitHub Sponsors from the top of the page.
  • Quick start — add a copy-pasteable two-line docker run / bq query snippet before "Features", with links down to the full Install and standalone-server sections.
  • go-googlesql mention — reference go-googlesql in the architecture overview so the GoogleSQL frontend powering query execution is discoverable.

Content-only change to README.md; no code or behavior changes.

Follow-up (not in this PR)

A demo GIF / asciinema recording near the top would further help conversion, but that is an asset that needs to be produced separately.

🤖 Generated with Claude Code

goccy and others added 2 commits May 19, 2026 11:08
Rework the top of the README so a visitor can tell what the project
is and try it out within seconds:

- Replace the flat opening lines with a single tagline that leads
  with what makes the project unique and the pain it removes.
- Add a Sponsor badge next to the existing badges.
- Add a copy-pasteable "Quick start" section before "Features",
  with links to the full Install and standalone-server sections.
- Mention go-googlesql in the architecture overview so the
  GoogleSQL frontend powering query execution is discoverable.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The `docker run` examples started the container without `-p`, so the
REST (9050) and gRPC (9060) ports were never published to the host.
A `bq`/client call against the host then fails with "Connection
refused". Map both ports so the examples work as written.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@goccy goccy merged commit 3102d2d into main May 19, 2026
10 checks passed
@goccy goccy deleted the improve-readme-for-discoverability branch May 19, 2026 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant