Rails web application for providing a compatibility API layer for the DataCite MDS API, enabling EZID API calls for DOI and metadata registration. The application does not store any data internally.
For documentation, and for testing the API, please go to DataCite Support.
Using Docker.
docker run -p 8080:80 datacite/cheetoh
You can now point your browser to http://localhost:8080 and use the application.
By default the application connects to the DataCite production infrastructure.
Set the SANDBOX environment variable to connect to the DataCite test
infrastructure, e.g.
SANDBOX=true
We use Rspec for unit and acceptance testing:
bundle exec rspec
Follow along via Github Issues.
Cheetoh is released under the MIT License.
Content type
Image
Digest
Size
747.6 MB
Last updated
about 6 years ago
docker pull datacite/cheetoh