Installation Steps

GlueSync SQL to NoSQL for IBM i (AS/400)

Prerequisites

In order to have GlueSync working on your IBM i (AS/400) instance you will need to have:

  • valid user credentials with permissions of reading, writing to the target tables and respective database;

  • tables of whom changes need to be tracked must have journal enabled.

Only tables that are subject to journaling will be able to provide changes feed. Gluesync makes use of this system journal QSQJRN.

Basic configuration example

This module can be customized by using a configuration file, in JSON format. The file name to use must be specified as parameter when launching the app, with the -f or --file tokens. The file should be composed by union of common configuration file (see here Installation Steps) and source/destination specific configuration:

{
  ...
  "sourcePort": "",
  ...
}

Looking for data modelling features or other options?

For more detailed configurations options, including the ability to perform data modelling, please have a look at the dedicated Data modelling section when sourcing from a RDBMS.