Skip to content

Commit 5763d35

Browse files
authored
Update Project descriptions
Update README and docs index to align with recent updates in other enduro forks
1 parent 9b4be01 commit 5763d35

File tree

2 files changed

+40
-16
lines changed

2 files changed

+40
-16
lines changed

README.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@
88

99
# Enduro
1010

11-
Enduro is a new application under development by Artefactual Systems. Originally
12-
created as a more stable replacement for Archivematica’s automation tools
13-
library of scripts, it has since evolved into a flexible tool to be paired with
14-
preservation applications to provide initial ingest activities such as content
15-
and structure validation, packaging, and more.
11+
Enduro is a new application under development by Artefactual Systems. Originally created
12+
as a more stable replacement for Archivematica’s [automation-tools][automation-tools]
13+
library of scripts, it has since evolved into a flexible tool to be paired with
14+
preservation applications like [Archivematica][archivematica] and [a3m][a3m] to provide
15+
initial ingest activities such as content and structure validation, packaging, and more.
1616

17-
Enduro aims to cover our clients' needs while exploring new and innovative ways
18-
to build durable and fault-tolerant workflows suited for preservation.
17+
While still under development, Enduro is already being used in production at several large
18+
cultural heritage organizations. Enduro aims to cover our clients' needs while exploring
19+
new and innovative ways to build durable and fault-tolerant workflows suited for preservation.
20+
It is also a new space for experimentation and research to build a distributed system that
21+
enables users to run failure-oblivious and durable preservation workflows.
1922

2023
## User documentation resources
2124

@@ -24,3 +27,7 @@ to build durable and fault-tolerant workflows suited for preservation.
2427
## Development documentation resources
2528

2629
- [Developer manual](https://enduro.readthedocs.io/dev-manual/)
30+
31+
[archivematica]: https://archivematica.org
32+
[automation-tools]: https://github.com/artefactual/automation-tools
33+
[a3m]: https://github.com/artefactual-labs/a3m

docs/src/index.md

+26-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
11
# Enduro SDPS
22

3-
[Enduro](https://github.com/artefactual-sdps/enduro) is a tool that was
4-
developed to automate the processing of transfers in multiple Archivematica
5-
pipelines.
6-
7-
This version of Enduro uses [a3m](https://github.com/artefactual-labs/a3m)
8-
instead of Archivematica to preserve digital objects, alongside
9-
[MinIO](https://min.io/) for object storage and [Temporal](https://temporal.io/)
10-
to manage the workflow. This combination of tools is intended to be lightweight,
11-
scalable, and easy to install.
3+
[Enduro][Enduro] is a new application under development by Artefactual Systems.
4+
Originally created as a more stable replacement for Archivematica’s
5+
[automation-tools][automation-tools] library of scripts, it has since evolved
6+
into a flexible tool to be paired with preservation applications to provide
7+
initial ingest activities such as content and structure validation, packaging,
8+
and more.
9+
10+
While still under development, Enduro is already being used in production at
11+
several large cultural heritage organizations. Enduro aims to cover our clients'
12+
needs while exploring new and innovative ways to build durable and
13+
fault-tolerant workflows suited for preservation. It is also a new space for
14+
experimentation and research to build a distributed system that enables users to
15+
run failure-oblivious and durable preservation workflows.
16+
17+
This version of Enduro can use either [a3m][a3m] or
18+
[Archivematica][archivematica] as its preservation engine, alongside
19+
[MinIO][MinIO] for object storage and [Temporal][Temporal] to manage the
20+
workflow. This combination of tools is intended to be lightweight, scalable, and
21+
easy to install.
22+
23+
[a3m]: https://github.com/artefactual-labs/a3m
24+
[archivematica]: https://archivematica.org
25+
[automation-tools]: https://github.com/artefactual/automation-tools
26+
[Enduro]: https://github.com/artefactual-sdps/enduro
27+
[MinIO]: https://min.io/
28+
[Temporal]: https://temporal.io/

0 commit comments

Comments
 (0)