I wrote a query language for FDB

Hello,

I’ve been using FDB at work and in side projects for the past 4 years. Something I always wanted was an easy way to debug applications by reading KVs, similar to how I would debug SQL issues using a CLI tool. With this goal in mind, I started working on a query language for accessing the directory & tuple layers. I figured it was about time I shared what I have, see if the community has any interest in this, etc.

Let me know what you think. I haven’t made an initial release yet but I’m very close to doing so. Hopefully the documentation is good enough to get some feedback on the project.

6 Likes

I just released v0.3 today!

demo

2 Likes