epfldata / squall

A streaming / online query processing / analytics engine based on Apache Storm
Apache License 2.0
271 stars 96 forks source link

Dashboard #37

Open markrey opened 8 years ago

markrey commented 8 years ago

Hi,

I just tried the Squall for the first time. Very fast and efficient code ! Thank you for open-sourcing it.

Any timeline or specifications or plans available for Dashboard ?

Thank you

avitorovic commented 8 years ago

Hi,

Thanks for using Squall! Glad to hear that it works well for you.

We are currently working on Dashboard in a private fork. Once it's ready we will make it public. For more information, please check out our white paper, especially Section 6. This paper got accepted to VLDB Demo 2016. Hope to see you at the VLDB conference, as we will demonstrate Squall there.

markrey commented 8 years ago

Hi @avitorovic

Thank you for your response. I will start working on APIs and some user interface in 2 weeks.

I won't be able to join VLDB but looking forward to the further announcements. Good luck !

markrey commented 8 years ago

Hey @avitorovic Any updates on the same ? Thanks

tcoln commented 7 years ago

@markrey @avitorovic @epfldata I hava run Squall in cluster mode, but I don't know where to see the output, do you have any idea?

avitorovic commented 7 years ago

Currently, you can see the output of processing in Storm log files (please check out Storm documentation about where this is in your version of Storm). We are also currently working on merging the dashboard with the main branch of Squall, and we'll keep you posted about this.

markrey commented 7 years ago

@TanGuoLin yepp as @avitorovic mentioned , you can find logs on Storm configured directory. We use custom log reporting tool which sends it to central server.