Overview
This section provides complete schema references for Datafye descriptors. These are detailed, field-by-field documentation intended for developers who need precise specifications.
Descriptor Types
Datafye uses three types of descriptors to configure your infrastructure:
Complete schema reference for DataSpec β defines what market data your algo needs, including datasets, symbols, tick/aggregate schemas, and retention policies.
Complete schema reference for AlgoSpec β defines your algo container, execution parameters, resource limits, and data bindings.
Complete schema reference for BrokerSpec β defines broker connections, order routing, position management, and risk controls.
How to Use This Reference
Each descriptor reference includes:
Complete schema β All fields with types and constraints
Field descriptions β Purpose and behavior of each field
Validation rules β Required fields, allowed values, and formats
Examples β Working samples for common scenarios
Related concepts β Links to narrative guides
Related Documentation
Concept guides β For narrative explanations, see Deployment Descriptors
Quickstart β For getting started quickly, see Choose Your Path
CLI commands β For using descriptors with the CLI, see CLI Reference
Format Support
All descriptors support both YAML and JSON formats:
Use whichever format you prefer β both are equivalent and fully supported by the Datafye CLI.
Last updated

