mmisw / orr-ont

ORR Backend system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://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

About

ORR Backend system

License:Apache License 2.0


Languages

Language:Scala 95.8%Language:Python 1.8%Language:Java 1.8%Language:HTML 0.5%Language:Shell 0.1%