Skip to main content

Questions tagged [system-architecture]

5 votes
3 answers
1k views

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 ...
Samuel's user avatar
  • 799
1 vote
2 answers
892 views

I was reading some of the documentation for the linux kernel and I stumbled upon an article about adding new syscalls to the linux kernel. The article essentially says that any syscall in the linux ...
Danila Berezin's user avatar
6 votes
3 answers
4k views

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 ...
cidra's user avatar
  • 363
-2 votes
3 answers
2k views

I need to know what types can be merged together like can I merge MVC and layered architecture? so please can someone list what types can be merged together, and an example on how to merge. Can I ...
Maroon Mark's user avatar
1 vote
1 answer
6k views

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 ...
v1shnu's user avatar
  • 121
-2 votes
1 answer
437 views

I use XAMPP to host an Apache web server and a MySQL database. Most of the data processing is done on the user's mobile phone. After a certain activity, information of the user is sent to the web ...
santa's user avatar
  • 1
0 votes
0 answers
128 views

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 ...
PanNik's user avatar
  • 67
2 votes
2 answers
114 views

Its a growing practice to run applications into containerized environments which provide an abstraction to the operative system resources. There already are reads about container overhead in certain ...
Evhz's user avatar
  • 152
2 votes
2 answers
404 views

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 ...
Arty's user avatar
  • 131
3 votes
2 answers
2k views

I am building a web/mobile application with Django Rest Framework (DRF) that enables authenticated users to post snippets and/or vote for other user's snippets. All users (authenticated or not) can ...
Patrick's user avatar
  • 141
6 votes
3 answers
1k views

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, ...
learner's user avatar
  • 177
1 vote
1 answer
210 views

How does a highly scaled company serve users on the opposite end of the world? Take Facebook for example (headquartered in California). If someone hit their endpoints from a place like South Africa, ...
calmthatwombat's user avatar
3 votes
1 answer
183 views

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 ...
StanB123's user avatar
  • 131
1 vote
0 answers
217 views

Design Problem: A department aligned system (an application/UI and database, which we'll call System A) is used to manage both customer information and customer transactional data like orders, charges,...
rro's user avatar
  • 279
6 votes
1 answer
3k views

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 ...
kurt's user avatar
  • 169

15 30 50 per page