An open API service indexing awesome lists of open source software.

https://github.com/ramsailopal/cache-node-server

Ansible role that installs the necessary M-Gateway service on an Intersystems Cache instance to allow nodejs client connections.
https://github.com/ramsailopal/cache-node-server

ansible-role intersystems-cache mumps nodejs

Last synced: about 2 months ago
JSON representation

Ansible role that installs the necessary M-Gateway service on an Intersystems Cache instance to allow nodejs client connections.

Awesome Lists containing this project

README

          

Role Name
=========

This role automates the process of installing the necessary Cache server service gateway to allow connection to a Cache database via Nodejs.

Requirements
------------

It is assumed that Cache is aready installed on the server

Role Variables
--------------

instname - The name of the Intersystems Cache instance

[ Default - TEST ]

Example Playbook
----------------

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
role: cache-node-server
instname: TEST1
...

Further Information
-------------------

The git repo referenced in the role to install the service gateway:

https://github.com/chrisemunt/mgsi

License
-------

BSD

Author Information
------------------

Raman Sailopal