-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into bucanero/query-docs
- Loading branch information
Showing
7 changed files
with
65 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
id: monitor | ||
title: Monitor the Network | ||
sidebar_label: Home | ||
hide_table_of_contents: true | ||
--- | ||
import {FeatureList, Column, Feature} from "@site/components/featurelist" | ||
import ContactUs from '@site/components/ContactUs.mdx'; | ||
|
||
|
||
Welcome! Here you will find documentation on how to query past data and real time events from the NEAR network. | ||
|
||
<FeatureList> | ||
<Column title="Realtime Tracking"> | ||
<Feature url="/tools/realtime" title="Events (Websocket)" subtitle="Simplest way to listen for events" image="smart-contracts.png" /> | ||
<Feature url="/tutorials/indexer/nft-indexer" title="Events (NEAR Lake)" subtitle="Use our Data Lake to listen for events" image="multiple.png" /> | ||
</Column> | ||
<Column title="Data Analytics"> | ||
<Feature url="/bos/queryapi/big-query" title="Google BigQuery" subtitle="Query network data in a cost efficient way" image="experiment.png" /> | ||
</Column> | ||
<Column title="NEAR Lake Framework"> | ||
<Feature url="/tools/near-lake" title="Overview" subtitle="Learn about our Data Lake" image="near-logo.png" /> | ||
<Feature url="/develop/lake/primitives" title="Primitives" subtitle="Data Lake Primitives" image="guest-book.png" /> | ||
<Feature url="/tutorials/indexer/js-lake-indexer" title="JS Tutorial" subtitle="Learn how to consume data from our Lake using JS" image="near-api-js.png" /> | ||
|
||
</Column> | ||
</FeatureList> | ||
|
||
<br/> | ||
|
||
--- | ||
|
||
<ContactUs /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_label: NFT indexer | ||
sidebar_label: NFT Indexer | ||
--- | ||
|
||
# Building an NFT indexer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.