Re: [akka-user] Re: How to read XML inputstream (with SAX parser) received by akka-http?

2016-08-10 Thread JY
, JY a écrit : > > I forgot to specify that flow I have to analyze weigh between 1 and 5 GB, > and I have to extract the value of a dozen tags, which is why we can't load > all data into memory, and that we've choose SAX :) > > > > Le mardi 2 août 2016 11:23:18 UTC+2, JY a é

Re: [akka-user] Re: How to read XML inputstream (with SAX parser) received by akka-http?

2016-08-02 Thread JY
I forgot to specify that flow I have to analyze weigh between 1 and 5 GB, and I have to extract the value of a dozen tags, which is why we can't load all data into memory, and that we've choose SAX :) Le mardi 2 août 2016 11:23:18 UTC+2, JY a écrit : > > In fact, (I will try to be bot

[akka-user] How to read XML inputstream (with SAX parser) received by akka-http?

2016-08-02 Thread JY
I am new with AKKA and AKKA HTTP. I have to write a HTTP server application that reads a lot very big XML data flows (via HTTP PUT method) and parses this Data with a SAX parser. How can I do that with akka-http? Thanx in advance for your help. -- >> Read the docs: