Skip to content
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

Documentation: guide for adding Dozer to an app #3143

Open
ludns opened this issue Sep 8, 2024 · 3 comments
Open

Documentation: guide for adding Dozer to an app #3143

ludns opened this issue Sep 8, 2024 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ludns
Copy link
Member

ludns commented Sep 8, 2024

  1. Create a guide to add Dozer sync to an app using the Typescript stack. Add a callout explaining that this filtering is powerful (list what you can do: joins, etc) but it requires a Dozer indexer running. Remind the reader once again that such indexer is available on Redstone and Garnet. Link to the other data filtering guide if your chain doesn't have a Dozer running.

  2. Edit the current data filtering guide with a callout explaining that this filtering uses RPC and is inherently limited to querying based on table keys. The advantage is that it's portable and can be used on any chain.

@qbzzt
Copy link
Contributor

qbzzt commented Sep 9, 2024

  1. Create a guide to add Dozer sync to an app using the Typescript stack

That's already there, it's just that Dozer, including the docs, isn't merged yet. But I'll see about explaining data sync better.

@ludns
Copy link
Member Author

ludns commented Sep 17, 2024

I wouldn't call this a guide.
What's selectFrom? What's the difference between DozerFilters and LiveSyncFilters? etc

@ludns ludns reopened this Sep 17, 2024
@qbzzt
Copy link
Contributor

qbzzt commented Sep 17, 2024

I moved the dozer hydration guide from the dozer page (/state-query/dozer) to a separate guide (/guides/hello-world/dozer). You can see that in PR #3188 . I also expanded on the two types of filters.

I'll expand on selectFrom soon, I'm reorganizing the queries in the dozer page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Done
Development

No branches or pull requests

3 participants