Table of Contents

Search

  1. Preface
  2. Introduction to Edge Data Streaming Custom Entity Types
  3. Managing Custom Entity Types
  4. Custom Entities from Maven Archetypes
  5. REST APIs
  6. HTTP Request and Response Parameters
  7. Sample JSON Requests and Responses
  8. Glossary

Developer Guide

Developer Guide

Edge Data Streaming API

Edge Data Streaming API

You can use the EDS Java APIs to develop custom source service types, custom target service types, and custom transformation types. The EDS Java API consists of interfaces that you implement to create the custom entity types. The API package includes helper classes that you can use to perform common operations in the interface implementation.
You can use also the Maven archetypes to develop custom source service types, custom target service types, and custom transformation types. The Maven archetypes are packaged with the EDS APIs. You can use these archetypes to create custom service types in an Eclipse environment.
Informatica recommends that you use the Maven archetypes to create entities.
You can use the Representational State Transfer (REST) API to create, retrieve, update, or delete EDS entities directly over HTTP. You can also deploy, redeploy, and undeploy EDS entities.The HTTP request methods supported are GET and POST. The sample rest calls show you how to use the REST API with application/json type.

0 COMMENTS

We’d like to hear from you!