Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markpbaggett/cuegle
reimagining DLTN with IIIF change discovery
https://github.com/markpbaggett/cuegle
Last synced: 13 days ago
JSON representation
reimagining DLTN with IIIF change discovery
- Host: GitHub
- URL: https://github.com/markpbaggett/cuegle
- Owner: markpbaggett
- Created: 2021-10-21T21:02:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-22T02:35:08.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T08:06:56.941Z (27 days ago)
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_discovery/__init__.py
Awesome Lists containing this project
README
# Cuegle
Experiments with aggregrating content from Digital Library of Tennessee content providers via a
[IIIF Change Discovery 1.0](https://iiif.io/api/discovery/1.0/) endpoint.## About
The Cuegle is a three-eyed monster from Cantabrarian folklore that can see the past, present, and future.
The name is apropos for the Digital Library of Tennessee thinking about past activities in DLTN repositories available
via a Change Discovery endpoint and how we might aggregate those to deliver the future of the Digital Library of
Tennessee.**Note**: This is not intended to be used for production or really anything specific at all.
Instead, this is help us imagine what an aggregation system might look like, what it would need to do to grab data from
an external service, and store it in an index.## What's here
Not much.
The `change_discovery` package aims to try to do things for aggregation following the Change Discovery
specification. It doesn't do that yet.The `mongo` package serves as a mechanism for writing data about these things to a mongo database solely for the purpose
of thinking about a data model and how an aggregator would need to interact and update and index.