KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ Whats the best toolset for developing in kdb+? Re: Whats the best toolset for developing in kdb+?

  • adotsch

    Member
    March 19, 2024 at 11:01 am

    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