datamill Core

A Java framework for web applications using a functional reactive style built on RxJava

License

License

Categories

Categories

Data
GroupId

GroupId

foundation.stack.datamill
ArtifactId

ArtifactId

core
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

datamill Core
A Java framework for web applications using a functional reactive style built on RxJava
Project URL

Project URL

https://github.com/rchodava/datamill

Download core

How to add to project

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

Dependencies

compile (20)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
org.json : json jar 20160212
io.netty : netty-common jar 4.1.0.CR6
io.netty : netty-buffer jar 4.1.0.CR6
io.netty : netty-handler jar 4.1.0.CR6
io.netty : netty-transport jar 4.1.0.CR6
io.netty : netty-codec-http jar 4.1.0.CR6
com.github.davidmoten : rxjava-jdbc jar 0.7
com.zaxxer : HikariCP-java6 jar 2.3.2
io.reactivex : rxjava-string jar 1.1.0
org.atteo : evo-inflector jar 1.2.1
org.bitbucket.b_c : jose4j jar 0.4.4
org.flywaydb : flyway-core jar 3.2.1
org.javassist : javassist jar 3.20.0-GA
org.objenesis : objenesis jar 2.2
io.reactivex : rxjava jar 1.1.3
io.reactivex : rxjava-async-util jar 0.21.0
ch.qos.logback : logback-classic jar 1.1.3
com.github.stefanbirkner : system-rules jar 1.16.0
org.apache.httpcomponents : httpclient jar 4.5.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
com.fasterxml.jackson.core : jackson-core jar 2.7.3

Project Modules

There are no modules declared in this project.

datamill Build Status Coverage Status Maven Central Join the chat at https://gitter.im/rchodava/datamill

datamill is a Java framework for web applications using a functional reactive style built on RxJava. It is intended to be used with Java 8 and lambdas. Unlike other modern Java frameworks, it makes the flow and manipulation of data through your application highly visible. That means that you won't find yourself strewing your code with magic annotations, whose function and effect are hidden within complex framework code and documentation. Instead, you will explicitly specify how data flows through your application, and how to modify that data as it does. And you do so using the simple style that RxJava allows.

datamill is still in an early stage of development but we use it to build several large web applications we're working on. While we find it a joy to work with, we expect some issues may crop up, and some things will change.

Check out our Developer Guide to get started!

We've also published an introductory blog post.

Versions

Version
0.1.0