DocsGuides
Guides
Practical, step-by-step guides to help you implement common patterns and features with TopGun.
Authentication
How to integrate authentication providers (Clerk, Better Auth) and secure your sync channels.
Read GuideSecurity (TLS/mTLS)
Secure your deployment with TLS encryption, mTLS for cluster, and certificate management.
Read GuideLive Queries
Building reactive applications with real-time query subscriptions.
Read GuidePub/Sub (Topics)
Using ephemeral topics for real-time messaging and notifications.
Read GuideTime-To-Live (TTL)
Managing data expiration and garbage collection.
Read GuideData Modeling
Coming SoonBest practices for structuring your data in a graph/document hybrid model for maximum performance.
Deployment
How to deploy and scale the TopGun server cluster using Docker and Kubernetes.
Read GuideObservability
Monitoring, metrics (Prometheus), and structured logging.
Read GuideDistributed Locks
Coordinating processes with locks and fencing tokens.
Read Guide