Dell Boomi Installation Requirements

A document, A record, A batch in Boomi

2) Boomi Groovy basics

16-Nov-16

Boomi Groovy basics

Can I see log files in the mid stream while a process is running?

Check list for a well behaved Boomi ETL process

How do I know how much memory a java process is taking on linux?

How do I work with XML documents in Boomi?

How do you analyze a boomi ETL process for review purposes?

How do you deal with callouts in ETL processes?

How do you debug a long running Boomi ETL process?

How do you know how much physical memory is in usage and left?

How do you pass multiple inputs to a Map in Boomi?

How do you tune a real time Boomi Process?

How is DocCache used in transmitting a connector output across shapes

In boomi if there are no rows coming out of a connector, processing on that branch will abruptly stop. For beginers and intermediate Boomi developers this most of the time is the main process. That means the whole process will stop with no room for processing the case of no rows.

Read more ...

How to secure passwords in transition through PKI?

Implications of Batch size and Document size to how a Map utilizes Memory

My pet peeves in a forked mode execution

Notes on java garbage collectors

Pay attention to how much memory your process is using

Queuing theory and science of performance

As documents travel through boomi processes, the documents get enhanced. More fields get added. You can do this either by enhancing the profile and use a map to enrich the data or add the additional fields as properties of a document. Programmers also try to reuse certain processes like one does in a programming language. Should one rely on profiles for the reuse or the properties of a document to process them? Also if you were to have a 30,000 documents and each document is 10 to 50k in size, what is the impact of set properties? Also is it better off forwarding only the documents with minimum set of data or just pass the original set even it is large? As I know more I will document some trade offs and a few thoughts

Some stats on real time performance of a boomi atom

What are the performance implications of Groovy or Javascript in a Boomi Map?

What are the performance implications of split in boomi?

What can you expect to gain from Dell Boomi iPAAS for your large IT company?

What does process governance look like for Boomi developers?

What should be the check list for a molecule?

What should be the NFS settings?

XML processing with Groovy