Object.DemoRunner (object v0.1.2)

High-performance demonstration runner using OTP principles. Shows the full AAOS system in action with proper BEAM/OTP patterns.

Summary

Functions

Runs a comprehensive demonstration of the full AAOS system capabilities.

Functions

run_full_system_demo()

Runs a comprehensive demonstration of the full AAOS system capabilities.

Demonstrates:

  • Concurrent message passing with GenStage
  • Distributed coordination with consensus
  • Schema evolution with voting
  • Real-time performance monitoring
  • Fault tolerance and recovery
  • High-throughput load testing

Returns

Map containing results from all demonstration components

Examples

iex> Object.DemoRunner.run_full_system_demo()
%{message_passing: %{throughput: 450.2}, coordination: %{status: :completed}, ...}