-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from Open-MBEE/incose
updated links for mms, mdk, ve for incose iw
- Loading branch information
Showing
4 changed files
with
30 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,33 @@ | ||
## [Model Management System](https://github.com/Open-MBEE/mms){:target="_blank"} | ||
## [Model Management System](https://github.com/Open-MBEE/){:target="_blank"} | ||
|
||
The Model Management System (MMS) provide services for managing models and is a version control system for structured data. | ||
|
||
The Model Management System (MMS) provide services for managing models and is a version control system for structured data. It exposes model information through RESTful web services that can be used for CRUD operations, branching, and tagging of the model repository. This heart of the MMS is the View Service which supports the transclusion features of Views. | ||
The Execubots architectural version handles collections of JSON objects and is under long term support. | ||
|
||
The MMS also provides web services for storing and searching Jupyter Lab notebooks. | ||
The Flexo architectural version handels RDF data and is currently under development. | ||
|
||
[![Documentation Status](https://readthedocs.org/projects/mms-reference-implementation/badge/?version=latest)](http://mms-reference-implementation.readthedocs.io/?badge=latest){:target="_blank"} MMS Reference Implementation Documentation | ||
For more details on the architectural version differences and links, see the [GitHub Open-MBEE Org page](https://github.com/Open-MBEE){:target="_blank"} | ||
|
||
[![Documentation Status](https://readthedocs.org/projects/model-management-system/badge/?version=latest)](http://model-management-system.readthedocs.io/?badge=latest){:target="_blank"} MMS Library Documentation | ||
|
||
[Swagger-Doc](https://raw.githubusercontent.com/Open-MBEE/mmsri/develop/openapi/api-docs.yaml){:target="_blank"} For swaggger-ui, go to [swagger demo](https://petstore.swagger.io/){:target="_blank"} and put in the yaml link on top | ||
#### [Flexo Model Management System](https://github.com/Open-MBEE/flexo-mms-deployment){:target="_blank"} | ||
|
||
[![GitHub release](https://img.shields.io/github/release/Open-MBEE/mms.svg)](https://github.com/Open-MBEE/mms){:target="_blank"} Source Code | ||
Flexo-MMS handles models as RDF graphs and exposes SparQL and Graph Store Protocol (GSP) endpoints for model update/load/query operations, as well as CRUD endpoints for management of RDF graphs (creating Orgs, Repos, Branches, etc). | ||
|
||
[![GitHub issues](https://img.shields.io/github/issues/Open-MBEE/mms.svg)](https://github.com/Open-MBEE/mms/issues){:target="_blank"} Github Issues | ||
[![Documentation](https://readthedocs.org/projects/flexo-mms-deployment-guide/badge/?version=latest)](https://flexo-mms-deployment-guide.readthedocs.io/?badge=latest){:target="_blank"} Flexo-MMS Documentation | ||
|
||
[Java Client (Maven)](https://bintray.com/openmbee/maven/mms-java-client){:target="_blank"} MMS Java Client | ||
|
||
[![PyPi version](https://badgen.net/pypi/v/mms-python-client/)](https://pypi.org/project/mms-python-client/){:target="_blank"} MMS Python Client | ||
#### [Execubots Model Management System](https://github.com/Open-MBEE/exec-mmsri){:target="_blank"} | ||
|
||
[Python QOL Client](https://pypi.org/project/mms-python-adapter/){:target="_blank"} (Outdated) QOL Python Helper | ||
Execubots-MMS handels models as JSON documents and exposes model information through RESTful web services that can be used for CRUD operations, branching, and tagging of the model repository. | ||
|
||
[Swagger-UI](https://mms.openmbee.org/alfresco/mms/swagger-ui/index.html){:target="_blank"} (use openmbeeguest/guest for readonly access, version 3.X) | ||
[![Documentation Status](https://readthedocs.org/projects/mms-reference-implementation/badge/?version=latest)](http://mms-reference-implementation.readthedocs.io/?badge=latest){:target="_blank"} MMS Reference Implementation Documentation | ||
|
||
[![Documentation Status](https://readthedocs.org/projects/model-management-system/badge/?version=latest)](http://model-management-system.readthedocs.io/?badge=latest){:target="_blank"} MMS Library Documentation | ||
|
||
[OpenAPI-Doc](https://raw.githubusercontent.com/Open-MBEE/exec-mmsri/develop/openapi/api-docs.yaml){:target="_blank"} For swaggger-ui, go to [swagger demo](https://petstore.swagger.io/){:target="_blank"} and put in the yaml link on top | ||
|
||
[![GitHub release](https://img.shields.io/github/release/Open-MBEE/exec-mms.svg)](https://github.com/Open-MBEE/exec-mms){:target="_blank"} Source Code | ||
|
||
[![GitHub issues](https://img.shields.io/github/issues/Open-MBEE/exec-mms.svg)](https://github.com/Open-MBEE/exec-mms/issues){:target="_blank"} Github Issues | ||
|
||
[![PyPi version](https://badgen.net/pypi/v/mms-python-client/)](https://pypi.org/project/mms-python-client/){:target="_blank"} MMS Python Client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
## [View Editor](https://github.com/Open-MBEE/ve){:target="_blank"} | ||
## [View Editor](https://github.com/Open-MBEE/exec-ve){:target="_blank"} | ||
|
||
VE enables users to interact with models within a web-based environment. It interacts with the MMS REST API to provide a web environment to create, read, and update model elements, including Documents and Views. VE works in conjunction with the various Model Development Kits so data in different modeling tools can be shown in a primarily narrative format on the web without losing the connection to the data sources. | ||
|
||
[User Guide](https://view-editor.readthedocs.io/en/latest){:target="_blank"} | ||
|
||
[Public Instance](https://mms.openmbee.org){:target="_blank"} (use openmbeeguest/guest for readonly access) | ||
|
||
[GitHub Repository](https://github.com/Open-MBEE/ve){:target="_blank"} | ||
[Releases](https://github.com/Open-MBEE/exec-ve/releases){:target="_blank"} | ||
|
||
[![GitHub issues](https://img.shields.io/github/issues/Open-MBEE/ve.svg)](https://github.com/Open-MBEE/ve/issues){:target="_blank"} | ||
|
||
<br> | ||
|
||
#### [Platform for Model Analysis](https://github.com/Open-MBEE/pma){:target="_blank"} | ||
|
||
The Platform for Model Analysis (PMA) serves as a way to automate various forms of analyses. Current feature is automated regenerating document view instances that are created in MagicDraw. |