Bitcoin Forum

Economy => Service Announcements => Topic started by: Nicolas Dorier on September 16, 2014, 05:16:55 PM



Title: NBitcoin Indexer : A scalable and fault tolerant block chain indexer
Post by: Nicolas Dorier on September 16, 2014, 05:16:55 PM
Hey,

I just finished documenting the architecture of a scalable and fault tolerant block chain indexer.
I did it in C# with NBitcoin, the database is backed by Azure Table and Azure Blobs.
You can index out of order, simultaneously.
I also included powershell scripts to scale out the thing on azure.

Have fun, hope you will use it for great project !! :)
http://www.reddit.com/r/Bitcoin/comments/2gkqfu/nbitcoin_indexer_a_scalable_and_fault_tolerant/ (http://www.reddit.com/r/Bitcoin/comments/2gkqfu/nbitcoin_indexer_a_scalable_and_fault_tolerant/)


Title: Re: NBitcoin Indexer : A scalable and fault tolerant block chain indexer
Post by: barwizi on September 17, 2014, 10:07:14 AM
Great work, gonna take it for a spin


Title: Re: NBitcoin Indexer : A scalable and fault tolerant block chain indexer
Post by: subSTRATA on September 21, 2014, 11:06:20 AM
What for indexer could be used?


Title: Re: NBitcoin Indexer : A scalable and fault tolerant block chain indexer
Post by: Nicolas Dorier on September 21, 2014, 08:25:43 PM
What for indexer could be used?
If you want to create any bitcoin service that manage several wallet, you need such indexer.
You can depends on others public indexer like blockchain.info, but you have a trust relationship with blockchain info, and to their SLA.


Title: Re: NBitcoin Indexer : A scalable and fault tolerant block chain indexer
Post by: mcaizgk2 on September 22, 2014, 12:44:02 PM
Good job, Nicolas.