Legacy Lakesuperior code.

Stefano Cossu d5f89c59fd "Simplify" _lookup() and _lookup_1bound(). il y a 5 ans
.github 89b405fe54 Add release notes template. il y a 6 ans
bin 58416002a7 Include fcrepo in distributable scripts. il y a 5 ans
docker 58416002a7 Include fcrepo in distributable scripts. il y a 5 ans
docs 3fcfe11261 WIP Add multiple triples in one go. il y a 5 ans
ext d5f89c59fd "Simplify" _lookup() and _lookup_1bound(). il y a 5 ans
lakesuperior d5f89c59fd "Simplify" _lookup() and _lookup_1bound(). il y a 5 ans
sandbox acca1a1a53 Cython (#77) il y a 5 ans
tests 3ae6421b02 Use _lookup() for slicing graphs; fix test. il y a 5 ans
.gitignore 22af6a8ed9 Ignore HTML files generated by Cython annotate and LMDB data files. il y a 5 ans
.gitmodules bdfe4bd145 Implement callback iterations; move all callback functions to separate module. il y a 5 ans
.travis.yml 84bb828d45 Use Xenial for Py 3.6. il y a 5 ans
Dockerfile 2a07e17aa2 Development (#80) il y a 5 ans
LICENSE 2fdc1b902e Initial commit: some boilerplate borrowed from Combine, basic folder structure and documentation. il y a 6 ans
MANIFEST.in 4dfa237567 Stuck because of opaque structures. il y a 5 ans
README.rst 64d0436182 WIP [ci skip] il y a 5 ans
code_of_conduct.md 84e744b073 Doc update. il y a 6 ans
conftest.py acca1a1a53 Cython (#77) il y a 5 ans
docker-compose.yml 82d8112911 Add reference to automated build (#28) il y a 6 ans
lmdbtest.py acca1a1a53 Cython (#77) il y a 5 ans
pytest.ini b628f01866 ETags (fixes #75) il y a 5 ans
readthedocs.yml e05f6f41c0 Support for Python 3.6 in readthedocs. il y a 5 ans
requirements.txt b73053368d Prepare for alpha9 il y a 6 ans
requirements_dev.txt 31552192fa Minor Cython upgrade. il y a 5 ans
requirements_rtd.txt e1a6e2dd04 Include Cython in RTD dependencies. il y a 5 ans
setup.cfg f0248dee52 Package software. il y a 6 ans
setup.py 31552192fa Minor Cython upgrade. il y a 5 ans
valgrind-python.supp acca1a1a53 Cython (#77) il y a 5 ans

README.rst

Lakesuperior
============

|build status| |docs| |pypi| |codecov|

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 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.

.. |build status| image:: http://img.shields.io/travis/scossu/lakesuperior/master.svg?style=flat
:alt: Build Status
:target: https://travis-ci.org/username/repo

.. |docs| image:: https://readthedocs.org/projects/lakesuperior/badge/
:alt: Documentation Status
:target: https://lakesuperior.readthedocs.io/en/latest/?badge=latest

.. |pypi| image:: https://badge.fury.io/py/lakesuperior.svg
:alt: PyPI Package
:target: https://badge.fury.io/py/lakesuperior

.. |codecov| image:: https://codecov.io/gh/scossu/lakesuperior/branch/master/graph/badge.svg
:alt: Code coverage
:target: https://codecov.io/gh/scossu/lakesuperior