rkt launcher core

A core lib that can be used to fork `rkt` process in a type-safe way; a service exposing RESTful APIs through which the user can interact with `rkt` remotely; and last but not least, a client is shipped to ease the process talking to the service.

Лицензия

Лицензия

Группа

Группа

io.honnix
Идентификатор

Идентификатор

rkt-launcher-core
Последняя версия

Последняя версия

0.0.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

rkt launcher core
A core lib that can be used to fork `rkt` process in a type-safe way; a service exposing RESTful APIs through which the user can interact with `rkt` remotely; and last but not least, a client is shipped to ease the process talking to the service.

Скачать rkt-launcher-core

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
io.honnix : rkt-launcher-common jar 0.0.8
org.zeroturnaround : zt-exec jar 1.9
com.google.guava : guava jar 21.0
io.norberg : auto-matter jar 0.13.3

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 2.8.47
org.slf4j : slf4j-simple jar 1.7.25

Модули Проекта

Данный проект не имеет модулей.

rkt-launcher

CircleCI Coverage Status Maven Central License

To launch rkt in a type-safe way using Java (a.k.a rkt Java API).

rkt is designed to be used as a command line executable without having a daemon. To understand the design philosophy, you are encouraged to read this document.

rkt-launcher starts with a core lib that can be used to fork rkt process in a type-safe way; then it provides a service exposing RESTful APIs through which the user can interact with rkt remotely; and last but not least, a client is shipped to ease the process talking to the service.

This project is in beta stage. Most of the features have been implemented and can be used for production. Backward compatibility will be ensured on a best efforts basis.

Usage

Prerequisite

  • rkt has been installed, check here for details
  • JDK8 has been installed
  • Maven has been installed

To build

$ git clone git@github.com:honnix/rkt-launcher.git
$ mvn package

To start the service:

$ java -jar rkt-launcher-service/target/rkt-launcher-service.jar -Dhttp.server.port=8080

To start hacking

Import the maven project to your favorite IDE or choose whatever editor you like. Well, it's just plain Java.

rkt-launcher-common

This module contains options passed to rkt, models capturing rkt output and a few utilities handling JSON, time, etc.

Read More

rkt-launcher-core

Core library to fork rkt process and handle output.

Read More

rkt-launcher-service

This module exposes RESTful APIs to fork rkt process and handle output.

This service is built using Apollo framework.

Read More

rkt-launcher-remote

Talking to rkt-launcher-service remotely.

Read More

Версии библиотеки

Версия
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2