Skip to content

mmisw/orr-ont

Repository files navigation

Build Status Coverage Status

The Ontology Registry and Repository (ORR) integrates semantic web services and tools created by the Marine Metadata Interoperability project, MMI, toward the realization of its Semantic Framework vision.

Current funding is provided by the U.S. National Science Foundation through the Cross-Domain Observational Metadata for Environmental Sensing (X-DOMES) project.

What's orr-ont?

The ORR system is comprised of:

component description
orr-ont Backend / REST endpoint
orr-portal Front-end

This is the repository for the orr-ont component.

Deployment

Interested in having an ORR instance on your server? See http:https://mmisw.org/orrdoc/install/.

Development

Testing

Have a mongo service running on your machine, for example, on a separate terminal session:

docker run -it --rm -p 27017:27017 mongo

Run the tests:

sbt test