Things REST

Component enabling REST API, using spring boot

License

License

GroupId

GroupId

us.ilmark.deta.things
ArtifactId

ArtifactId

things-rest
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Things REST
Component enabling REST API, using spring boot
Source Code Management

Source Code Management

https://github.com/makkus/things

Download things-rest

How to add to project

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

Dependencies

compile (18)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 1.0.2.RELEASE
com.codahale.metrics : metrics-jvm jar 3.0.2
com.codahale.metrics : metrics-healthchecks jar 3.0.2
com.fasterxml.jackson.module : jackson-module-afterburner jar 2.2.0
us.ilmark.deta.things : things-core jar 0.1
org.springframework : spring-tx jar 4.0.4.RELEASE
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.3.1
com.ryantenney.metrics : metrics-spring jar 3.0.0
com.codahale.metrics : metrics-jetty8 jar 3.0.2
org.slf4j : slf4j-api jar 1.7.+
com.fasterxml.jackson.datatype : jackson-datatype-guava jar 2.2.0
com.codahale.metrics : metrics-servlets jar 3.0.2
com.codahale.metrics : metrics-logback jar 3.0.2
com.codahale.metrics : metrics-jersey jar 3.0.2
org.hibernate : hibernate-validator jar 5.1.0.Final
com.fasterxml.jackson.module : jackson-module-jsonSchema jar 2.3.3
org.springframework.boot : spring-boot-starter-logging jar 1.0.2.RELEASE
org.springframework.boot : spring-boot-starter-jetty jar 1.0.2.RELEASE

test (4)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
junit : junit jar 4+
org.hamcrest : hamcrest-core jar 1.3
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

Things

Overview

Things is a hybrid key-value-store/proxy/task-something.

Meant to make it easy to manage a set of objects (things) that can have dependencies between each other (although preferably those dependencies don't get too complex). Those objects can either be stored directly in things, or they can be dynamically retrieved from configurable connectors. This setup makes is designed to make the whole, well ...thing... comparatively flexible.

Getting started

Versions

Version
0.1