Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Edge Data Streaming
  3. Licenses
  4. Using Informatica Administrator
  5. Creating and Managing the Edge Data Streaming Service
  6. Edge Data Streaming Entity Types
  7. Edge Data Streaming Nodes
  8. Data Connections
  9. Working With Data Flows
  10. Managing the Edge Data Streaming Components
  11. Security
  12. High Availability
  13. Disaster Recovery
  14. Monitoring Edge Data Streaming Entities
  15. Appendix A: Troubleshooting
  16. Appendix B: Frequently Asked Questions
  17. Appendix C: Regular Expressions
  18. Appendix D: Command Line Program
  19. Appendix E: Configuring Edge Data Streaming to Work With a ZooKeeper Observer
  20. Appendix F: Glossary

User Guide

User Guide

Examples

Examples

The following examples show how you can use parameters to configure entity properties:
Example 1
To use a parameter for a host name, configure the following parameter properties:
  • Key. Specify
    hostname
    as the key.
  • Value. Specify
    informatica.com
    as the value.
To use the parameter, specify
${hostname}
in the entity property. When you deploy the data flow, the value
informatica.com
is used.
Example 2
You can use parameters to define a URL. The following table describes keys and values that you can configure:
Key
Value
hostname
informatica.com
portnumber
8080
pathtofile
files
To use the parameters in a URL field in an entity property, specify
http://${hostname}:${portnumber}/${pathtofile}
in the entity property. When you deploy the data flow, the value
http://informatica.com:8080/files
is used.

0 COMMENTS

We’d like to hear from you!