Re: [akka-user] Re: Akka streams file compression

2016-02-16 Thread Konrad Malawski
Yay, Maciek sure is a great guy :-)

-- 
Cheers,
Konrad 'ktoso’ Malawski
Akka @ Typesafe

On 16 February 2016 at 16:40:26, Richard Rodseth (rrods...@gmail.com) wrote:

Good news is that snappy-flows author has already updated.

On Tue, Feb 16, 2016 at 5:40 AM, Viktor Klang  wrote:
Perhaps include a link to it here for someone to perhaps do just that? :-)

On Tue, Feb 16, 2016 at 2:36 PM, Endre Varga  wrote:
We have one actually hidden in HTTP, it just waits for someone to migrate it 
out :)

On Tue, Feb 16, 2016 at 2:25 PM, Viktor Klang  wrote:
No, it was encouragement for the OP :)

On Tue, Feb 16, 2016 at 2:16 PM, Endre Varga  wrote:
Planned. Had not time so far :)

On Tue, Feb 16, 2016 at 2:15 PM, Viktor Klang  wrote:
(Or add support for compression!)

On Tue, Feb 16, 2016 at 2:13 PM, Konrad Malawski  wrote:
Hi Richard,
Not that I'm aware of. 

You can ping the library maintainer to upgrade to 2.4.2 (we're releasing that 
today) though :)

On Tue, Feb 16, 2016 at 1:45 AM, Richard Rodseth  wrote:
I just had the rather gratifying experience of adding Snappy compression using 
snappy-flows with

.via(SnappyFlows.compress)

For comparision purposes, and while I wait for snappy-flows to be updated to 
2.4.2, is there an equivalent built-in to akka-streams for GZip or other 
compression algorithms ? 







On Tue, Feb 9, 2016 at 2:03 PM, Richard Rodseth  wrote:
I'm writing to files and reading from them using FileIO.fromFile and toFile.

Looking to add compression of the files.

This looks promising:
https://github.com/maciej/snappy-flows

The compression is expressed as a Flow[ByteString,ByteString,Unit]

Are there other examples or documentation I should be looking at or is 
snappy-flows the way to go?

--
>> Read the docs: http://akka.io/docs/
>> Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.



--
Cheers,
Konrad 'ktoso' Malawski
Akka @ Typesafe
--
>> Read the docs: http://akka.io/docs/
>> Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.



--
Cheers,
√
--
>> Read the docs: http://akka.io/docs/
>> Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

--
>> Read the docs: http://akka.io/docs/
>> Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.



--
Cheers,
√
--
>> Read the docs: http://akka.io/docs/
>> Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to 

Re: [akka-user] Re: Akka streams file compression

2016-02-16 Thread Richard Rodseth
Good news is that snappy-flows author has already updated.

On Tue, Feb 16, 2016 at 5:40 AM, Viktor Klang 
wrote:

> Perhaps include a link to it here for someone to perhaps do just that? :-)
>
> On Tue, Feb 16, 2016 at 2:36 PM, Endre Varga 
> wrote:
>
>> We have one actually hidden in HTTP, it just waits for someone to migrate
>> it out :)
>>
>> On Tue, Feb 16, 2016 at 2:25 PM, Viktor Klang 
>> wrote:
>>
>>> No, it was encouragement for the OP :)
>>>
>>> On Tue, Feb 16, 2016 at 2:16 PM, Endre Varga 
>>> wrote:
>>>
 Planned. Had not time so far :)

 On Tue, Feb 16, 2016 at 2:15 PM, Viktor Klang 
 wrote:

