Quantcast
Channel: General - Rosetta
Viewing all articles
Browse latest Browse all 25

Implementing "Indexer" functionality

$
0
0

Recently we were looking to 1.) get all the transactions associated with a specific account and 2.) get a transaction by hash without knowing the block. @patrick.ogrady pointed out that this would be considered “indexer” functionality… How to get all Transactions associated with an Account

I was curious how people approach this. For example, we were thinking about saving transactions to a nosql db with the transaction hash as the primary key and block identifier. Granted, this is a gigantic data set. Was curious what community recommendations would be, alternative ways to approach it, or hear feedback from anyone who has tried this out before. Thanks!

4 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 25

Trending Articles