i2 Analyze and the i2 Connect gateway

In an i2 Analyze deployment, you can provide users with access to an Information Store, or enable them to query data in one or more external sources, or both. i2® Analyze deployments that are targeted at external data access include the i2 Connect gateway alongside or instead of the Information Store.

In a complete solution, the i2 Connect gateway provides i2 Analyze with information about what connectors and services are available and how clients are to use them. i2 Analyze passes client requests for data to the gateway, which receives and responds to the requests on behalf of those services.



Each connector contains the code that interacts with an external data source, the definitions of the services that it supports, and the descriptions of how clients might present its services to users. For example, clients need to know the following information:
  • The name and description of each service a user has access to
  • Whether a service requires users to authenticate before they can use it
  • Whether a service supports parameters that users can specify when they run it
  • The input controls to display, and the validation to perform, for each parameter
  • Whether a service behaves differently as a result of the current chart selection (any selected records are then seeds for the operation that the service performs)

The examples that i2 provides in the open-source repositories at https://i2group.github.io/analyze-connect and https://i2group.github.io/analyze-connect-node-sdk demonstrate meeting several of these requirements in fully functional connectors.

Note: For information about securing the communication between the i2 Connect gateway and its connectors, see Client authenticated Secure Sockets Layer and the i2 Connect gateway.