> (Or add support for compression!)
>
> On Tue, Feb 16, 2016 at 2:13 PM, Konrad Malawski 
> wrote:
>
>> Hi Richard,
>> Not that I'm aware of.
>>
>> You can ping the library maintainer to upgrade to 2.4.2 (we're
>> releasing that today) though :)
>>
>> On Tue, Feb 16, 2016 at 1:45 AM, Richard Rodseth 
>> wrote:
>>
>>> I just had the rather gratifying experience of adding Snappy
>>> compression using snappy-flows with
>>>
>>> .via(SnappyFlows.compress)
>>>
>>> For comparision purposes, and while I wait for snappy-flows to be
>>> updated to 2.4.2, is there an equivalent built-in to akka-streams for 
>>> GZip
>>> or other compression algorithms ?
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Tue, Feb 9, 2016 at 2:03 PM, Richard Rodseth 
>>> wrote:
>>>
 I'm writing to files and reading from them using FileIO.fromFile
 and toFile.

 Looking to add compression of the files.

 This looks promising:
 https://github.com/maciej/snappy-flows

 The compression is expressed as a Flow[ByteString,ByteString,Unit]

 Are there other examples or documentation I should be looking at or
 is snappy-flows the way to go?

>>>
>>> --
>>> >> Read the docs: http://akka.io/docs/
>>> >> Check the FAQ:
>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>> >> Search the archives:
>>> https://groups.google.com/group/akka-user
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Akka User List" group.
>>> To unsubscribe from this group and stop receiving emails from it,
>>> send an email to akka-user+unsubscr...@googlegroups.com.
>>> To post to this group, send email to akka-user@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Cheers,
>> Konrad 'ktoso' Malawski
>> Akka  @ Typesafe 
>>
>> --
>> >> Read the docs: http://akka.io/docs/
>> >> Check the FAQ:
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >> Search the archives:
>> https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google
>> Groups "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Cheers,
> √
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives:
> https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google
> Groups "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

 --
 >> Read the docs: http://akka.io/docs/
 >> Check the FAQ:
 http://doc.akka.io/docs/akka/current/additional/faq.html
 >> Search the archives:
 https://groups.google.com/group/akka-user
 ---
 You received this message because you are subscribed to the Google
 Groups "Akka User List" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to 

Re: [akka-user] Re: Akka streams file compression

2016-02-16 Thread Viktor Klang
Perhaps include a link to it here for someone to perhaps do just that? :-)

On Tue, Feb 16, 2016 at 2:36 PM, Endre Varga 
wrote:

> We have one actually hidden in HTTP, it just waits for someone to migrate
> it out :)
>
> On Tue, Feb 16, 2016 at 2:25 PM, Viktor Klang 
> wrote:
>
>> No, it was encouragement for the OP :)
>>
>> On Tue, Feb 16, 2016 at 2:16 PM, Endre Varga 
>> wrote:
>>
>>> Planned. Had not time so far :)
>>>
>>> On Tue, Feb 16, 2016 at 2:15 PM, Viktor Klang 
>>> wrote:
>>>
 (Or add support for compression!)

 On Tue, Feb 16, 2016 at 2:13 PM, Konrad Malawski 
 wrote:

> Hi Richard,
> Not that I'm aware of.
>
> You can ping the library maintainer to upgrade to 2.4.2 (we're
> releasing that today) though :)
>
> On Tue, Feb 16, 2016 at 1:45 AM, Richard Rodseth 
> wrote:
>
>> I just had the rather gratifying experience of adding Snappy
>> compression using snappy-flows with
>>
>> .via(SnappyFlows.compress)
>>
>> For comparision purposes, and while I wait for snappy-flows to be
>> updated to 2.4.2, is there an equivalent built-in to akka-streams for 
>> GZip
>> or other compression algorithms ?
>>
>>
>>
>>
>>
>>
>>
>> On Tue, Feb 9, 2016 at 2:03 PM, Richard Rodseth 
>> wrote:
>>
>>> I'm writing to files and reading from them using FileIO.fromFile and
>>> toFile.
>>>
>>> Looking to add compression of the files.
>>>
>>> This looks promising:
>>> https://github.com/maciej/snappy-flows
>>>
>>> The compression is expressed as a Flow[ByteString,ByteString,Unit]
>>>
>>> Are there other examples or documentation I should be looking at or
>>> is snappy-flows the way to go?
>>>
>>
>> --
>> >> Read the docs: http://akka.io/docs/
>> >> Check the FAQ:
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >> Search the archives:
>> https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google
>> Groups "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Cheers,
> Konrad 'ktoso' Malawski
> Akka  @ Typesafe 
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives:
> https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google
> Groups "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



 --
 Cheers,
 √

 --
 >> Read the docs: http://akka.io/docs/
 >> Check the FAQ:
 http://doc.akka.io/docs/akka/current/additional/faq.html
 >> Search the archives:
 https://groups.google.com/group/akka-user
 ---
 You received this message because you are subscribed to the Google
 Groups "Akka User List" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to akka-user+unsubscr...@googlegroups.com.
 To post to this group, send email to akka-user@googlegroups.com.
 Visit this group at https://groups.google.com/group/akka-user.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>>> >> Read the docs: http://akka.io/docs/
