qstudio
qstudio copied to clipboard
Click Table Result "link" to view associated data.
I want to be able to query a function e.g. getTodaysPrices[]
| date | ticker | exchange | bid | ask | weblink | exchangeinfo |
|---|---|---|---|---|---|---|
| 2011.01.01 | GOOG | LSE | 1.1 | 2.2 | http://google.com | |
| 2011.01.01 | META | NYSE | 1.1 | 2.2 | META@NYSE |
and then
- Click GOOG to go see information on GOOG
- Click on the weblink column to go to that web page
- CLick on Meta@NYSE to make the API call getBidAsk[
NYSE;META]
This should be javadoc driven and based on column names e.g.
// @return table of date ticker ... // @result-lookup exchange getExchangeInfo[exchange] // @result-lookup [exchange,ticker] getBidAsk[ exchange; ticker] getTodaysPrices:{}
A way of documenting links between API calls and showing them to user.
3 Types of link:
- If table returned contains nested kdb structure allow clicking to expand into that structure.
- A query link, that sends another kdb query.
- An HTTP link, that opens a web page.
Display docpage per namespace when browsing. Use #140 and these links to generate useful links.