ixortalk-assetstate

IxorTalk Asset State Microservice

License

License

GroupId

GroupId

com.ixortalk
ArtifactId

ArtifactId

ixortalk-assetstate
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

ixortalk-assetstate
IxorTalk Asset State Microservice
Project URL

Project URL

https://github.com/ixortalk/ixortalk-assetstate/tree/master
Project Organization

Project Organization

IxorTalk CVBA
Source Code Management

Source Code Management

https://github.com/ixortalk/ixortalk-assetstate/tree/master

Download ixortalk-assetstate

How to add to project

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

Dependencies

compile (17)

Group / Artifact Type Version
org.springframework.cloud : spring-cloud-starter-feign jar
org.springframework.cloud : spring-cloud-starter-config jar
org.springframework.boot : spring-boot-starter-actuator jar 1.5.22.RELEASE
org.springframework.boot : spring-boot-starter-web jar 1.5.22.RELEASE
org.springframework.boot : spring-boot-starter-hateoas jar 1.5.22.RELEASE
com.ixortalk : ixortalk-oauth2-spring-boot-starter jar 0.0.3
javax.inject : javax.inject jar 1
io.github.openfeign : feign-jackson jar 9.5.0
com.google.guava : guava jar 19.0-rc2
com.github.fge : json-schema-validator jar 2.2.6
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.6.7
com.ixortalk : ixortalk-util jar 1.0.2
org.apache.commons : commons-lang3 jar 3.4
io.prometheus : simpleclient jar 0.0.22
io.prometheus : simpleclient_hotspot jar 0.0.22
io.prometheus : simpleclient_servlet jar 0.0.22
io.prometheus : simpleclient_spring_boot jar 0.0.22

test (9)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.5.22.RELEASE
org.assertj : assertj-core jar 3.5.1
com.jayway.restassured : rest-assured jar 2.9.0
org.springframework.restdocs : spring-restdocs-core jar 1.1.0.RELEASE
org.springframework.restdocs : spring-restdocs-restassured jar 1.1.0.RELEASE
com.shazam : shazamcrest jar 0.11
com.github.tomakehurst : wiremock-standalone jar 2.5.0
org.skyscreamer : jsonassert jar 1.3.0
com.ixortalk : ixortalk-test jar 1.0.3

Project Modules

There are no modules declared in this project.

IxorTalk AssetState

For general documentation about the IxorTalk platform: https://github.com/ixortalk/ixortalk-gateway

IxorTalk AssetState is the microservice responsible for constructing the actual state of an asset within the platform. It combines ixortalk-assetmgmt with ixortalk-prometheus to get a complete view on the state of all assets.

Building

For building Maven, Java 1.8+ and Docker are required.

$ mvn clean install

To build without a Docker image being built:

$ mvn clean install -DskipDocker

Running

For easy bootstrapping an IxorTalk instance, see ixortalk-config-docker which contains a Docker compose configuration for the complete stack.

Contributing

Pull request are welcome.

License

The MIT License (MIT)

Copyright (c) 2016-present IxorTalk CVBA

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
com.ixortalk

IxorTalk

Connected Experiences

Versions

Version
1.1.3
1.1.2
1.1.0
1.0.0