Coder Social home page Coder Social logo

xdemo's Introduction

xdemo

This project serves as an example for the new Rocket MVIS tool. The MVIS tool allows for standard RESTful protocols to be used with legacy MV applications.

The example is a mock streaming service. It demonstrates the feasibility of integrating modern web technologies with legacy MV databases.

Welcome to the MVoovies XDemo wiki!

This will serve as a guide to installing and running the MVoovies application. You should be up and running in no time.

In addition, a blog post and video explanation about the application can be found [here](Placeholder for MVoovies web blog post and video).

Installation

Getting Started

Dependencies

  • Node.js - Click here and install the necessary version for your machine
  • MultiValue Integration Server Community Edition - If this is not installed on your local machine, please follow the installation guide found [here](Placeholder for MVIS Personal Edition installation guide)
  • UniVerse - If UniVerse is not installed on your machine, please follow the installation guide found here

Running the Demo Locally

  1. Clone this or run git clone https://github.com/Chimer2017/xdemo.git
  2. cd xdemo to navigate to the xdemo directory
  3. npm install to install all required packages and modules for the application
  4. npm start to the local server
  5. Navigate to localhost:5555

Application Structure

  • app.js - The entry point to our application. This file defines our express server. It also requires the routes and models we'll be using in the application.
  • routes/ - This folder contains the route definitions for our API.
  • assets/ - This folder contains CSS, JS, images, and Bootstrap necessary for the application
  • views/ - This folder contains all the rendered screens and UI components(also known as mixins)

Elements of Application that Communicate with MVIS

  1. The main table renders data from MVIS
  2. Filters - each of the filters when clicked sends a specific request to MVIS asking for a filtered data collection. In the case multiple filters are selected, a multiple query MVIS request is built on the front end and then sent to MVIS.
  3. Movie Information Panel - when selecting a movie from the main table, a request to MVIS is made asking for specific movie information.

Configuration

The demo is by default set to work with a local copy of MVIS communit edition and the default port number. If you wish to configure your MVIS server or run it on premise or in the cloud, the demo will also need to be updated. There is the a "config.js" file in the root folder that contains the default port number and endpoint URI. Configure these to connect the demo application with your MVIS server

xdemo's People

Contributors

agorovoy avatar chimer2017 avatar

Stargazers

 avatar

Watchers

James Cloos 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.