Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-core-event-streaming
Real-time event infrastructure including platform event subscriptions, event relay, push topics, streaming channels, and event log files for asynchronous messaging.
Published package · Latest published 1.0.1 Mar 4, 2026 · 11 datasets / 12 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
11 datasets12 measures · 161 dimensionsReference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-core-event-streaming
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-core-event-streaming")
prompt = rawctx.to_prompt(
"@pasar6987/sf-core-event-streaming",
datasets=["ApiEventStream", "EventBusSubscriber"],
max_tokens=2000,
)
print(model.datasets) # ["ApiEventStream", "EventBusSubscriber", "EventLogFile"]
print(model.measures) # [Measure(name="ApiEventStream.RowsProcessed", ...), Measure(name="ApiEventStream.RowsReturned", ...), Measure(name="ApiEventStream.EvaluationTime", ...)]
print(model.dimensions) # [Dimension(name="ReplayId", ...), Dimension(name="CreatedDate", ...), Dimension(name="EventIdentifier", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-core-event-streaming
Real-time event infrastructure including platform event subscriptions, event relay, push topics, streaming channels, and event log files for asynchronous messaging.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 11 |
| Dimensions | 161 |
| Measures | 12 |
| Relationships | 0 |
Objects
- ApiEventStream — API Event Streams - ApiEventStream
- EventBusSubscriber — Represents a trigger, process, or flow that’s subscribed to a platform event or a change data capture event. Doesn’t include CometD or Pub/Sub API subscribers.
- EventLogFile — Event Log Files - EventLogFile
- EventRelayFeedback — Represents execution state information about an event relay from Salesforce to Amazon EventBridge for platform events and change data capture events. Query this object to get information such as the event relay status and any error message.
- LightningUriEventStream — Lightning URI Event Streams - LightningUriEventStream
- PlatformEventUsageMetric — Contains usage data for event publishing and delivery to CometD and Pub/Sub API clients, empApi Lightning components, and event relays. If Enhanced Usage Metrics isn't enabled, usage data is available for the last 24 hours, ending at the last hour, and for historical daily usage. In API 58.0 and later, you can enable Enhanced Usage Metrics to get usage data by event name and client for granular time intervals. PlatformEventUsageMetric contains separate usage metrics for platform events and change data capture events.
- PlatformStatusAlertEvent — The documentation has moved to PlatformStatusAlertEvent in the Platform Events Developer Guide.
- PushTopic — Represents a query that is the basis for notifying Streaming API clients of changes to records in an org.
- SourceChangeNotification — Source Change Notification - SourceChangeNotification
- StreamingChannel — Represents a channel that is the basis for notifying listeners of generic Streaming API events.
- UriEventStream — URI Event Streams - UriEventStream
Install
rawctx snapshot-download @pasar6987/sf-core-event-streaming
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
Topology
Semantic graph
Use the graph last, once provenance, documentation, and the runnable path are already clear.
Semantic Graph
Topology counts appear after the graph loads.
Loading graph
Semantic topology is still loadingCounts and graph nodes appear after the latest published summary has been fetched.
