Welcome to Golink, the link generator for the GenOuest platform.
Features :
- Monitoring several repositories, allowing to publish data contained inside
- Each folder must have a public folder in it (it is advised to restrict writing rights to root)
- Data will be moved/copied to the public folder when published
- An unique ID for each published file
- Web interface to visualize/download the data
- A command line interface (https://github.com/mboudet/gopublic)
- Baricadr integration to pull the data if it's missing
Workflow is as follows :
- An user publish its data with an API call (or CLI)
- The file is copied/moved to the public folder. The hash is computed, and an unique ID is generated. (Optionally, the user will be notified by mail)
- The data is accessible at BASEURL/data/<data_id> with the web UI (including size, owner, hash)
- The data can be downloaded at BASEURL/data/download/<data_id>
- (Optional) If the repo is managed by baricadr and data is missing, the data can be pulled with BASEURL/data/pull/<data_id>
Repos configuration (example in test-data/sample_repos.yml)
Repo path
: Path to the managed repository
public_folder
: Path to the public folder of the managed repository
copy_data
: If set to True, the data will be copied when published. Else, it will be moved, and a symlink will be created
has_baricadr
: Whether the repository is managed by baricadr. Users will be able to pull the data from the web UI if set to true
allowed_users
: List of users allowed to publish in this repository
allowed_groups
: List of groups allowed to publish in this repository