Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Creating a processor#760

Merged
rtso merged 1 commit intomainfrom
01-13-create_processor
Jan 14, 2025
Merged

Creating a processor#760
rtso merged 1 commit intomainfrom
01-13-create_processor

Conversation

@rtso
Copy link
Contributor

@rtso rtso commented Jan 14, 2025

Description

Screenshot 2025-01-13 at 7.53.13 PM.png

Checklist

  • If any existing pages were renamed or removed:
    • Were redirects added to next.config.mjs?
    • Did you update any relative links that pointed to the renamed / removed pages?
  • Do all Lints pass?
    • Have you ran pnpm fmt?
    • Have you ran pnpm lint?

@vercel
Copy link

vercel bot commented Jan 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
developer-docs-nextra ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 14, 2025 8:09pm

Copy link
Contributor Author

rtso commented Jan 14, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

// Read the results from the output of the last step
loop {
match buffer_receiver.recv().await {
// Do something with th output
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in comment: th output should be the output

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Do something with th output
// Do something with the output

graphite reviewer pretty clutch @rtso

@rtso rtso changed the title create processor Creating a processor Jan 14, 2025
@rtso rtso requested a review from a team January 14, 2025 00:53
@rtso rtso marked this pull request as ready for review January 14, 2025 00:53
@rtso rtso force-pushed the 01-13-create_processor branch from 19b59b9 to 2e89fa9 Compare January 14, 2025 20:03
}
```

You can see a full example of a processor that indexes raw Aptos events in [`aptos-indexer-processor-example`](https://github.com/aptos-labs/aptos-indexer-processors/blob/main/rust/sdk-processor/src/processors/events_processor.rs).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link to the events processor example points to the wrong repository. The correct URL should be:
https://github.com/aptos-labs/aptos-indexer-processor-example/blob/main/aptos-indexer-processor-example/src/processors/events_processor.rs

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

@rtso rtso merged commit 71e098a into main Jan 14, 2025
7 checks passed
@rtso rtso deleted the 01-13-create_processor branch January 14, 2025 20:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants