Questions tagged [system-architecture]
The system-architecture tag has no summary.
18 questions
3
votes
3
answers
1k
views
How to design a distributed system with an event broker where strong ordering is required?
I was trying to model a fairly simple real world model inside a distributed system and got stuck thinking about timing and order and would appreciate some external view on it.
Assuming I have this ...
6
votes
3
answers
4k
views
In vertical slice architecture, how can I deal with entities/repositories that are used in multiple slices?
I'm trying to group the components of my system by funtionality. This is the analysis class diagram of my system model.
A service class that involves a Post entity might necessarily interact ...
1
vote
1
answer
6k
views
Is using web sockets between client-server to tranfer files the right approach? ( when multiple users connected on the same socket connection )
I am currently designing a system that lets users connect their Cloud Storage such as Google Drive, Dropbox etc and also to their physical filesystem (personal laptop/ ftp server etc.) and then can ...
0
votes
0
answers
127
views
How to design realtime deeplearning based application for robotics using python?
I have created a machine learning software that detects objects(duh!), processes the objects based on some computer vision parameters and then triggers some hardware that puts the object in the ...
2
votes
2
answers
403
views
Does a framework like the Spring Framework fall under the Data Centric Architecture?
With all the talk of Microservices with Domain Driven Design, I have been looking at two architectures, the Database-Centric Architecture and the Domain-Centric Architecture (Not to be confused with ...
6
votes
3
answers
1k
views
Handling common code among presenters
I'm facing some issues related to code duplication when following MVP architectural pattern in an Android project that I'm working with.
My project structure is separated by packages: data, domain, ...
3
votes
1
answer
181
views
What is the best serial port connection strategy
I am developing a program that polls a device for actvity. In the past I have always used a USB device with a pure USB device driver. The upside of this was that that device was blazingly fast. The ...
6
votes
1
answer
3k
views
Clean Architecture - How to go from "Database Driven" to "Independent of Database" [closed]
I am looking for some clarity and hopefully some advice on writing clean architecture for a large system. My Companies "Web Solution" is +-10 years old, my job is to rewrite it. It is written across a ...
6
votes
1
answer
290
views
What would be the market life of a JVM based software framework? [closed]
I saw how Struts 1 lasted from 2000 to 2013. I hear that people are moving from Struts 2 to Spring. But for a project that may need to be maintained for a decade or two, would it be advisable to opt ...