Skip to content

precog/quasar-datasource-postgres

Repository files navigation

quasar-datasource-postgres Discord

Usage

libraryDependencies += "com.precog" %% "quasar-datasource-postgres" % <version>

Configuration

{
  "connectionUri": String
  [, "connectionPoolSize": Int]
}
  • connectionUri: the PostgreSQL connection URL without the leading jdbc:.
  • connectionPoolSize (optional): The size of the connection pool to use per-datasource, the default is 10 and should be sufficient for most deployments.

About

A datasource for the Quasar analytics engine exposing tables in a PostgreSQL database.

Resources

Stars

Watchers

Forks