Skip to content
/ reva Public

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.hcl
Notifications You must be signed in to change notification settings

cs3org/reva

Folders and files

NameName
Last commit message
Last commit date
Jul 31, 2020
Aug 18, 2020
Aug 12, 2020
Aug 11, 2020
Aug 10, 2020
Aug 12, 2020
Aug 5, 2020
Aug 18, 2020
Aug 18, 2020
Aug 18, 2020
Aug 12, 2020
Aug 11, 2020
Aug 18, 2020
Mar 6, 2020
Aug 11, 2020
Oct 22, 2019
Jul 27, 2020
Oct 22, 2019
Jan 17, 2020
Sep 2, 2019
Apr 18, 2019
Aug 11, 2020
Apr 18, 2019
Aug 12, 2019
May 26, 2020
Feb 12, 2020
Feb 12, 2020
Aug 8, 2019
Aug 11, 2020
Jan 15, 2020
Aug 11, 2020
Aug 11, 2020
Aug 11, 2020
Aug 12, 2020
Aug 12, 2020
Apr 18, 2019
Oct 22, 2019

License GoDoc Gitter chat Build Status Go Report Card codecov FOSSA Status

REVA Logo

REVA is an interoperability platform. It connects storage, sync and share platforms and application providers, and it does it in a vendor and platform neutral way by using the CS3 APIS.

Installation

Head to Documentation for documentation or download to get the latest available release.

Documentation & Support

Read the getting started guide and the other feature guides.

Build and run it yourself

You need to have Go, git and make installed.

$ git clone https://github.com/cs3org/reva
$ cd reva
$ make deps
$ make
$ cd examples/separate
$ ../../cmd/revad/revad -dev-dir .

You can also read the build from sources guide.

Daily releases

On every commit on the master branch (including merged Pull Requests) a new release will be created and available at daily releases.

Run it using Docker

See https://hub.docker.com/r/cs3org/reva.

Plugin development

Checkout the Tutorials.

License

To promote free and unrestricted adoption of CS3 APIs and the reference implementation REVA by all EFSS implementations and all platforms and application providers, both community and commercial, Open Source and Open Core, CERN released the source code repositories under Apache 2.0 license.

Further evolution of the CS3 APIs will be driven by the needs of the Educational and Research community with the goal of maximizing the portability of the applications and service extensions.

REVA is distributed under Apache 2.0 license.

Logo

REVA logo's have been designed and contributed to the project by Eamon Maguire.

Disclaimer

There is no backward compatibility promises and semantic versioning yet. Semantic versioning will be added once v1.0.0 is reached.

If you want to use it, vendor it. It is always OK to change things to make things better. The API is not 100% correct in the first commit.