SnapFS is a file indexing and metadata system designed for large-scale production environments such as VFX, animation, gaming, simulation, and data pipelines.
Early development.
APIs, schemas, and endpoints may evolve rapidly before the 1.0 release.
- Filesystem scanning and metadata ingestion
- Cache-aware incremental hashing
- Async gateway client built on aiohttp
- Command-line interface for common operations
pip install snapfsor install from source:
pip install -e .Scan a directory and publish metadata:
snapfs scan /mnt/projects- Python 3.8+