Home › Forums › kdb+ › Whats the best toolset for developing in kdb+? › Re: Whats the best toolset for developing in kdb+?
-
Hi,
I am not saying it’s “the best”, buy may be worth trying. It’s somewhat similar to to Studio for KDB+ in browser using the http protocol.
You don’t need to install anything, it’s a simple webapp: https://adotsch.github.io/dqweb/Features:
- Tabs, Drag & Drop, rows, columns and stacks.
- Persistent layout and code (the browser stores the data, survives restarts/reloads)
- Syntax highlighting and basic code completion.
- Single-line and multi-line code execution. Inlined results on same domain.
- Working with multiple servers in the same document.
- Trash: undo close documents
- Save query results into CSV, XLS, …
- Set warnings before certain queries
- Server side debugging via extended trap
- Client side macros
- Multiple output windows
- Code sharing via links
- Export & import layout and code into JSON