Skip to content

pooya-dehghan/event-driven-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ill add a user system management to engage from email or telegram ,

i want to every user be able to set a price for gold index (xauusd) and be alerted when the price hits a certain point ,

ill use microservice architecture containing few services like crawler and user service.

i want to use queue for publishing telegram and email messaging and also be able to track the message queues.

Database Design

User :

_ID: uint
_Name: string
_PhoneNumber: string

CurrencyRequest :

_ID: uint
_Price: uint
_UserID: uint
_Currency: Enum(Gold, Oil, Silver)

Notifier :

_ID: uint
_Platform: Enum(Email, Telegram)
_SendDate: Date
_UserID: uint

About

i aim to provide a free service for everyone who just have a phone to be able to get most of the stock market ups and downs benefits and make money using this

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages