Skip to content

CrossRef/event-data-status-service-RETIRED

Repository files navigation

Event Data Status Service

Service for allowing components of Event Data to report their activity. Display activity in an API and dashboard.

Status: Under development as of September 2016

Config

  • :port e.g. "9998"
  • :service-base e.g. "http://localhost:9998"
  • :redis-db-number e.g. "1"
  • :redis-host e.g. "localhost"
  • :redis-port e.g. "6379"
  • :auth-tokens e.g. "AUTH1,AUTH2,AUTH3"
  • :allowed-updates. Allow updates. Only one server should have this duty. e.g. "true" or nil.

Development

Send a test event:

curl http://localhost:9998/status/wikipedia/input-stream/input --verbose -X POST -H "Authoriation: Token AUTH3" -H "Content-Type: text/plain" --data "5"  

About

RETIRED Crossref Event Data Status Service & Dashboard

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published