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)
76
-
* moving from individual shares to the concept of spaces opened up a more maintainably way to handle users (and users that left)
75
+
* 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 (and caching)
76
+
* moving from individual *shares* to the concept of *spaces* opened up a more maintainably way to handle users (and users that left)
77
77
* 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/))
78
78
* large scale deployments with predictable, but still spiky patterns inspired changes to the node communication setup
79
79
* while user report that opencloud feels fast, it is hard to attribute this to the move from PHP to Go, only
80
80
* the layer between a (distributed) filesystem or object store and the end user
81
-
view has is developed by an active community, which in parts is organized
81
+
view is developed by an active community, which in parts is organized
82
82
under the [CS3](https://www.cs3community.org/) umbrella
83
83
84
84
Found out more about the project at:
@@ -90,6 +90,27 @@ Thanks again to [Klaas](https://www.linkedin.com/in/klaasf/) and
90
90
[Jörn](https://www.xing.com/profile/Joern_Dreyer) for the inspiring
91
91
presentation!
92
92
93
+
94
+
### References
95
+
96
+
Assorted references from the talk:
97
+
98
+
*[lizardfs](https://github.com/lizardfs/lizardfs), forked from [MooseFS](https://en.wikipedia.org/wiki/Moose_File_System)
*[DNS based routing in k8s](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/)
109
+
*[Apache Tika](https://tika.apache.org), can be used as a [document extractor](https://docs.opencloud.eu/docs/dev/server/Services/search/Search-info/#tika-extractor)
110
+
*[Collabora](https://www.collaboraonline.com/), online document editing suite
111
+
*[WebDAV specs](http://www.webdav.org/specs/) (extension to the HTTP/1.1 protocol that allows clients to perform remote Web content authoring operations -- [RFC4918](https://www.ietf.org/rfc/rfc4918.txt))
112
+
113
+
93
114
----
94
115
95
116
[Join our meetup](https://www.meetup.com/de-DE/leipzig-golang/) to get notified of upcoming events.
0 commit comments