pcrespov / renga

RENGA (連歌) is a highly-scalable & secure open software platform designed to foster multidisciplinary data (science) collaboration across mutually untrusted academic and industrial institutions.

Home Page:https://datascience.ch/renga-platform/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RENGA (連歌)

Documentation Status

Renga is currently undergoing a major restructuring effort. For a preview, you can look at the development branch, but keep in mind it is highly volatile.

Renga is a highly-scalable & secure open software platform designed to foster multidisciplinary data (science) collaboration.

The platform allows practitioners to:

  • Securely manage, share and process large-scale data across untrusted parties operating in a federated environment.
  • Capture complete lineage automatically up to the original raw data for detailed traceability (auditability & reproducibility).

Starting the platform

$ make start

By default, the platform will run on localhost. You can access the UI at http://localhost/ui and the swagger API UI at http://localhost/admin/swagger/.

A python CLI and API client is available in the renga-python package.

Where to go next

The full documentation is available at https://renga.readthedocs.io/.

First-time users should try our first steps tutorial.

Contributing

We're happy to receive contributions of all kinds, whether it is an idea for a new feature, a bug report or a pull request.

Please make sure that the integration tests pass and the documentation builds without warnings and errors before creating a pull request:

$ make start
$ make test

To build the documentation from source:

$ pip install -r docs/requirements.txt
$ cd docs && make html

Contact

To submit a bug report or a feature request, please open an issue. For other inquiries contact the Swiss Data Science Center (SDSC) https://datascience.ch/

About

RENGA (連歌) is a highly-scalable & secure open software platform designed to foster multidisciplinary data (science) collaboration across mutually untrusted academic and industrial institutions.

https://datascience.ch/renga-platform/

License:Apache License 2.0


Languages

Language:Smarty 67.4%Language:Shell 19.9%Language:Python 8.3%Language:Makefile 4.4%