Skip to content

bryanmlyr/my_tradingview

Repository files navigation

my_tradingview

Description

The goal of this project is to retrieve data from yahoo finance api (1 minutes interval) using kafka, spark, temporal, akka, grpc, nodejs and react with echarts for data-visualisation.

Showcase

showcase

Architecture

flowchart TB
	yahoo-finance-api --> temporal
	subgraph temporal
	  manual-job
	  cron
	end
	temporal --> kafka
	kafka --> spark-structured-streaming
	subgraph spark-structured-streaming
	   spark-consumer
	   requester
	end
	spark-structured-streaming <--> local-parquet-files
	requester --> grpc-proxy-api
	grpc-proxy-api --> front
Loading

Run it

  • Run docker compose
    • docker-compose -f ./infra/docker-compose.yaml up -d
  • Run temporal workflows
    • ./gradlew temporal-workflow:run
  • Run spark consumer
    • ./gradlew spark-consumer:run
  • Run requester
    • ./gradlew requester:run
  • Run grpc proxy
    • cd proxy && npm run start && cd ..
  • Run front
    • cd infra && npm run start && cd ..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published