Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

Docker image for extracting data from pure for DMA Online

License

Notifications You must be signed in to change notification settings

lulibrary/DMAO-Pure-Extractor-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DMAO Pure Extractor Docker

Docker image for DMA Online Pure extractor gem.

Usage

Getting the docker image

docker pull dmaonline/pure-extractor:v1.1.0

Using the docker image

Environment Variables

The following environment variables can be set for configuring the pure extraction

Variable Default Description
PURE_API_URL '' [REQUIRED] Pure rest API url for puree
PURE_USERNAME '' [OPTIONAL] Username for Pure rest API
PURE_PASSWORD '' [OPTIONAL] Password for Pure rest API
CHUNK_SIZE 200 [OPTIONAL] Size of chunks to get from Pure rest API
OUTPUT_DIR '/dmao-data' [OPTIONAL] Directory to store output partial files in, default is fine with a volume bind or mount
EXTRACT_AREA 'organisation' [OPTIONAL] Area to extract data for from puree options include: organisation, people, projects, publications, datasets

Command Line usage

docker run -v /my/host/data/directory:/dmao-data -e PURE_API_URL="http://pure.lancs.ac.uk/ws/rest" pure_extractor

About

Docker image for extracting data from pure for DMA Online

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages