Comment on Nextcloud (PHP) vs OpenCloud (Rust)
HandwavyHeisenberg@feddit.org 3 days agoYes OCIS (owncloud infinity scale, a complete rewrite of the owncloud project) has a convoluted file structure and I guess OpenCloud has the same way of storing files.
This is the main drawback I see as well, but it isn’t a deal breaker for me. The way they handle the files allows OCIS and friends to work without a DB, in a stateless way I guess? This means that the entire setup is fully deterministically defined from a single file. This makes rollback very easy. So my rationale is that the files remain accessible even if a particular version decides to implode.
sugar_in_your_tea@sh.itjust.works 3 days ago
You can enable the POSIX driver on OCIS and get a more traditional filesystem layout.
HandwavyHeisenberg@feddit.org 2 days ago
Thanks for pointing that out!
owncloud.dev/ocis/storage/storagedrivers/