Levriero runs agents for the Crossref/DataCite Event Data service.

Using Docker.
docker run -p 8040:80 datacite/levriero
You can now point your browser to http://localhost:8040 and use the application.
One can generate a user with writing access from the rails console:
~/webapp# bin/rails c
2.4.1 :001 > User.generate_token(exp: 365)
We use Rspec for unit and acceptance testing:
bundle exec rspec
Follow along via Github Issues.
levriero is released under the MIT License.
Content type
Image
Digest
sha256:f89ae14a2…
Size
1.2 GB
Last updated
5 months ago
docker pull datacite/levriero