Skip to content

Grobid couldn't thug it out... This is a Go sidecar app that spins up alongside a Grobid container and limits the flow of requests to it, as Grobid is quite fragile.

Notifications You must be signed in to change notification settings

tmwclaxton/Grobid-Sidecar-App

Repository files navigation

Grobid Helper App

This is a simple go app built using Gin. It exposes 2 endpoints on port :591 / and /health. It is used to limit the flow of requests to a grobid service

docker-compose -f docker-compose.yaml up
docker build -t grobids-friend:latest -f ./Dockerfile .
docker run -p 591:8080 --name grobids-friend --rm grobids-friend:latest  

About

Grobid couldn't thug it out... This is a Go sidecar app that spins up alongside a Grobid container and limits the flow of requests to it, as Grobid is quite fragile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages