|
|
|
|
|
by woqe
2963 days ago
|
|
Apache nifi (https://nifi.apache.org/) is a software which handles streaming ETL processing. From a previous post I made about it:
"We have HTTP endpoints set up to receive data from our ERP's accounting system to send data to Concur and to update customers' Lawson punchout ordering systems with shipment information. The 'E' is an HTTP post with an XML payload. The 'T' consists of using the payload to query other databases to build the 'L' payload, and the 'L' is an HTTP post to the consumer's endpoints." |
|