Skip to content

spacedecentral/mbee

 
 

Repository files navigation

Model-Based Engineering Environment

The Model-Based Engineering Environment (MBEE) is a modeling collaboration software that integrates system models with multidisciplinary engineering data and tools. This enables system models to be a single-source of truth. MBEE allows for model data to be more accessible across disciplines and skill sets via web-based UI. The UI enables users to interact with system model data without needing to be a systems modeler.

MBEE's mission is to better communicate data across engineering organizations by implementing the core goals of model-based systems engineering through software tools. MBEE decreases ambiguity by making a single-source of truth for data more achievable through its RESTful API, extensible plugins, and distributed services.

Prerequisites

Node.js MBEE's only dependency to get started is Node.js and NPM. NPM comes with Node.js, just install packages with NPM to get started. See nodejs.org for information on Node.js.

MongoDB You'll also need an instance of MongoDB. If you don't have a database already set up, please see the MongoDB Installation Tutorial and the MongoDB Getting Started Guide for up-to-date documentation on MongoDB.

Source Code

  1. Clone the MBEE code by running: git clone https://github.com/lmco/mbee.git.
  2. Enter the directory with cd mbee.

Getting Started

  1. Install dependencies and build by running yarn install or npm install.
  2. Run MBEE by running node mbee start.

Documentation

See the Flight Manual (source located at ./doc) for all encompassing user manual of MBEE.

You can view the MBEE Flight Manual at the /doc/flight-manual route on a running MBEE server. Included documentation:

  • Flight Manual
    • API Documentation
    • Developer Documentation
    • Test Framework Documentation
    • Docker Set Up Documentation

Public Release Info

Approved for public release per PIRA #SSS201809050.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.0%
  • CSS 5.3%
  • HTML 1.4%
  • Other 0.3%