https://github.com/datacite/schnauzer

https://github.com/datacite/schnauzer

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: datacite
  • License: mit
  • Language: Ruby
  • Default Branch: master
  • Homepage:
  • Size: 2.19 MB
Statistics
  • Stars: 0
  • Watchers: 9
  • Forks: 1
  • Open Issues: 11
  • Releases: 5
Created about 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

DataCite re3data internal API

Build Status Maintainability Test Coverage

Installation

Using Docker.

bash docker run -p 8055:80 datacite/schnauzer

or

bash docker-compose up

You can now point your browser to http://localhost:8055 and use the application. Most API endpoints require authentication.

Development

We use Rspec for testing:

bash bundle exec rspec

Follow along via Github Issues.

Note on Patches/Pull Requests

  • Fork the project
  • Write tests for your new feature or a test that reproduces a bug
  • Implement your feature or make a bug fix
  • Do not mess with Rakefile, version or history
  • Commit, push and make a pull request. Bonus points for topical branches.

License

Schnauzer is released under the MIT License.

Owner

  • Name: DataCite
  • Login: datacite
  • Kind: organization
  • Email: info@datacite.org

Connecting research, identifying knowledge

GitHub Events

Total
  • Issues event: 2
  • Delete event: 2
  • Push event: 8
  • Pull request review event: 2
  • Pull request event: 3
  • Create event: 2
Last Year
  • Issues event: 2
  • Delete event: 2
  • Push event: 8
  • Pull request review event: 2
  • Pull request event: 3
  • Create event: 2

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 2
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 13 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 2
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 13 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • wendelfabianchinsamy (2)
  • digitaldogsbody (1)
Pull Request Authors
  • wendelfabianchinsamy (3)
  • digitaldogsbody (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Gemfile rubygems
  • better_errors >= 0 development
  • binding_of_caller >= 0 development
  • byebug >= 0 development
  • capybara >= 0 development
  • codeclimate-test-reporter ~> 1.0.0 development
  • elasticsearch-extensions >= 0 development
  • listen >= 3.0.5, < 3.2 development
  • rspec-rails ~> 3.5, >= 3.5.2 development
  • rubocop ~> 0.68.1 development
  • rubocop-performance ~> 1.2 development
  • shoulda-matchers ~> 3.1 development
  • simplecov >= 0 development
  • spring >= 0 development
  • spring-commands-rspec >= 0 development
  • spring-watcher-listen ~> 2.0.0 development
  • vcr ~> 3.0.3 development
  • webmock ~> 3.1 development
  • active_model_serializers ~> 0.10.0
  • apollo-federation ~> 0.4.0
  • batch-loader ~> 1.4, >= 1.4.1
  • bootsnap >= 1.1.0
  • dalli ~> 2.7.6
  • dotenv >= 0
  • elasticsearch ~> 1.1, >= 1.1.3
  • elasticsearch-model ~> 0.1.9
  • elasticsearch-persistence ~> 0.1.9
  • elasticsearch-rails ~> 0.1.9
  • fast_jsonapi ~> 1.3
  • git ~> 1.5
  • google-protobuf = 3.10.0.rc.1
  • graphql ~> 1.9, >= 1.9.4
  • graphql-batch ~> 0.4.0
  • graphql-cache ~> 0.6.0
  • graphql-errors ~> 0.3.0
  • kaminari ~> 1.2
  • lograge ~> 0.5
  • maremma >= 4.1
  • rack-cors ~> 1.0
  • rails ~> 5.2.0
  • sentry-raven ~> 2.9
Gemfile.lock rubygems
  • 132 dependencies
.github/workflows/deploy.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-ruby v1 composite
  • ad-m/github-push-action v0.6.0 composite
  • docker/build-push-action v2 composite
  • docker/login-action v1 composite
  • docker/setup-buildx-action v1 composite
  • edge/simple-slack-notify master composite
  • paambaati/codeclimate-action v2.7.5 composite
  • memcached 1.4.31 docker
.github/workflows/pull_request.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-ruby v1 composite
  • memcached 1.4.31 docker
.github/workflows/release.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-ruby v1 composite
  • ad-m/github-push-action v0.6.0 composite
  • docker/build-push-action v2 composite
  • docker/login-action v1 composite
  • docker/setup-buildx-action v1 composite
  • edge/simple-slack-notify master composite
  • paambaati/codeclimate-action v2.7.5 composite
  • memcached 1.4.31 docker
Dockerfile docker
  • phusion/passenger-full 2.3.0 build
docker-compose.yml docker
  • datacite/schnauzer latest
  • memcached 1.4.31
docker-compose.local.yml docker