Skip to main content

realtime data sync agent for various data sources

Project description

Fustor Agent 服务

Fustor Agent 是一款轻量、可扩展的数据采集与推送工具。它负责监听数据源变更,并将其实时推送到 Fustor Fusion 服务。

安装

pip install fustor-agent
# 安装文件系统源驱动
pip install fustor-source-fs

1. 配置

Fustor Agent 使用一个主目录来存放配置和状态。

  • 默认路径: ~/.fustor
  • 自定义路径: 设置 FUSTOR_HOME 环境变量。

Agent 的核心配置文件位于 Fustor 主目录下的 agent-config.yaml。你需要定义 sources (数据源)、pushers (推送目标) 和 syncs (同步任务)。

1. 配置 Source (数据源)

以文件系统 (FS) 为例:

sources:
  - id: "my-local-files"       # 唯一 ID
    type: "fs"                 # 驱动类型
    config:
      uri: "/data/research"    # 监控的绝对路径
      driver_params:
        # 可选:文件过滤模式
        file_pattern: "*"      

2. 配置 Pusher (推送目标)

通常推送到 Fusion 服务:

pushers:
  - id: "to-fusion"            # 唯一 ID
    type: "fusion"             # 驱动类型
    config:
      # Fusion 服务的 Ingest API 地址
      endpoint: "http://localhost:8102/ingestor-api/v1/events"
      # 从 Registry 获取的 API Key,用于鉴权
      credential: "YOUR_API_KEY_HERE"

3. 配置 Sync (同步任务)

将 Source 和 Pusher 绑定:

syncs:
  - id: "sync-files-to-fusion"
    source_id: "my-local-files"
    pusher_id: "to-fusion"
    enabled: true              # 设置为 true 以自动启动

命令指南

  • 启动服务: fustor-agent start -D (后台运行) 或 fustor-agent start (前台运行)
  • 停止服务: fustor-agent stop
  • 查看状态: 访问 http://localhost:8100 查看 Web 控制台。

更多文档

  • 驱动开发: 详见 docs/driver_design.md

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fustor_agent-0.2.2.tar.gz (82.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fustor_agent-0.2.2-py3-none-any.whl (56.7 kB view details)

Uploaded Python 3

File details

Details for the file fustor_agent-0.2.2.tar.gz.

File metadata

  • Download URL: fustor_agent-0.2.2.tar.gz
  • Upload date:
  • Size: 82.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.14

File hashes

Hashes for fustor_agent-0.2.2.tar.gz
Algorithm Hash digest
SHA256 28e532fb87db9a27ac23bfc8ea14784d5fe481cb8e8ef3715c14b2767b9a2eb1
MD5 45f9cab59958dff4876eea3418c491f3
BLAKE2b-256 7aa7679b81a12daceb9f428d7342d1244c2b4bec9909ebb86f2b9e018db8cbf1

See more details on using hashes here.

File details

Details for the file fustor_agent-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for fustor_agent-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 422bb9d8ced452b6332950ba5b4dd9510b9cab1fc92fa5a08ed7f03c7e96ae9a
MD5 38caa963d4e2f464ba69cec4ea565949
BLAKE2b-256 d0b2adcb005a9f0bc23abc37d84bed7fccb45e1b04ff1cdee4142c4acfae6a0f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page