RemoteBMI

BMI over openapi spec

https://github.com/ewatercycle/remotebmi

Science Score: 26.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

BMI over openapi spec

Basic Info
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 1
  • Open Issues: 13
  • Releases: 1
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

Remote BMI

Logo

Contributor Covenant Codecov test coverage

Remote BMI allows you to communicate with BMI enabled numerical models using a RESTful API.

The Basic Model Interface (BMI) is a standard interface for models. The interface is available in different languages and a language agnosting version in SIDL.

To have a consumer of the model and the provider of the model seperated you can use grpc4bmi, but this only works on languages that have a gRPC implementation. This repository replaces the gRPC protocol with an REST API. The REST API specification is in the OpenAPI format.

Usage

For Python and Julia implementations are available both for model providers and consumers. R has a model provider implementation. For usage examples see the main remotebmi documentation.

Documentation for the available implementations can be found at:

For the OpenAPI specification reference documentation is available.

Repository structure

This repository is a monorepo containing packages for different languages. 1. Python client and server, in ./python/ directory 2. Julia client and server, in ./julia/ directory 3. R server, in ./R/ directory

Other languages

Any language that can run a HTTP server and parse/load JSON can be used as a provider.

The server should implement the openapi.yaml specification.

Owner

  • Name: eWaterCycle
  • Login: eWaterCycle
  • Kind: organization

GitHub Events

Total
  • Create event: 9
  • Release event: 1
  • Issues event: 28
  • Delete event: 9
  • Issue comment event: 27
  • Push event: 79
  • Pull request review event: 11
  • Pull request review comment event: 16
  • Pull request event: 20
Last Year
  • Create event: 9
  • Release event: 1
  • Issues event: 28
  • Delete event: 9
  • Issue comment event: 27
  • Push event: 79
  • Pull request review event: 11
  • Pull request review comment event: 16
  • Pull request event: 20

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sverhoeven (13)
  • BSchilperoort (10)
  • Peter9192 (1)
Pull Request Authors
  • sverhoeven (11)
  • BSchilperoort (6)
  • abelsiqueira (1)
Top Labels
Issue Labels
Python (6) bug (4) Julia (4) R (2) documentation (1) enhancement (1)
Pull Request Labels
enhancement (1) Python (1)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 132 last-month
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 2
  • Total maintainers: 3
juliahub.com: RemoteBMI

BMI over openapi spec

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 3.2%
Average: 9.8%
Dependent packages count: 16.3%
Last synced: 10 months ago
pypi.org: remotebmi

Basic Model Interface over openapi specification

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 132 Last month
Rankings
Dependent packages count: 10.0%
Average: 33.1%
Dependent repos count: 56.3%
Last synced: 11 months ago