- Notifications
You must be signed in to change notification settings - Fork5
mmisw/orr-ont
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Ontology Registry and Repository (ORR) integrates semantic web services and toolscreated by the Marine Metadata Interoperability project, MMI, toward the realizationof itsSemantic Framework vision.
Current funding is provided by the U.S. National Science Foundation through theCross-Domain Observational Metadata for Environmental Sensing (X-DOMES) project.
The ORR system is comprised of:
component | description |
---|---|
orr-ont | Backend / REST endpoint |
orr-portal | Front-end |
This is the repository for theorr-ont component.
Interested in having an ORR instance on your server? Seehttp://mmisw.org/orrdoc/install/.
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