Orleans for a single node on-premise "IoT" application #7577
Unanswered
swimmesberger
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently evaluating Orleans for a on-premise "IoT" application that will be single node most of the time but could be clustered (on-premise in LAN) for larger customers. The grain concept would be perfect for our use-case. It would be very easy for us to model the use-case in terms of grains in code (think as: Digital Twins of real hardware).
Because Orleans was primarily developed for the cloud I see following obstacles:
I'm also evaluating Akka.net, it seems to be a better fit for the single node on-premise scenario but it is also a more low-level actor system that would work but I very much prefer the high-level approach Orleans is taking.
I'm happy for all kind of input regarding this topic 😊
Beta Was this translation helpful? Give feedback.
All reactions