chimera-framework

0.0.94 • Public • Published

Chimera-Framework


Language Agnostic Framework for Stand-alone and Distributed Computing

JavaScript Style Guide codecov Gitter

Chimera-Framework is a language agnostic framework for standalone and distributed computing. Chimera-Framework is written in Node.Js. As a component based software engineering framework, Chimera-Framework allows you to orchestrate several components to achieve a greater goal. The components can be written in any programming language. Even an executable binary file can also serve as component.

You can use CHIML in order to orchestrate the process. CHIML is a superset of YAML which is also a superset of JSON.

How it looks like

# hi.chiml 
ins: name
out: output
do:
  - |date -> today
  - |("Hi ", name, " today is ", today) -> {$.concat} -> output
gofrendi@asgard:~$ date
Mon Feb  5 22:10:37 WIB 2018
 
gofrendi@asgard:~$ chimera hi.chiml Naomi
Hi Naomi today is Mon Feb  5 22:10:37 WIB 2018

Getting Started

  1. Make sure you already have Node.Js and npm installed. If you don't have them installed yet, you can invoke:

    sudo apt-get install nodejs npm
  2. Install Chimera-Framework by invoking:

    sudo npm install --global chimera-framework
  3. Visit our wiki for more information.

Examples

License

Chimera-Framework is released under the MIT License.

Citation

If you publish any article related to Chimera-Framework, please cite our paper on http://ieeexplore.ieee.org/document/8320654/

Dependents (0)

Package Sidebar

Install

npm i chimera-framework

Weekly Downloads

3

Version

0.0.94

License

MIT

Unpacked Size

250 kB

Total Files

120

Last publish

Collaborators

  • gofrendi