kevinlawler / kona

Open-source implementation of the K programming language
ISC License
1.36k stars 138 forks source link

Relational Layer on top of Kona? #639

Open wisefool769 opened 1 year ago

wisefool769 commented 1 year ago

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.

tavmem commented 1 year ago

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.

gitonthescene commented 1 year ago

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

kevinlawler commented 1 year ago

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