Changeset 35869


Ignore:
Timestamp:
2022-01-04T10:23:34+13:00 (2 years ago)
Author:
davidb
Message:

Summarized some of the details given, as now covered off by a ALL-CAPS convenience script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/README.txt

    r35867 r35869  
    5454
    5555To aid development and testing, there is a 'small' set of files that
    56 can be prepared, based on only the Eurovision entries for 2015.  The
    57 sequence to run for that (at the time of writing) is:
     56can be prepared, based on only the Eurovision entries for 2015.
    5857
     58You can run all the steps to generate the small version with:
    5959
    60     ./01-DOWNLOAD-ESC-LOD-DATA--SMALL.sh
    61    
    62     ./02-EXPLODE-SPARQLRESULTS-TO-IMPORT--SMALL.sh
    63    
    64     ./03-GEN-VOTING-METADATA.sh
    65    
    66     ./04-COPY-VOTING-METADATA-TO-IMPORT--SMALL.sh
    67    
    68     ./05-PARSE-ADDITIONAL-METADATA-FROM-WIKIPEDIA--SMALL.sh
    69    
    70     ./06-COPY-PARSED-ADDITIONAL-METADATA-TO-IMPORT.sh
    71    
    72     ./07a-DOWNLOAD-SPOTIFY-LOD-DATA--SMALL.sh
    73    
    74     ./08a-EXPLODE-SPOTIFY-SPARQLRESULTS-TO-IMPORT.sh
    75    
    76     ./09-GEN-PROBLEM-LOD-LISTS.sh
     60  ./PREPARE-ALL-SMALL.sh
    7761
    78 Then move up one directory to the main collection directory and build
    79 the collection.
     62Or else generate the data for the full collection with
    8063
    81 To build the full collection, the preparation sequence is:
     64  ./PREPARE-ALL.sh
    8265
    83     ./01-DOWNLOAD-ESC-LOD-DATA.sh
    84    
    85     ./02-EXPLODE-SPARQLRESULTS-TO-IMPORT.sh
    86    
    87     ./03-GEN-VOTING-METADATA.sh
    88    
    89     ./04-COPY-VOTING-METADATA-TO-IMPORT.sh
    90    
    91     ./05-PARSE-ADDITIONAL-METADATA-FROM-WIKIPEDIA.sh
    92    
    93     ./06-COPY-PARSED-ADDITIONAL-METADATA-TO-IMPORT.sh
    94    
    95     ./07a-DOWNLOAD-SPOTIFY-LOD-DATA.sh
    96    
    97     ./08a-EXPLODE-SPOTIFY-SPARQLRESULTS-TO-IMPORT.sh
    98    
    99     ./09-GEN-PROBLEM-LOD-LISTS.sh
     66Look inside the scripts, and copy and paste just the bits you want to
     67run smaller segements of the prepare process.
     68
     69With the a complete run through done, move up one directory to the
     70main collection directory and build the collection.
    10071
    10172
     
    10374
    10475
    105 
    106 
Note: See TracChangeset for help on using the changeset viewer.