mocra-store 0.4.1

Multi-tenant sea-orm entity models for the mocra crawler framework (account × platform × module + middleware/relations).
Documentation
  • Coverage
  • 68.4%
    290 out of 424 items documented0 out of 24 items with examples
  • Size
  • Source code size: 80.58 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 17.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • ouiex/mocra
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lves-han

mocra-store

Multi-tenant sea-orm entity models for the mocra distributed crawler framework: the account × platform × module model plus data / download middleware and relation tables, task results, and logs.

Pure data layer (sea-orm + serde, zero engine coupling), with slim features (no runtime / sqlx driver) so it can be depended on for the entity types alone. The host mocra crate uses it behind its store feature.

Contents

  • entity::{Account, Platform, Module, TaskResult, Log, DataMiddleware, DownloadMiddleware} and the rel_* relation entities (sea-orm Entity / Model / Column).

Part of the mocra workspace.

License

Licensed under either of MIT or Apache-2.0 at your option.