<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ustream on Micha Kops&#39; Tech Notes</title>
    <link>https://www.hascode.com/tags/ustream/</link>
    <description>Recent content in Ustream on Micha Kops&#39; Tech Notes</description>
    <generator>Hugo -- 0.147.8</generator>
    <language>en</language>
    <copyright>Copyright © 2010 - 2025 Micha Kops. #213243b1d6e8932079e09227d3f3ed0c806cd0c9</copyright>
    <lastBuildDate>Sun, 08 Nov 2015 00:00:00 +0100</lastBuildDate>
    <atom:link href="https://www.hascode.com/tags/ustream/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Unix-like data pipelines with Java 8 Streams and UStream</title>
      <link>https://www.hascode.com/unix-like-data-pipelines-with-java-8-streams-and-ustream/</link>
      <pubDate>Sun, 08 Nov 2015 00:00:00 +0100</pubDate>
      <guid>https://www.hascode.com/unix-like-data-pipelines-with-java-8-streams-and-ustream/</guid>
      <description>&lt;div id=&#34;preamble&#34;&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;We all love the simplicity when chaining commands and pipes in an Unix derivative environment.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;UStream takes this approach and extends Java 8′s stream API to mimic some of the well known commands and apply them on streams.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;In the following tutorial, I’d like to share some slim examples for using UStream.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;imageblock&#34;&gt;
&lt;div class=&#34;content&#34;&gt;
&lt;img src=&#34;ustream-java8-tutorial.png&#34; alt=&#34;ustream java8 tutorial&#34;/&gt;
&lt;/div&gt;
&lt;div class=&#34;title&#34;&gt;Figure 1. Data pipelines with UStream&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sect1&#34;&gt;
&lt;h2 id=&#34;_dependencies&#34;&gt;Dependencies&lt;/h2&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;We simply need to add one dependency to our &lt;em&gt;pom.xml&lt;/em&gt; (using Maven): &lt;em&gt;io.github.benas:ustream:0.2&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
