Skip to content

StreamForge v1.1 — Config & Polish

Choose a tag to compare

@Adarsh73111 Adarsh73111 released this 22 Mar 17:57

StreamForge v1.1 — Config & Polish

Added

  • config.json — all AWS settings now configurable without recompiling (region, bucket, SNS ARN, ports, batch size, workers, zscore threshold)
  • GET /version endpoint — returns build version, language, and mode
  • Graceful shutdown — flushes all S3 buffers cleanly before exit

Changed

  • S3_BUCKET, SNS_ARN, REGION moved from hardcoded main.cpp to config.json
  • Version banner now shows v1.1 with config summary on startup

How to upgrade

git pull origin main

Edit config.json with your AWS values

cd build && make streamforge -j$(nproc)