Git Product home page Git Product logo

cdebost / montage-data Goto Github PK

View Code? Open in Web Editor NEW

This project forked from montagestudio/montage-data

0.0 1.0 0.0 361 KB

Montage Data is a framework that allows Montage applications to easily exchange data with servers. It maps server data to model objects accessible in application code, allowing complex server operations to be performed by reading and writing the properties of model objects obtained with simple queries. This is similar to Object Relational Mapping (ORM) except that it also works for servers offering REST or other type of non-relational services, so it could be called Object Service Mapping (OSM).

License: Other

JavaScript 99.16% Shell 0.03% HTML 0.81%

montage-data's Introduction

Overview

Montage Data is a framework that allows Montage applications to easily exchange data with servers. It maps server data to model objects accessible in application code, allowing complex server operations to be performed by reading and writing the properties of model objects obtained with simple queries and by traversing relationships.

Montage Data is an Object Service Mapping (OSM) framework: Just like an Object Relational Mapping (ORM) framework maps relational data to application objects and vice versa, Montage Data maps REST and other services to application objects and vice versa.

Documentation

Documentation can be generated by installing JSDoc 3.3.3 or newer and executing jsdoc -c .jsdoc.conf.json in the root of the project, and it can be read by opening the resulting out/doc/index.html in a web browser.

Developers editing Montage Data on OS X can make the documentation update automatically whenever the source changes by copying the source's .watch.plist file to ~/Library/LaunchAgents/com.kaazing.montagedata.watch.plist, then editing that file to replace all occurences of "/absolute/path/to/montage-data/" with the absolute path of the source directory, and then running the following in a terminal:

launchctl load ~/Library/LaunchAgents/com.kaazing.montagedata.watch.plist
launchctl start ~/Library/LaunchAgents/com.kaazing.montagedata.watch.plist

Testing

All non-disabled tests should always pass.

Tests can be run by executing npm install in the test subdirectory and then loading test/index.html through a web server. Tests can be created by editing test/index.reel/index.js.

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.