o2r-project / o2r-transporter

⚠️ Project discontinued ⚠️ See https://github.com/o2r-project/o2r-muncher

Home Page:http://o2r.info/results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Project discontinued ⚠️ See https://github.com/o2r-project/o2r-muncher


o2r-transporter

Build Status License

Delivery of files from compendia, partial or complete, individual or as an archive - transporter delivers everything.

This microservice implements file download and archive download features of the o2r API. It integrates the now deprecated microservices o2r-transportar and o2r-contentbutler

o2r web API routes

  • /api/v1/compendium/:id/data
  • /api/v1/compendium/:id/data/filename.txt?size=42
  • /api/v1/job/:id/data
  • /api/v1/compendium/:id.zip
  • /api/v1/compendium/:id.tar.gz.

Requirements

  • Node.js
  • ImageMagic tool convert (for image previews)

Usage

Configuration

  • TRANSPORTER_PORT Define on which Port muncher should listen. Defaults to 8081.
  • TRANSPORTER_MONGODB Required Location for the mongo db. Defaults to mongodb://localhost:27017/. You will very likely need to change this.
  • TRANSPORTER_MONGODB_DATABASE Which database inside the mongo db should be used. Defaults to muncher.
  • TRANSPORTER_BASEPATH The local path where compendia are stored. Defaults to /tmp/o2r/.
  • SESSION_SECRET String used to sign the session ID cookie, must match other microservices.

Run

Run locally with

npm install
DEBUG=transporter,transporter:* npm start

Run in a container with

docker run -it --rm -p 8081:8081 o2rproject/o2r-transporter

Develop

Test

npm install -g mocha

# start required other services:
# - MongoDB      at port 27017
# - o2r-loader   at port 8088 (for loading compendia)
# - o2r-muncher  at port 8080 (for publishing compendia)

npm start
npm test

Automated tests

See .travis.yml.

Docker container

The Dockerfile is used to build an image on Docker Hub.

License

o2r transporter is licensed under Apache License, Version 2.0, see file LICENSE.

Copyright (C) 2016 - o2r project.

About

⚠️ Project discontinued ⚠️ See https://github.com/o2r-project/o2r-muncher

http://o2r.info/results

License:Apache License 2.0


Languages

Language:JavaScript 96.8%Language:Dockerfile 2.5%Language:Shell 0.7%Language:HTML 0.0%