Skip to content

Converting BibTeX to HTML based on modified BibStyle library. Prepared for serverless using OpenFaaS

License

Notifications You must be signed in to change notification settings

vikin91/faas-perl-bibtex-2-html

Repository files navigation

Perl BibTeX to HTML Converter with OpenFaaS

This code allows converting BibTeX to HTML based on modified BibStyle library. Prepared for serverless using OpenFaaS.

The goal of this project is to encapsulate low quality code (especially the BibStyleConverter) and remove it from the BibSpace project.

Usage with OpenFaaS and Docker Swarm deployed on local machine

$ docker swarm init
$ git clone https://github.com/openfaas/faas && \
  cd faas && \
  git checkout master && \
  ./deploy_stack.sh && \
  docker service ls

$ ./redeploy.sh

# Invoke the function
cat faas-perl-bibtex-2-html/function/example.bib | faas-cli invoke faas-perl-bibtex-2-html

# Runing load-test
./load-test.sh

About

Converting BibTeX to HTML based on modified BibStyle library. Prepared for serverless using OpenFaaS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages