dzmipt / kdbStudio

Studio for kdb+ / Rapid execution environment for q
Apache License 2.0
5 stars 7 forks source link

Store servers in a separate file and another format #109

Open Yanpas opened 3 years ago

Yanpas commented 3 years ago

It would allow to ship KDB-studio with some predefined list of servers without interfering with use settings like font etc. Also some widely-used format like JSON would allow generating server lists with ease

dzmipt commented 3 years ago

Agreed that we need to separate settings from server configuration. As for format, I'd like to converge with FINOS version (https://github.com/finos/kdb-studio). They've already implemented import/export as JSON. So i think we need to use JSON.

Yanpas commented 3 years ago

I like json as well, will try to make it schema-compatible with that fork