Questions tagged [system-architecture]

For questions about whole-system design questions, where these questions relate to the overall architecture of a system you are designing. Please read the full tag wiki to avoid asking broad, unanswerable questions.

These questions can cover aspects such as:

  • For this application, should I process in the cloud or on the edge?
  • How would I handle transfer of ownership with specific devices?
  • Can I design this system to be scalable?

This tag should no be used for questions which are specific to just one part of a system (such as should my endpoint be battery or mains powered), at least where the choice in one part of the system doesn't have a significant impact on another part.

40 questions
4
votes
1 answer

Sensing multiple concurrent inputs—conceptual approaches

This question doesn't quite fit a category perfectly, but IoT seemed like the best fit. Conceptually, what approach would you take to address the following? I'm looking to build a device that needs to be able to: accept IR input from several…
anakaine
  • 141
  • 2
1
vote
2 answers

Device Data to Dashboard: What architecture do I use (example inside)?

I want to filter my device data through a rule engine where I apply different actions to it before storing and displaying it to the user. I need to store this data into a time series database and I also need to display it in near real time. This is…
Anthony O
  • 111
  • 1
0
votes
0 answers

Master selection process in an network

I am working on designing a dynamic system that contains some edge devices lets say 100 for the moment out of which one device has to be the master, that has some different task. So I have searched a google a lot, and got some useful tools and…