github.com/cs3org/reva/v2@v2.27.7/docs/content/en/_index.html (about)

     1  +++
     2  title = "Reva - Interoperability Platform"
     3  linkTitle = "reva"
     4  
     5  +++
     6  
     7  {{< blocks/cover title="" image_anchor="auto" height="auto" color="primary" >}}
     8   <div class="mx-auto">
     9  	<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}">
    10  		Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i>
    11  	</a>
    12  	<a class="btn btn-lg btn-warning mr-3 mb-4" href="https://github.com/cs3org/reva/releases">
    13  		Download <i class="fab fa-github ml-2 "></i>
    14  	</a>
    15  	<h2>Bridge the gap between Cloud Storages and Application Providers</h2>
    16  
    17  	{{< blocks/link-down color="info" >}}
    18  </div>
    19  {{< /blocks/cover>}}
    20  
    21  
    22  
    23  {{% blocks/lead color="secondary" %}}
    24  The Reva project aims to make cloud storage and application providers inter-operable through a common platform.</br>
    25  The goal of the project is not to recreate other services, but to offer a straightforward way to connect existing services in a simple, portable
    26  and scalable way. In order to do that, it leverages the **CS3 APIS**.
    27  {{% /blocks/lead %}}
    28  
    29  {{< blocks/section color="dark" >}}
    30  
    31  {{% blocks/feature icon="fa-cubes" title="Modularity" color="primary" %}}
    32  Almost any component of Reva can be swapped with your own components very easily: from HTTP middlewares and storage
    33  adapters to gRPC interceptors and more. You only need to know **Go**!
    34  {{% /blocks/feature %}}
    35  
    36  {{% blocks/feature icon="fab fa-github" title="Always Open Source" color="primary" %}}
    37  Reva is developed on **GitHub** by multiple contributors who believe in the project. New contributors are always welcome to join!
    38  Take a look at the **Community** page to reach us.
    39  {{% /blocks/feature %}}
    40  
    41  
    42  {{% blocks/feature icon="fas fa-project-diagram" title="Inter-operability" color="primary"%}}
    43  Using the **CS3 APIS** built on gRPC and Protocol Buffers, anyone can develop a component outside the 
    44  Reva core in any language: polyglot inter-operability!
    45  {{% /blocks/feature %}}
    46  
    47  {{< /blocks/section>}}
    48  
    49  {{< blocks/section color="white" >}}
    50  
    51  <div class="container">
    52  	<div class="d-flex flex-row">
    53  		<div class="col-sm-6 mx-auto text-center">
    54  			<img class="img" src="cern.jpg"/ height="100px"/>
    55  			<hr>
    56  			<div>
    57  			<p class="small text-muted">
    58  			CERN, the European Organization for Nuclear Research, is located at the heart of Europe, astride the Franco-Swiss border.
    59  			 It is known not only for its flagship project (the Large Hadron Collider or LHC), but also for being the place
    60  			 where Sir Tim Berners-Lee created the World Wide Web in 1989.
    61  			</p>
    62  			<p>
    63  			Reva is used every day at CERN to power CERNBox's backend. CERNBox is CERN's cloud sync & storage solution and collaborative platform, which counts with more than 32,000 users and 10 PB of data.
    64  			</p>
    65  			</div>
    66  		</div>
    67  	</div>
    68  </div>
    69  {{< /blocks/section>}}
    70