>>> >> Check the FAQ:
>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>> >> Search the archives:
>>> https://groups.google.com/group/akka-user
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Akka User List" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to akka-user+unsubscr...@googlegroups.com.
>>> To post to this group, send email to akka-user@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Cheers,
>> √
>>
>> --

Re: [akka-user] Re: Akka streams file compression

2016-02-16 Thread Endre Varga
We have one actually hidden in HTTP, it just waits for someone to migrate
it out :)

On Tue, Feb 16, 2016 at 2:25 PM, Viktor Klang 
wrote:

> No, it was encouragement for the OP :)
>
> On Tue, Feb 16, 2016 at 2:16 PM, Endre Varga 
> wrote:
>
>> Planned. Had not time so far :)
>>
>> On Tue, Feb 16, 2016 at 2:15 PM, Viktor Klang 
>> wrote:
>>
>>> (Or add support for compression!)
>>>
>>> On Tue, Feb 16, 2016 at 2:13 PM, Konrad Malawski 
>>> wrote:
>>>
 Hi Richard,
 Not that I'm aware of.

 You can ping the library maintainer to upgrade to 2.4.2 (we're
 releasing that today) though :)

 On Tue, Feb 16, 2016 at 1:45 AM, Richard Rodseth 
 wrote:

> I just had the rather gratifying experience of adding Snappy
> compression using snappy-flows with
>
> .via(SnappyFlows.compress)
>
> For comparision purposes, and while I wait for snappy-flows to be
> updated to 2.4.2, is there an equivalent built-in to akka-streams for GZip
> or other compression algorithms ?
>
>
>
>
>
>
>
> On Tue, Feb 9, 2016 at 2:03 PM, Richard Rodseth 
> wrote:
>
>> I'm writing to files and reading from them using FileIO.fromFile and
>> toFile.
>>
>> Looking to add compression of the files.
>>
>> This looks promising:
>> https://github.com/maciej/snappy-flows
>>
>> The compression is expressed as a Flow[ByteString,ByteString,Unit]
>>
>> Are there other examples or documentation I should be looking at or
>> is snappy-flows the way to go?
>>
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives:
> https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google
> Groups "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



 --
 Cheers,
 Konrad 'ktoso' Malawski
 Akka  @ Typesafe 

 --
 >> Read the docs: http://akka.io/docs/
 >> Check the FAQ:
 http://doc.akka.io/docs/akka/current/additional/faq.html
 >> Search the archives:
 https://groups.google.com/group/akka-user
 ---
 You received this message because you are subscribed to the Google
 Groups "Akka User List" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to akka-user+unsubscr...@googlegroups.com.
 To post to this group, send email to akka-user@googlegroups.com.
 Visit this group at https://groups.google.com/group/akka-user.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> --
>>> Cheers,
>>> √
>>>
>>> --
>>> >> Read the docs: http://akka.io/docs/
>>> >> Check the FAQ:
>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>> >> Search the archives:
>>> https://groups.google.com/group/akka-user
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Akka User List" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to akka-user+unsubscr...@googlegroups.com.
>>> To post to this group, send email to akka-user@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> >> Read the docs: http://akka.io/docs/
>> >> Check the FAQ:
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Cheers,
> √
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" 

Re: [akka-user] Re: Akka streams file compression

2016-02-16 Thread Viktor Klang
No, it was encouragement for the OP :)

On Tue, Feb 16, 2016 at 2:16 PM, Endre Varga 
wrote:

> Planned. Had not time so far :)
>
> On Tue, Feb 16, 2016 at 2:15 PM, Viktor Klang 
> wrote:
>
>> (Or add support for compression!)
>>
>> On Tue, Feb 16, 2016 at 2:13 PM, Konrad Malawski 
>> wrote:
>>
>>> Hi Richard,
>>> Not that I'm aware of.
>>>
>>> You can ping the library maintainer to upgrade to 2.4.2 (we're releasing
>>> that today) though :)
>>>
>>> On Tue, Feb 16, 2016 at 1:45 AM, Richard Rodseth 
>>> wrote:
>>>
 I just had the rather gratifying experience of adding Snappy
 compression using snappy-flows with

 .via(SnappyFlows.compress)

 For comparision purposes, and while I wait for snappy-flows to be
 updated to 2.4.2, is there an equivalent built-in to akka-streams for GZip
 or other compression algorithms ?







 On Tue, Feb 9, 2016 at 2:03 PM, Richard Rodseth 
 wrote:

> I'm writing to files and reading from them using FileIO.fromFile and
> toFile.
>
> Looking to add compression of the files.
>
> This looks promising:
> https://github.com/maciej/snappy-flows
>
> The compression is expressed as a Flow[ByteString,ByteString,Unit]
>
> Are there other examples or documentation I should be looking at or is
> snappy-flows the way to go?
>

 --
 >> Read the docs: http://akka.io/docs/
 >> Check the FAQ:
 http://doc.akka.io/docs/akka/current/additional/faq.html
 >> Search the archives:
 https://groups.google.com/group/akka-user
 ---
 You received this message because you are subscribed to the Google
 Groups "Akka User List" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to akka-user+unsubscr...@googlegroups.com.
 To post to this group, send email to akka-user@googlegroups.com.
 Visit this group at https://groups.google.com/group/akka-user.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> --
>>> Cheers,
>>> Konrad 'ktoso' Malawski
>>> Akka  @ Typesafe 
>>>
>>> --
>>> >> Read the docs: http://akka.io/docs/
>>> >> Check the FAQ:
>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>> >> Search the archives:
>>> https://groups.google.com/group/akka-user
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Akka User List" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to akka-user+unsubscr...@googlegroups.com.
>>> To post to this group, send email to akka-user@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Cheers,
>> √
>>
>> --
>> >> Read the docs: http://akka.io/docs/
>> >> Check the FAQ:
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
√

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit 

Re: [akka-user] Re: Akka streams file compression

2016-02-16 Thread Endre Varga
Planned. Had not time so far :)

On Tue, Feb 16, 2016 at 2:15 PM, Viktor Klang 
wrote:

> (Or add support for compression!)
>
> On Tue, Feb 16, 2016 at 2:13 PM, Konrad Malawski 
> wrote:
>
>> Hi Richard,
>> Not that I'm aware of.
>>
>> You can ping the library maintainer to upgrade to 2.4.2 (we're releasing
>> that today) though :)
>>
>> On Tue, Feb 16, 2016 at 1:45 AM, Richard Rodseth 
>> wrote:
>>
>>> I just had the rather gratifying experience of adding Snappy compression
>>> using snappy-flows with
>>>
>>> .via(SnappyFlows.compress)
>>>
>>> For comparision purposes, and while I wait for snappy-flows to be
>>> updated to 2.4.2, is there an equivalent built-in to akka-streams for GZip
>>> or other compression algorithms ?
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Tue, Feb 9, 2016 at 2:03 PM, Richard Rodseth 
>>> wrote:
>>>
 I'm writing to files and reading from them using FileIO.fromFile and
 toFile.

 Looking to add compression of the files.

 This looks promising:
 https://github.com/maciej/snappy-flows

 The compression is expressed as a Flow[ByteString,ByteString,Unit]

 Are there other examples or documentation I should be looking at or is
 snappy-flows the way to go?

