sysalto / ReactiveReports

Reactive Reports - a framework developed in Scala, designed for generating reports from code.
Other
16 stars 4 forks source link

Reactive Reports

Unique features

Flexibility

Speed

Graphics

Language details

Getting started

1 - Using SBT - Recommended for Scala

Include the following in your build.sbt file:

libraryDependencies += "com.github.sysalto" %% "reactivereports-core" % "1.0.7"
libraryDependencies += "com.github.sysalto" %% "reactivereports-pdf-render" % "1.0.7"

2 - Using Maven - Recommeded for Java

Use the latest Maven artifacts for Reactive Reports. Example:

<dependency>
  <groupId>com.github.sysalto</groupId>
  <artifactId>reactivereports-core_2.12</artifactId>
  <version>1.0.7</version> 
</dependency>

<dependency>
  <groupId>com.github.sysalto</groupId>
  <artifactId>reactivereports-pdf-render_2.12</artifactId>
  <version>1.0.7</version>
</dependency>

Built using

Open Source dependencies used by Reactive Reports framework

1 - Scala

2 - Akka - https://akka.io/

3 - RocksDB - http://rocksdb.org/

4 - Protobuf - https://developers.google.com/protocol-buffers/docs/proto3

5 - Scalaz - https://github.com/scalaz/scalaz

Open Source dependencies only used in examples, not in the framework

1 - HyperSQL - http://hsqldb.org/

2 - Twitter4s - https://github.com/DanielaSfregola/twitter4s

Contact

For questions, concerns, or simply to get in touch with us, please, email us at sysaltocorporation@gmail.com