deepgram-reference-architecture

Installation
SKILL.md

Deepgram Reference Architecture

Overview

Four reference architectures for Deepgram transcription at scale: synchronous REST for short files, async queue (BullMQ) for batch processing, WebSocket proxy for real-time streaming, and a hybrid router that auto-selects the best pattern based on audio duration.

Architecture Selection Guide

Pattern Best For Latency Throughput Complexity
Sync REST Files <60s, low volume Low Low Simple
Async Queue Batch, files >60s Medium High Medium
WebSocket Proxy Live audio, real-time Real-time Medium Medium
Hybrid Router Mixed workloads Varies High High
Callback Files >5min, fire-and-forget N/A Very High Low

Instructions

Step 1: Synchronous REST Pattern

Installs
24
GitHub Stars
2.7K
First Seen
Feb 18, 2026
deepgram-reference-architecture — jeremylongshore/tons-of-skills-marketplace