Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Welcome to the Iguana X Orientation! We’ll guide you through the first steps in getting to know Iguana X and how to use it. Before you get started, have a read about what I hope IguanaX will do for your life.

Pro tip: While you’re going through the orientation - hover a link and click open preview. Then you can give it a quick read or decide to open it up in a new browser tab!

First Steps:

  1. Installation - If you haven’t already, install Iguana in your environment.

  2. Network Access - where Iguana needs to connect - Essential to Iguana X functionality!

  3. Configuring Iguana - Set up key settings and customize Iguana for your organization.

  4. Get Beta Updates - As you work with Iguana X, we encourage everyone to actively update their instance to the latest beta builds. Iguana X is quickly evolving with new and exciting functionality!

Building Interfaces:

The Iguana X Dashboard is where you can create, monitor and manage your interfaces. Interfaces are made up of one or more Components. Each component is a self contained single git repository of code.

  1. What is a Component?

  2. Create a Component

Components can be customized by you using Iguana’s Translator development environment.

  1. Edit a Component

  2. Developing in the Translator

Components can be stored in Git Collections to group components together in a single repository. You can create Git Collections or use Iguana’s built-in Collections to leverage existing components to adapt to build your interfaces:

  1. iNTERFACEWARE Collections

  2. Create your own git collections

Components leverage Libraries as a mechanism to share code across multiple components. Speed up your integration development by using libraries to store common logic. You can create your own or import built in libraries:

  1. Import a Library

  2. Create a library

Interface Tutorials:

Complete the tutorials relevant to your upcoming integration needs to familiarize yourself with strategies in building different types of interfaces in Iguana X:

  1. Using the Translator – Creating a JSON Filter

  2. HL7 Basics – Getting started with HL7

  3. Working with Files – Make a Custom File Reader

  4. Database First Steps – Understanding Databases in Iguana

  5. Web services - Web services implemented with net.http.listen

Using the Logs:

Iguana X has a robust logging and queuing system that tracks and reports on queues as messages flow through components. Logs are central in quickly viewing and pinpointing errors, tracking message processing, and troubleshooting any errors that may arise. Follow along for an overview in using the Logs:

  1. Log Management and Purging - purge rules for individual components

  2. Troubleshooting interfaces:

    1. Resubmit a Log Message - resubmit a single message to a component queue for reprocessing.

    2. Reposition a Queue - reposition a component’s queue to reprocess messages from a specific point in time.

  3. Testing out the Iguana X Logs – Use our log testing tools to get a feel for how Iguana X can scale!


Iguana v6 Migration:

If you’re an existing Iguana 6 user, now that you have a good understanding of Iguana X, take a look at our migration tools you can use to bring your existing Iguana 6 interfaces to Iguana X:

  1. Iguana 6 Channel Importer

  2. Exporting Iguana 6 code to a Repository

  • No labels