Skip to content

Pulling data from NEAR blockchain to examine NFT events and transactions

Notifications You must be signed in to change notification settings

sayerjk/blockchain-data

Repository files navigation

Old work in progress sample-- current work in private company repo

Examining NFT data from the NEAR blockchain

These scripts are intended to query the NEAR Blockchain for BI analysis and visualization. Using NEAR Indexer to access a Postgres database with live data. Performing some data cleaning and manipulation and exporting each record as individual JSON objects for input into AWS Quicksight and perhaps other visualization tools.

To run these you will need to go through a somewhat extensive setup of NEAR CLI. A cool feature of this project has been using Python to get input from a remote Postgres database, send that input to a local CLI, and cleaning the CLI output for storage and later processing.

Postgres Schema (NEAR Indexer database):

About

Pulling data from NEAR blockchain to examine NFT events and transactions

Resources

Stars

Watchers

Forks