Hyrax is a frontend of Hydra with CMS and social features. It's a merger of https://github.com/projecthydra/sufia and https://github.com/projecthydra/curation_concerns
Hydra is a web applications framework based on the digital asset management repository (Fedora) and the search index (Solr). Demos: https://projecthydra.org/apps-demos-2-2/
Fedora stands for Flexible Extensible Digital Object Repository Architecture. Its repository is based on the Linked Data Platform (5-star linked data according to Tim Berners-Lee http://5stardata.info/en/). An intro presentation: http://fedorarepository.org/presentations.
In regard to the name:
In 1997 a research project at Cornell University was named the Flexibile Extensible Digital Object Repository Architecture (Fedora). In 1998 the Fedora name was used in article published by Payette and Lagoze and in research software that was released to the public under the Fedora name.
In 2005 Red Hat, Inc. filed a trademark request for the name "Fedora" to be associated with their Linux operating system project. Cornell and UVA formally disputed the request and, as a final settlement, all parties settled on a co-existence agreement [...]
1) the project before was called Hydra, but couldn't use the name anymore because of prior art
1.2) hyrax is a frontend for hyku which is basically a split of Hydra into 2 projects
2) the whole thing stores everything in fedora (fcrepo4/fedora commons 4) which is basically a data/key storage that calls itself repository
2.1) it is used to store the data with the according "metadata"
3) the idea behind hyrax is for scientists to work on their research and collaborate with other scientists
3.1) that is why the project was called Hydra because every researcher could work on their own "head" and the heads could collaborate with each other
3.2) the hyrax project now supports multi tenancy so that multiple people can work on it simultaneously
4) after the research is done the whole thing can be published with backlight
This project is a collaboration of multiple universities and entered beta on the third of may to collaborate on the testing/documentation
Disclaimer: I'm not associated with this project, but setup a test system for the university I work at.
PS yes this is all pretty confusing and hard to work with, but a worthwhile cooperation
- a "repository solution" is not a thing for source control like Github. It's a CMS or a file sharing system or something.
- "Fedora" is not a Linux distribution. It's a previous repository solution software.
- this homepage causes more questions than it answers. No screenshots. No examples.
Fedora is a robust, modular, open source repository system for the management and dissemination of digital content. It is especially suited for digital libraries and archives, both for access and preservation. It is also used to provide specialized access to very large and complex digital collections of historic and cultural materials as well as scientific data. Fedora has a worldwide installed user base that includes academic and cultural heritage organizations, universities, research institutions, university libraries, national libraries, and government agencies.
As an aside, FOSS projects: Please think before overloading common names, like a popular Linux distro.
As a double aside: Think about your target audience. Most developers hear "repository" and think VCSes.
By repository they mean digital asset management repository instead of a version control system repository.
A place to store images, video, or other kinds of digital stuff.
Hyrax comes with an interface for uploading/searching/viewing the files that are stored in the repository.
In a certain sense it is like VCS in that it does versioning.