Crates.io | sentry_arroyo |
lib.rs | sentry_arroyo |
version | |
source | src |
created_at | 2024-12-04 22:44:20.906065 |
updated_at | 2024-12-12 18:40:39.256301 |
description | A library for working with streaming data. |
homepage | |
repository | https://github.com/getsentry/arroyo |
max_upload_size | |
id | 1472620 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Arroyo
is a library to build streaming applications that consume from and produce to Kafka.
Arroyo consists of three components:
RunTask
, Filter
, Reduce
, CommitOffsets
and more.StreamProcessor
controls progress by the consumer and schedules work for execution by the strategies.All documentation is in the docs
directory. It is hosted at https://getsentry.github.io/arroyo/ and can be built locally by running make docs