You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style B fill:#4facfe,color:#fff,stroke:#4c51bf,stroke-width:3px
388
+
style C fill:#667eea,color:#fff
389
+
style D fill:#f093fb,color:#333
390
+
style E fill:#00f2fe,color:#333
391
+
```
392
+
393
+
**Use Cases**:
394
+
- Real-time metadata updates from applications
395
+
- Event-driven metadata synchronization
396
+
- Immediate lineage tracking
397
+
- Live data quality reporting
398
+
- Dynamic schema registration
399
+
400
+
**Why APIs are the Standard for Real-time**:
401
+
402
+
OpenMetadata uses REST APIs for push-based, real-time ingestion - the same approach that powers the entire internet. Just as Stripe processes millions of real-time payments and Twilio handles real-time communications through APIs, OpenMetadata delivers real-time metadata updates without requiring heavyweight message queues.
403
+
404
+
**Key Advantages**:
405
+
406
+
-**Simplicity**: Standard HTTP/REST - no additional infrastructure required
407
+
-**Universal**: Works with any programming language or platform
408
+
-**Reliable**: Battle-tested pattern used by Stripe, Twilio, GitHub, and thousands of other services
409
+
-**Scalable**: Modern API gateways handle millions of requests per second
410
+
-**Developer-friendly**: Easy to integrate, test, and debug
411
+
-**Secure**: Standard authentication and encryption (OAuth, JWT, TLS)
412
+
413
+
!!! note "Real-time Without Kafka"
414
+
While some vendors claim you need Kafka for "real-time" capabilities, the reality is different. The world's most critical real-time systems - payment processing, communication platforms, ride-sharing, and financial services - all run on REST APIs. OpenMetadata follows this proven, simpler approach.
415
+
416
+
**Learn more**: [Why OpenMetadata is the Right Choice for You](https://blog.open-metadata.org/why-openmetadata-is-the-right-choice-for-you-59e329163cac)
0 commit comments