https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 0ab881025aa09639200bfd9a3ace526bf9cef998 authored by Nicolas Thouvenin on 20 February 2018, 14:10:16 UTC
8.17.2
Tip revision: 0ab8810
config.json
{
  "username": "admin",
  "password": "secret",
  "userAuth": {
    "username": "user",
    "password": "secret"
  },
  "loader": {
    "CSV": {
      "quote": "\"",
      "delimiter": ";"
    }
  },
  "pluginsURL" : "https://raw.githubusercontent.com/Inist-CNRS/lodex-extented/master/",
  "routinesRepository-r": "https://raw.githubusercontent.com/Inist-CNRS/lodex-extented/master/routines/",
  "routinesRepository": "http://lodex-routines-1.lodex-dev.inist.fr/",
  "routines": [
    "hello-world",
    "all-fields",
    "all-resources",
    "all-documents",
    "syndication",
    "count-by-fields",
    "count-all",
    "distinct-by",
    "pairing-with",
    "graph-by",
    "distinct-ISO3166-1-alpha3-from",
    "distinct-ISO3166-1-alpha2-from"
  ],
  "exporters": [
    "nquads",
    "extendednquads",
    "extendednquadscompressed",
    "csv",
    "tsv",
    "turtle",
    "atom",
    "jsonld",
    "jsonldcompacted",
    "sitemap",
    "widget"
  ],
  "datasetClass": "http://test.fr/datasetClass",
  "exportDataset": "true",
  "collectionClass": "",
  "istexQuery": {
    "labels": "",
    "linked": "host.genre.raw",
    "context": {
      "categories.inist": "istex:subjectInist",
      "host.genre.raw": "istex:publicationType",
      "link": "dcterms:ispartOf",
      "doi": "bibo:doi",
      "fulltext[0].uri": "istex:accessURL",
      "labels": "",
      "linked": "categories.inist"
    }
  }
}
back to top