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
* not uncontroversial: you can get rid of a database at the core of your application (which was, in parts, a bottleneck) and move to a file based setup (plus lots of caches)
66
70
* moving from individual shares to the concept of spaces opened up a more maintainably way to handle users (and users that left)
67
-
* moving from from individual microservices to a more monolithic microservice architecture has been beneficial; internally opencloud uses [nats](https://nats.io/) for messaging
71
+
* moving from from individual microservices to a more monolithic microservice architecture has been beneficial; internally opencloud uses [nats](https://nats.io/) for messaging (cf. list of microservices in the docs: [section services](https://docs.opencloud.eu/docs/dev/server/))
68
72
* large scale deployments with predictable, but still spiky patterns inspired changes to the node communication setup
69
73
* while user report that opencloud feels fast, it is hard to attribute this to the move from PHP to Go, only
70
74
* the layer between a (distributed) filesystem or object store and the end user
0 commit comments