You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nice example of CQRS . Thank you for making this available to everyone and writing about it on Medium.
Lately I have started using benthos to configure these types of systems.
As i read the article I kept thinking of how all the data mapping and logic could be done in benthos.
NATS Jetstream is supported by benthos.
It now also has CueLang support but it’s not finished yet .
Cuelang is strongly typed to a degree and you can model your types and generate protocol buffers and open api with it.
The cool thing with cuelang is that it has modules just like golang and so you can built up a large system with it to do the streaming transformations as well as validation as it has expressions .
mit there is not enough then you can extend cuelang with golang modules , and the cuelang can use it.
The text was updated successfully, but these errors were encountered:
nice example of CQRS . Thank you for making this available to everyone and writing about it on Medium.
Lately I have started using benthos to configure these types of systems.
As i read the article I kept thinking of how all the data mapping and logic could be done in benthos.
NATS Jetstream is supported by benthos.
It now also has CueLang support but it’s not finished yet .
https://www.benthos.dev/docs/configuration/using_cue
Cuelang is strongly typed to a degree and you can model your types and generate protocol buffers and open api with it.
The cool thing with cuelang is that it has modules just like golang and so you can built up a large system with it to do the streaming transformations as well as validation as it has expressions .
mit there is not enough then you can extend cuelang with golang modules , and the cuelang can use it.
The text was updated successfully, but these errors were encountered: