Skip to content

blockades/scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openblockchain: Scanner

Scanner is one of the microservices which comprise the openblockchain application.

Architecture

The project is managed through the openblockchain

The project is split into several services:

  • Cassandra persists the data: blocks, transactions, and visualisations (analysed data).
  • Bitcoin is used to connect to the Bitcoin blockchain. It's a simple Bitcoin Core node whose role is to index all the blocks and transactions and make them consumable through a HTTP JSON RPC interface.
  • Scanner connects to the bitcoin service through its APIs and stores all the blocks and transactions in the Cassandra database.
  • Spark analyses the Bitcoin blockchain data stored in Cassandra.
  • API is a REST interface that allows clients to consume the data stored in Cassandra.
  • Frontend is the web app used to explore the blockchain and visualise analysed data.

Each service contains 1 or more containers and can be scaled independently from each other.

License

Copyright (C) 2016 Dan Hassan

Designed, developed and maintained by Dan Hassan daniel.san@dyne.org

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Dependencies

Scanner Service dependencies https://github.com/outworkers/phantom Copyright 2013-2016 Websudos, Limited. , All rights reserved.

About

scala bitcoind->cassandra scanner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published