Rawdata Client Provider PostgreSQL Database


License

License

Categories

Categories

IDE Development Tools Data CLI User Interface
GroupId

GroupId

no.ssb.rawdata
ArtifactId

ArtifactId

rawdata-client-provider-postgres
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

jar
Description

Description

Rawdata Client Provider PostgreSQL Database
Rawdata Client Provider PostgreSQL Database
Project URL

Project URL

https://github.com/statisticsnorway/
Source Code Management

Source Code Management

https://github.com/statisticsnorway/rawdata-client-provider-postgres/tree/master

Download rawdata-client-provider-postgres

How to add to project

<!-- https://jarcasting.com/artifacts/no.ssb.rawdata/rawdata-client-provider-postgres/ -->
<dependency>
    <groupId>no.ssb.rawdata</groupId>
    <artifactId>rawdata-client-provider-postgres</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/no.ssb.rawdata/rawdata-client-provider-postgres/
implementation 'no.ssb.rawdata:rawdata-client-provider-postgres:0.9'
// https://jarcasting.com/artifacts/no.ssb.rawdata/rawdata-client-provider-postgres/
implementation ("no.ssb.rawdata:rawdata-client-provider-postgres:0.9")
'no.ssb.rawdata:rawdata-client-provider-postgres:jar:0.9'
<dependency org="no.ssb.rawdata" name="rawdata-client-provider-postgres" rev="0.9">
  <artifact name="rawdata-client-provider-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.ssb.rawdata', module='rawdata-client-provider-postgres', version='0.9')
)
libraryDependencies += "no.ssb.rawdata" % "rawdata-client-provider-postgres" % "0.9"
[no.ssb.rawdata/rawdata-client-provider-postgres "0.9"]

Dependencies

compile (7)

Group / Artifact Type Version
no.ssb.config : dynamic-configuration jar 0.4
no.ssb.spi : service-provider-api jar 0.4
no.ssb.rawdata : rawdata-client-api jar 0.23
de.huxhorn.sulky : de.huxhorn.sulky.ulid jar 8.2.0
com.zaxxer : HikariCP jar 3.4.5
org.postgresql : postgresql jar 42.2.12
org.slf4j : slf4j-api jar 1.8.0-beta2

test (6)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.200
org.slf4j : jcl-over-slf4j jar 1.8.0-beta2
org.slf4j : log4j-over-slf4j jar 1.8.0-beta2
ch.qos.logback : logback-core jar 1.3.0-alpha4
ch.qos.logback : logback-classic jar 1.3.0-alpha4
org.testng : testng jar 7.0.0-beta7

Project Modules

There are no modules declared in this project.

rawdata-client-provider-postgres

Start and initialize database

docker-compose up
./docker-postgres-init-db.bash

Configuration

application.properties:

state.provider=postgres
postgres.driver.host=localhost
postgres.driver.port=5432
postgres.driver.user=rdc
postgres.driver.password=rdc
postgres.driver.database=rawdata_client
no.ssb.rawdata

Statistics Norway

Versions

Version
0.9
0.8
0.7
0.4
0.3
0.2
0.1