Skip to content

Cross-Language Integration with Event Store #481

Answered by inmanturbo
b-barry asked this question in Q&A
Discussion options

You must be logged in to vote

The event store is just a table in a relational database. You would have to poll the table over tcp with your language's mysql client, or implement your own method. The events can queued for instance so you could implement a queue driver for something like rabbitmq. Or use http and set up an API or implement web hooks.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by b-barry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants