Folks,
This piece of soft kind of collapses graphql syntax layer and Weaviate syntax layer into something lean and convenient syntax-wise.
You don’t have to care anymore about parenthesis or if you query by uuid, by ref or request some vector metadata. It’s all under a same syntax.
Full Metal Weaviate propose a quick minimalistic syntax to query and load weaviate.
Is that recommended for complex usages, probably not, a lot of features are missing.
But it can help write queries faster when you poke around with weaviate.
I’ve been using this for my work and research over the past few months and wanted to share it with the community.
It’s not perfect and is limited in terms of query complexity but it has significantly helped me, and maybe it might help others as well.
More than happy to get feedbacks from people. What do you think?
Pull requests are welcome.