Code Monkey home page Code Monkey logo

27_lmco_mcf's Introduction

Model-Based Engineering Environment

pipeline status coverage report

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 first dependency to get started is Node.js and NPM. NPM comes with Node.js; just install packages with NPM to get started. To start up MBEE, node version 10.15.0 or greater is required. See nodejs.org for information on Node.js.

Redis

MBEE's second dependency is Redis. Redis is used as the session manager. It stores cookies and auth tokens.

Database

You will also need an instance of a document based database. MongoDB is the preferred database, but MBEE does support plug-n-play with different databases, as long as a database strategy has been defined. To view more information on the database abstraction layer and how to configure existing strategies, please visit the README in app/db.

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 MBEE documentation:

  • Configuration
  • Integrations
  • Plugins
  • Developer Guide

Swagger API documentation can be viewed at the /doc/api route.

JSDoc developer documentation can be viewed at the /doc/ route.

Reporting Vulnerabilities and Bugs

If an issue is identified in MBEE, please email [email protected]. Refer to SECURITY.md for more information as well as the PGP encryption key.

27_lmco_mcf's People

Contributors

ep-infosec avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.