Rawdata Client State Provider PostgreSQL Database


License

License

Categories

Categories

IDE Development Tools Data CLI User Interface
GroupId

GroupId

no.ssb.rawdata
ArtifactId

ArtifactId

rawdata-client-state-provider-postgres
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Source Code Management

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

Download rawdata-client-state-provider-postgres

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
no.ssb.config : dynamic-configuration jar 0.4
no.ssb.rawdata : rawdata-client-api jar 0.10
io.reactivex.rxjava2 : rxjava jar 2.2.6
com.zaxxer : HikariCP jar 3.3.1
org.postgresql : postgresql jar 42.2.5
org.slf4j : slf4j-api jar 1.8.0-beta2

test (5)

Group / Artifact Type Version
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-beta3

Project Modules

There are no modules declared in this project.

rawdata-client-state-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.2
0.1