Forum Discussion

Kelderic's avatar
Kelderic
Helper I
1 year ago
Solved

Is there a way to push from a .NET program to an EventStream custom endpoint?

I have a .NET program that can read data out from my ERP system, in a loop, to do incremental loads. Is there a way to push from a said program to an EventStream custom endpoint? Do I need to build o...
  • datacoffee's avatar
    1 year ago

    The custom endpoint in Eventstream is actually just an event hub namespace. And from a C# application you can send data to an event hub. 
    when deploying your Eventstream, just select the custom endpoint as source and you will get the endpoint and sas token to put in your application.


    the same place, you can find example code snippets on how to implement the code in your application. I can't remember if C# is shown, but you will get the idea when looking at the code 😊