Skip to main content

Fustor File System Schema - Contract between source-fs and view-fs

Project description

fustor-schema-fs

File System Schema for Fustor - defines the data contract between fustor-source-fs (Agent) and fustor-view-fs (Fusion).

Overview

This package contains only type definitions and validation logic, with no runtime dependencies. It serves as the single source of truth for the file system event format.

Schema

Event Row Format

{
    "path": str,              # Absolute file path
    "file_name": str,         # Base file name
    "size": int,              # File size in bytes
    "modified_time": float,   # Last modification time (Unix timestamp)
    "is_directory": bool,     # True if this is a directory
    # Optional fields
    "created_time": float,    # Creation time
    "parent_path": str,       # Parent directory path
    "parent_mtime": float,    # Parent directory mtime (for audit)
}

Usage

from fustor_schema_fs import (
    SCHEMA_NAME,
    SCHEMA_VERSION,
    validate_row,
    get_path,
    get_mtime,
)

# Check schema version
print(f"Schema: {SCHEMA_NAME} v{SCHEMA_VERSION}")

# Validate event row
row = {"path": "/data/file.txt", "file_name": "file.txt", ...}
if validate_row(row):
    path = get_path(row)
    mtime = get_mtime(row)

Versioning

This schema follows semantic versioning:

  • Major version changes indicate breaking changes to required fields
  • Minor version changes add optional fields
  • Patch version changes are documentation-only

Current version: 1.0

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_schema_fs-0.8.11.tar.gz (5.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_schema_fs-0.8.11-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file fustor_schema_fs-0.8.11.tar.gz.

File metadata

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

File hashes

Hashes for fustor_schema_fs-0.8.11.tar.gz
Algorithm Hash digest
SHA256 91927d8917386c0de1d4258c1f8faa0d66ada24a2c9b1219826ab0608c252e7e
MD5 535a8175a2908e8bd7b9c8b60eda8e05
BLAKE2b-256 8647ceffc464eae95b59b11743aceffdad07f6e9723b617a85b01086ef76777f

See more details on using hashes here.

File details

Details for the file fustor_schema_fs-0.8.11-py3-none-any.whl.

File metadata

File hashes

Hashes for fustor_schema_fs-0.8.11-py3-none-any.whl
Algorithm Hash digest
SHA256 09c78d4d72bc7da17242c1eef4cc84215c818f2da52878abe74c9442135946a5
MD5 c573ebcafbf4eb0a85ad81a22560874d
BLAKE2b-256 fa885fb818a7a6d9a09f02b1529c9c2517a593d6dba9117e9567febeddcb48c0

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