Skip to content

TRAC 0.3.0

Compare
Choose a tag to compare
@martin-traverse martin-traverse released this 09 Dec 12:38
· 309 commits to main since this release
901f332

TRAC 0.3 adds core data capabilities to the platform. The data engine is based on Apache Arrow, it provides storage abstraction, format translation and data transfer using gRPC streaming methods. Data updates and versioning are supported. Client apps can store, retrieve and manipulate data using standard data formats. This release also includes automated checks for security vulnerabilities and licensing, to let the platform pass typical enterprise software compliance scans.

The 0.3 release series is not metadata-compatible with the 0.2 series.

  • TRAC data API definition and service implementation
  • Core data engine based on Apache Arrow
  • Supported data formats: Arrow streams, Arrow files, CSV, JSON
  • Supported storage engines: Local storage
  • TRAC plugin API, for adding data formats and storage engines
  • Data capabilities added to the web API package
  • Documentation, examples and tutorials for application development
  • Automated compliance scans for security vulnerabilities and licensing
  • Add support for Python 3.10 in the model runtime