All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

ggsql: Grammar of Graphics Implementation for SQL Visualization

By

thomasp85

1mo ago· 14 min readenNews

Summary

ggsql is a new tool that implements the grammar of graphics (like ggplot2) using SQL syntax, allowing users to create data visualizations directly within SQL queries. The alpha release announcement explains the motivation behind developing this tool, provides examples of its usage, and demonstrates how it brings structured visualization support to SQL environments like Quarto, Jupyter notebooks, Positron, and VS Code.

Key quotes

· 4 pulled
ggsql is an implementation of the grammar of graphics based on SQL syntax, bringing rich, structured visualization support to SQL.
It is ready for use in Quarto, Jupyter notebooks, Positron and VS Code among others.
Introducing ggsql, a grammar of graphics for SQL that lets you describe visualizations directly inside SQL queries.
In this post we will go over some of the motivations that lead us to develop this tool, as well as give you ample examples of its use.
Snippet from the RSS feed
Introducing ggsql, a grammar of graphics for SQL that lets you describe visualizations directly inside SQL queries.

You might also wanna read