kona icon indicating copy to clipboard operation
kona copied to clipboard

Relational Layer on top of Kona?

Open wisefool769 opened this issue 2 years ago • 3 comments

I love what you've done here! Do you know of any work to add a relational database layer on top of Kona, like kdb is to q? If not, do you know of the nearest open-source comparison? I know there's been some work on Jdb + J for example.

wisefool769 avatar Jan 06 '23 05:01 wisefool769

Consider downloading the free version of kdb from Kx Systems.

Alternatively, check out https://github.com/JohnEarnest/ok oK is a toy interpreter for a dialect of the K programming language which aims to be an implementation of K5, the still-evolving bleeding edge version of the language. oK does not intend to be particularly fast or suitable for any practical purpose beyond learning, instead emphasizing simplicity of implementation.

tavmem avatar Jan 06 '23 17:01 tavmem

Studying stuff over at nsl.com is probably not a bad idea either.

gitonthescene avatar Jan 19 '23 06:01 gitonthescene

@wisefool769 https://github.com/kevinlawler/kerf1

kevinlawler avatar Mar 07 '23 18:03 kevinlawler