Components are core to how Iguana X IguanaX works.
Expand | ||
---|---|---|
| ||
This shows three connected components represented in the flow chart of the dashboard: You can see these components in the list view on the side of the dashboard also: |
...
Expand | ||||
---|---|---|---|---|
| ||||
HL7 Server is written in Lua and the source code of the component is stored in Lua. There are no built in components in IguanaX. All the components are written in Lua which means you can look at how they are implemented and alter them to meet your specific requirements. |
Expand | ||
---|---|---|
| ||
...
Expand | ||
---|---|---|
| ||
Git is an integral part of how Iguana X works. Everything component is implemented as a Translator component and the source code for these components is stored in Git repositories. For convenience of deployment it’s helpful to store these components on a platform like http://bitbucket.org or http://github.com. Currently we use bitbucket. If Git is new to you, see Source control basic concepts to understand Git What is Source Control?. |