Skip to content

TRAC 0.3.0 beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@martin-traverse martin-traverse released this 01 Dec 11:01
· 263 commits to main since this release
fd65027

This beta is a preview of the 0.3 release series, which provides core data capabilities to the TRAC platform. The core 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.

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