Skip to content

tomas-knap/UVPlugin-rdfToCKAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L-RdfToCkan


###General###

Name: L-RdfToCkan
Description: Loads graphs metadata to the specified CKAN instance.
DPU class name: RdfToCkan
Configuration class name: RdfToCkanConfig_V1
Dialogue class name: RdfToCkanVaadinDialog

###Configuration parameters###

Parameter Description
org.opendatanode.CKAN.secret.token Token used to authenticate to CKAN, has to be set in backend.properties
org.opendatanode.CKAN.api.url URL where CKAN api is located, has to be set in backend.properties
org.opendatanode.CKAN.http.header.[key] Custom HTTP header added to requests on CKAN

####Deprecated parameters###

These parameters are deprecated and kept only for backward compatibility with version 1.0.X. They will be removed in 1.1.0 of DPU.

Parameter Description
dpu.uv-l-rdfToCkan.secret.token alias to org.opendatanode.CKAN.secret.token
dpu.uv-l-rdfToCkan.catalog.api.url alias to org.opendatanode.CKAN.api.url

####Examples####

org.opendatanode.CKAN.secret.token = 12345678901234567890123456789012
org.opendatanode.CKAN.api.url = http://localhost:9080/internalcatalog/api/action/internal_api
org.opendatanode.CKAN.http.header.X-Forwarded-Host = www.myopendatanode.org
org.opendatanode.CKAN.http.header.X-Forwarded-Proto = https

Inputs and outputs

Name Type DataUnit Description
filesInput i FilesDataUnit File loaded to specified CKAN instance

Version history

Version Release notes
1.0.2 Added possibility to define custom HTTP headers and unification of config parameters
1.0.1 bug fixes and update in build dependencies
1.0.0 First release

Developer's notes

Author Notes
N/A N/A

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.6%
  • HTML 3.4%