Closed dannyi96 closed 4 years ago
Shall I add sqlite3 or something more complex for DB?
You can. But best lets keep it simple - The "DB" services can just load some csv files( have it in memory ) and expose an endpoint for querying that csv file.
Sounds good. So I'll raise a few PRs for this issue. One by one we'll tackle the services.
Have created a basic skeleton for the Netflix app which we can build upon in dev branch.
We have to
We could make those trending services, etc to refer to some Telemetry DB and add more endpoints. Any other suggestions ?
Please merge any changes to NetFlix app to master. I want to work on DB
Need to define service purpose better Sales Portal : Just a basic first entry Service to display main page. Route request to other services when needed. Product Catalogue: Service to query and to list all products Catalogue Store: DB where all products are stored( mock from csv). Leads: Display set of tech leads. Oppurtunities: Display set of Oppurtunities Accounts: Get account details for all users ( ?? ) Payables: DB / process which computes payable info Receivables: DB / process which computes receivable info
Need to showcase as different type of app(the current app is overused). Maybe some kind of netflix clone: Sales Portal -> netflix-frontend Product Catalogue -> movies Catalogue Store -> movies-store Accounts -> recommendation payables -> recommendation-engine receivable -> trending ...