1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[](https://crates.io/crates/quantlet-bigdata)
[](https://docs.rs/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.**
Add to your `Cargo.toml`:
```toml
[dependencies]
quantlet-bigdata = "0.1.2"
```
Or use cargo:
```bash
cargo add quantlet-bigdata
```
1.
2.
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/).
This project is licensed under the terms specified in [LICENSE](https://docs.rs/crate/quantlet-bigdata/latest/source/LICENSE).