#聚合器 #图片 #聚合 #服务 #pict-rs #收集器 #端口

bin+lib pict-rs-aggregator

为 pict-rs 提供的简单图像聚合服务

37 个版本

0.5.0 2024 年 2 月 2 日
0.5.0-beta.32023 年 11 月 13 日
0.5.0-alpha.12023 年 7 月 15 日
0.2.0-beta.22023 年 1 月 29 日
0.1.16 2021 年 11 月 25 日

#323HTTP 服务器

Download history 8/week @ 2024-04-02 62/week @ 2024-07-02 7/week @ 2024-07-09

69 每月下载量

AGPL-3.0

83KB
2.5K SLoC

pict-rs-aggregator

为 pict-rs 提供的简单图像聚合器

用法

运行

$ pict-rs-aggregator -h
A simple image aggregation service for pict-rs

Usage: pict-rs-aggregator [OPTIONS]

Options:
  -a, --addr <ADDR>
          The address and port the server binds to [env: PICTRS_AGGREGATOR_ADDR=] [default: 0.0.0.0:8082]
  -u, --upstream <UPSTREAM>
          The url of the upstream pict-rs server [env: PICTRS_AGGREGATOR_UPSTREAM=] [default: http://127.0.0.1:8080]
  -d, --database-path <DATABASE_PATH>
          The path to the database [env: PICTRS_AGGREGATOR_DATABASE=] [default: sled/db-0-34]
  -s, --sled-cache-capacity <SLED_CACHE_CAPACITY>
          The amount of RAM, in bytes, that sled is allowed to consume. Increasing this value can improve performance [env: PICTRS_AGGREGATOR_SLED_CACHE_CAPACITY=] [default: 67108864]
  -c, --console-event-buffer-size <CONSOLE_EVENT_BUFFER_SIZE>
          The number of events to buffer in console. When unset, console is disabled [env: PICTRS_AGGREGATOR_CONSOLE_EVENT_BUFFER_SIZE=]
  -o, --opentelemetry-url <OPENTELEMETRY_URL>
          URL for the OpenTelemetry Colletor [env: PICTRS_AGGREGATOR_OPENTELEMETRY_URL=]
  -h, --help
          Print help information
  -V, --version
          Print version information

示例

在所有接口上运行,端口 8082,聚合到 localhost:8080

$ ./pict-rs-aggregator

本地运行,端口 9000,聚合到 localhost:4000,数据库在 /tmp

$ ./pict-rs-aggregator -a 127.0.0.1:9000 -u localhost:4000 -d /tmp/

贡献

欢迎您为任何发现的问题提交问题。请注意,任何贡献的代码都将根据 AGPLv3 许可。

许可

版权 © 2021 Riley Trautman

pict-rs-aggregator 是免费软件:您可以在自由软件基金会发布的 GNU 通用公共许可证的条款下重新分发和/或修改它,许可证版本为 3,或(根据您的选择)许可证的任何较新版本。

pict-rs-aggregator 根据 GNU 通用公共许可证分发,希望它有用,但没有任何保证;甚至没有关于其商誉或特定用途的隐含保证。有关详细信息,请参阅 GNU 通用公共许可证。此文件是 pict-rs 的一部分。

您应该已收到与 pict-rs 一起的 GNU 通用公共许可证副本。如果没有,请参阅 http://www.gnu.org/licenses/

依赖项

~66MB
~1M SLoC