blockchainnow
blockchainnow copied to clipboard
Blockchain Now - course project for Insight Data Engineering program
Blockchain Now
Agenda: End-to-end pipeline for the bitcoin analytics. Reach UI with reactive search and charts.
Course project for Insight Data Engineering program
How to install
TL;DR
Git clone the repository
git clone [email protected]:igorbarinov/blockchainnow.git
From meteorui/ start meteor server
meteor
Open http://localhost:3000 in you favorite Google Chrome browser
When you will ready to publish to your hosting:
meteor publish $(echo "example")
change example to any desired (and free) hostname in *.meteor.com domain e.g. http://blockchainnow.meteor.com
Technology Stack
- Bitcoin Core Bitcoin Core
- Insight API A bitcoin blockchain API for web wallets
- Apache Kafka A high-throughput distributed messaging system
- kafka-node Node.js client with Zookeeper integration for Apache Kafka
- Logstash Collect, Parse, Transform Logs
- Elastic Search Search & Analyze Data in Real Time
- Meteor The JavaScript App Platform
- Meteor Easy Search Plugin for Meteor
Links
- Blockchain Now "Blockchain Now" website
- Slides
- Kafka Manager
- Elastic Sample Query
Important:
Please star Awesome Data Engineering repository