dlstore

Ledger state machine framework backed by Kafka distributed ledger store

License

License

Categories

Categories

Net
GroupId

GroupId

net.glorat
ArtifactId

ArtifactId

dlstore_2.11
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

dlstore
Ledger state machine framework backed by Kafka distributed ledger store
Project URL

Project URL

https://github.com/glorat/dlstore
Project Organization

Project Organization

net.glorat
Source Code Management

Source Code Management

https://github.com/glorat/dlstore

Download dlstore_2.11

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.typesafe.scala-logging : scala-logging_2.11 jar 3.5.0
com.novus : salat-core_2.11 jar 1.9.8
joda-time : joda-time jar 2.2
ch.qos.logback : logback-classic jar 1.1.1
com.typesafe.akka : akka-actor_2.11 jar 2.5.3
net.cakesolutions » scala-kafka-client_2.11 jar 1.0.0

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.1
org.slf4j : log4j-over-slf4j jar 1.7.21
net.cakesolutions » scala-kafka-client-testkit_2.11 jar 1.0.0

Project Modules

There are no modules declared in this project.

dlstore

Ledger state machine framework backed by different distributed ledger stores including

  • Kafka
  • Firestore

Comes with a website demo that can be run with

sbt
> project playstore
> run

and navigating to http://localhost:9000

See also:

Versions

Version
0.1.0