Re: new AsterixDB web interface demo up and running

2016-07-14 Thread Kaveen Rodrigo
Hey Chen, I took down the demo, since my VPS was having some processing power issues, But you can try it out by by cloning my fork and checking out the branch asterixdb-1375-static-servlet https://github.com/KaveenR/incubator-asterixdb/commits/asterixdb-1375-static-servlet cheers, Kaveen On 13

Re: new AsterixDB web interface demo up and running

2016-07-12 Thread Chen Li
This is an old discussion. The URL http://173.82.2.197:19006/ doesn't work for me now. I assume it's no longer available. Is there any way to see the new UI? Chen On Fri, Jun 17, 2016 at 12:10 AM, Till Westmann wrote: > Results for multiple queries are not that easy for the

Re: new AsterixDB web interface demo up and running

2016-06-16 Thread Kaveen Rodrigo
Hey Mike, unordered list , Since I'm parsing the data from the Asterix HTTP API which returns results using JSON, therefore the JSON encoder at the sending end has already converted the unordered list to JavaScript Array. the thing with the existing UI is that UI's result is generated by the

Re: new AsterixDB web interface demo up and running

2016-06-16 Thread Mike Carey
Sounds like a bug in the underlying http UI?! It would be nice to preserve the multiple-result-area approach that the existing web UI uses in that case, somehow... It's interesting that this hasn't come up before - we should have test cases for the basic UI for that, I would think? On

Re: new AsterixDB web interface demo up and running

2016-06-16 Thread Kaveen Rodrigo
Hey Yingyi, I fixed that issue, didn't update the VPS yet. One question Can there be results which returns arrays? for example { [1,2,3], [2,3,4], [5,6,7] } if that's so, if you have some time can you give me an AQl query which will produce something like that. thanks in advance,