Skip to content

arezamoosavi/BTC-Alarming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin-Alarm

This app is a scheduler such that every 10 sec get the bitcoin value in EUR and USD and save it to the database. The app is build with Faust, Kafka, Redis and PostgreSQL.

Up

for running app:

docker-compose up --build -d

for stopping:

docker-compose down

Tools

Tasks: Faust, Kafka, Redis

Data: Postgre, Asyncpg, Tortoise, Pydantic

Build: docker, docker-compose