Skip to content

ArcLight at Stanford

Cory Lown edited this page Apr 7, 2023 · 1 revision

System diagram

flowchart LR
    archivesspace[(ArchivesSpace)]
    archivesspace --> |EAD XML files| traject{{Traject}}
    subgraph Data transformation & indexing
        traject --> solr[(Solr)]
    end
    subgraph Search & discovery
        solr --> arclight[ArcLight]
    end
  %% links to puppet configuration files
  click archivesspace "https://archivesspace.org/"
  click traject "https://github.com/traject/traject"
  click solr "https://solr.apache.org/"
  click arclight "https://sul-arclight-demo.stanford.edu/"
Loading
Clone this wiki locally