Creates and registers a global mosaic API, coordinator and connector that can be acessed from js using:
Details
This function is intended to be used in Shiny apps in combination with
the api
parameter of the mosaic()
function. Allowing you to create
plots that fetch data from a server-side DuckDB database, so you don't
need to send large datasets to the client.