azure-sdk-for-js/sdk/eventhub
Jeremy Meng 3a68e456b2 [Samples] update "src/**.ts" to "src/**/*.ts" in tsconfig.json
Previously dev-tool has been fixed to generate correct include path in samples
tsconfig.json but samples were not updated.

This PR fixes the samples tsconfig.json in one run; otherwise with the recent
branch protection policy changes, when individual packages re-publish samples,
js-core team would have to approve the tsconfig.json changes.

***NO_CI***
2024-07-24 13:53:00 +00:00
..
arm-eventhub [Samples] update "src/**.ts" to "src/**/*.ts" in tsconfig.json 2024-07-24 13:53:00 +00:00
arm-eventhub-profile-2020-09-01-hybrid [Samples] update "src/**.ts" to "src/**/*.ts" in tsconfig.json 2024-07-24 13:53:00 +00:00
event-hubs [Samples] update "src/**.ts" to "src/**/*.ts" in tsconfig.json 2024-07-24 13:53:00 +00:00
eventhubs-checkpointstore-blob [Event Hubs] Revert GeoDR earliestPosition change (#30425) 2024-07-16 10:45:28 -07:00
eventhubs-checkpointstore-table [EngSys] remove tsconfig.package.json 2024-07-16 13:27:25 +00:00
mock-hub [Samples] update "src/**.ts" to "src/**/*.ts" in tsconfig.json 2024-07-24 13:53:00 +00:00
perf-tests [EngSys] remove tsconfig.package.json 2024-07-16 13:27:25 +00:00
.openpublishing.build.ps1
.openpublishing.publish.config.json
CODE_OF_CONDUCT.md
LICENSE-CODE
License
README.md
ci.mgmt.yml
ci.yml
contribute.md
sample.env
test-resources.json
thirdpartynotice.txt

README.md

Azure Event Hubs client libraries for JavaScript

Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. This lets you process and analyze the massive amounts of data produced by your connected devices and applications.

Libraries for resource management

To manage your Azure Event Hubs resources via the Azure Resource Manager, you would use the below package.

NPM Package Reference
@azure/arm-eventhub API Reference for @azure/arm-eventhub

Libraries for data access

To send and receive events from an Azure Event Hub instance, you would use the below packages.

NPM Package Reference Samples
@azure/event-hubs API Reference for @azure/event-hubs Samples for sending & receiving events
@azure/eventhubs-checkpointstore-blob API Reference for @azure/eventhubs-checkpointstore-blob Samples for using checkpoint store when receiving events

There is an older package @azure/event-processor-host meant for receiving events from multiple partitions such that the partition load is balanced across multiple instances of your application. This is done by making use Azure Storage Blob to store checkpoints. This package is deprecated and has been replaced by the packages listed in the above table. Follow the migration guide to move your application off of this package.

Impressions