blonk is a radar for your web, where you follow vibes for cool blips on the radar
at main 369 B view raw
1# Test script to verify firehose connection 2# Run with: mix run test_firehose.exs 3 4require Logger 5 6# Start the application 7{:ok, _} = Application.ensure_all_started(:elixir_blonk) 8 9Logger.info("Starting firehose test...") 10Logger.info("Listening for posts with #vibe-* hashtags...") 11Logger.info("Press Ctrl+C to stop") 12 13# Keep the script running 14Process.sleep(:infinity)