I would like to gather some feedback on the new Sandbox I have been constructing.
What does it do?
Allows you to run arbitrary SQL queries on the data dumps, and share those queries with your friends.
Technical details
It is hosted on the Windows Azure platform, the database is hosted on SQL Azure. SQL Azure supports most of the TSQL commands, except that you have no tempdb access or cross database access which means no per-connection temp tables. (Table vars are supported though)
The controls used are jQuery based, the grid is flexigrid SlickGrid.
All query results are cached, so sharing a link to a query will not result in the server going in to a tailspin.
The query edit control is a slightly modified CodeMirror control, I also am considering bespin cause the inter iframe communication is nasty complicated. It gives up nice syntax highlighting for queries.
Parameters
There is support for parameterized queries, to get it to work name your params like ##this##. For example have a look here.
Query name and description
A query can have a name and description, to name it lead with a comment, to describe it continue commenting, for example:
-- This is my query name
-- This is my description
-- I can span multiple lines
SELECT 1
Anonymous users can initially name a query, but can not change the names of any existing queries.
Logging in
You can use your openid provider to log in, at the moment once logged in we will track the list of queries you execute (giving you basic history support)
Also if there are any params named UserId they will be populated automatically if your EmailHash matches the one on the site being queried.
Magic columns
If you alias an id column with as [Post Link] it will automatically create a link in the result set to the parent site. Similarly if you alias an id column with as [User Link] it will display a link to the user page. select top 10 * from Posts will show you how tags are done. (Magic columns for images is planned) example (most controversial posts: http://odata.stackexchange.com/stackoverflow/q/1 )
So what are you waiting for, check it out at http://odata.stackexchange.com
Any feedback would be greatly appreciated. I hope to have the login section working fairly soon and allow voting on the best queries and commenting.
Also, this provides oData endpoints for all the SO DBs, will update the about pages with the URLS soon.
Featured Queries
At the moment, admins have permission to feature interesting queries on this page http://odata.stackexchange.com/stackoverflow/queries, I am looking for better ways to manage the huge query list that is building up.
a A script on this page may be busy, or it may have stopped responding. Script: http://cloudexchange.cloudapp.net/Scripts/jquery-1.4.2.js:3652error Again, this time at line4076. I'm on FF3.5.3. Query is aselect * from badges– Sathya May 10 '10 at 18:33/usersare broken - they end on a>. – Georg Fritzsche Jun 2 '10 at 22:20