Legacy Lakesuperior code.

Stefano Cossu ee8b3f7649 Archive project. 1 год назад
.github 89b405fe54 Add release notes template. 6 лет назад
bin 20d9102627 Docker adjustments. 4 лет назад
docker 20d9102627 Docker adjustments. 4 лет назад
docs e785448d1a Tweaks for RTD. 4 лет назад
ext d5f89c59fd "Simplify" _lookup() and _lookup_1bound(). 5 лет назад
lakesuperior e01d1999f7 Minor fixes for Grayspread. 3 лет назад
sandbox 11b18a0ae1 Allow opening a RW transaction inside a RO one. 5 лет назад
tests 6b71d46b73 LDPR instantiation improvements: 4 лет назад
.gitignore 22af6a8ed9 Ignore HTML files generated by Cython annotate and LMDB data files. 5 лет назад
.gitmodules bdfe4bd145 Implement callback iterations; move all callback functions to separate module. 5 лет назад
.travis.yml 8d9b863ac9 Merge branch 'master' into development 5 лет назад
Dockerfile 20d9102627 Docker adjustments. 4 лет назад
LICENSE 2fdc1b902e Initial commit: some boilerplate borrowed from Combine, basic folder structure and documentation. 6 лет назад
MANIFEST.in 96348cc7cc Add core_config to MANIFEST.in. 4 лет назад
README.md ee8b3f7649 Archive project. 1 год назад
code_of_conduct.md 84e744b073 Doc update. 6 лет назад
conftest.py 5dea35d6d3 Config loading and parsing restructuring: 4 лет назад
docker-compose.yml 20d9102627 Docker adjustments. 4 лет назад
lmdbtest.py acca1a1a53 Cython (#77) 5 лет назад
pytest.ini b628f01866 ETags (fixes #75) 5 лет назад
readthedocs.yml e05f6f41c0 Support for Python 3.6 in readthedocs. 5 лет назад
requirements.txt b73053368d Prepare for alpha9 6 лет назад
requirements_dev.txt 138726115f Update to stomp.py 5.x. 4 лет назад
requirements_rtd.txt a5e18b0206 Add cymem to requirements_rtd. 5 лет назад
setup.cfg f0248dee52 Package software. 6 лет назад
setup.py e01d1999f7 Minor fixes for Grayspread. 3 лет назад
valgrind-python.supp acca1a1a53 Cython (#77) 5 лет назад

README.md


title: Lakesuperior

This repository is no longer under active development. It is kept here for historical reference. The effort to build a compact asset repository has been moved to [https://git.knowledgetx.com/scossu/lsup_repo].

Lakesuperior is a Linked Data repository software. It is capable of storing and managing large volumes of files and their metadata regardless of their format, size, ethnicity, gender identity or expression.

Lakesuperior is an alternative Fedora Repository implementation. Fedora is a mature repository software system historically adopted by major cultural heritage institutions which extends the Linked Data Platform protocol.

Guiding Principles

Lakesuperior aims at being a reliable and efficient Fedora 4 implementation.

Its main goals are:

  • Reliability: Based on solid technologies with stability in mind.
  • Efficiency: Small memory and CPU footprint, high scalability.
  • Ease of management: Tools to perform migration, monitoring and maintenance included.
  • Simplicity of design: Straight-forward architecture, robustness over features.

Key features

  • Stores binary files and RDF metadata in one repository.
  • Multi-modal access: REST/LDP, command line and native Python API.
  • (almost) Drop-in replacement for Fedora4
  • Very stable persistence layer based on LMDB and filesystem. Fully ACID-compliant writes guarantee consistency of data.
  • Term-based search and SPARQL Query API + UI
  • No performance penalty for storing many resources under the same container, or having one resource link to many URIs
  • Extensible provenance metadata tracking
  • Fits in a pocket: you can carry 50M triples in an 8Gb memory stick.

Installation & Documentation

With Docker:

git clone --recurse-submodules https://github.com/scossu/lakesuperior.git
cd lakesuperior
docker-compose up

With pip (requires a C compiler to be installed):

pip install lakesuperior

The full, current documentation is maintained in Read The Docs. Please refer to that for more info, including installation instructions.