https://github.com/precog/quasar-datasource-postgres
A datasource for the Quasar analytics engine exposing tables in a PostgreSQL database.
https://github.com/precog/quasar-datasource-postgres
Last synced: 6 months ago
JSON representation
A datasource for the Quasar analytics engine exposing tables in a PostgreSQL database.
- Host: GitHub
- URL: https://github.com/precog/quasar-datasource-postgres
- Owner: precog
- Created: 2019-10-01T21:21:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T16:14:55.000Z (about 4 years ago)
- Last Synced: 2024-04-15T03:19:09.343Z (over 2 years ago)
- Language: Scala
- Size: 288 KB
- Stars: 0
- Watchers: 8
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quasar-datasource-postgres [](https://discord.gg/QNjwCg6)
## Usage
```sbt
libraryDependencies += "com.precog" %% "quasar-datasource-postgres" %
```
## Configuration
```json
{
"connectionUri": String
[, "connectionPoolSize": Int]
}
```
* `connectionUri`: the [PostgreSQL connection URL](https://jdbc.postgresql.org/documentation/head/connect.html) _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.