Browse by Tags

All Tags » Coral8 (RSS)

PowerShell Navigation Provider for Coral8

A couple of months ago I put together a quick PowerShell based stream reader for Coral8 .   While it was fun to write, beyond demos, it didn't see much use - lack of easy discoverability about which streams were available meant that it was easier...
Posted by Scott Weinstein | 1 comment(s)
Filed under: , , ,

Coral8 Stream reader in Powershell

A little something I cooked up last night # ./Get-C8Tuple ccl://localhost:6789/Stream/Default/Proj/outStream param ([string]$curl,[int]$maxRows=-1) function Resolve-Url($url) { $wc = new-object Net.WebClient $urib = [UriBuilder] $url $urib.Scheme = "http...
Posted by Scott Weinstein | 1 comment(s)
Filed under: , ,
More Posts