Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cqm-models

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cqm-models

This library contains auto generated Mongo (Mongoose.js) models that correspond to the QDM (Quality Data Model) specification.

  • 0.8.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
723
increased by53.5%
Maintainers
5
Weekly downloads
 
Created
Source

Build Status Gem Version NPM

cqm-models

QDM Models

This library contains auto generated Mongoid (Ruby) and Mongoose (JavaScript) models that correspond to the QDM (Quality Data Model) specification.

QDM Model Generator Script (lib/generate_models.rb)

The QDM model generator script can be used to create/update the Mongoid (Ruby) and Mongoose (JavaScript) based models.

See the top of the lib/generate_models.rb script for RubyGem requirements.

To use, execute the following:

ruby lib/generate_models.rb modelinfo/qdm-modelinfo-5.3.xml data/oids.json

The first parameter is the file path to the modelinfo file you wish to generate from. The second parameter is the OID map file. You must include both.

The generator will parse the specified modelinfo file, generate the corresponding models, and place them in:

Ruby: app/models/qdm/

JavaScript: app/assets/javascripts/

The JavaScript models as-is are intended to be used server side under something like node.js. A browserified version that can be used client side is included as dist/index.js.

FAQs

Package last updated on 24 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc