Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions navigation/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,13 @@ export const navigation = (locale: AppLocale): NavItemDefinition[] => [
},
],
},
{
divider: true,
},
{
slug: 'substreams',
},
{
slug: 'firehose',
},
Comment on lines +192 to +197
Copy link
Contributor

Choose a reason for hiding this comment

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

Should these pages go in some new group, maybe above the cookbook but in the same "section" (no divider between them)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe yes, I think will merge and maybe we can review on staging

]
11 changes: 11 additions & 0 deletions pages/en/firehose.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: The Firehose
---

The Firehose provides a files-based and streaming-first approach to processing blockchain data.

Firehose integrations have been built for Ethereum (and many EVM chains), NEAR, Solana, Cosmos and Arweave, with more in the works.

The Firehose integrates with Graph Node to power performant and scaleable indexing across multiple chains, and powers [substreams](/substreams), a new transformation technology built by The Graph core developers.

Visit the [firehose documentation](https://firehose.streamingfast.io/) to learn more.
10 changes: 10 additions & 0 deletions pages/en/substreams.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Substreams
---

Substreams is a new technology developed by The Graph protocol core developers, built to enable extremely fast consumption and processing of indexed blockchain data. Substreams are currently in open beta, available for testing and development across multiple blockchains.

Visit the [substreams documentation](https://substreams.streamingfast.io/) to learn more and to get started building substreams.

<VideoEmbed youtube="K-nhC2FCB5k" />