quantlet 0.1.2

QuantLET is an open source, event-driven framework for rapid development and deployment of real-time analytical models intended to be executing in large scale.
Documentation

QuantLET

Crates.io Documentation License

QuantLET is an open source, event-driven framework for rapid development and deployment of real-time analytical models intended to be executing in large scale.

Installation

Add to your Cargo.toml:

[dependencies]
quantlet = "0.1.2" 

Or use cargo:

cargo add quantlet

Development

  1. Clone the repository:
git clone git@github.com:jfaleiro/quantlet-rs.git
cd quantlet-rs
  1. Install git hooks:
make setup

Main development tasks are executed during git commit and git push.

Commit messages are validated during commit-msg phase of git hook and must be compatible with Conventional Commits.

License

This project is licensed under the terms specified in LICENSE.