test-util

test specific code

License

License

GroupId

GroupId

com.ubirch.storage
ArtifactId

ArtifactId

test-util_2.11
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

test-util
test specific code
Project URL

Project URL

http://ubirch.com
Project Organization

Project Organization

com.ubirch.storage
Source Code Management

Source Code Management

https://github.com/ubirch/ubirch-storage-service

Download test-util_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.ubirch.storage/test-util_2.11/ -->
<dependency>
    <groupId>com.ubirch.storage</groupId>
    <artifactId>test-util_2.11</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubirch.storage/test-util_2.11/
implementation 'com.ubirch.storage:test-util_2.11:0.0.1'
// https://jarcasting.com/artifacts/com.ubirch.storage/test-util_2.11/
implementation ("com.ubirch.storage:test-util_2.11:0.0.1")
'com.ubirch.storage:test-util_2.11:jar:0.0.1'
<dependency org="com.ubirch.storage" name="test-util_2.11" rev="0.0.1">
  <artifact name="test-util_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubirch.storage', module='test-util_2.11', version='0.0.1')
)
libraryDependencies += "com.ubirch.storage" % "test-util_2.11" % "0.0.1"
[com.ubirch.storage/test-util_2.11 "0.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.ubirch.storage : share_2.11 jar 0.0.1
com.typesafe.scala-logging : scala-logging_2.11 jar 3.4.0
uk.co.bigbeeconsultants » bee-client_2.11 jar 0.29.1

Project Modules

There are no modules declared in this project.

ubirch-storage-service

ubirch generic storage service

!!! project is deprecated and might be deleted at any time !!!

Scala Dependencies

client

resolvers ++= Seq(
  Resolver.sonatypeRepo("snapshots"),
  Resolver.bintrayRepo("rick-beton", "maven") // BeeClient
)
libraryDependencies ++= Seq(
  "com.ubirch.backend.storage" %% "client" % "0.0.1-SNAPSHOT"
)

core

resolvers ++= Seq(
  Resolver.sonatypeRepo("snapshots"),
  "RoundEights" at "http://maven.spikemark.net/roundeights", // Hasher
  Resolver.bintrayRepo("rick-beton", "maven") // BeeClient
)
libraryDependencies ++= Seq(
  "com.ubirch.backend.storage" %% "core" % "0.0.1-SNAPSHOT"
)

model

resolvers ++= Seq(
  Resolver.sonatypeRepo("snapshots")
)
libraryDependencies ++= Seq(
  "com.ubirch.backend.storage" %% "model" % "0.0.1-SNAPSHOT"
)

share

resolvers ++= Seq(
  Resolver.sonatypeRepo("snapshots"),
  "RoundEights" at "http://maven.spikemark.net/roundeights" // Hasher
)
libraryDependencies ++= Seq(
  "com.ubirch.backend.storage" %% "share" % "0.0.1-SNAPSHOT"
)

test-util

resolvers ++= Seq(
  Resolver.sonatypeRepo("snapshots"),
  Resolver.bintrayRepo("rick-beton", "maven") // BeeClient
)
libraryDependencies ++= Seq(
  "com.ubirch.backend.storage" %% "test-util" % "0.0.1-SNAPSHOT"
)

ubirch-share

resolvers ++= Seq(
  Resolver.sonatypeRepo("snapshots"),
  Resolver.bintrayRepo("rick-beton", "maven") // BeeClient
)
libraryDependencies ++= Seq(
  "com.ubirch.backend.storage" %% "ubirch-share" % "0.0.1-SNAPSHOT"
)

server

resolvers ++= Seq(
  Resolver.sonatypeRepo("snapshots")
)
libraryDependencies ++= Seq(
  "com.ubirch.backend.storage" %% "server" % "0.0.1-SNAPSHOT"
)

client usage

these settings have to be set:

ubirchStorageService {
  interface = "localhost"
  port = 8080
  hash {
    algorithm = sha512
  }
  elasticsearch {
    url = "http://localhost:9200"
    unminedHashesLimit = 10000
    devicemessage {
      index = "ubirch-device-data"
    }
    deviceconfig {
      index = "ubirch-device-configs"
      type = "device-config"
    }
    hashchainstore {
      index = "ubirch-chain-hash"
      type = "chain-hash"
    }
    blockchainstore {
      index = "ubirch-chain-block"
      type = "chain-block"
    }
    genesisblockchainstore {
      index = "ubirch-chain-block"
      type = "chain-genesisblock"
    }
  }
}

create docker image

./sbt server/docker
com.ubirch.storage

ubirch GmbH

Versions

Version
0.0.1