New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gtm

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gtm

Binding to the GT.M hierarchical database.

latest
Source
npmnpm
Version
0.1.0-56-g1b5486c
Version published
Maintainers
1
Created
Source

ABOUT

This module provides an interface between Node.js and the GT.M database.

It is expected that you have already installed GT.M in your system.

This module will make available the M database to your nodejs scripts.

See the scripts in the tests directory for guidelines on how to use this module.

For further details, please see the article:

    "GT.M Bindings to NodeJS"

    http://hdl.handle.net/10909/54
    http://code.osehra.org/journal/browse/publication/25

    OSEHRA Technical Journal

LICENSING

  • GT.M is distributed under the AGPL 3.0 License by fisglobal.

  • The source code of the GT.M node.js module is distributed under the Apache 2.0 License.

  • The binary build of the gtm binding to nodejs is distributed also under the Apache 2.0 License.

POST-INSTALLATION

Thanks for installing the gtm module. Now you just need to follow these three simple post-installation steps to get your gtm module working.

A) Set the GTMCI environment variable to the full path of the gtm_access.ci file.

B) Copy the _gtmaccess.m file in to one of the directories where you have M routines. These directories are the ones that you already include in the gtmroutines environment variable.

C) Add to your LD_LIBRARY_PATH environment variable the directory where you installed GT.M.

More precisely, the directory where the GT.M library

                  libgtmshr.so

You can test your installation with any of the files in the test directory.

Keywords

M

FAQs

Package last updated on 14 Jan 2013

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