Difference between revisions of "Granule"

From DocDataFlow
Jump to: navigation, search
Line 1: Line 1:
 
Granules are the 'chunks of data' that flow through the network of [[Adapter|''adapters'']] defined by the [[Personality|''personality'']].
 
Granules are the 'chunks of data' that flow through the network of [[Adapter|''adapters'']] defined by the [[Personality|''personality'']].
  
They can represent any size of data: a granule could represent anything from a single bit to a complete database with all its content, or beyond.  
+
They can represent any size of data: a granule could represent anything from a single bit to a complete database with all its content, or an even large clump of data.  
  
 
When granules flow through a network of [[Adapter|''adapters'']] they are often split into smaller granules by [[Disassembler|''disassemblers'']], or smaller granules are collated into larger granules by [[Assembler|''assemblers'']].
 
When granules flow through a network of [[Adapter|''adapters'']] they are often split into smaller granules by [[Disassembler|''disassemblers'']], or smaller granules are collated into larger granules by [[Assembler|''assemblers'']].

Revision as of 18:53, 29 December 2013

Granules are the 'chunks of data' that flow through the network of adapters defined by the personality.

They can represent any size of data: a granule could represent anything from a single bit to a complete database with all its content, or an even large clump of data.

When granules flow through a network of adapters they are often split into smaller granules by disassemblers, or smaller granules are collated into larger granules by assemblers.