Skip to content

An example of using Kafka to process a bitcoin database.

Notifications You must be signed in to change notification settings

indaos/BitcoinKafkaProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

BitcoinKafkaProcessor

The example of using Kafka to process a bitcoin database.

This is a slightly unusual use of Kafka because there are no consumers, and Kafka is used only as a long-term storage. Bitcoin transactions are stored in KTables of RocksDB, which allows to make various analytical queries.

Transactions are aggregated to account for the balance of each bitcoin address by day and the total volume of transactions for each day.

About

An example of using Kafka to process a bitcoin database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published