https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: b73b2e00f6a489c805e5ab90042ca7eab5a9574d authored by Nicolas Thouvenin on 27 March 2024, 16:44:33 UTC
initial version of a new loader dedicated to the openalex API
Tip revision: b73b2e0
config.json
{
    "rootAuth": {
        "username": "root",
        "password": "secret"
    },
    "routinesCache": false,
    "routines": [
        "all-documents",
        "classif-by",
        "close-by",
        "count-all",
        "count-by-fields",
        "cross-by",
        "decompose-by",
        "distance-with",
        "distinct-alpha-2-alpha3-from",
        "distinct-alpha-3-alpha2-from",
        "distinct-alpha-3-ISO3166-1-from",
        "distinct-alpha-3-ISO639-from",
        "distinct-by-field",
        "distinct-by",
        "distinct-ISO3166-1-alpha2-from",
        "distinct-ISO3166-1-alpha3-from",
        "distribute-by-date",
        "distribute-by-decadal",
        "distribute-by-interval",
        "filter",
        "get-fields",
        "graph-by",
        "segments-precomputed",
        "segments-precomputed-nofilter",
        "values-precomputed-nofilter",
        "group-and-sum-with",
        "hello-world",
        "istex-facet",
        "labeled-resources",
        "pairing-with",
        "percentage-of",
        "refs",
        "select-by",
        "sitemap",
        "sparql-query",
        "sub-resources-asterplot",
        "sub-resources-co-occurrences",
        "syndication-from",
        "syndication",
        "total-of",
        "tree-by",
        "unwind-by"
    ],
    "loaders": [
        "bib",
        "csv",
        "csv-semicolon",
        "csv-comma",
        "tsv",
        "tsv-double-quotes",
        "tsv-wos",
        "rdf",
        "skos",
        "json",
        "json-conditor",
        "json-import",
        "json-istex",
        "json-lodex",
        "json-wordpress",
        "json-datacite",
        "json-openalex",
        "json-inspirehep",
        "json-optimized",
        "json-lines",
        "query-istex",
        "query-conditor",
        "query-openalex",
        "rss",
        "atom",
        "mods",
        "tei",
        "tei-persee",
        "xml",
        "corpus",
        "zip",
        "doi-list",
        "tar-gz"
    ],
    "exporters": ["csv", "ris"],
    "formatExporters": ["jsonallvalue"],
    "datasetClass": "http://test.fr/datasetClass",
    "schemeForDatasetLink": "http://www.w3.org/2004/02/skos/core#inScheme",
    "exportDataset": "true",
    "collectionClass": "",
    "istexQuery": {
        "labels": ["Cette ressource dans ISTEX"],
        "linked": "categories.inist",
        "context": {
            "categories.inist": "istex:subjectInist",
            "link": "dcterms:isPartOf"
        }
    },
    "sparqlEndpoints": [
        "https://lod.abes.fr/sparql",
        "http://data.persee.fr/sparql/",
        "https://data.istex.fr/sparql/",
        "http://data.bnf.fr/sparql",
        "http://dbpedia.org/sparql",
        "http://fr.dbpedia.org/sparql",
        "https://query.wikidata.org/sparql",
        "http://www.lotico.com:3030/lotico/sparql"
    ],
    "alternativePrecomputedBaseUrl": "{public url of the server accessible from webhooks (ie ngrok)}",
    "activateBullDashboard": false,
    "themes": ["void", "nougat", "inist", "istex"],
    "timeout": 3600000
}
back to top