https://github.com/kdcllc/Bet.BuildingBlocks.SalesforceEventBus
Building Blocks for the Event Bus implementations for Salesforce Platform events.
https://github.com/kdcllc/Bet.BuildingBlocks.SalesforceEventBus
building-blocks docker dotnet-cli dotnet-core dotnetcore k8s kubernetes salesforce
Last synced: 5 months ago
JSON representation
Building Blocks for the Event Bus implementations for Salesforce Platform events.
- Host: GitHub
- URL: https://github.com/kdcllc/Bet.BuildingBlocks.SalesforceEventBus
- Owner: kdcllc
- License: mit
- Created: 2018-07-25T11:58:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T22:00:59.000Z (about 5 years ago)
- Last Synced: 2024-12-11T03:12:47.542Z (about 1 year ago)
- Topics: building-blocks, docker, dotnet-cli, dotnet-core, dotnetcore, k8s, kubernetes, salesforce
- Language: C#
- Size: 104 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bet.BuildingBlocks.SalesforceEventBus
[](https://raw.githubusercontent.com/kdcllc/kdcllc-buildingblocks-salesforceeventbus/master/LICENSE)
[](https://ci.appveyor.com/project/kdcllc/kdcllc-buildingblocks-salesforceeventbus)
[](https://www.nuget.org/packages?q=Bet.BuildingBlocks.SalesforceEventBus)

[](https://f.feedz.io/kdcllc/kdcllc/packages/Bet.BuildingBlocks.SalesforceEventBus./latest/download)
This repo is the implementation of Event Bus for Salesforce platform events with a sample app.
It demonstrates how to interact with CometD for Salesforce Platform events.
- [Bet.BuildingBlocks.SalesforceEventBus](./src/Bet.BuildingBlocks.SalesforceEventBus/README.md) - the reusable library.
- [Bet.Salesforce.TestApp](./src/Bet.Salesforce.TestApp/README.md) - the project that contains `IEventBus` sample implementation.
- [TestApp](./src/TestApp/README.md) - DotNetCore 2.2 worker implementation of `Bet.Salesforce.TestApp`
- [TestAppWorker](./src/TestAppWorker/README.md) - DotNetCore 3.0 worker implementation of `Bet.Salesforce.TestApp` with Docker support.
## Referenced Projects
- [CometD2.NetCore](https://github.com/kdcllc/CometD.NetCore) - [CometD.org](CometD.org) implementation, supports replay id.
- [CometD.NetCore2.Salesforce project](https://github.com/kdcllc/CometD.NetCore.Salesforce) - provides with implementation of this library.