ggsql: A Grammar of Graphics for SQL
opensource.posit.co
ggsql: A Grammar of Graphics for SQL
1–10 of 91 posts
Re: ggsql: A Grammar of Graphics for SQL
#2Re: ggsql: A Grammar of Graphics for SQL
#3Re: ggsql: A Grammar of Graphics for SQL
#4Re: ggsql: A Grammar of Graphics for SQL
#5The new visualisation tool from Posit. Combines SQL with the grammar of graphics, known from ggplot2, D3, and plotnine
Re: ggsql: A Grammar of Graphics for SQL
#6The new visualisation tool from Posit. Combines SQL with the grammar of graphics, known from ggplot2, D3, and plotnine
Re: ggsql: A Grammar of Graphics for SQL
#7The new visualisation tool from Posit. Combines SQL with the grammar of graphics, known from ggplot2, D3, and plotnine
I don't think D3 uses grammar of graphics model?
Re: ggsql: A Grammar of Graphics for SQL
#8The new visualisation tool from Posit. Combines SQL with the grammar of graphics, known from ggplot2, D3, and plotnine
Re: ggsql: A Grammar of Graphics for SQL
#9I was kind of guessing that it doesn't run in a database, that it's a SQL-like syntax for a visualisation DSL handled by front end chart library.
That appears to be what is described in https://ggsql.org/get_started/anatomy.html
But then https://ggsql.org/faq.html has a section, "Can I use SQL queries inside the VISUALISE clause," which says, "Some parts of the syntax are passed on directly to the database".
The homepage says "ggsql interfaces directly with your database"
But it's not shown how that happens AFAICT
confused