- tracking source for imported stuff?
Compile using latest php compile script
Iterate over leveldb to generate regions. Return regions.
Fork and read chunk Dara's
getIterator(); // Loop in iterator style while($it->valid()) { var_dump($it->key() . " => " . $it->current() . "\n"); } // Or loop in foreach foreach($it as $key => $value) { echo "{$key} => {$value}\n"; }