|
7 years ago | |
---|---|---|
data | 7 years ago | |
doc | 7 years ago | |
etc.defaults | 7 years ago | |
lakesuperior | 7 years ago | |
static | 7 years ago | |
tests | 7 years ago | |
util | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
code_of_conduct.md | 7 years ago | |
conftest.py | 7 years ago | |
fcrepo | 7 years ago | |
lsup-admin | 7 years ago | |
profiler.py | 7 years ago | |
requirements.txt | 7 years ago | |
server.py | 7 years ago |
LAKEsuperior is an alternative Fedora Repository implementation.
LAKEsuperior aims at being an uncomplicated, efficient Fedora 4 implementation.
Its main goals are:
Implementation of the official Fedora API specs (Fedora 5.x and beyond) is not foreseen in the short term, however it would be a natural evolution of this project if it gains support.
Please make sure you read the Delta document for divergences with the official Fedora4 implementation.
LAKEsuperior is for anybody who cares about preserving data in the long term.
Less vaguely, LAKEsuperior is targeted at who needs to store large quantities of highly linked metadata and documents.
Its Python/C environment and API make it particularly well suited for academic and scientific environments who would be able to embed it in a Python application as a library or extend it via plug-ins.
LAKEsuperior is able to be exposed to the Web as a Linked Data Platform server. It also acts as a SPARQL query (read-only) endpoint, however it is not meant to be used as a full-fledged triplestore at the moment.
In its current status, LAKEsuperior is aimed at developers and hands-on managers who are interested in evaluating this project.
Note: These instructions have been tested on Linux. They may work on Darwin with little or no modification, and possibly on Windows with some modifications. Feedback is welcome.
virtualenv -p <python 3.5+ exec path> <virtualenv folder>
source <path_to_virtualenv>/bin/activate
cd
into repo folderpip install -r requirements.txt
coilmq &
. If you have another queue manager
listening to port 61613 you can either configure a different port on the
application configuration, or use the existing message queue../lsup_admin bootstrap
to initialize the binary and graph stores./fcrepo
.The app should run for testing and evaluation purposes without any further
configuration. All the application data are stored by default in the data
directory.
To change the default configuration you should:
etc.skeleton
folder to a separate locationexport FCREPO_CONFIG_DIR=<your config dir location>
(you can
add this line at the end of your virtualenv activate
script)./fcrepo
The configuration options are documented in the files.
Note: test.yml
must specify a different location for the graph and for
the binary stores than the default one, otherwise running a test suite will
destroy your main data store. The application will issue an error message and
refuse to start if these locations overlap.
If you like fried repositories for lunch, deploy before 11AM.
LAKEsuperior is in alpha status. Please see the project issues list for a rudimentary road map.
This has been so far a single person's off-hours project (with much input from several sides). In order to turn into anything close to a Beta release and eventually to a production-ready implementation, it needs some community love.
Contributions are welcome in all forms, including ideas, issue reports, or even just spinning up the software and providing some feedback. LAKEsuperior is meant to live as a community project.
1 However if your client splits pairtrees upstream, such as Hyrax does, that obviously needs to change to get rid of the path segments. ↩