>>>
>>> --
>>> >> Read the docs: http://akka.io/docs/
>>> >> Check the FAQ:
>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>> >> Search the archives:
>>> https://groups.google.com/group/akka-user
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Akka User List" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to akka-user+unsubscr...@googlegroups.com.
>>> To post to this group, send email to akka-user@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Cheers,
>> Konrad 'ktoso' Malawski
>> Akka  @ Typesafe 
>>
>> --
>> >> Read the docs: http://akka.io/docs/
>> >> Check the FAQ:
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Cheers,
> √
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] Re: Akka streams file compression

2016-02-16 Thread Viktor Klang
(Or add support for compression!)

On Tue, Feb 16, 2016 at 2:13 PM, Konrad Malawski  wrote:

> Hi Richard,
> Not that I'm aware of.
>
> You can ping the library maintainer to upgrade to 2.4.2 (we're releasing
> that today) though :)
>
> On Tue, Feb 16, 2016 at 1:45 AM, Richard Rodseth 
> wrote:
>
>> I just had the rather gratifying experience of adding Snappy compression
>> using snappy-flows with
>>
>> .via(SnappyFlows.compress)
>>
>> For comparision purposes, and while I wait for snappy-flows to be updated
>> to 2.4.2, is there an equivalent built-in to akka-streams for GZip or other
>> compression algorithms ?
>>
>>
>>
>>
>>
>>
>>
>> On Tue, Feb 9, 2016 at 2:03 PM, Richard Rodseth 
>> wrote:
>>
>>> I'm writing to files and reading from them using FileIO.fromFile and
>>> toFile.
>>>
>>> Looking to add compression of the files.
>>>
>>> This looks promising:
>>> https://github.com/maciej/snappy-flows
>>>
>>> The compression is expressed as a Flow[ByteString,ByteString,Unit]
>>>
>>> Are there other examples or documentation I should be looking at or is
>>> snappy-flows the way to go?
>>>
>>
>> --
>> >> Read the docs: http://akka.io/docs/
>> >> Check the FAQ:
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Cheers,
> Konrad 'ktoso' Malawski
> Akka  @ Typesafe 
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
√

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] Re: Akka streams file compression

2016-02-16 Thread Konrad Malawski
Hi Richard,
Not that I'm aware of.

You can ping the library maintainer to upgrade to 2.4.2 (we're releasing
that today) though :)

On Tue, Feb 16, 2016 at 1:45 AM, Richard Rodseth  wrote:

> I just had the rather gratifying experience of adding Snappy compression
> using snappy-flows with
>
> .via(SnappyFlows.compress)
>
> For comparision purposes, and while I wait for snappy-flows to be updated
> to 2.4.2, is there an equivalent built-in to akka-streams for GZip or other
> compression algorithms ?
>
>
>
>
>
>
>
> On Tue, Feb 9, 2016 at 2:03 PM, Richard Rodseth 
> wrote:
>
>> I'm writing to files and reading from them using FileIO.fromFile and
>> toFile.
>>
>> Looking to add compression of the files.
>>
>> This looks promising:
>> https://github.com/maciej/snappy-flows
>>
>> The compression is expressed as a Flow[ByteString,ByteString,Unit]
>>
>> Are there other examples or documentation I should be looking at or is
>> snappy-flows the way to go?
>>
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
Konrad 'ktoso' Malawski
Akka  @ Typesafe 

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.