docs: clarify intended usage and Docker vs Edge guidance#277
docs: clarify intended usage and Docker vs Edge guidance#277omwanere wants to merge 2 commits intostripe:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughSummary by CodeRabbit
WalkthroughA new documentation file was added that provides usage guidance for the Stripe data engine. The document outlines the engine's intended purpose for data ingestion, synchronization, and analytics following Stripe events. It specifies appropriate use cases such as syncing data to databases, processing webhooks, and building analytics dashboards, while clarifying non-use cases like payment acceptance and checkout flows. The documentation includes a decision table for when to use the engine versus alternative approaches, distinguishes between Docker and Edge deployment scenarios with respective criteria, and provides example usage patterns with considerations for deployment architecture and processing latency. Comment |
This PR clarifies the intended usage of the engine, adds a decision guide
for new projects, and explains Docker vs Edge usage as requested in #276.