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
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 40.31 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 974.64 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jfaleiro

quantlet-bigdata

Crates.io Documentation 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

Add to your Cargo.toml:

[dependencies]
quantlet-bigdata = "0.1.2" 

Or use cargo:

cargo add quantlet-bigdata

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.