-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial for implementing an adapter #473
Comments
Not yet, unfortunately.
The first step is always writing a schema that describes your data and is
sufficient for your intended queries. Assuming you're using Rust,
trustfall_stubgen can generate all the boilerplate code structure you need,
and will even write a test case for you that won't pass until you've
replaced all the generated `todo!()` bits.
If you're open to contributing, we'd love a PR with a tutorial!
…On Wed, Sep 20, 2023, 3:53 AM Jano Simas ***@***.***> wrote:
Sorry if I missed it but is there a tutorial for implementing adapters and
data sources?
—
Reply to this email directly, view it on GitHub
<#473>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR5MSSVMZILWD32G2VRV7LX3LDJ7ANCNFSM6AAAAAA47WZDME>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for the suggestion. Right now, my only use case is only curiosity, trying this will be in low priority in my list. |
Makes sense.
Also, I'm sure you've already seen the example adapters in the `examples`
directory, right?
…On Thu, Sep 21, 2023, 12:24 AM Jano Simas ***@***.***> wrote:
Thanks for the suggestion.
Right now, my only use case is only curiosity, trying this will be in low
priority in my list.
After I get it to work, we can talk about a PR.
—
Reply to this email directly, view it on GitHub
<#473 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR5MSUARQD6SA55VMF7NULX3PFQZANCNFSM6AAAAAA47WZDME>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry if I missed it but is there a tutorial for implementing adapters and data sources?
The text was updated successfully, but these errors were encountered: