reva VS ownCloud

Compare reva vs ownCloud and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
reva ownCloud
2 10
159 8,261
2.5% 0.3%
9.3 9.8
2 days ago 6 days ago
Go PHP
Apache License 2.0 GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

reva

Posts with mentions or reviews of reva. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-26.
  • Developing a Web App with Gin framework, integrating it with psql DB and my GO HACK Hackathon Experience
    2 projects | dev.to | 26 May 2022
    Before I deep dive into the architecture of what I rebuilt the app during the hackathon, I would like to tell about my experiences in my words. When I first came across #GO Hack Challenge on devpost, I was overwhelming to find related tracks which I could be fit for and tutorials to enrich my knowledge here and there to get into it. It was really a learning opportunity to someone who is newbie and contribute or build any stuff under the hood. I stepped into the open source projects under CERN Foundation, where I didn’t even know what the ecosystem around the project is. I was much curious then. Next, I delved into one of the projects for a few days and looked into a few issues and made a small contribution to it by fixing one of the bugs. I moved to another track where we needed to build any app based on golang. I came to know about use of generic function which is currently released and used in Go >= 18 Version. I managed to rebuild an app using Gin-Gonic framework and use the generic function usage in my app.
  • BDD on Software Rewrite
    4 projects | dev.to | 15 Feb 2021
    The advantage of that above just a simple "these tests are allowed to fail" is that, after adding a feature or fixing a bug, the developer is forced to look into the tests. If tests start to pass, the only job the developer has to do, is to remove them from the expected-to-fail list, and what a joy is that 🎉. From that point on the test has to pass in all future runs, and we are sure not to introduce any regressions. If we would only have an allowed-to-fail list, there would be no pressure to remove tests from that list, humans are humans, so they would forget or miss some. Potentially a bug could get fixed, then see some regression again and none of that would be noticed by the test-suite. So let the computers do what they are good at - automate!

ownCloud

Posts with mentions or reviews of ownCloud. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-21.
  • Directory "/" not found owncloud
    1 project | /r/owncloud | 10 May 2023
  • Owncloud X/next gen web self-hosting. Any users?
    3 projects | /r/selfhosted | 21 Apr 2022
  • Self hosted replacement for google photos?
    3 projects | /r/AndroidQuestions | 22 Nov 2021
    Also ownCloud, Seafile or Syncthing.
  • ⟳ 1 apps added, 33 updated at f-droid.org
    22 projects | /r/FDroidUpdates | 29 Oct 2021
    It connect * Droid-ify (version 0.3.5): Material-ify with Droid-ify. * Nighthawk Wallet (version 1.0.29): Shielded ZEC in your pocket. With T-address support & Auto-Shielding technology. * Tasks.org: Open-source To-Do Lists & Reminders (version 11.12): Fork of Astrid Tasks & To-Do List * Nextcloud Dev (version 20211027): Synchronization client * UnCiv (version 3.17.12): 4X civilization-building game * Fedilab (version 2.39.0): Fedilab is a multifunctional Android client to access the distributed Fediverse, * Bubble (version 1.2): With Bubble you can measure angles and inclination * Suntimes (version 0.13.14): Sunlight and moonlight times (and alarms) * MedicLog (version 0.2.9): Log basic medical information * Smart EggTimer (version 1.6): With Smart EggTimer you can cook eggs perfectly. * ClassyShark3xodus - Scan apps for warnings (version 2.0-28): Scan apps for trackers * Catima — The Libre Card Wallet (version 2.8.1): For your barcodes, memberships, loyalty programs, coupons and tickets. * Hendroid (version 1.15.10): Doujinshi & Hentai-Manga archiving and viewing app * FairEmail (version 1.1768): Fully featured email client. Neat, intuitive user interface. Privacy friendly * Les Pas - Photo Album for Nextcloud (version 2.3.9): A photo album that saves all your precious memory in your private cloud * UntrackMe (version 1.20.0): Transform Youtube, Twitter & Instagram links to their free and open source alter * ownCloud (version 2.18.3): Add an ownCloud server now and get … Your Cloud, Your Data, Your Way! * Easy Diary (version 1.4.172.11): A diary application optimized for user experience
  • ⟳ 2 apps added, 78 updated at f-droid.org
    29 projects | /r/FDroidUpdates | 9 Oct 2021
    ownCloud (version 2.18.2): Add an ownCloud server now and get … Your Cloud, Your Data, Your Way!
  • What is a good alternative to gmail?
    2 projects | /r/freesoftware | 19 Apr 2021
    If you'd use something like your own http://owncloud.org/ you could have a pretty much google alternative for everything in once place. (Mail, Calendar, Documents, Photos, etc)
  • Question: SBCs for personal cloud
    4 projects | /r/SBCs | 27 Mar 2021
    I want to set up a basic file storage/sharing cloud that I can use with my family (store files, photos, if possible, sync calendars). I have a few ideas in mind: owncloud.org, syncthing.net, nextcloud.com, and seafile.com, but I wonder which SBC to use? I could always get a RPi and attach a USB drive, but that's probably slow, something with SATA/eSATA connection or usb-c would make more sense. I have 150mbps (up/down) connection, so the speed shouldn't be an issue.
  • BDD on Software Rewrite
    4 projects | dev.to | 15 Feb 2021
    Let me show how it works at ownCloud. They are exactly in that situation, they have a stable and great product (ownCloud X written in PHP) but want to rewrite it in Go - OCIS (you can read about the reasons and background here). We as JankariTech have been working since 2017 for ownCloud to improve the test infrastructure, increase the coverage and reduce manual testing effort. As a result of this partnership, ownCloud has a huge API and UI test-suite that covers nearly all functionality of ownCloud X. How do you transfer that over to OCIS?
  • Complete rewrite of ownCloud to move away from LAMP
    3 projects | news.ycombinator.com | 22 Jan 2021
    > Most rewrites fails because the team rewriting is not the team that did the initial development.

    Looking at https://github.com/owncloud/core/graphs/contributors, most of the initial core contributors contribute now to Nextcloud instead.

    I am interested in seeing how the rewrite affects end-users. Currently, it seems to be mainly focused on File Sync and I don't see things such as calendar or contacts management. (they totally could appear in the future though)

    I'd assume that limiting the scope of components, makes a rewrite also easier. Nextcloud for example has a ton of hooks that allow you to write apps to customize the behaviour (want users to sign the ToS before downloading a share? Should be doable etc.). When you leave these out, implementing new things just got a whole lot easier :)

    Disclaimer: Contributed to ownCloud for a few years, then to Nextcloud.

What are some alternatives?

When comparing reva and ownCloud you can also consider the following projects:

Cloudreve - 🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)

Nextcloud - ☁️ Nextcloud server, a safe home for all your data

CryptSync - CryptSync is a small utility that synchronizes two folders while encrypting the contents in one folder. That means one of the two folders has all files unencrypted (the files you work with) and the other folder has all the files encrypted.

Samba - https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)

MEGAsync - Easy automated syncing between your computers and your MEGA Cloud Drive

minio - The Object Store for AI Data Infrastructure

rclone - "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files

ocis - :atom_symbol: ownCloud Infinite Scale Stack

appify - Create a macOS Application from an executable (like a Go binary)

syncthing - Open Source Continuous File Synchronization

audio-share-discord-linux - Discord screenshare, now with audio!

Pydio