https://github.com/diging/amphora
A lightweight digital repository for corpus analysis
https://github.com/diging/amphora
Last synced: 12 months ago
JSON representation
A lightweight digital repository for corpus analysis
- Host: GitHub
- URL: https://github.com/diging/amphora
- Owner: diging
- License: gpl-3.0
- Created: 2014-09-29T22:15:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T19:17:23.000Z (over 2 years ago)
- Last Synced: 2025-05-01T08:35:00.444Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 65.8 MB
- Stars: 6
- Watchers: 32
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
jars [](https://travis-ci.org/diging/amphora)
====
Just Another Repository for Scholars
JARS is an extremely minimalistic data repository implemented in Django 1.7. In contrast
to monolithic one-stop-shop repository packages that require an army of developers to
support, JARS focuses on providing bare-minimum data and metadata storage out of the box.
Some notable features:
----------------------
* Supports just about any metadata schema that can be expressed in RDF,
* Can interface with remote authority services, and include references to remote resources
in metadata,
* Provides a simple REST API for interacting with your resources,
* Can talk to a Handle server to generate unique handles for resources,
* Curate and retrieve collections of resources (e.g. a corpus for text mining), including
remote resources.
* Friendly and simple content access control for projects working with copyright or
otherwise restricted data.
The target audience is primarily scholars working with digitized texts that need a more
robust storage facility than whatever mess is on their harddrive, and need stable URIs.
Deployment
----------
For a sample deployment on CentOS 7, see [diging/ansible-amphora-role](https://github.com/diging/ansible-amphora-role)