quantlet-bigdata 0.1.2

Support for reactive use cases that must reply on very large data: infinite reactive graphs (infinite spreadsheets) associated to non-structured repositories. Reactives are organized in distributed nodes, allowing for automatic persistence and in memory allocation beyond the limits of one single computer.
Documentation
# quantlet-bigdata

[![Crates.io](https://img.shields.io/crates/v/quantlet-bigdata)](https://crates.io/crates/quantlet-bigdata)
[![Documentation](https://docs.rs/quantlet-bigdata/badge.svg)](https://docs.rs/quantlet-bigdata)
[![License](https://img.shields.io/crates/l/quantlet-bigdata)](https://docs.rs/crate/quantlet-bigdata/latest/source/LICENSE)

**Support for reactive use cases that must reply on very large data: infinite reactive graphs (infinite spreadsheets) associated to non-structured repositories. Reactives are organized in distributed nodes, allowing for automatic persistence and in memory allocation beyond the limits of one single computer.**


## Installation

<!-- # x-release-please-start-version -->
Add to your `Cargo.toml`:
```toml
[dependencies]
quantlet-bigdata = "0.1.2" 
```

Or use cargo:
```bash
cargo add quantlet-bigdata
```
<!-- # x-release-please-end -->

## Development

1. Clone the repository:
```bash
git clone git@github.com:jfaleiro/quantlet-rs.git
cd quantlet-rs
```

2. Install `git` hooks:
```bash
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](https://www.conventionalcommits.org/en/v1.0.0/). 




## License

This project is licensed under the terms specified in [LICENSE](https://docs.rs/crate/quantlet-bigdata/latest/source/LICENSE).