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.
 +
 +
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 03:48, 28 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 beyond.

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.