https://github.com/ramsailopal/cache-node-client
Ansible role to install the necessary nodejs M-Gateway packages to allow access to Intersystems Cache/IRIS or Yottadb
https://github.com/ramsailopal/cache-node-client
ansible-role intersystems-cache intersystems-iris mumps nodejs yottadb
Last synced: about 1 month ago
JSON representation
Ansible role to install the necessary nodejs M-Gateway packages to allow access to Intersystems Cache/IRIS or Yottadb
- Host: GitHub
- URL: https://github.com/ramsailopal/cache-node-client
- Owner: RamSailopal
- License: mit
- Created: 2021-04-29T09:15:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T14:05:10.000Z (about 5 years ago)
- Last Synced: 2024-12-29T10:27:40.669Z (over 1 year ago)
- Topics: ansible-role, intersystems-cache, intersystems-iris, mumps, nodejs, yottadb
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Role Name
=========
This role automates the process of installing the neccesary Cache client Nodejs libraries to allow connection to a Cache database via Nodejs.
Requirements
------------
It is assumed that Cache is to be installed somewhere on the network to allow testing.
It is also assumed that that the Service integration gateway is also installed (see cache-node-server for details of installation)
Role Variables
--------------
hst - The address of the Intersystems Cache server
[ Default - localhost ]
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-client
hst: cacheserver
...
Further Information
-------------------
The npm package referencing in the role:
https://www.npmjs.com/package/mg-dbx
License
-------
BSD
Author Information
------------------
Raman Sailopal