docs: add introduction to Blockchain Indexing#4577
Conversation
🛠 PR Checks SummaryAll Automated Checks passed. ✅ Manual Checks (for Reviewers):
Read More🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers. ✅ Automated Checks (for Contributors):🟢 Maintainers must be able to edit this pull request (more info) ☑️ Contributor Actions:
☑️ Reviewer Actions:
📚 Resources:Debug
|
|
I think you should use something else than balance as an example, since for that you can simply query the chain. I think a good example is building a search tool. Example, for social content: indexing blog posts and building a full-text-search feature over posts content on top of that, which is something that would cost a huge amount of gas if done on-chain. |
|
@n0izn0iz I modified the section to add more detailed and relevant example following your feedback! 👍 |
|
Hey @Davphla, let me know when you are ready for another round of reviews. |
|
I re-open it. I add a full example implementation step by step (i tried it it's all working great, I can upload it in a separate repository). |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
leohhhn
left a comment
There was a problem hiding this comment.
Hey! Thank you so much for working on the docs. I've left a few comments, and I can take a look again soon.
|
Code available at: https://github.com/samouraiworld/tx-indexer-example (To be moved in Gnoverse). I've modified through the new update:
|
…ground + added tip
8962302 to
602a449
Compare
602a449 to
a62afa6
Compare
|
@davd-gzl is this still relevant? |
|
Hi @nemanjantic, this is still relevant, I'm gonna rework the content before asking for a review |
|
Per gnoverse/gnopls#39, I think this doc is too specialized and should be moved entirely on |
Close: #2295
Depends on: gnolang/tx-indexer#219
Minimal Documentation to introduce Blockchain indexing through
tx-indexer.I've as well made made an introduction video with a GraphQL live coding example : https://www.youtube.com/watch?v=8ld0nsV37SA.