Replies: 1 comment 6 replies
-
The docs are currently minimal and woefully incomplete. I'd be thrilled to accept PRs to improve the README and crate doc-comments, and either add a docs directory to the repo or use Discussions here to post tutorials and getting started guides — not sure which would be better. I think the problem you describe is very common, and very worth solving. I know this is a poor answer, but right now, the best source for learning the query language is going through the example queries in the playground (hackernews, Rust APIs), which cover nearly all of the language functionality. If you're inclined to write some of the resources you described, I'd be thrilled to support you by answering questions, reading drafts, and anything else you'd need. This is a super ambitious project on which I'm stretched quite thin, so I'd greatly appreciate the help! |
Beta Was this translation helpful? Give feedback.
-
Hello 👋 Thanks a lot for making this amazing project! This seems something really interesting .
I was wondering is there any getting started guide that would basically do a walkthrough for writing an adapter and using this to create complex, cross data-source queries ; similar to the hackernews - github -yaml example, but in a more tutorial style?
If that doesn't exist , I think it would be a great addition for beginners and interested people to get started with using this, and thinking of how this can be used for their own problems. One issue I'm facing with using this right now, even for a play-project ; is that because this is so new, and unlike anything else I have seen - multi data sources, with power to query from a single interface - it is hard for me to imagine exactly what I should use this for. This might be just a -me- problem, but I still think a tutorial like getting started guide would be a good addition if it doesn't exist yet.
Also is there any docs on the query language itself? I saw that it is supposed to be a subset of graphql, but having a single place to refer possible operators and filter and general syntax might be helpful for newcomers.
In case something like both above do not exist, would you be willing to accept PRs related to them/ discuss on how they should be done ( in repo itself, seprate mdbook, a single blog post somewhere or something else altogether)?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions