kona
kona copied to clipboard
Relational Layer on top of Kona?
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.
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.
Studying stuff over at nsl.com is probably not a bad idea either.
@wisefool769 https://github.com/kevinlawler/kerf1